@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #747474;
	/*background: #fdfdfd url(images/bg.gif) repeat-x 0 0px;	*/
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	background-color: #828282;
}
INPUT {
    font-family: Tahoma,Arial,Verdana;
}
table {
	border-collapse:collapse;
}

#container {
	background: url(images/content-bg.gif) repeat-y top center;
	width: 950px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	height: auto;
	padding: 0;
	min-height: 100%;
	display: block;
	top: 0;
	z-index: 5;
}

#header_container {
	width: 100%;
	background: #fdfdfd url(images/bg.gif) repeat-x 0 0px;
}
#header {
	display: block;
	height: 126px;
	width: 950px;
	z-index: 10;
	margin: 0 auto;
}


.header2 {
	width: 100%;
	height: 180px;
	display: block;
	text-align: center;
	background: #fdfdfd url(images/bg2.gif) repeat-x 0 0px;	
}

.header2 img{
	padding: 0px 0px 0 0px;
	width: 948px;
	height: 131px;
	margin: 0 auto;
}


.logo{
	position: relative;
	height: 87px;
	width: 273px;
	top: 35px;
	left: 0px;
	float: left;
	clear: both;
}

.logo img{
	position: relative;
	height: 87px;
	width: 273px;
	clear: both;
}


.content_container {
	width: 100%;
	background: #fff;
	padding-bottom:30px;
}
.content{
	width: 950px;
	position: relative;
	height: auto;
	padding: 0;
	min-height: 100%;
	display: block;
	clear: both;
	top: 0;
	/*margin: 30px 0px 0 0px ;*/
	margin: 0 auto;
}

.col1{
	width: 185px;
	float: left;
	padding: 10px 30px 10px 0px;
	position: relative;
}
.min_height{
	height: 400px;
	float:left;
	display:inline;
}


.col2{
	width: 450px;
	float: left;
	position: relative;
	padding: 20px 40px 0 5px;
}

.col3{
	/*width: 205px;*/
	float: left;
	position: relative;
	margin: 10px 0 0 0;
}

.col4 {
    float:left;
    padding: 10px 0 20px 5px;
    width:730px;
}

.testimonials{
	width: 205px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #dbdbdb;
	display: block;
	margin: 0 0 20px 0;
}
.testimonials_nobox{
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 0px solid #dbdbdb;
	display: block;
	margin: 0 0 20px 0;
}

.testimonials p{
	width: 165px;
	float: left;
	display: block;}

.testimonialname{
	color: #e1a601;
	font-weight: bold;
	text-align: center;
}

.rotating_testimonial {
    width: 205px;
}
.testimonial {
    /*testimonial page*/
	float: left;
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #dbdbdb;
	display: block;
	margin: 10px 0;
}

.testimonial .bold {
    color:#777777;
    font-size:11px;
    font-weight:bold;
    padding-top: 10px;
}

.startquote{
	width: 17px;
	height: 25px;
	float: left;
	padding: 0 3px 0 0;
	background: url(images/startquote.gif) no-repeat;
	position: relative;
}

.endquote{
	background:transparent url(images/endquote.gif) no-repeat scroll 0 0;
    clear:both;
    display:block;
    height:13px;
    left:190px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    position:relative;
    top:-20px;
    width:17px;
}

.endquote2 {
    background:transparent url(images/endquote.gif) no-repeat scroll 0 0;
    float:right;
    height:13px;
    width:17px;
}
.endquote3 {
    float:right;
    height:13px;
    width:17px;
}



.quick-login{
    float:left;
    margin:0 0 20px;
    width:184px;
}
.quick-login-top{
	background: url(images/topbox.gif) no-repeat;
	width: 184px;
	padding: 22px 0 0 0;
	}

.quick-login-middle{
	background: url(images/middlebox.gif) repeat-y;
	padding: 0 10px 0 10px;
	}
	
img.quick-login-bottom{background: url(images/bottombox.gif) no-repeat;}

.quick-login h4 {
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	border-bottom: 1px solid #ffbf00;
	margin: -5px 0 0 0;
	padding: 0 0 0 14px;
	background: url(images/boxicon.gif) no-repeat 0 4px;
}
	
.yelbutton {
	background: url(images/yellowbutton.gif) no-repeat 0 0px;
	width: 161px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	text-align: center;
	color: #4B4B4B;
}
.loginForm  .yelbutton { /*when using it as a submit*/
	border:0 none;
	height:34px;
	padding:0;
	width:161px;
	color: #4B4B4B;
}
.yelbutton:hover{
	background: url(images/yellowbutton.gif) no-repeat 0 -34px;
	color: #404040!important;
	cursor: pointer;
}

