﻿body
{
	font: 11px Arial;
	font-family: Arial, Tahoma;
	font-size: 11px;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:17px;
}

p
{
	margin-top:11px;
}
P, span, li, ul, ol, td
{
	font: 11px Arial;
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: black;
	line-height:17px;
}

li
{
	list-style-image:url(images/bullet.gif);
	padding-left:0px;
	margin-left:0px;
	color:#76afb6;
	font-family:Trebuchet MS;
	font-size:10px;
}

ul
{
	margin-top:5px;
	margin-left:20px;
	margin-bottom:5px;
	padding-left:0px;
}

H1
{
	color:#3636A9;
	/*font-family:Tw Cen MT;,Century Gothic,GilSans,Trebuchet*/
	font-family:Trebuchet MS,Tw Cen MT,Century Gothic,Gill Sans MT,Verdana;
	font-size:15px;
	width:100%;
	margin-top:0px;
	margin-bottom:5px;
	line-height:15px;
}


H2
{
	color:#4A4EC6;
	font-family:Trebuchet MS,Tw Cen MT,Century Gothic,Gill Sans MT,Verdana;
	font-size:11px;
	width:100%;
	margin-top:0px;
	margin-bottom:5px;
	line-height:14px;
}

H3
{
	font-size: 11px;
	color: #80AA80;
	font-family:Trebuchet MS,Tw Cen MT,Century Gothic,Gill Sans MT,Verdana;
	margin-top:12px;
	margin-bottom:5px;
	line-height:14px;
}

A:link
{
	color: #4A4EC6;
	text-decoration: underline;
}
	
A:visited
{
	color: #527A52;
	text-decoration:underline;
}
	
A:hover
{
	color: #80AA80;
	text-decoration: underline;
}		


.ControlError
{
	background-color:#cc0001;
	color:White;
}

.quote
{
	font-style:italic;
	color:Gray;
	display:block;
	margin-bottom:5px;
}

.HomeWelcomeBox
{
	/*This is fixed height so that the styled home container background graphics are aligned*/
	height:45px;
	text-align:left;
	margin-left:60px;
	padding-bottom:10px;
	overflow:hidden;
}

/*Styled Content Container BEGIN*/

/*White Version BEGIN*/
.sc_TopWhite
{
	float:left;
	background-image:url(images/c_TopWhite.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:537px;
	
}
/*sc_Middle must be innermost so that it does not get in the top/bot background*/
.sc_MiddleWhite
{
	background-image:url(images/c_MiddleWhite.gif);
	background-repeat:repeat-y;
	width:495px;/*=537-21-21 (left/right padding)*/
	/*Min-Height Goes on the inner most container element to push others out*/
	height:auto;
	min-height:200px;
	/*Margin to align background with top and bottom */
	margin-top:13px;
	margin-bottom:14px;
	/*Padding for content*/
	padding-left:21px;/*1 (border) + 8 (space) + 1 (border) + 11 (padding)*/
	padding-right:21px;
	
}
.sc_BottWhite
{
	float:left;
	background-image:url(images/c_BotWhite.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:537px;
}
/*White Version END*/

/*Home Version BEGIN*/
.sc_TopHome
{
	float:left;
	background-image:url(images/c_TopHome.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:549px;
	
}
.sc_MiddleHome
{
	width:495px;/*=537-21-33 (left/right padding) + 12 shadow*/
	background-image:url(images/c_MiddleHome.jpg);
	background-repeat:repeat-y;
		
	/*Margin to align background with top and bottom */
	margin-top:16px;
	margin-bottom:31px;/*31*/
	/*Padding for content*/
	padding-left:21px;/*1 (border) + 8 (space) + 1 (border) + 11 (padding)*/
	padding-right:33px;/*1 (border) + 8 (space) + 1 (border) + 11 (padding) + 12 shadow*/
	
	/*Min-Height Goes on the inner most container element to push others out*/
	height:auto;
	min-height:200px;
}

.sc_BottHome
{
	float:left;
	background-image:url(images/c_BotHome.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:549px;
}


.sc_RightGradTrans /*merge gradient from main background and container shadow. This is not a wrapper like the others it is just a little floating box next to the middle section*/
{
	width:12px;
	height:60px;
	/*background-color:Red;*/
	background-image:url(images/c_RightGradientTransition.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:284px;
	left:748px;
}
/*Home Version END*/

/*Styled Content Container END*/


/**************** Contact Page Style *****************/

.moduleContact
{
}

.moduleContact .divProgress
{
	line-height:15px;
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}




/************** Layout CSS **************/

#divBoundary
{
	width:780px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
}
#divHeader
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:215px;
	text-align:left;
}

#divHeaderLink
{
	width:90px;
	height:20px;
	position:relative;
	top:70px;
	left:645px;
	cursor:pointer;
	/*These settings are relative to the header*/
}

#divWrapper
{
	float:left;
	background-image:url(images/leftrepeat.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#divLeft
{
	float:left;
	width:203px;
	background-color:#0a0502;
}

#divMenuLeft
{
	padding-top:37px;
	text-align:left;
}

#divContentArea
{
	float: right;
	width: 577px;
	text-align: left;
	background-image:url(images/contentBack.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}

#divContentPadding
{
	padding-top:18px;
	padding-bottom:0px;
	padding-left: 8px;
	padding-right:32px;
	height:auto;
	min-height:300px;
	overflow:hidden;
}

