/******************************************************************/
/* Theme Name: Engility 										  */
/* Description: Engility Theme (default CSS document)			  */
/* Version: 1.0 												  */
/* Author: Rachid Lamtabbet 									  */
/* email: rachid.lamtabbet@l-3com.com 							  */
/* Date: Aug 2008 												  */
/******************************************************************/

/* Table of Contents                               
/******************************************************************

01 - HTML TAGS 
02 - HEADINGS
03 - LINKS
04 - LISTS
05 - IMAGES & PHOTOS
06 - BLOCKQUOTE
07 - BREADCRUMB 
08 - MISC CLASSES
09 - MAIN CONTAINER
10 - TOP NAVIGATION
11 - MAIN NAVIGATION
12 - BODY STYLE
13 - CONTENT CONTAINER - TWO COLUMN LEFT MAIN
14 - CONTENT CONTAINER - TWO COLUMN RIGHT MAIN
15 - CONTENT CONTAINER - THREE COLUMN
16 - CONTACT PAGE - THREE COLUMN SECTION
17 - BOXED CONTENT STYLE
18 - IDs
19 - NEWS TICKER
20 - NEWS ARCHIVE
21 - QUICK SEARCH 
22 - HTMLTABLE STYLE 
23 - FOOTER STYLE

/* Color Palette
/******************************************************************

#FFFFFF - White
#000000 - Black
#808080 - Gray
#01257B - Blue
#54682B - Green

/******************************************************************/

	
/******************************************************************/
/*			                HTML TAGS                             */
/******************************************************************/

