* { padding:0; margin:0; }
body { text-align:center; }
#HeadContainer { width:768px; margin:0 auto; padding:0 15px; text-align:left; }
#Head { position:relative; height:230px; width:768px; }
#Head #Logo { position:absolute; top:15px; left:-22px; }
#Head #Menu { position:absolute; top:15px; right:-15px; }
#Head #HeadFlash, #Head #Slogan { position:absolute; top:100px; left:0; }
#Head #HeadFlash { height: 120px; width: 520px; }
#BodyContainer { width:768px; margin:-40px auto 20px auto; padding:0 15px; text-align:left; }
body.Home #BodyContainer { margin:0 auto; padding:0 15px; }
#Body { position:relative; width:768px; }
#Content { float:left; width:495px;	padding:20px 0; }
#Content.Wide { float:left; width:768px; padding: 20px 0; }
#Sidebar { float:right; width:224px; padding:66px 0 20px 0; }
#FootContainer { clear:both; width:100%; padding:0 15px; }
#Foot { position:relative; height:248px; width:768px; margin:0 auto; text-align:left; }
#Foot #Services { position:absolute; top:0; left:0;	height:140px; width:384px; }
#Foot #Contact { position:absolute; top:0; left:454px; height:140px; width:310px; }
#Foot #Validation {	position:absolute; top:212px; right:0; height:24px; }
#Foot #Copyright { position:absolute; top:212px; left:0; height:24px; }

