@charset "utf-8";

h3,h4,h5,h6,pre,form,body,html,fieldset,input{ margin: 0; padding: 0; }

#container p{padding: 0px 20px 0px 0px ;}

.main_header ,h1{
	  font-family: Arial, Verdana, sans-serif;
      font-size:16px;
	  font-weight:bold;
	  color: #585858;
	  margin: 20px 0px 0px 0px ;
	  font-family:Arial,Helvetica,sans-serif;
}

.sub_header{
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 14px;
	  font-weight:bold;
	  color: #585858;
	  margin: 15px 0px 0px 0px ;	
}

h3{
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 14px;
	  font-weight:bold;
	  color: #585858;
	  padding: 3px 0px 3px 5px ;	
	  margin: 15px 0px 0px -5px ;
	  border-top: #EAEAEA 1px solid;
	  border-bottom: #EAEAEA 1px solid;	  
}


a img,:link img,:visited img { border: none; }
a{
	text-decoration: none;
	color: #003399;
	}
a:hover{ 
	color: #990000;
	text-decoration: underline; 
	}

body{
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #3d3d3d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	background-image:url(/images/page_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.twoColFixLtHdr #container {
	position: relative;
	background-color:#FFFFFF;
	/*width: 781px !important;  mozzila */
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px1px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
	text-align: left;
	/*z-index: 2; */
} 
/*
* + html .twoColFixLtHdr #container {
  	width: 779px !important;   IE7 Hack
} */




.twoColFixLtHdr #header {
	height: 312px;
	background: #000000; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header #feature{
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 190px;
}

.twoColFixLtHdr #header #band{
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 229px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0px 0px 0px;	
	background-image:url(/images/menu_bg.jpg);
	background-repeat:no-repeat;
}

.twoColFixLtHdr #sidebar1 .menu{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style:none;
	
}

.twoColFixLtHdr #sidebar1 .clients{
	margin: 0px 0px 0px 0px;

}


.twoColFixLtHdr #sidebar1 .menu a{
	display:block;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #8A8A8A;
	line-height: 20px;
	border-bottom: 1px #F1F1F1 solid;/**/
}

.twoColFixLtHdr #sidebar1 .menu a.secure{
	padding: 0px 0px 0px 30px;
	width: 170px;	
}

.twoColFixLtHdr #sidebar1 .menu a:hover{
	text-decoration:none;
	color: #2D2D2D;
}

.twoColFixLtHdr #mainContent { 
	margin: 10px 20px 30px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1{
	color: #000000;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
} 
.twoColFixLtHdr #mainContent h2{ 
	color: #000000;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
} 
.twoColFixLtHdr #footer {
	margin: 0px 0px 0px 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 131px;
	color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	border-top: 1px solid #CCCCCC; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer #band{
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	height:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.error{
	color:#990000;
}


/* From CMS */

ul#breadcrumb_trail{ margin: -5px 0px 0px -15px ; padding: 0px; }

ul#breadcrumb_trail li
{
  display: inline;
  list-style: none;
  padding-right: 16px;
  background: url(/images/tab_right.gif) right no-repeat;
  font-size: 10px;
}

ul#breadcrumb_trail li.last
{
  background: none;
}


#bg_band{
	position:absolute;
	width: 100%;
	top: 30px;
	left: 0px;	
    height:444px;
	background-image: url(/images/bg_band.jpg);
	background-repeat:repeat-x;
	z-index:-1;
}

/* Forms */
#sf_guard_auth_form{
	text-align:left;
}

#sf_guard_auth_form .form-row{
	padding-top:5px;
	clear:both;
}


#sf_guard_auth_form label{ float:left; display:block; width:120px; }


#sf_guard_auth_form fieldset{
	border: none;
}

#sf_guard_auth_form fieldset input{
	border:1px solid #BEBEBE;
	color: #818181;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	}

#sf_guard_auth_forgot_password{
	display: none;
}

/* RED */

#container.airRed #header{
	background-image:url(/images/air_header_bg.jpg);
	background-repeat: no-repeat;	
	background-color: #990000;
}
#container.airRed #header #band{
	background-color: #990000;
}
#container.airRed #footer #band{
	background-color: #990000;
}


/* BLUE */
#container.airBlue #header{
	background-image:url(/images/air2_header_bg.jpg);
	background-repeat: no-repeat;	
	background-color: #0066cc;
}
#container.airBlue #header #band{
	background-color: #0066cc;
}
#container.airBlue #footer #band{
	background-color: #0066cc;
}

/* GREEN */
#container.airGreen #header{
	background-image:url(/images/fair_header_bg.jpg);
	background-repeat: no-repeat;	
	background-color: #5f674f;
}
#container.airGreen #header #band{
	background-color: #5f674f;
}
#container.airGreen #footer #band{
	background-color: #5f674f;
}

hr{ 
	height:1px;
	border: 0;
    background-color: #EAEAEA;
	color: #EAEAEA; 
}

.blogSide{
}

.blogSide h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	background-color: #EAEAEA;
}

body #sidebar1 .blogSide p{
	padding: 0px 0px 0px 20px;
}

.subDate{
	color: #ABABAB;
	font-size:10px;
}

/* user details page */

#userdetails{
	background-color: #f4f4f4;
	padding: 10px;
	border:1px #EFEFEF solid;
	background-image:url(/images/form_bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;	
}

#userdetails .formHeader{
	padding:4px;
}

#userdetails p{
	border-top: #E1E1E1 1px solid; 
	height: 15px;
	margin: 5px;
	padding:4px;	
}
#userdetails label{
	margin: 5px 3px 0 0;
	width:90px;
	text-align: right;
	float: left;
}	

.inputclass{
	width:170px;
	font-size:11px;
	padding: 2px;
}


#userdetails label.error {
	text-align: left;
	width: 10px;
	padding: 0px 4px;
	margin: 0px;
	float: none;
	clear: none;
	display: inline;
	color: #990000;
	font-size: 10px;
	border: none;
}

.actionBar{
	text-align:right;
	border: #E1E1E1 1px solid;
	padding: 2px;
}

.newsHeadlines{
	padding-top: 2px;
}

.newsHeadlines p{
	/*border-bottom:1px #EFEFEF solid;*/
	line-height: 1.4em;	
	font-size:10px;
}


.newsHeadlines h1{
	background-color: #F5F5F5;
	padding-left: 5px;
	border:1px #EFEFEF solid;
	font-size:12px;
}

.twoColFixLtHdr #sidebar1 .newsHeadlines p{
	padding-left: 10px;
}

#footer_message a{
	color: #FFFFFF;
	text-decoration:none;	
}

#footer_message a:hover{
	color: #FFFFFF;
	text-decoration: underline;	
}

.newsHeadlines a{
	color: #0066cc;
	font-size:10px;
	font-weight:normal;
	line-height: 1.4em;
}