* {
	margin:0; padding:0;
}
html, body {
	height:100%;
	margin:0; padding:0;
}
body {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:13px;
	background-image:url(../images/engility_bkgd-gradient.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#000;
}
div, p, ul, ol {
	margin:0; padding:0;
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight:normal;
	line-height:1.6em;
	color:#164365;
}
p {
	font-size:1em;
	font-weight:normal;
	color:#333333;
	text-align:left;
	padding-right:1em;
	padding-bottom:1em;
	line-height:1.8em;
	list-style-type:disc;
	list-style-position:outside;
	border:none;
}
form, fieldset, img {
	margin:0; padding:0;
	border:none;
}	
fieldset {
	padding:5px;
	border: 1px dotted #333;
}	
legend {
	color:#333;
	padding:5px 3px 10px;	
}	
small {
	font-size:0.9em;
	line-height:1.5em;
}	
hr {
	height:0;
	width:100%;
	margin:20px 0;
	border:1px dotted;
	border-color:#555555;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;
}

/******************************************************************/
/*			                 HEADINGS                             */
/******************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-size:1.6em;
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	line-height:1.1em;
	margin:10px 0;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h3.small {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}

/******************************************************************/
/*			                   LINKS                              */
/******************************************************************/

a:link {
	text-decoration:none;
	color:#54682B;
}
a:visited {
	text-decoration:none;
	color:#54682B;
}
a:hover {
	text-decoration:underline;
	color:#01257B;
}
a:active {
	text-decoration:none;
	color:#54682B;
}

/******************************************************************/
/*			                   LISTS                              */
/******************************************************************/

ul, ol {
	margin:0; padding:0;
}
li {
	list-style:none;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	color:#333;
}
ul.circle li {
	background-image:url(../images/list-bullet-02.gif);
	background-position:0 .9em;
	background-repeat:no-repeat;
}
ul.square li {
	background-image:url(../images/list-bullet-01.gif);
	background-position:0 .9em;
	background-repeat:no-repeat;
}
ul.square-active li {
	background-image:url(../images/list-bullet-03.gif);
	background-position:0 .9em;
	background-repeat:no-repeat;
}
ul.square-active ul.circle li {
	background-image:url(../images/list-bullet-02.gif);
}
ul.square-active ul.square li {
	background-image:url(../images/list-bullet-01.gif);
}
ol {
	margin-left:1.4em;
}
ol.decimal li {
	padding-left:0em;
	list-style-type:decimal;
}
ol.uppercase li {
	padding-left:0em;
	list-style-type:upper-alpha;
}
ol.lowercase li {
	padding-left:0em;
	list-style-type:lower-alpha;
}

/******************************************************************/
/*			               IMAGES & PHOTOS                        */
/******************************************************************/

img {
	margin:0; padding:0;
	border:none;
	display:block;
}
.imgborder {
	margin:0; padding:4px;
	border-width:1px;
	border-color:#54682B;
	border-style:solid;
	background-color:#CCC;
}
.imgborder-thumb {
	margin:0; padding:3px;
	border-width:1px;
	border-color:#54682B;
	border-style:solid;
	background-color:#CCC;
}
p img {
	padding:0;
	max-width:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignnone{
	margin:0; padding:4px;
	border-width:1px;
	border-color:#333;
	border-style:solid;
}
img.aligncenter {
	margin:10px; padding:4px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	padding:4px;
	margin:0 0 10px 10px;
	display:inline;
}
img.alignleft {
	padding:4px;
	margin:0 10px 10px 0;
	display:inline;
}

/* =Images -- with and without captions
----------------------------------------------- */
.thumbimage-right, .thumbimage-left{border:1px solid #ddd;background:#f4f4f4;padding:0;}
.thumbimage-right img, .thumbimage-left img{margin:0 0 -0.25em;padding:0;}
.thumbimage-right{float:right;margin:0 0 0.5em 0.5em;}
.thumbimage-left{float:left;margin:0 0.5em 0.5em 0;}
#body .caption{margin:0;padding:.5em 1em;font-size:0.9167em;font-weight:bold;background:#f4f4f4;}

/******************************************************************/
/*			                 BLOCKQUOTE                           */
/******************************************************************/

blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:transparent url(../images/quote-left.png) top left no-repeat;
}
blockquote p {
	margin:2px 0; padding: 0 5px;
	background: transparent url(../images/quote-right.png) right bottom no-repeat;
}
blockquote cite {
	text-align: right;
	font-size:.95em;
	margin:0;
	padding:0 12px 0 6px;
	display:block;
}

/******************************************************************/
/*			                 BREADCRUMB                           */
/******************************************************************/

#breadcrumb {
	margin:0 10px 0 16px; padding:0 0 0 15px;
	background-image:url(../images/arrow-bullet.gif);
	background-position:0 .5em;
	background-repeat:no-repeat;
}
.breadcrumb {
	margin:0; padding:0;
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	color:#6F6F6F;
}

/******************************************************************/
/*			                MISC CLASSES                          */
/******************************************************************/

.hottext {
	color:#ff3366;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
.highlight, .highlightred {
	color:#164365;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	/*text-indent:20px;*/
}
.highlight a:link, .highlightred a:link {
	color:#164365;
	text-decoration:none;
}
.highlight a:visited, .highlightred a:visited {
	color:#164365;
	text-decoration:none;
}
.highlight a:hover, .highlightred a:hover {
	color:#6F6F6F;
	text-decoration:underline;
}
.highlight a:active, .highlightred a:active {
	color:#6F6F6F;
	text-decoration:none;
}
.highlightred, .highlightred a:link, .highlightred a:visited, .highlightred a:hover, .highlightred a:active {
	color:#ff0000;;
}
.bodytext {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
	text-align:left;
	padding-right:15px;
	list-style-type:disc;
	list-style-position:outside;
	border:none;
}
.bodytext_inside {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
	text-align:left;
	list-style-type:disc;
	list-style-position:outside;
	border:none;
}
.pdfdownload {
	float:right;
	height:32px;
	display:block;
	padding-left:37px;
	padding-right:25px;
	padding-bottom:1em;
	line-height:32px;
	background-image:url(../images/download-pdf.png);
	background-position:0 0em;
	background-repeat:no-repeat;
}
.h1 {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-bottom:-7px;
}
.h1_news {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	
}
.h2 {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.h3 {
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-bottom:-7px;
	background:none;
}
.border_box {
	clear:both;
	float:none;
	margin-top:5px;
	padding: 5px;
	border:1px solid #54682B;
}
.alignright {
	float:right;
}
.alignleft {
	float:left
}
.center {
	margin:0 auto;   /* align for good browsers */
	text-align:center; /* counter the body center */
}
.clear {
	clear:both;
	margin:0; padding:0;
}	
.none {
    display:none;
}

/******************************************************************/
/*	                       MAIN CONTAINER                         */
/******************************************************************/

#container {
	width:1008px;
	margin:0 auto; padding:0
}

/******************************************************************/
/*	                       TOP NAVIGATION                         */
/******************************************************************/

#header {
	width:1000px;
	height:114px;
	margin:0 0 0 4px;	
	padding:0;
	background-image:url(../images/engility_headerBar_noLogo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#logo {
	float:left;
	width:248px;
	height:74px;
	position:relative;
	top:25px; left:25px;
}
#nav-top {
	float:right;
	height:16px;
	margin-top:-2px;
	padding:0 10px;
	vertical-align:top;
	font-size:11px;
	color:#CFCFCF;
}
#nav-top a:link {
	color:#FFF;
	text-decoration:none;
}
#nav-top a:visited {
	color:#FFF;
	text-decoration:none;
}
#nav-top a:hover {
	color:#FFF;
	text-decoration:underline;
}
#nav-top a:active {
	color:#FFF;
	text-decoration:none;
}