.quick-login p {
	font-size: 16px;
	font-weight: bold;
}
.quick-login a {
	font-size: 12px;
	font-weight: bold;
}
.quick-login a:hover {
	text-decoration: none;
	color:#FFBF00;
}


.loginForm{
	padding: 0;
	margin: 0;
	float: left;	
	width: 150px;
}	

.loginForm .label {
	float: left;
	clear: left;
	width: 50px;
	margin: 5px 10px 0 0;
	text-align: left;
	padding: 5px 0 0 0;
}

.loginForm input {
    background-color:#FFFFFF;
    border:1px solid #E2E2E2;
    color:#777;
    float:left;
    margin:5px 0;
    padding:3px;
    width:150px;
}

.loginForm .go{    
    background-color:#FFBF00;
    border-color:#444444;
    border-style:solid;
    border-width:1px 3px;
    color:#444444;
    cursor:pointer;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin:3px 0;
    padding:3px;
    position:relative;
    text-align:center;
    width:158px;
}

.quick-links{
	width: 179px;
	background-color: #eeeeee;
	border: 1px solid #dbdbdb;
	float: left;
}

.quick-links h2{
	height: 19px;
	width: 177px;
	background: url(images/quicklinks-over.gif) no-repeat;
	padding: 5px;
	border: 1px solid #fff;
	}

.quick-links ul{
	width: 177px;
	border: 1px solid #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.quick-links li{
	height: 30px;
	width: 177px;
	padding: 0px 0 0 0px;
	color: #323232;
	}

.quick-links li a{
	height: 30px;
	width: 177px;
	padding: 7px 0 0 10px;	
	background: url(images/quicklinks.gif) no-repeat;
	display: block;
	color: #323232;
	font-weight: normal;
	}

.quick-links li a:hover{ background: url(images/quicklinks-over.gif) no-repeat; color: #323232; }


/* footer styles */

.footer{
	width: 100%; 
	position: relative;
	height: 134px;
	background: #828282 url(images/footer-bg.gif) repeat-x;
	z-index: 10;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.footer p{
	padding-top: 15px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.footer a{
	text-decoration: none; 
	color: #fff; 
	font-weight: bold;
	padding: 0px;		
}

.footer a:hover{
	text-decoration: underline;
	color: #fff; 	
}



/* text styles */

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0 0 5px 0;
}

h1{
	font-size: 16px;
	font-weight: bold;
	}

h2{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0px 0;

}

h3{
	font-size: 12px;
	color: #4b4b4b;
	font-weight: bold;
	padding: 0px 0 0px 0px;
	margin-bottom: 0px;	
}

h4{
	font-size: 14px;
	color: #0f1d89;
	font-weight: normal;
	margin: 0px 0 -15px 0;		
}

h5{
	color: #0a5d0b;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
}

h6{
	color: #c9191b;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

p.largeyellow{font-size: 22px; color:#cc9600; padding-top: 5px; text-align: center;}



.col2 ul{
	margin: 0;
	padding: 5px 0 20px 0;
}


.col2 li{
	margin: 0px 0 0 20px;
	padding: 0;
}



.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.small{
	font-size: 10px;
	}


a{
	color: #4b4b4b;
	text-decoration:none;
	font-weight: normal;
}

a:hover{
	color: #4b4b4b;
	text-decoration: underline;
}




#spacer { clear: both }

/* FULL CLEAR - forces a container to surround all children - regardless of floating */
#fc:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#fc         { display: inline-block;}
* html #fc  { height: 1%; }         /* Hides from IE-mac */
#fc         { display: block; }     /* End hide from IE-mac */



.news_page{
    border: 0px solid #ccc;
    border-bottom: 3px solid orange;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px
}
.news_page h2{
}
.news_page p{
    text-align: left;
}

#links img{
	border:1px solid #222222;
	height: 82px;
	width: 202px;
}

table.misc_table {
	float:left;
	margin:0 0 15px;
}
table.misc_table td {
	border:1px solid #999999;
	color:#333333;
	font-size:12px;
	padding:18px;
	text-align:left;
}
table.misc_table thead td {
	background-color:#E5EEF6;
	color:#003366;
	font-weight:bold;
}
table.misc_table .promote {
	color:green;
	font-weight:bold;
}
table.misc_table .odd {
	background-color: #F5ECCB
}


