/* CSS Document */

 

* {
    margin:0;
    padding:0;
}

body{
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:center;
}


p {
line-height:18px;
padding-right:10px;

}

a {
 color:#d5372c;
text-decoration:none;

}

 

a:hover {
text-decoration:underline;

}

 

#wrapper {
width:880px;
text-align:left;

}

 

#innerwrapper {
float:left;
width:880px;
background-image:url(../images/wrapper_bk.jpg);

}

 

#leftCol {
float:left;
width:225px;
margin-left:10px;

}
#box1 { 
width:226px;
background-image:url(../images/featuredbox.jpg);
background-repeat:no-repeat;
padding-bottom:20px;
}

#box2 {
	width:270px;
	background-color:#ccc;
	border-radius:15px;
	background-repeat:no-repeat;
	float:left;
	padding-left:20px;
}
#topcontent {
	
	
	padding:0px 20px 10px 10px;
	position:relative;
	z-index:10;
}
#bottomcontent
{
background:#FFFFFF;
height:300px;
padding:10px;

}

#text {
padding-left:20px;
padding-top:30px;

}
#rightCol { 
width:613px;
float:right;
padding:0px 20px 10px 10px;
position:relative;
z-index:10;
}
#rightCol2 { 
background-color:#FFFFFF;
width:850px;
float:right;
margin-right:10px;
}

.mainText {
text-align:justify;
}

#h1 {
font-size:14px;
font-weight:bold;
color:#d5372c;
}


h2 {
font-size:30px;
font-weight:bold;
color:#d5372c;
padding:10px 0;
}

#dash { 
border-bottom:1px #D5372C dashed; padding-top:0px; margin-bottom:8px;
}

#footer {
clear:both;
width:800px;
margin:auto 0px;
padding:8px;
}
#navigation {
background-image:url("../images/nav_bk.jpg");
background-repeat:no-repeat;
float: left;
width: 100%;
height:38px;
padding-left: 60px;
margin-bottom:5px;
position:relative;
z-index:100;
}

/* all lists */

#nav, #nav ul {
list-style: none;
}
#nav li a {
color: #FFFFFF;
display: block;
text-decoration: none;
font-size: 12px;
padding: 9px 12px 7px 12px;
border-right: 1px solid #d96c65;
font-weight: bold;
}
#nav li a:hover, #nav li a.mainNavActive {
color:#000000;
font-weight:bold;
background: #da5149;

}
#nav li ul li {
clear: both;
}
#nav li ul li a {
font-weight: normal;
color: #fff;
width: 160px;
padding: 4px 10px;
border-right: none;
border-bottom: 1px solid #FFFFFF;
background-image: none !important;
background-color: #d96c65;
margin: 0 !important;
}
#nav li ul li a:hover {
color: #000000;
background: #da5149;

}
/* all list items */
#nav li { 
float: left;
padding-top:3px;
}
/* second-level lists */
#nav li ul { 
position: absolute;
background: #d5372c;
margin-top:-2px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* third-and-above-level lists */

#nav li ul ul { 
margin: -24px 0 0 180px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul
{
            left: -999em;
}

/* lists nested under hovered list items */

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul
{ 
            left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}