body { background: #FFF url(/Images/BkgdBody.jpg) repeat-x; font: normal 75%/1.5em Verdana, Geneva, Arial, sans-serif; color: #333; }
body.Home { background: #FFF url(/Images/BkgdBodyHome.jpg) repeat-x; color: #333; }
body.Error { background-image: none; background-color: #FFF; color: #333; }
input, select, textarea, legend { font-family: Verdana, Geneva, Arial, sans-serif; font-size: 100%; } /* REQUIRED FOR FIREFOX TEXTAREA */
a:link, a:visited { color: #0068F6; text-decoration: none; }
a:hover, a:active { color: #00F; text-decoration: underline; }
.Message { font-weight: bold; }
.Error { color: #F00; }
.Clear { clear: both; }
.Left { float: left; }
.Right { float: right; }
.Center { text-align: center; }
.Block { background-color: #CCC; padding: .4em 0; margin-bottom: 0.688em; text-align: center; }
.Half { width: 50%; }
.Third { width: 33%; }


/* HEAD CONTAINER STYLES */
#HeadContainer
{
	background-color: transparent;
}


/* HEAD STYLES */
#Head
{
	background: transparent url(/Images/BkgdHeadCube.jpg) no-repeat right 52px;
}

body.Home #Head
{
	background: transparent url(/Images/BkgdHeadCubeHome.jpg) no-repeat right 52px;
}


/* MENU STYLES */

#Menu
{
	background-color: #FFF;
}

#Menu ul
{
	list-style: none;
	font: bold 0.916em Verdana, Geneva, Arial, sans-serif;
	color: #0068F6;
}

#Menu li
{
	float: left;
	padding: 0 15px 0 15px;
	border-left: 1px solid #CCC;
}

#Menu li.First
{
	padding: 0 15px 0 0;
	border: none;
}

#Menu a
{
	display: block;
}

#Menu a.Active
{
	background: #FFF url(/Images/BkgdMenuActive.jpg) repeat-x;
}

#Menu a:link, 
#Menu a:visited
{
	color: #0068F6;
	text-decoration: none;
}

#Menu a:hover, 
#Menu a:active
{
	color: #00F;
	text-decoration: underline;
}


/* BODY CONTAINER STYLES */
#BodyContainer
{
	background-color: transparent;
}


/* BODY STYLES */

#Body
{
	background-color: transparent;
}


/* CONTENT STYLES */

#Content
{
	background-color: transparent;
}

#Content h1
{
	margin-bottom: 0.688em;
	font: normal 2em Georgia, "New York", "Times New Roman", Times, serif;
}

#Content h2
{
	margin-bottom: 0.688em;
	font: normal 1.5em Georgia, "New York", "Times New Roman", Times, serif;
}

#Content h3
{
	margin-bottom: 0.344em;
	font: normal 1.333em Georgia, "New York", "Times New Roman", Times, serif;
}

#Content p
{
	margin-bottom: 1.375em;
}

#Content p img.Left
{
	margin: 4px 20px 20px 0;
}

#Content ul, #Content ol
{
	margin-bottom: 1.375em;
}

#Content li
{
	margin-left: 2em;
}

#Content img.Float
{
	float: right;
	padding: 4px 0 10px 10px;
}

#Content .ColumnContainer
{
	margin-bottom: 2em;
}

#Content .Column
{
	float: left;
	width: 224px;
	padding-right: 24px;
	border-right: 1px solid #CCC;
	margin-right: 24px;
}

#Content .ColumnEnd
{
	float: left;
	width: 220px;
	padding-right: 0;
	margin-right: 0;
}

#Content .Box
{
	background-color: #E5E5E5;
	border: 1px solid #CCC;
	margin-bottom: 1.375em;
}

#Content .Box img
{
	margin: 10px;
}

#Content .Box p
{
	margin: 1em;
}

#Content table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}

#Content table.Small
{
	width: 60%;
}

#Content table thead th
{
	background-color: #0068F6;
	padding: 0.5em 0.5em;
	text-align: center;
	font: normal 1.166em Verdana, Geneva, Arial, sans-serif;
	color: #FFF;
}

#Content table tbody th
{
	background-color: #FFF;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
}

#Content table tbody td
{
	background-color: #FFF;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
}

#Content table.Layout td
{
	border: none;
}

#Content table tbody tr.Even td,
#Content table tbody tr.Even th
{
	background-color: #E1E1F1;
}

#Content table tfoot
{
	border-style: none;
	font: normal 0.916em Verdana, Geneva, Arial, sans-serif;
}

#Content table.Bulleted
{
	margin-bottom: 3em;	
}

#Content table.Bulleted tbody td
{
	vertical-align: top;
}


/* SIDEBAR STYLES */

#Sidebar
{
	background-color: transparent;
}

#Sidebar h1
{
	margin-bottom: 0.688em;
	font: normal 1.333em Verdana, Geneva, Arial, sans-serif;
}

#Sidebar p
{
	margin-bottom: 1.375em;
	font: normal 0.916em Verdana, Geneva, Arial, sans-serif;
}

#Sidebar table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.375em;
}

#Sidebar table thead th
{
	background-color: #4A7543;
	text-align: center;
	font: normal 1.166em/24px Verdana, Geneva, Arial, sans-serif;
	color: #FFF;
}

#Sidebar table tbody th
{
	background-color: #FFF;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
	font-size: 0.916em;
}

#Sidebar table tbody td
{
	background-color: #FFF;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
	font-size: 0.916em;
}

#Sidebar table tbody tr.Even td,
#Sidebar table tbody tr.Even th
{
	background-color: #D5F1B1;
}


/* FOOT	CONTAINER STYLES */
#FootContainer
{
	background: #171A1D url(/Images/BkgdFoot.jpg) repeat-x left top;
}


/* FOOT STYLES */

#Foot
{
	color: #CCC;
	text-align: left;
}

#Foot h1
{
	margin-bottom: 0.688em;
	font: normal 1.333em Verdana, Geneva, Arial, sans-serif;
}

#Foot p
{
	font: normal 0.916em/1.5em Verdana, Geneva, Arial, sans-serif;
}

#Foot ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#Foot li
{
	background: url(/Images/BulletFoot.gif) no-repeat left 50%;
	padding: 3px 30px 3px 14px;
	font: normal 0.916em Verdana, Geneva, Arial, sans-serif;
}

#Foot #Services
{
	border-right: 1px solid #3C464C;
	margin: 30px 0 30px 0;
}

#Foot #Contact
{
	background: url(/Images/BkgdCertification.jpg) no-repeat right bottom;
	margin: 30px 0 30px 0;
}

#Foot #Validation img
{
	padding: 0 4px 0 20px;
	vertical-align: text-bottom;
}

#Foot #Copyright p
{
	line-height: 24px;
}


#SystemMessage { margin-top: 80px; text-align: center; }
#SystemMessage h1 { font-size: 2.333em; font-weight: normal; margin: 3em 0 1em 0; }	
#SystemMessage p { margin-bottom: 1.375em; }


/* OVERLAY STYLES */
.Overlay { display:none; z-index:10000; background-color:#333; width:780px; min-height:500px; border:1px solid #666; }
.Overlay .close { background-image:url(/Images/overlay/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px; }
.Overlay p { margin-top:20px; }
