@charset "utf-8";
/* CSS Document */
*{margin:0; border:0; padding:0;}
body
{
width: 100%;
height: auto;
background-image:url('../images/main-bg-home.gif');
behavior: url("csshover3.htc"); 
background-repeat:repeat-x;
background-color:#000000;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}
#wrapper
{
position:relative;
display:table;
margin-left:auto;
margin-right:auto;
}
li
{
list-style:none;
}
#container
{
position:relative;
width:830px;
}
#header
{
position:relative;
width:830px;
height:80px;
background-image:url("../images/page-header-bg.jpg");
background-repeat:no-repeat;
}
#logo
{
position:absolute;
z-index:100;
top: 10px;
left:25px;
}

#logo a
{
text-decoration:none;
}

#logo img
{
border:none;
}
#navLinks
{
position:absolute;
text-align:left;
top: 32px;
left: 455px;
width:500px;
}
#navLinks ul li
{
display:inline;
padding-left:10px;
}
#navLinks ul li a
{
font: normal 14px/14px arial, helvetica, sans-serif;
color: #666666;
text-decoration: none;
}
#content_container
{
position:relative;
background-color:#FFFFFF;
width:830px;
padding-bottom:25px;
}
#slideshow
{
position:absolute;
width:780px;
height:190px;
top:55px;
left:25px;
}
#content
{
position:relative;
margin-top:265px;
margin-left:0px;
left:25px;
width:500px;
float:left;
font: normal 14px/14px arial, helvetica, sans-serif;
text-align:left;
}

#navArea
{
position:relative;
background-image:url('../images/navAreaGrad.jpg');
background-repeat:repeat-x;
margin-top:265px;
right:25px;
float:right;
width:220px;
min-height:150px;
text-align:left;
padding-bottom:15px;
}
#navArea ul
{
line-height:30px;
padding-left:30px;
padding-top:10px;
line-height:225%;

}

#navArea ul li
{
padding-bottom:12px;
}

#navArea a
{
text-decoration:none;
font: normal 16px/16px arial, helvetica, sans-serif;
color:#772912;
}
#footer
{
width:828px;
height:35px;
position:relative;
background-image:url("../images/page-footer.jpg");
text-align:left;
}
#footer p
{
padding-top:8px;
padding-left:25px;
font: normal 13px/13px arial, helvetica, sans-serif;
color:#CCCCCC;
}

.rollWhite
{
	font: normal 13px/13px arial, helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}


.rollWhite:hover
{
	font: normal 13px/13px arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	text-decoration:none;
}

h3.question
{
cursor: pointer;
font: normal 14px/14px arial, helvetica, sans-serif;
background: #660000;
color: #FFFFFF;
margin: 0 0 4px 0;
padding: 3px 5px 3px;
}
.answer
{
	text-align:justify;
	font: normal 14px/14px arial, helvetica, sans-serif;
	line-height:130%;
}
.text1
{
color: #660000;
text-transform: uppercase;
font: bold 16px/16px arial, helvetica, sans-serif;
}
.text2
{
font: normal 14px/14px arial, helvetica, sans-serif;
text-align:justify;
line-height:140%;
}
#content ul li
{
line-height:130%;
}
.ipt
{
border: solid 1px #000000;
padding: 2px;
}

ul.tabbed
{
	padding-left:45px;
}

.errMessage
{
	color:#FF0000;
	font: bold 14px/14px arial, helvetica, sans-serif;
}


	