/******************************************************************/
/*	                      MAIN NAVIGATION                         */
/******************************************************************/

#nav-main {
	width:1000px;
	height:39px;
	margin:0 4px;
	padding:0;
	background-image: url(../images/engility_navbar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size:14px;
}
#nav-links {
	float:left;
	width:800px;
	margin:0; padding:0;
	font-size:12px;
	font-weight:bold;
	font-variant:normal;
	display:list-item;
	list-style-type:none;
}
#nav-links ul.nav-links {
	display:block;
	padding:0; margin:0;
	background:none;
}
#nav-links ul.nav-links li {
	float:left;
	display:block;
	height:37px;
	padding:0 6px;
	text-align:center;
	line-height:37px; 
	background-image:url(../images/engility_separator-small.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#nav-links ul.nav-links li a {
	margin:0; padding: 0 0 0 15px;
	background-image:url(../images/engility_arrow-bullet.gif);
	background-position:0 40%;
	background-repeat:no-repeat;
	font-family:'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-indent:0;
	color:#FFF;
}
#nav-links ul.nav-links li a.current {
	background-image:url(../images/engility_arrow-bullet_active.gif);
	background-position:0 40%;
	background-repeat:no-repeat;
	color:#014388;
}
#nav-links ul.nav-links li a:hover {
	background-image:url(../images/engility_arrow-bullet_active.gif);
	background-position:0 40%;
	background-repeat:no-repeat;
	color:#014388;
}
#nav-links ul.nav-links li a:active {
	background-image:url(../images/engility_arrow-bullet_active.gif);
	background-position:0 40%;
	background-repeat:no-repeat;
	color:#014388;
}
#nav-search {
	float:right;
	width:188px;
	height:29px;
	text-align:left;
	padding:8px 6px;
}
#nav-search form {
	width:180px;
	height:21px;
	margin:0;
	padding:0 0 0 5px;
	background-image:url(../images/engility_search-input.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:none;
}
#nav-search input.text {
	width:130px;
	padding:0 0 0 2px;
	margin:-2px 0 2px;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	font-variant:normal;
	vertical-align:middle;
	background:none;
	color:#666;
	border:none;
}
#nav-search .search-btn {
	cursor:pointer;
	width:29px;
	height:21px;
	padding:0; margin:0;
	background-color:transparent; /* ie6 need the bg to be transparent */
	background-image:url(../images/engility_search-btn.gif);
	background-position:top center;
	background-repeat:no-repeat;
	border:none;
}

/******************************************************************/
/*	                         BODY STYLE                           */
/******************************************************************/

#body {
	width:1000px;
	margin:5px 4px 0;
	padding:0 0 10px;
}
#flashbanner {
	width:1000px;
	padding:0;
	margin:0 auto;
	text-align: center;
	border: none;
}
#body form {
	margin:5px 0 29px;
	padding:0;
}
#body table.quick-search td {
	padding-right:10px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#body table.quick-search td:first-child {
	width:140px;
	text-align:right;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FE6600;
}
#body #canevas {
	width:1000px;
	margin:0; padding:0;
	border: none;
}

/******************************************************************/
/*	         CONTENT CONTAINER - TWO COLUMN LEFT MAIN             */
/******************************************************************/

#content-container-two-column-left {
	margin:5px 0 0 0; padding:0;
	color:#4E4628;
}
#content-main-two-column-left {
	float:left;
	width:775px;
}
#content-side-two-column-left {
	float:right;
	width:210px;
}
	
/******************************************************************/
/*	         CONTENT CONTAINER - TWO COLUMN RIGHT MAIN            */
/******************************************************************/

#content-container-two-column-right {
	margin:5px 0 0 0; padding:0;
	color:#4E4628;
}
#content-main-two-column-right {
	float:right;
	width:775px;
}
#content-side-two-column-right {
	float:left;
	width:210px;
}

