/* Global Elements */
*{
	margin					:0; 
	padding					:0;
}

html{
}
body{
	background-color		: #B6C0CB;
	background-image		: url(../imgs/bg.png);
	background-repeat		: repeat;
	background-position		: center top;
	
	color 					: #636466;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	line-height				: 160%;
}
body a{
	color 					: #F26530;
	text-decoration			: underline;
}
body a:hover{
	color 					: #F26530;
	text-decoration			: none;
}

img{ /* Remove white space from bottom of images */
	/*margin: 0px 0px -4px 0px;*/
}
h1{
	color 					: #F26530;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 18px;
	font-weight             : normal;
}

.border{
	width					: 815px;
	border					: solid 8px #E4E4E4;
	margin 					: 30px auto 40px auto;
}
.container{
	display 				: -moz-inline-block;
	display 				: inline-block;
	border					: solid 1px #DFDFDF;
	background-color		: #FFFFFF;
	padding 				: 20px 20px 20px 20px;
}

.bnr{
	display 				: block;
	height 					: 145px;
}
.logo{
	margin 					: 10px 0px 0px 0px;
	float 					: left;
	display 				: block;
}
.navPrimary{
	margin 					: 50px 0px 0px 0px;
	float 					: right;
	display 				: block;
}
.navPrimary li{
	display 				: inline;
	list-style				: none;
	height 					: 145px;
	margin 					: 50px 30px 0px 0px;
}
.navPrimary li a{
	color 					: #636466;
	text-decoration			: none;
}
.navPrimary li a:hover{
	color 					: #F26530;
	text-decoration			: none;
}

.navSecondary{
	float 					: right;
	display 				: block;
}

.navTertiary{
	margin 					: 15px 0px 0px 0px;
	float 					: left;
	width 					: 185px;
	text-align 				: left;
}
.navTertiary li{
	list-style-type			: none;
	margin 					: 0px 0px 20px 10px;
	font-style				: italic;
}
.navTertiary li a{
	display 				: block;
	display 				: inline-block;
	padding 				: 0px 0px 0px 20px;
	color 					: #636466;
	text-decoration			: underline;
	
	background-image		: url(../imgs/tertiary.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}
.navTertiary li a:hover{
	color 					: #636466;
	text-decoration			: none;
	
	background-image		: url(../imgs/tertiary002.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}
.navTertiary li span{
	display 				: block;
	display 				: inline-block;
	padding 				: 0px 0px 0px 20px;
	color 					: #F26530;
	text-decoration			: none;
	
	background-image		: url(../imgs/tertiary.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}

.content{
	clear 					: both;
	padding					: 20px 0px 30px 0px;
	background-image		: url(../imgs/shaddow.png);
	background-repeat		: repeat-x;
	background-position		: left top;
}

.detail{
	float 					: right;
	display 				: block;
	width 					: 550px;
}
.top{
	margin 					: 30px 0px 0px 0px;
	clear 					: both;
	float 					: right;
}
.top a{
	padding					: 10px 0px 0px 0px;
	background-image		: url(../imgs/top-arrow.png);
	background-repeat		: no-repeat;
	background-position		: center top;
	
	color 					: #636466;
	text-decoration			: none;
}
.top a:hover{
	padding					: 10px 0px 0px 0px;
	background-image		: url(../imgs/top-arrow.png);
	background-repeat		: no-repeat;
	background-position		: center top;
	
	color 					: #F26530;
	text-decoration			: none;
}
.ftr{
	margin 					: 30px 0px 30px 0px;
	text-align 				: center;
}


/* Home Page */
.home{
	
}
.homeCol1{
	display:table;
	padding: 30px 20px 20px 20px;
	text-align: left;
	float: left;
	width: 210px;
}

.homeCol2{
	display:table;
	padding: 30px 20px 20px 20px;
	text-align: left;
	width: 210px;
	border-left: dashed 2px #F4F4F4;
	border-right: dashed 2px #F4F4F4;
}

.homeCol3{
	display:table;
	padding: 30px 20px 20px 20px;
	text-align: left;
	float: right;
	width: 210px;
}

.homeText, .homeText tbody{
	padding: 10px 0px 10px 0px;
	
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.homeText a, .homeText tbody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
	text-decoration: underline;
}
.homeText a:hover, .homeText tbody a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
	text-decoration: none;
}
.homeText p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.homeText ul{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.homeText li{
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}
.homeNav  li{
	list-style-type			: none;
	margin 					: 0px 0px 20px 10px;
	font-style				: italic;
}
.homeNav  li a{
	display 				: block;
	display 				: inline-block;
	padding 				: 0px 0px 0px 20px;
	color 					: #636466;
	text-decoration			: underline;
	
	background-image		: url(../imgs/tertiary.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}
.homeNav  li a:hover{
	color 					: #636466;
	text-decoration			: none;
	
	background-image		: url(../imgs/tertiary002.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}


/* Q and A's */
.qaQ{
	margin 					: 0px 0px 20px 0px;
}
.hide{
	display 				: block;
	border-top				: dashed 2px #F4F4F4;
	margin 					: 10px 0px 10px 0px;
	padding					: 10px 0px 10px 0px;
	background-image		: url(../imgs/top-arrow.png);
	background-repeat		: no-repeat;
	background-position		: center center;
	cursor					: pointer;
}

/* News */
.newsArchiveContainer{ 
	margin					: 10px 0px 10px 0px;
	padding					: 0px 0px 10px 45px;
	background-image		: url(../imgs/news-icon.jpg);
	background-repeat		: no-repeat;
	background-position		: left top;
	border-bottom			: dashed 2px #F4F4F4;
}
.newsArchiveTitle{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	display:table-cell; 
	display:table;
}
.newsArchiveTitle a{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.newsArchiveTitle a:hover{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.newsArchivePreview { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:table-cell; 
	display:table;
}
.newsDate{ 
	margin: 0px 0px 20px 0px;
	padding: 2px 6px 2px 0px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.newsTitle{ 
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	color: #515B66;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F4F4F4;
}

	
	/* Contact Details */
.contactDetails{
	text-align:center;
}
.contactForm{
	width:100%;
	margin: 5px 0px 5px 0px;
	padding: 15px 15px 15px 15px;
	display: table;
	display: inline-block;
}
.contactForm form{
	display: inline;
}
.contactForm label{
	display: inline-block;
	width: 150px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:top;
}
html>body .contactForm label{ /* Hidden From IE */
	display: table;
	display: inline-block;
}
.contactForm input, textarea{
	width: 350px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

.contactMessage{
	width:100%;
	margin: 5px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #F26530;
	display: table;
	display: inline-block;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
