﻿BODY
{
	background: #2d82b3 url(/_media/Home/BodyBackground.gif) repeat-x top left;
}
BODY, TD, LI, P, DIV, SPAN, TH, A
{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
A, A:Hover, A:Visited
{
	color: #1068ab;
}

DIV.Body
{
	width: 821px;
	margin: 10px auto;
}


/***** HEADER *****/
DIV.Header
{
	width: 821px;
	height: 162px;
	background: url(/_media/Home/HeaderBackground.gif) no-repeat bottom center;
	position: relative;
}
A.InvisibleLogo
{
	position: absolute;
	left: 30px;
	top: 10px;
	width: 125px;
	height: 135px;
}
DIV.Login
{
	font-family: Arial;
	font-size: 11px;
	position: absolute;
	width: 400px;
	height: 60px;
	top: 70px;
	left: 409px;
}
DIV.Login INPUT.Textbox
{
	width: 86px;
	height: 12px;
	border: solid 1px #7f9db9;
	margin: 0 6px;
	padding: 6px 0 0 6px;
	font-size: 9px;
	line-height: 14px;
}
DIV.Login INPUT.Button
{
	position: relative;
	top: 4px;
	margin: 0;
}
IMG.Navigation
{
	display: block;
	width: 479px;
	height: 37px;
	position:absolute;
	left: 317px;
	top: 124px;
}


/***** FOOTER *****/
DIV.Footer
{
	height: 36px;
	background-color: White;
	border-top: solid 1px #1068ab;
	line-height: 36px;
	
	text-align: center;
	
	color: #1068ab;
	font-size: 11px;
}

DIV.Footer A
{
	color: #1068ab;
	font-size: 11px;
}



/***** CONTENT *****/
DIV.Content
{
	background: url(/_media/home/ContentBackground.gif) repeat-y left;
	text-align: left;
	padding: 10px 12px;
}
DIV.Content P
{
	margin: 0;
	padding: 0 0 10px 0;
}
DIV.Content DIV.CallOuts
{
	width: 797px;
	height: 205px;
	background: url(/_media/home/CalloutsBackground.gif) no-repeat bottom left;
	position: relative;
}
DIV.CallOuts DIV.CallOut
{
	width: 252px;
	height: 126px;
	position: absolute;
	top: 52px;
	text-align: left;
}
DIV.CallOuts DIV.CallOut P
{
	margin: 0;
	padding: 0 0 0 14px;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}
DIV.CallOuts DIV.CallOut A
{
	position: absolute;
	left: 180px;
	top: 118px;
}
DIV.CallOuts DIV.CallOut1
{
	left: 6px;
}
DIV.CallOuts DIV.CallOut2
{
	lefT: 273px;
}
DIV.CallOuts DIV.CallOut3
{
	left: 540px;
}


/***** HEADERS *****/
H1
{
	color: #1068ab;
	
	font-size: 24px;
	font-weight: bold;
	
	margin: 8px 0;
}
H2
{
	color: #1068ab;
	
	font-size: 18px;
	font-weight: normal;
	
	margin: 6px 0;
}



P LABEL
{
	display: inline-block;
	float: left;
	width: 125px;
	font-weight: bold;
	padding-left: 15px;
	background: url(/_media/content/SquareDot.gif) no-repeat left;
}
P.NoBullet LABEL
{
	background: none;
}
SPAN.Required
{
	color: Red;
}