/******************************************************************/
/*	             CONTENT CONTAINER - THREE COLUMN                 */
/******************************************************************/

#content-container-three-column {
	margin:5px 0 0 0; padding:0;
	color:#4E4628;
}
#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
}
#content-side-right-three-column,
#content-side1-left-three-column {
	width:210px;
	font-size:.9em;
}
#content-side-right-three-column {
	float:right;
}
#content-side1-left-three-column {
	float:left;
}

/******************************************************************/
/*	            CONTACT PAGE - THREE COLUMN SECTION               */
/******************************************************************/

.three-column-container {
	background:url(../images/bg-three-column-contact.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
}
.three-column-container-two-listing {
	background:url(../images/bg-three-column-two-listing.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
}
.three-column-side1 {
	float:left;
	width:30%;
}
.three-column-side2 {
	float:right;
	width:30%;
}
.three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
}

/******************************************************************/
/*	                    BOXED CONTENT STYLE                       */
/******************************************************************/

.boxed {
	margin-bottom:10px;
	padding-bottom:10px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.boxed .title {
	height:21px;
	margin:0;
	padding:10px 0 0 10px;
	background-color:#54682B;
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
}
.boxed .title .h2text {
	float:left;
	width:460px;
}
.boxed .title .h2download a {
	float:right;
	width:265px;
	font-weight:normal;
	font-size:.5em;
	text-align:right;
	background-image:url(../images/pdf.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-right:10px;
	color:#FFF;
}
.boxed .content {
	margin-bottom:0;
	padding:10px 10px 2px;
	border:1px solid;
	border-color:#54682B;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	background-position:top center;
	background-repeat:repeat-x;
}
#content-main-two-column-left .boxed, 
#content-main-two-column-right .boxed {
	width:775px;
	background-image:url(../images/engility_bottom-border-large.gif);
}
#content-side-two-column-left .boxed, 
#content-side-two-column-right .boxed {
	width:210px;
	background-image:url(../images/engility_bottom-border-small.gif);
}
#content-main-two-column-left .boxed .title, 
#content-main-two-column-right .boxed .title {
	background-image:url(../images/engility_title-large.jpg);
}
#content-side-two-column-left .boxed .title, 
#content-side-two-column-right .boxed .title {
	background-image:url(../images/engility_title-small.jpg);
}
#content-main-two-column-left .boxed .content, 
#content-main-two-column-right .boxed .content {
	background-image:url(../images/engility_content-gradient.gif);
}
#content-side-two-column-left .boxed .content, 
#content-side-two-column-right .boxed .content {
	background-image:url(../images/engility_content-gradient.gif);
}

/******************************************************************/
/*	                           IDs                                */
/******************************************************************/

#markets-poc ul,
#markets-links ul,
#about-us-links ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:92%;
}
#markets-poc ul li,
#markets-links ul li,
#about-us-links ul li {
	padding:5px 18px;
	background-image:url(../images/engility_arrow-bullet.gif);
	background-position:0 .7em;
	background-repeat:no-repeat;
	list-style-type:none;
	border:1px solid;
	border-color:#54682B;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
	border-bottom-width:0px;
}
#markets-poc li.current,
#markets-links ul li.current,
#about-us-links ul li.current {
	background-image:url(../images/engility_arrow-bullet_active.gif);
}
#markets-poc ul li.first,
#markets-links ul li.first,
#about-us-links ul li.first {
	border:none;
}
#markets-poc ul li h2,
#markets-links ul li h2,
#about-us-links ul li h2 {
	margin:0;
	font-size:100%;
}
#markets-poc ul li h3,
#markets-links ul li h3,
#about-us-links ul li h3 {
	margin:0;
	font-size:92%;
}
#markets-poc ul li p,
#markets-links ul li p,
#about-us-links ul li p {
	margin:0; padding:0;
}

/******************************************************************/
/*	                       NEWS TICKER                            */
/******************************************************************/

