@import "reset.css";


body {
	background:url(../images/bg.gif) #ffffff  repeat-x scroll center top;
}

div.twothird h1 {
	margin-top:15px;
}

div.third h1 {
	margin-top:10px;
}
/*--- Typography ---*/

p { 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:20px;
	padding-bottom:20px;
	color:#000000;
	}
h1 {
	font-family:Trebuchet MS,Arial, Verdana,Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	}
h3{
	font-family:Trebuchet MS,Arial, Verdana, Helvetica, sans-serif;
	color:#990033;
	font-size:1.1em;
	margin-bottom:5px;
}
h4{
	font-family:Trebuchet MS,Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	margin:10px 10px 10px 0px;
}

h2 {
	font-size: 1.2em;
	font-family:Trebuchet MS,Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
	position:relative;
}

h3 a {
	color:#000000;font-size:.8em;
}

#content ul {
	list-style-type:disc;
	padding-left:15px;
}

#content h1 {
	margin-bottom:20px;
}

hr {
	margin-top:20px;
}

#wrapper {
	min-height: 60%;
	height: auto !important;
	
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:1024px;
	}

	a.logo {
	display:block;
	width:140px;
	height:151px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-3000px;
	float:left;
	border-bottom:1px solid #243254;
	border-left:1px solid #243254;
	border-right:1px solid #243254;


	}


#header{
	background: url(../images/headerimg.jpg) no-repeat -10px 5px;
	width:1024px;
	height:165px;

}

/*--- Structure ---*/

div.twothird {
	width:730px;
	float:left;
	padding:0px 30px 30px 0px;
	border-top:3px solid #243254;
	}

#content div.third {

background:transparent url(../images/content-bg.gif) no-repeat scroll 0 0;
border-top:3px solid #243254;
float:right;
width:230px;
}

#footer {
border-top:2px solid #243254;
margin:50px auto 0;
width:870px;
}

.footer_margin {
	margin-top:10px;
}



#banner {
	width:1024px;
	height:504px;
	background:transparent url(../images/banner-bg.gif) repeat scroll 0 0;
	padding:9px;
	margin-top:0px;
	}
#banner-img {
	width:1024px;
	height:504px;
	border:1px solid #3d3c3b;
	overflow:hidden;
	position:absolute;
	z-index:1;
	}

#banner-img img{
	width:1024px;
	height:504px;
}


#banner-gfx {
	width:1024px;
	height:504px;
	background:transparent url(../images/banner-gfx.png) no-repeat;
	position:absolute;
	z-index:2;
	margin:1px 0px 0px 1px;
	}
#banner-txt {
	position:relative;
	width:1024px;
	z-index:3;
	bottom:0;
	float:right;
	padding-bottom:20px;
	margin-top:310px;
	}
#banner-txt p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:41px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
	letter-spacing:-2px;
	color:#fff;
	width:590px;
	float:right;
	
	}
#banner-txt p a {
	color:#FF9034;
	text-decoration:none;
}
#banner-txt p a:hover {
}

div.half {
	width:482px;
	float:left;
	padding:0px 20px 10px 0px;	
}
div.full {
	width:1024px;
	float:left;
	padding:0px 0px 10px 0px;
}

#wrapper {
	min-height: 60%;
	height: auto !important;
	
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:1024px;
	}
#footer, .push {
	height: 40px; /* .push must be the same height as .footer */
	}
#footer {
	width:1024px;
	margin:0 auto;
	border-top:2px solid #243254;
	margin-top:50px;
	}
#footer, #footer a, #footer span a {
	font-size:11px;
}


#content-home {
	width:868px;
	background:url(../images/content-bg.gif) no-repeat bottom;
	margin: 10px 0px 40px 0px;
	/*border-top:3px solid #243254;*/
	}	
#content {
	margin-top:10px;
	}
#content div.third {
	background:url(../images/content-bg.gif) no-repeat left bottom;
	width:230px;
	float:right;
	border-top:3px solid #243254;
	}
#content div.third div.btn {
	margin-bottom:7px;	
	text-align: center;
	}
#content div.third a.btn {
	padding: .3em .7em .3em .7em;
	border: 1px solid #615d5c;
	background: #fff;
	text-decoration: none;
	font-size: 1.1em;
	}
#content div.third a.btn:hover {
	border:1px solid #FCFFF4;
	background:#243254;
	color:#FCFFF4;
	cursor:pointer;
}		

#content div.third div.btn {
	
	
}
#content div.side-box	{
	width:280px;
	float:right;
	margin-top: 2em;
	min-height:400px;
	}	
div.third {
	width:228px;
	float:left;
	padding:0px 30px 10px 30px;
	}
div.twothird {
	width:700px;
	float:left;
	padding:0px 30px 30px 0px;
	border-top:3px solid #243254;
	}

		
/*--- Navigation ---*/

/*--- Navigation ---*/

.top-nav{

	padding-top:10px;
	font-size:.8em;
	}
.top-nav li {
	float:left;
	}
.top-nav li a {
	text-decoration:none;
	color:#000;
}
/*.top-nav li a {
	display:block;
	padding:11px;
	height:22px;
	background:#243254;
	color:#D29F37;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:11px;
	margin:0px 2px 0px 0px;
	border:1px solid #e6e6e5;
	width:95px;
	}*/
.top-nav li a:hover, .top-nav li.active a:hover {
	
	text-decoration:underline;
	}

.top-nav li.active a {
	font-weight:bold;
}

.top-nav li a:hover em {
	color:#615d5c;
	}
.top-nav li a em{
	float:left;
	color:#B0720D;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-style:normal;
	}


/*--- Elements ---*/

.clear {
	clear:both;
}

.img_left 	{ float:left; margin:0px 15px 15px 0px; }

.img_right { float:right; margin:0px 0px 15px 15px; }

div.message p {
	margin: 0;
	margin-bottom:15px;
	padding: .4em 1.2em .4em 1.2em;
}

/*--- Forms ---*/


form table tr td {
	min-width:80px;
	padding-bottom:5px;
}

.form-tbl input, .form-tbl textarea{
	border:1px solid #615D5C;
}

ol {
	list-style-type:decimal;
	padding-left:15px;
}

ol li {
	margin:0px 0px 10px 0px;
}


p.error, div.error {
	border:1px solid red;
	background: #FFE0E3;
	width:372px;
	line-height:1em;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

input.error, textarea.error {
	border:1px solid red;
	background: #FFE0E3;
	margin:0;
	padding:0;
}

em {
	cursor:pointer;	
}
