/* base
-----------------------------------------------*/

body { 
	background-color: #2B2B2B;
	padding: 0px;
	margin: 0px;
	color:#666666;
	font-family:Verdana;Times;
	font-size: .8em;
}

/* links
----------------------------------------------- */

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* layout
----------------------------------------------- */
#wrapper { 
	clear:left;
	height:20em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width:1003px;
}

#wrapperBottom {
        height: 400px;
        background: url(/design_images/mainBackground.jpg) repeat center bottom;
}

#header {width:100%; padding-bottom:5px;}



#navigation { 
        color:#FFFFCC;
        font-size: .8em;
        height: 32px;
        background: url(/design_images/navBackground.jpg) no-repeat center bottom;
}

#navigationText { 
        padding-top: 10px;
}


#navigationText a {
	color:#FFF;
	text-decoration: none;
}


#headerL {
	float:left;
	width:245px;
	height:54px;
	background:#485E4E;
	margin:5px;
}
#headerR {
	float:left;	
	width:500px;
	height:54px;
	line-height:54px;
	background:#C9CC83;
	text-align:center;
	margin:5px;
	font-size: 14px;
}

#footer { 
	background-color: #2B2B2B;
	font-size: .9em;	
	margin-top:10px;
	padding-top:10px;
	color:#FFF;	
}

#colWrapper{
   position:relative;
   float:left;
   width:100%;
}


#slideshow {
position: absolute;
left: 0px;
top: 0px;
}

#colA {
	float:left;
	width:500px;
	min-height:332px;
}

#colAText {
	text-align: left;
	padding-top:25px;
	padding-left:50px;
	padding-bottom:25px;
}

#colB {
	float:left;
	width:500px;
	min-height:332px;
}

#colBText {
	text-align: left;
	padding-top:25px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:25px;
}

h1 {
	FONT: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
         font-size:20px;
	font-variant:small-caps;
}


H3
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0x;
	MARGIN: 0px;
	FONT: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	PADDING-TOP: 0px;
}


div.slideshow p { display: none }


