/* CSS Document */

/*******************
     B A S I C
*******************/
body{
	font-size:12px;
	background-color: #FBFBFB;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#ffffff url(../images/bodyBg.jpg) repeat-x 0 0;
}

body, h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	padding:0;
	margin:0;
}
h3{margin-bottom:5px;}
ul
{
     list-style-type:none;
     padding-left:15px;
     display:block;
}
p a{
	color:#9b302a;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
	font-weight:bold;
}
.clear{
	clear:both;
}

#wrapper{
	width:978px;
	margin:0 auto;
}

#header{
	width:978px;
	position:relative;
}
#topNav{
	border-top:6px solid #a10101;
}
#topNav ul{
	list-style:none;
	position:absolute;
	top:69px;
	right:58px;
}
#topNav li{
	float:left;
}
#mainContainer{
	width:861px;
	background:url(../images/background.jpg) no-repeat 0 0;
	padding:65px 0 0 117px;
	height:477px;
}
#mainContainer2{
	width:901px;
	background:url(../images/background.jpg) no-repeat 0 0;
	padding:85px 0 0 77px;
}

#leftBox{
	float:left;
	width:288px;
	margin-right:6px;
	background:url(../images/leftBoxTile.gif) repeat-y 0 0;
}
#leftBoxInner{
	background:url(../images/leftBoxTop.jpg) no-repeat 0 0;
	padding-bottom:152px;
}
#leftBoxOutter{
	background:url(../images/leftBoxBtm.jpg) no-repeat 0 bottom;
}

p{
	padding:0 14px 10px 14px;
	line-height:18px;
}
.floatLeft{
	float:left;
}
.Imgfloat{
	float:left;
	padding:5px 18px 10px 14px;
}
.Imgfloat2{
	float:right;
	padding:5px 14px 10px 18px;
}
#rightBox{
	float:left;
	width:510px;
}


.rightBoxInner{
	background:url(../images/rightBoxTop.jpg) no-repeat 0 0;
}
.rightBoxContainer{
	background:url(../images/rightBoxTile.gif) repeat-y 0 0;
}
.rightBoxInner2{
	background:url(../images/rightBoxTop2.jpg) no-repeat 0 0;
}

.heading{
	padding:0 0 10px 14px;
}
.heading2{
	padding:21px 0 10px 14px;
}
.moreLink{
	color:#a10101;
	text-align:right;
	padding:11px 14px 0 0;
	
}
.moreLink a{
	color:#a10101;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 10px 11px;
	background:url(../images/moreLinkBg.gif) no-repeat 0 0;
}
.marginTop6{
	margin-top:6px;
}
#footer{
	text-align:center;
	color:#000000;
	font-size:10px;
	padding-bottom:20px;
	padding-top:10px;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.contentBoxInner{
	background:url(../images/longBoxTop.jpg) no-repeat 0 0;
}
.contentBox{
	background:url(../images/longBoxTile.gif) repeat-y 0 0;
}
.contentBox p{
	padding:0 84px 10px 0px;
}
.contentBox p.first{
	padding:10px 84px 10px 0px;
}
.contentBox div.contentItem
{
	padding:10px 84px 10px 0px;
	clear:left;
}
.contentBox .rightContent
{
	padding-left:164px;
}
.contentBox ul
{
	font-size: 11px;
	float:left;
}
.contentBox li
{
	padding:2px 0px;
	margin-left:15px;
}
h3
{
	font-size:13px;
}

.clear
{
    clear:both;
}