@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(themes/bg.jpg); background-position:center fixed; background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}

#HeadArea h1
{
	text-transform:uppercase;
	color:#404893; margin:auto; display:block;
	line-height:150px; font-size:60px;
	text-align:center; width:980px;
}


#SiteWrapper
{
	width:980px; margin:auto;
}

#HeadArea
{
	height:155px;
}

#NavArea
{
	height:155px;
	background-image:url(themes/headimg.jpg); background-repeat:no-repeat;
}

.NavItem
{
	width:324px; height:49px;
	background-color:#ea7a29;
	margin-bottom:3px;
	float:right;
	clear:right;
}

.NavItem a
{
	color:#404893; text-transform:lowercase; font-weight:bold;
	text-decoration:none;
	display:block; width:324px; height:49px;
}

.NavItem a:link, .NavItem a:visited
{
	color:#404893; background-color:#ea7a29;
}

.NavItem a:hover, .NavItem a:active
{
	color:#ea7a29; background-color:#404893;
}

.NavItem a span
{
 line-height:50px;
 width:284px; height:49px;
 margin-left:40px; 
}

#ContentArea
{
	background-image:url(themes/sideimg.jpg); background-position:right top; background-repeat:no-repeat;
	min-height:490px; margin-top:-15px;
}

* html #ContentArea
{
	height:490px;
}

p
{
	width:540px; margin:0px; padding:0px; padding-bottom:15px;
}

span
{
	width:540px;
	font-weight:bold; font-size:16px;
	display:block;
}

.firstP
{
	padding-top:45px;
	display:block;
}

.phone
{
	font-size:20px;
}

#ContentArea #ListHead
{
	padding-top:60px;
	margin-left:60px;
	display:block;
}

#ContentArea ul
{
	margin-left:40px;
}

.AJ
{
	margin-left:60px;
}

.copy
{
	width:980px; text-align:right; margin:auto;
	font-size:10px;
}