#newsticker {
	display:block;
	width:210px;
	text-align:left;
	padding:0 0 4px;
	background-image:url(../images/engility_bottom-border-small.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#newsticker ul {
	position:relative;
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-size:92%;
}
#newsticker ul li {
	padding:5px 10px 5px 20px;
	background-image:url(../images/calendar.gif);
	background-position:0 .6em;
	background-repeat:no-repeat;
	border:1px solid;
	border-color:#54682B;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;
}
#newsticker ul li h2 {
	margin:0;
	font-size:100%;
}
#newsticker ul li h3 {
	margin:0;
	font-size:92%;
}
#newsticker ul li p {
	margin:0; padding:0;
}
#newsticker .title {
	height:21px;
	margin:0;
	padding:10px 0 0 10px;
	background-color:#54682B;
	background-image:url(../images/engility_title-small.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
}
#newsticker div.shadow {
	height:7px;
	margin:0; padding:0;
	line-height:7px;
	border:1px solid;
	border-color:#54682B;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	background-image:url(../images/engility_content-gradient.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
#newsticker .jd_news_scroll {
	height:200px;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:10px;
	padding:5px 5px 12px 0px;
	border:1px solid;
	border-color:#54682B;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	font-size:100%;
}

/******************************************************************/
/*	                       NEWS ARCHIVE                           */
/******************************************************************/

h2#newshdr {
	display: block;
	height:1.5em;
	line-height:1.5em;
	background-color:#E6E6E6;
	border:1px solid;
	border-color:#DADADA;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	padding-left:5px;
}
#newslist {
	display:none;
	background:#FFFFFF url(../images/banner-gray-bg.gif) repeat-x;
	border-bottom:1px solid #DADADA;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
	margin-right:20px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:0px;
}
#newslist a#close img {
	float:right;
	margin:0px;
	padding:0px 5px 0px;
}

/******************************************************************/
/*	                        QUICK SEARCH                          */
/******************************************************************/

#quickseach {
	clear:both;
	height:36px;
	margin:2px 20px;
	padding:5px 5px 0 37px;
	vertical-align:middle;
	background-color:#FFFFFF;
	background-image:url(../images/find.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:1px dashed #CCC;
}

/******************************************************************/
/*	                       HTMLTABLE STYLE                        */
/******************************************************************/

table.htmlTable {
	text-align: left;
	font-size: 1em;
	background-color: #54682B; 
}
table.htmlTable thead tr,
table.htmlTable tfoot tr {
	background-color: #54682B;
	color: #fff;
	padding-right: 10px;
}

table.htmlTable thead th {
	border: 1px solid #fff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}
table.htmlTable th.tblHead {
	text-align: center;
	font-weight: bold;
	padding: 5px 2px 5px 2px;
	border-right: 1px solid white;
}
table.htmlTable tbody tr {
	color: #333;
	padding: 2px;
	background-color: #FCFCFC;
	vertical-align: top;
}
table.htmlTable tbody tr.odd td {
	background-color:#B0C4DE;
}
table.htmlTable td, table#htmlTable th {
	border: 1px solid white;
}
table.htmlTable td {
	padding: 5px;
}


/******************************************************************/
/*	                      Contact form                           */
/******************************************************************/

#contactform form {
	margin: 0;
	padding: 0;
}

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#contactform p {
	margin: 0;
}

#contactform p.phpmsg {
	color:#ff0000;
}

#contactform input, select, span {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	margin-left:10px;
}

#contactform input {
	width:160px;
	padding: 1px 2px;
	background: #EFEFEF url(../images/input-shadow.gif) repeat-x;
}

#contactform select {
	width:164px;
}

#contactform input.buttonsubmit {
	float: right;
	width:69px;
	height:26px;
	color:#FFFFFF;
	padding:2px 5px;
	margin-right:10px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:2px;
	font-weight:bold;
}

/******************************************************************/
/*	                       FOOTER STYLE                           */
/******************************************************************/

#footer {
	clear:both;
	font-size:11px;
	color:#666;
	text-align:center;
	padding:5px;
	line-height:15px;
}
#footer a:link {
	color:#666;
	text-decoration:none;
}
#footer a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color: #666;
	text-decoration:underline;
}
#footer a:active {
	color:#666;
	text-decoration:none;
}
#signature {
	clear:both;
    color:#333;
    font-size:0.8em;
    text-align:center;
    margin-top:.4em;
    margin-bottom:1.0em;
	padding-bottom:1.0em;
}
#signature a:link {
	color:#333;
	text-decoration:none;
}
#signature a:visited {
	color:#333;
	text-decoration:none;
}
#signature a:hover {
	color:#333;
	text-decoration:underline;
}
#signature a:active {
	color:#333;
	text-decoration:none;
}