body
{
	background: url(bgs/main_bg.png) no-repeat;
	margin: 0px;
	font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , 'Trebuchet MS' , sans-serif;
	font-size: 13px;
	padding: 0px;
	color: #666666;
	text-align: center;
}

h1
{
	color: #57ABBE;
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px dotted #999999;
	font-weight: normal;
}

h1.intro
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFFFFF;
	font-size: 29px;
	font-weight: normal;
	border: none;
	margin-bottom: 25px;
}

h1.question
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	border: none;
	padding-left: 24px;
	margin-bottom: 25px;
}

h1.question a
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	border: none;
	background: url(img/home_link_arrow.gif) no-repeat 0px 4px;
	padding-left: 24px;
	margin-bottom: 25px;
}

h1.question a:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #EC6E00;
	font-size: 24px;
	font-weight: normal;
	border: none;
	background: url(img/home_link_arrow.gif) no-repeat 0px 4px;
	padding-left: 24px;
	margin-bottom: 25px;
}

h2
{
	color: #57ABBE;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

h2 a
{
	color: #00718B;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

h2 a:hover
{
	color: #00718B;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

a
{
	color: #00718B;
	text-decoration: underline;
}

a:hover
{
	color: #00718B;
	text-decoration: none;
}

#global
{
	width: 990px;
	text-align: left;
	margin: 0px auto;
}

#topS
{
	height: 101px;
	clear: both;
}

#brand
{
	margin: 25px 0px 0px 0px;
	height: 49px;
}

.floatLeft
{
	float: left;
}

#internal
{
	float: left;
	width: 990px;
	background: url(bgs/internal_top.png) no-repeat;
}

#homeIntro
{
	background: url(bgs/main_home_style.jpg) no-repeat;
	width: 990px;
	height: 429px;
	clear: both;
	margin-bottom: 1px;
}

.sideBar
{
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#subHead
{
	background: #00718B;
	margin-top: 17px;
	width: 179px;
	color: #FFFFFF;
	font-size: 15px;
	padding: 0px 10px 10px 10px;
}

#sideBloc
{
	width: 194px;
	color: #FFFFFF;
	background: #57ABBE;
	margin: 0px;
	padding: 5px 0px 10px 5px;
}

ul#subLinks
{
	width: 199px;
	background: #57ABBE;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subLinks li
{
	border-bottom: 1px solid #8AC4D2;
	display: block;
}

#subLinks li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 189px;
	padding: 5px 0px 5px 10px;
}
#subLinks li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #F29F57;
	padding: 5px 0px 5px 10px;
	display: block;
}

#members
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

.subInfo
{
	float: left;
	width: 470px;
}

/**** newsletter sign  */

#newsletter
{
	width: 250px;
	float: right;
	border-left: 1px dotted #999999;
	padding-left: 20px;
	font-size: 11px;
}

#mainArea
{
	float: left;
	width: 480px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: justify;
	margin-bottom: 20px;
}

#mainAreaFull
{
	float: left;
	width: 760px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: justify;
	margin-bottom: 20px;
}

#imgholder
{
	float: right;
	width: 260px;
	padding-top: 50px;
	margin-bottom: 20px;
}

.divide
{
	border-bottom: 1px dotted #999999;
	height: 1px;
	font-size: 1px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

#homeMessage
{
	float: left;
	margin: 50px 0px 0px 400px;
	_margin: 50px 0px 0px 200px;
	_width: 600px;
	color: #FFFFFF;
	font-size: 16px;
	padding-right: 20px;
}

#utils
{
	border-top: 1px dotted #999999;
	background: #F6F6F6;
	clear: both;
	padding: 10px 10px 10px 220px;
	float: left;
	width: 760px;
}

.icotop
{
	background: url(img/ico-top.png) no-repeat;
	width: 22px;
	height: 20px;
	float: right;
	margin-right: 86px;
	_margin-right: 43px;
	margin-top: 7px;
	_margin-top: 3px;
}

#footer
{
	border-top: 1px dotted #999999;
	clear: both;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #999999;
}

.clearBoth
{
	clear: both;
}

ul#globalNav
{
	width: 980px;
	background: url(bgs/topBar.png) no-repeat;
	height: 38px;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 12px 0px 0px 10px;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

li.home
{
	background: url(img/links/home_under.gif) no-repeat;
	width: 52px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
	margin-top: 1px;
}

li.home a
{
	background: url(img/links/home_under.gif) no-repeat;
	width: 52px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.home a:hover
{
	background: url(img/links/home_over.gif) no-repeat;
	width: 52px;
	height: 25px;
	float: left;
}

li.services
{
	background: url(img/links/services_under.gif) no-repeat;
	width: 71px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
	margin-top: 1px;
}

li.services a
{
	background: url(img/links/services_under.gif) no-repeat;
	width: 71px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.services a:hover
{
	background: url(img/links/services_over.gif) no-repeat;
	width: 71px;
	height: 25px;
	float: left;
}

li.com_services
{
	background: url(img/links/com_servs_under.gif) no-repeat;
	width: 180px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
	margin-top: 1px;
}

li.com_services a
{
	background: url(img/links/com_servs_under.gif) no-repeat;
	width: 180px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.com_services a:hover
{
	background: url(img/links/com_servs_over.gif) no-repeat;
	float: left;
}

li.pri_services
{
	background: url(img/links/priv_servs_under.gif) no-repeat;
	width: 138px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
	margin-top: 1px;
}

li.pri_services a
{
	background: url(img/links/priv_servs_under.gif) no-repeat;
	width: 138px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.pri_services a:hover
{
	background: url(img/links/priv_servs_over.gif) no-repeat;
	float: left;
}

li.people
{
	background: url(img/links/people_under.gif) no-repeat;
	width: 58px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
	margin-top: 1px;
}

li.people a
{
	background: url(img/links/people_under.gif) no-repeat;
	width: 58px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.people a:hover
{
	background: url(img/links/people_over.gif) no-repeat;
	width: 58px;
	height: 25px;
	float: left;
}

li.careers
{
	background: url(img/links/careers_under.gif) no-repeat;
	width: 65px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
}

li.careers a
{
	background: url(img/links/careers_under.gif) no-repeat;
	width: 65px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.careers a:hover
{
	background: url(img/links/careers_over.gif) no-repeat;
	width: 65px;
	height: 25px;
	float: left;
}

li.about
{
	background: url(img/links/about_under.gif) no-repeat;
	width: 78px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
}

li.about a
{
	background: url(img/links/about_under.gif) no-repeat;
	width: 78px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.about a:hover
{
	background: url(img/links/about_over.gif) no-repeat;
	width: 78px;
	height: 25px;
	float: left;
}

li.news
{
	background: url(img/links/news_under.gif) no-repeat;
	width: 47px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
}

li.news a
{
	background: url(img/links/news_under.gif) no-repeat;
	width: 47px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.news a:hover
{
	background: url(img/links/news_over.gif) no-repeat;
	width: 47px;
	height: 25px;
	float: left;
}

li.contact
{
	background: url(img/links/contact_under.gif) no-repeat;
	width: 67px;
	height: 25px;
	float: left;
	text-indent: -10000px;
	margin-right: 20px;
}

li.contact a
{
	background: url(img/links/contact_under.gif) no-repeat;
	width: 67px;
	height: 25px;
	text-indent: -10000px;
	float: left;
}

li.contact a:hover
{
	background: url(img/links/contact_over.gif) no-repeat;
	width: 67px;
	height: 25px;
	float: left;
}

/* form  elements */
.signup
{
	width: 160px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 26px;
	padding: 4px 0px 0px 4px;
	margin-top: 5px;
}

.contactForm
{
	width: 450px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 26px;
	padding: 4px 0px 0px 4px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	background: #F1F1F1;
}

.capForm
{
	width: 100px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 26px;
	padding: 4px 0px 0px 4px;
	float: left;
	background: #F1F1F1;
}

textarea.contactform
{
	width: 450px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 86px;
	padding: 4px 0px 0px 4px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	background: #F1F1F1;
}

/* ACS Additions */
#mainArea h1
{
	text-align: left;
}

.wizard
{
	background-color: #a7d3dc;
}

.wizSidebar
{
	text-align: left;
	background-image: url( bgs/orange_fade.png );
	background-repeat: repeat-y;
	padding: 1em 1em 1em 1em;
	width: 14em;
}

.wizHead
{
	padding: 1em 1em 1em 1em;
}

.wizBody
{
	padding: 1em 1em 1em 1em;
}

dt
{
	margin-top: 0.5em;
	font-weight: bold;
}

dd
{
	font-style: italic;
}

#footer
{
	margin-top: 1em;
}

#subHead a
{
	color: #FFFFFF;
	text-decoration: none;
}

#subHead a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
