@charset "utf-8";
/* CSS Document */

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:verdana;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
	}
* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
/* end reset browser styles */
html {
	background-color:#fef7ee;
	}
body {
	width: 100%;
	background-color: #fef7ee;
	height:100%;
	margin: 0 0;	
}
font {
	font-family:tahoma, verdana;
	line-height:120%;
	}
body li {
	list-style-image: url(bullet.png);
	list-style-position:outside;
	font-family:verdana, arial;
	font-size:85%;
	margin-left:20px;
	line-height:20px;
 }
.headerRow {
	width:100%;
	min-height:100px;
	margin-top:10px;
	background-color:#fef7ee;
}
.headerContent {
	width:990px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:100px;
	padding:0px;
	border-color:#555;
	border-style:solid;
	border-width:1px 1px 0px 1px;
}
.menuBar {
	float:right;	
}
.menuBarIO {
	display:none;
	float:right;	
}

.navRow {
	width:100%;
	height:42px;
	background-color:#fbca90;
	background-image:-moz-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbca90),color-stop(100%,#fef7ee));
	background-image:-webkit-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-o-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-ms-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:linear-gradient(top,#fbca90 0%,#fef7ee 100%);
}
.navContent {
	width:990px;
	background-color:#fbca90;
	margin-left:auto;
	margin-right:auto;
	height:42px;
	padding:0px;
	border-color:#555;
	border-style:solid;
	border-width:0px 1px 0px 1px;
}
.bodyRow {
	width:100%;
	min-height:600px;
	background-color:transparent;
}
.bodyContent {
	width:990px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	padding:10px;
	border-color:#555;
	border-style:solid;
	border-width:0px 1px 0px 1px;
}
.bodyMain {
	font-family:verdana, arial;
	font-size:90%;
	color:#000000;
	display:inline-block;
	width:100%;
	min-height:600px;
	padding:5px;
}
.bodyMain a:link {
	color:#336699;
	text-decoration:none;
}
.bodyMain a:visited {
	color:#336699;
	text-decoration:none;
}
.bodyMain a:hover {
	color:#F7941E;
	text-decoration:underline;
}
.bodyMain a:active {
	color:#336699;
	text-decoration:none;
}
.homeTabs {
	vertical-align:top;
	width:100%;
	}
.homeBanner {
		position: relative;
		background-image:url(bg_building.jpg);	
		background-repeat:no-repeat;
		background-color:#5381b1;
		width:100%;
		height:210px;
		padding:10px;
		text-align:right;
		margin-top:10px;
		margin-bottom:10px;
		border-radius:10px;
	}
.homeBannerTitle {
	color: #fff;
	font-size:16px;
	font-weight:bold;
	align:right;
	}
.homeBannerSubTitle {
	color: #fff;
	font-size:14px;
	align:right;
	}
.homeBannerBot {
	display:inline-block;
	color:#FBCA90;
	text-align:left;
	}
.homeBot {
	display:inline-block;
	vertical-align:top;
	border:1px solid #cfcfcf;
	border-radius:5px; 
	padding:10px 10px 10px 10px;
	margin:0px 5px;
	width:30%;
	height:300px;
	line-height:150%;
	}

.homeBotTitle {
	padding:10px 5px 10px 5px; 
	background-color:#1e81f7;
	border-radius:5px;
	width:100%;
	margin-left:auto; 
	margin-right:auto;
	}

h2 {
	font-family:verdana, arial;
	font-size:130%;
	color:#003066;
}

.pageMenu {
	display:inline-block;
	border-width:1px;
	border-color:#FF0;
	border-style:solid;
	padding:3px;
}

.xpressLinks {
	display:inline-block;
	width:105px;
	border-width:1px;
	border-color: #900;
	border-style:solid;
	padding:3px;
}

.footerRow {
	width:100%;
	min-height:100px;
	background-color:#fbca90;
	background-image:-moz-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbca90),color-stop(100%,#fef7ee));
	background-image:-webkit-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-o-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-ms-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:linear-gradient(top,#fbca90 0%,#fef7ee 100%);
}
.footerContent {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:100px;
	padding:0px;
	color:#8b8b8b;
	background-color:#fbca90;
	background-image:-moz-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbca90),color-stop(100%,#fef7ee));
	background-image:-webkit-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-o-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:-ms-linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	background-image:linear-gradient(top,#fbca90 0%,#fef7ee 100%);
	border-color:#555;
	border-style:solid;
	border-width:0px 1px 1px 1px;

}
.footerLinks a:link {
	font-family:verdana, arial;
	font-size:80%;
	color:#555;
	font-weight:normal;
	text-decoration:none;
}
.footerLinks a:visited {
	font-family:verdana, arial;
	color:#555;
	text-decoration:none;
}
.footerLinks a:hover {
	color:#f7271e;
	background-color: #fef7ee;
	text-decoration:underline;
}
.footerLinks a:link {
	color:#555;
	text-decoration:none;
}

.footerLinksIO {
	display:none;	
}
#accordian font {font-size:80%; font-family:trebuchet;}
@media (max-width:1000px) {
	
}

@media (max-width:900px) {
	.headerContent {width:100%;}
	.bodyContent {width:100%;}
	.navContent {width:100%;}
	.footerContent {width:100%;}
}
@media (max-width:640px) {
		.homeBanner {
		height:275px;
		background-image:none;
	}
}
@media (max-width:640px) {
	.navRow {
		height:225px;
	}
	.homeBot {
		height:600px;
	}
	.homeBanner {
		height:335px;
		background-image:none;
		text-align:left;
	}
}
@media (max-width:490px) {
	.menuBar {
		display:none;
	}
	.menuBarIO {
		display:inline-block;
		float:right;	
	}
	.footerLinks {
		display:none;	
	}
	.footerLinksIO {
		display:block;	
	}
	.homeBot {
		display:block;
		width:90%;
		height:300px;
	}
	.homeBannerBot {
		display:block;
	}
}
@media (max-width:320px) {
	
}