@charset "utf-8";
/* CSS Document */
*
{
padding: 0px;
margin: 0px;
}

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;
	margin: 0;
	padding: 0;
	/*background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align: center; */
	color: #000000;
}

ul
{
padding: 0px;
margin: 0px;
margin-top: 10px;
}
li
{
margin-top: 3px;
margin-left: 30px;
}


#main-container
{

margin: 0 auto;
background-color:#dddddd;
width: 760px;
padding-top: 0px;
position: relative;
}

#left-curve
{
float:left;
width: 30px;
height: 377px;
background-image:url(images/left-curve.jpg)
}
#right-curve
{
float:right;
width: 30px;
height: 377px;
background-image:url(images/right-curve.jpg)

}
#middle-col
{
float:left;
width: 700px;
height: 377px;
background-image:url(images/main-tile.jpg);
background-repeat: repeat;
position: relative;
/*background-color:#000*/
}

.clearfloat {
	clear:all;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo
{
	background:url(images/logo.jpg) no-repeat scroll 0%;
	float:left;
	position:absolute;
	width: 362px;
	height: 292px;
	display:block;
	top: 55px;
	z-index: 10;
	left: -11px;
}
#logo-title
{
	background:url(images/logo-title.jpg) no-repeat scroll 0%;

	position:absolute;
	width: 499px;
	height: 47px;
	top: 8px;
vertical-align:text-bottom
z-index: 100;
	left: 201px;
}

#text-box
{
	/*background:url(images/logo-title.jpg) no-repeat scroll 0%;*/
float:right;
	position:absolute;
	width: 400px;
	height: 150px;
	top: 219px;
	color:#fff;
	z-index: 10;
	left: 299px;
}

#nav-container
{

margin: 0 auto;
background-color:#dddddd;
width: 760px;
position: relative;
padding-top:10px;
padding-right: 50px;
vertical-align:bottom;
}



#top-menu-container
{
position: relative;
float: right;
height: 50px;
margin-right: 30px;
vertical-align:bottom;
}
#nav-container ul,#nav-container li
{
float: right;
display:inline;
text-align:center;
vertical-align:bottom;

}

#nav-container a
{
font-size:12px;
text-decoration:none;
color:#990000;
font-weight:600;
}



/* ------------------------ bottom section ------------------------------*/

.thrColEls  { 
text-decoration:none;
color:#333333;
font-size: 11px;

} 

.thrColEls  h1 { 
text-decoration:none;
color:#333333;
font-size: 14px;
font-weight:600;
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 5px;
margin-bottom: 3px;
} 

.thrColEls #mainContent  h1{
text-decoration:none;
color:#333333;
font-size: 14px;
font-weight:600;
margin-left: 0px;
text-align:left;
} 




.thrColEls  h2 { 
text-decoration:none;
color:#333333;
font-size: 13px;
font-weight:600;	
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 3px;
margin-bottom: 3px;

} 

.thrColEls #mainContent  h2{
text-decoration:none;
color:#333333;
font-size: 12px;
font-weight:600;
margin: 0px;
text-align:left;
} 


.thrColEls  h3 { 
text-decoration:none;
color:#333333;
font-size: 13px;
font-weight:600;	
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 5px;
margin-bottom: 3px;

} 


.thrColEls #container { 
	width: 990px; 
	background: #FFF;
/*	background: #000;*/
	margin: 0 auto; 
	border: 1px solid #333333;
	text-align: left; 
} 



.thrColEls .stripe
{
width:992px;
background-image:url(images/contentstripe.jpg);
height:35px;
margin: 0 auto;
}

.thrColEls .stripebot
{
width:992px;
background-image:url(images/contentstripebot.jpg);
height:35px;
margin: 0 auto;
}


.thrColEls a { 
text-decoration:none;
color:#990000;

} 

.thrColEls a:hover { 
text-decoration:underline;
color:#990000;

} 

.thrColEls #sidebar1 {
	float: left; 
	width: 338px; 
	padding: 0;
}

.thrColEls #sidebar1 img{
padding: 6px;
float:left;
background-color:#000000;

}


.thrColEls #sidebar1 a:hover img{
border: solid #333 1px;
padding: 5px;
background-color:#DDD;
}



.thrColEls #sidebar2 {
	float: right; 
	width: 200px; 
	padding:0; 
}

.thrColEls #sidebar2 td
{
color:#FFFFFF;
}
.thrColEls #sidebar1 p, .thrColEls #sidebar2 p {
/*	margin-left: 10px;
	margin-right: 10px;*/
}

.thrColEls #mainContent {
float:left;
	width:420px;
	margin-left: 1em;
	text-align:justify;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
