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

/* CSS RESET
**************************************************/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*/
html, body {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, blockquote { margin-top: 0px; }
img { border: 0px none }
a img { border: 0px none; }
a { cursor: pointer; }




/* SET DEFAULTS
**************************************************/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #363636;
	background: url('/files/css/bg-body.png') repeat-y top center #3E3E3E;
}

#wrapper {
	padding-top: 20px;
	background: url('/files/css/bg-wrapper.png') repeat-y top center #3E3E3E;
}
#wrapper-inner {
	width: 100%;
	background: url('/files/css/bg-wrapper-inner.png') no-repeat bottom center;
}

a { color: #C44009; }
a:hover {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	color: #C44009;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: #729b35;
	margin-bottom: 20px;
}
h3 { font-size: 14px; }
h5 {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #C54008;
}


input.txt-faded { color: #787878; }
img.frame {
	border: 10px solid #F3DD8D;
	-moz-box-shadow: 0px  0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#666666,Strength=3);
}

.fl { float: left }
.fr { float: right }
div.clear { clear: both; }
img.alignTL, img.alignBL { float: left; }
img.alignTR, img.alignBR { float: right; }
img.alignTL { margin: 0 10px 10px 0; }
img.alignTR { margin: 0 0 10px 10px; }
img.alignBL { margin: 10px 10px 0 0; }
img.alignBR { margin: 10px 0 0 10px; }


.x_input { display: none; }
input.input-txt {
	vertical-align: middle;
	padding: 4px;
	font-size: 10px;
	border: 1px solid #A1A1A1;
	background-color: #FFFFFF;
}
.block input.input-txt { border: 0px none; }

input.input-btn {
	vertical-align: middle;
	width: 22px;
	height: 19px;
	border: 0px none;
	cursor: pointer;
	background-position: 0px 0px;
	background-color: transparent;
}
input.input-btn:hover { background-position: 0px -19px ; }
input.input-btn[disabled="disabled"] { background-position: 0px -38px; }

div.clear { clear: both; }
input.btn-go { background: url('/files/css/btn-go.png') no-repeat 0px 0px; }




/* HEADER
**************************************************/
#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}
	#logo {
		float: left;
		width: 140px;
		height: 100px;
	}
	#navbar {
		float: right;
		width: 760px;
		height: 33px;
		text-align: right;
		background: url('/files/css/bg-navbar.png') no-repeat top right;
	}





/* SEARCH BAR
**************************************************/
#searchbar {
	float: right;
	width: 760px;
	height: 73px;
	color: #C44009;
	text-align: right;
	vertical-align: middle;
}





/* MIDDLE - PAGE CONTENT
**************************************************/
#middle {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
	.content {
		float: left;
		width: 630px;
	}
	.sidebar {
		float: right;
		width: 250px;
	}





/* HOME PAGE
**************************************************/
.homepage {}
.homepage .banner {
	width: 900px;
	margin: 20px 0;
	color: #363636;
	/*background: url('/files/css/bg-banner.png') no-repeat bottom center;*/
}
	.banner table {
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	.banner .message {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #C44009;
	}
	.banner .number {
		font-size: 54px;
		font-weight: bold;
		line-height: 1em;
		color: #C44009;
	}
	.banner .reason {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.4em;
	}
	

.banners_title {
	margin: 20px 0;
	font-size: 18px;
	text-align: center;
}
.banners_title strong {
	color: #C44009;
	font-size: 24px;
	font-weight: bold;
}
.banners_title em {
	color: #C44009;
	font-style: normal;
}

.banners {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 170px;
	margin: 20px 0;
}
.banners_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 170px;
}
.banners_banner_title {
	margin: 20px 0 0 120px;
	font-size: 28px;
	font-weight: bold;
}
.banners_banner_text {
	margin: 10px 0 0 120px;
	color: #363636;
	font-size: 16px;
}
.banners_banner_text strong {
	color: #739B35;
}
.banners_banner_text a {
	color: #C44009;
	font-weight: bold;
	text-decoration: none;
}
	
	
	
.homepage .col1 {
	float: left;
	width: 320px;
	margin-right: 30px;
}
.homepage .col2 {
	float: left;
	width: 250px;
}
.homepage .col3 {
	float: right;
	width: 265px;
}




/* BLOCKS
**************************************************/
.block {
	width: 250px;
	margin-bottom: 20px;
}
.block-head {
	font-size: 15px;
	font-weight: bold;
	color: #446412;
}
.block1 .block-head,
.block2 .block-head,
.block3 .block-head {
	color: #FFFFFF;
}

	.block .block-head { padding: 10px 10px 5px 10px; }
	.block .block-body { padding: 5px 10px; }
		
	.block ul.bulleted {
		padding-left: 10px;
		list-style-image: url('/files/css/li-white.png');
	}
	.block ul.bulleted li { margin-left: 14px; }
	


	.block-location {
		width: 174px;
		height: 54px;
		margin-left: -4px;
		margin-top: -4px;
		padding: 20px 0 10px 80px;
		background: url('/files/css/blocks/bg-block-location.png') no-repeat top left;
	}
		.block-location input[type="text"] { width: 100px; }
		.block-location input.btn-location-go {
			width: 47px;
			background-image: url('/files/css/blocks/btn-location-go.png');
		}
		
	
	.block-newsletter {
		width: 230px;
		height: 75px;
		padding: 25px 10px 10px 10px;
		margin-top: -10px;
		background: url('/files/css/blocks/bg-block-newsletter.png') no-repeat top left;
	}
		.block-newsletter input[type="text"] { width: 140px; }
		.block-newsletter input.btn-newsletter-signup {
			width: 72px;
			background-image: url('/files/css/blocks/btn-newsletter-signup.png');
		}

	
	.block1 {
		width: 250px;
		color: #FFFFFF;
		background: url('/files/css/blocks/block1-bg.png') no-repeat bottom left;
	}
		.block1 .block-head { background: url('/files/css/blocks/block1-head.png') no-repeat top center; }
		.block1 span.large {
			font-size: 15px;
			font-weight: bold;
			color: #203303;
		}
		.block1 a { color: #444444; }
		
		
	.block2 {
		width: 250px;
		color: #FFFFFF;
		background: url('/files/css/blocks/block2-bg.png') no-repeat bottom left;
	}
		.block2 .block-head { background: url('/files/css/blocks/block2-head.png') no-repeat top center; }
		.block2 span.large {
			font-size: 15px;
			font-weight: normal;
		}
		.block2 a { color: #A7D066; }
		
		
	.block3 {
		width: 250px;
		color: #FFFFFF;
		background: url('/files/css/blocks/block3-bg.png') no-repeat bottom left;
	}
		.block3 .block-head { background: url('/files/css/blocks/block3-head.png') no-repeat top center; }
		.block3 a { color: #FFFFFF; }



/* FOOTER
**************************************************/
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color: #525151;
}

	#footer .copyright {
		float: left;
		width: 780px;
		padding-bottom: 10px;
	}
	#footer .training {
		position: absolute;
		bottom: 0;
		right: -10px;
		width: 125px;
		height: 50px;
	}


#footer-links {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	color: #FFFFFF
}
	#footer-links a { color: #FFFFFF; }
	#footer-links a.active { color: #CCCCCC; }




/* EOF */








