@charset "utf-8";
/* CSS Document */

body  {
margin:0 auto;
padding:0;
font:11px Verdana,Tahoma,Arial,sans-serif;
background: #f0f0f0 url(images/bg.gif) repeat-x top;
color:#303030;
}	
 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f0f0f0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
 #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #FFFF33;
} 
 #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 */
}
 #subHeader {
	margin: 0;
	font-size:9px;
	padding: 0px 0px 0px 0px;
	/* background:#FFFF33 url(images/shadow_h.gif); */
	background:#FFFF33;
	text-align: left;
	clear: both;
}

/* progressbar text just under top navigation */
.progressbartext{
	padding: 5px 0 0 5px;
	color: #333333;
	}
	
.progressbartext a:active{
	color: #333333;
	}	
	
.progressbartext a:hover{
	color:#000066;
	font-weight:bold;
	}		

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
 
 #sidebar2 {
 	margin:0 auto;
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font:11px Verdana,Tahoma,Arial,sans-serif;
}

#mainContent {
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	margin-top: 0px;
	margin-right: 160px; /*ori 200*/
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 

p{
padding-right: 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;
	margin:0; 
    font-size: 1px;
    line-height: 0px;
}

#frontphoto{
margin:0 0 10px 0;
border:0;
}

/*new add*/
#content{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	text-align:left;
	margin-top: 80px;
	margin-right: 140px;
	margin-bottom: 20px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content h2{
font-size:1.2em;
margin:5 0 0.5em 0;
}

#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

/**/
.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

#extras{
float:right;
width:130px;
margin:80px 0 10px 0;
padding:0 2px 0 0;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}
/*------content mid box extra------*/
#content-2 {
	float: left;
	width: 954px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.big-box-foto {
	float: left;
	width: 469px;
	padding:0 0 15px;
	background: url(images/home-divider-bar.gif) repeat-x left bottom;
	/*
width: 450px;
	padding: 10px 10px 12px 10px;
	background: #efeeeb;
*/

}
.big-box-foto h2 {
	width: 465px;
	padding: 7px 0 5px 0;
	font: 20px georgia, "times new roman", times, garamond, serif;
}



.big-box-foto p {
	color: #333;
	line-height: 16px;
}
.box-foto-2 {background: #f2f2ef;}

.bottom-box {
	float: left;
	width: 470px;
	position: relative;
	margin: -1px 0 0 0;
	padding: 8px 0 8px 0;
	/*
	border-top: 3px solid #f6f6f4;
	border-bottom: 3px solid #f6f6f4;
*/
	}
	
.form-newsletter-home {float: left;
	width: 220px;
	margin:10px 0;
	}
* html .form-newsletter-home {margin-bottom:0;}
.form-newsletter-home-inner 
{
	padding:0 0 10px 10px;
	background-color:#fff
}

	
.form-2,
.form-4 {
	float: left;
	width: 208px;
	display: inline;
	min-height: 90px;
	background: #efeeeb;
	margin: 0 0 0 10px;
	padding: 0 11px 0 11px;
}
.form-4 {margin: 0;}
* html .form-2,
* html .form-4 {height: 90px;}
.form-2 h5,
.form-4 h5,
.form-newsletter-home-inner h5
 {
	float: left;
	color: #666;
	padding: 12px 0 10px 0;
	font: bold 11px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}
.form-2 .text,
.form-4 .text,
.form-newsletter-home-inner .text
 {
	float: left;
	width: 145px;
	height: 17px;
	color: #999;
	margin: 2px 0 0 0;
	padding: 2px 0 0 3px;
	border: 1px solid #ccc;
	font: 11px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}

.auditform {margin-bottom:10px;}
.auditform .text {margin-bottom:10px; width:200px;}
.auditform .auditformsubmit {clear:left; margin-bottom:10px;}

.form-2 .submit,
.form-4 .submit,
.form-newsletter-home-inner .submit
 {
	float: right;
	width: 43px;
	height: 18px;
	margin: 6px 6px 0 0;
}

.form-4 .submit, .form-newsletter-home-inner .submit
{
	margin-top:4px;
}

.online-marketing-2 {
	float: left;
	width: auto;
	height: auto;
	background: #fff;
	border: 2px solid #ccccbb;
	margin: 0px 0px 0 0;
}
.online-marketing-2 p {
	color: #000000;
	padding: 10px 10px 8px 10px;
	font: 18px/103% georgia, "verdana", times, garamond, serif;
}
.online-marketing-2 p span {color: #e4371c;}
.online-marketing-2 p a {color: #666;}

#content{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	text-align:left;
	margin-top: 80px;
	margin-right: 140px;
	margin-bottom: 20px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content h2{
font-size:1.5em;
margin:0 0 0.5em 0;
}

#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}


/**/

/*left navigation*/

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #f0f0f0;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #f0f0f0;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #ffffff;
	background-color: #050B45;
}
.vnav ul li a:hover
{
	background-color: #f0f0f0;
	color: #050B45;
}

.vnav
{
	margin-bottom: 1em;
}

.vnav a:hover {
color:#303030; 
background:#f0f0f0 url(img/sidebarbg.gif) top right repeat-y;}

.vnav a.active{
padding: 2px 10px; 
background:#21438A; 
border-top:2px solid #c0c0c0; 
border-bottom:2px solid #c0c0c0;
}

.vnav a.active:hover
{color:#505050; background:#fafafa;}

.vnav a.active2{
padding: 2px 0px 0px 15px; 
color:#21438A; 
background:#f0f0f0; 
border-bottom:2px dotted #c0c0c0;
}
.vnav a.active2:hover{
color:#505050; background:#fafafa;
}


#activemain a:link, #activemain a:visited,#activemain a:hover, #activemain a:active {
	background-image:url(images/menu_active_main_with.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#activemainno a:link, #activemainno a:visited,#activemainno a:hover, #activemainno a:active {
	background-image:url(images/menu_active_main.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#nonactivemain a:link, #nonactivemain a:visited,#nonactivemain a:hover, #nonactivemain a:active {
	background-image:url(images/menu_divider.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#activesub a:link, #activesub a:visited,#activesub a:hover, #activesub a:active {
	background-image:url(images/menu_active_sub.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#bottsubactive a:link, #bottsubactive a:visited,#bottsubactive a:hover, #bottsubactive a:active {
	background-image:url(images/menu_active_sub_with.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#emptystyle a:link, #emptystyle a:visited,#emptystyle a:hover, #emptystyle a:active {
}

/* ##### Footer ##### */

#footer {
    font-size: 10px;
	color: #FFFFFF;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:#00265D;
	text-align: left;
	clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.style3 {font-size: 10px}
.style11 {font-size: 10px; color: #000000; }

[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 180px; }
 #sidebar2 {
	width: 150px;
}

[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
 #sidebar2,  #sidebar1 { 
padding-top: 5px; }
 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
