@import url(form.css);
@import url(sitemap.css);
@import url(navigation.css);
@import url(tablestyles.css);

/* Begin Universal Styles */
/* ----------------------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	background: url(../images/site_tile.gif) repeat-x;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link,
a:visited {
	color: #fd9904;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #333333;
	text-decoration: none;
}
h1 {
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	color: #4893c2;
}
h2 {
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	color: #666666;
}
ul{
	margin: 10px 0px 10px 10px;
	padding-left: 10px;
	list-style: square url(../images/spacer.gif);
}
li{
	margin: 3px 0px 0px 0px;
}
.hrdot {
	background: url(../images/hr_tile.gif) repeat-x;
	padding: 0px;
	margin: 0px;
}
.floatright {
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.floatleft {
	float:left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------- */
/* End Universal Styles */


/* Begin Layout Styles */
/* ----------------------------------------------------------------- */
#container {
	width: 757px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	margin-right: auto;
}
#arch {
	width: 757px;
	height: 163px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_arch.jpg) no-repeat;

}
/* ----------------------------------------------------------------- */
/* End Layout Styles */


/* Begin Global Styles */
/* ----------------------------------------------------------------- */
#globalcontainer {
	width: 757px;
	height: 81px;
	background: url(../images/bg_global.gif) no-repeat;
}
#logo {
	width: 157px;
	height: 49px;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
}
#globallinks {
	float: right;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 15px;
	margin-right: 28px;
}
#globallinks a:link, 
#globallinks a:visited {
	color: #333333;
}
#globallinks a:hover, 
#globallinks a:visited:hover {
	color: #fd9904;
}

/* ----------------------------------------------------------------- */
/* End Global Styles */


/* Begin Homepage Styles */
/* ----------------------------------------------------------------- */
#hmmessage {
	width: 757px;
	height:320px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_hm_main.jpg) top left no-repeat;
	display:block;
	float:left;
}
#hmmessageleft {
	width: 260px;
	float: left;
	display: block;
	margin-top: 110px;
	padding-left: 32px;
}
#hmmessageright {
	width: 383px;
	float: left;
	display: block;
	margin-top: 19px;
	padding-left: 56px;
}
#hmlinkspotlightcontainer {
	width: 757px;
	height: 212px;
	background: url(../images/bg_hm_btm.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	display:table;
	float:left;
}	
#hmlinks {
	width: 262px;
	display: table;
	margin-top: 16px;
	padding-left: 40px;
	float: left;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
#hmlinks a:link, a:visited {
	color: #fd9904;
	text-decoration: none;
}
#hmlinks a:hover, a:visited:hover {
	color: #333333;
	text-decoration: none;
}
ul.arrow {
	margin: 10px 0px 10px 5px;
	padding-left: 10px;
	list-style: square url(../images/arrow.gif);
}
li.arrow {
	margin: 6px 0px 6px 0px;
}
#hmspotlight {
	width: 360px;
	display: table;
	margin-top: 16px;
	padding-left: 51px;
	float: left;
}
#hmspotlightimg {
	width: 120px;
	height: 91px;
	display: table;
	margin-top: 16px;
	float: left;
}
#hmspotlightcontent {
	width: 230px;
	height: 91px;
	display: table;
	margin-top: 16px;
	float: right;
}
	
/* ----------------------------------------------------------------- */
/* End Homepage Styles */



/* Begin Tier Styles */
/* ----------------------------------------------------------------- */

#tierbgtop {
	width: 757px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_tier_top.jpg) no-repeat;
}
#tiernavcontentcontainer {
	width: 757px;
	display: table;
	background: url(../images/bg_tier_body.gif) repeat-y;
}
#navbtm {
	width: 185px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(../images/bg_tile_tier_rt.gif) repeat-y;
}
#contentcontainer {
	width: 572px;
	display: block;
	float: right;	
}
#content {
	width: 500px;
	color: #333333;
	display: block;
	float: left;
	padding-left: 46px;
	padding-bottom: 40px;
}
#tiertileright {
	background: url(../images/bg_tile_tier_rt.gif) repeat-y;
	width: 185px;
	float: left;
	height: 100px;
	display: table;
}
#tierbtm {
	width: 575px;
	height: 32px;
	margin-left: 182px;
}
/* ----------------------------------------------------------------- */
/* End Tier Styles */



/* Begin Footer Styles */
/* ----------------------------------------------------------------- */
#footer {
	width: 757px;
	margin-top: 26px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link, 
#footer a:visited {
	padding: 0px 3px 0px 3px;
	color: #333333;
}
#footer a:hover, 
#footer a:visited:hover {
	color: #fd9904;
	padding: 0px 3px 0px 3px;
}

/* ----------------------------------------------------------------- */
/* End Footer Styles */