/* CSS Document */


/*general----------------------------------------------------*/
* {
margin:0;
border: 0;
}

html {
font-size: 100%; /* Ensures font consistency across browsers */
height: 100%;
background-color: #6D5266;

}

body {
	text-align: center;
	font-size: 12px; /* Sets base font-size for browsers that resize text correctly */
	line-height: 1.5;  /*Sets base leading */
	font-family: verdana;
	color: #666666;
	height: 100%;
}

cite {
	font-size: 9px;
}

.cite {
	font-size: 9px;
	float: left;
	color: #512040;
}

/*mw = main wrap-----------------------------------*/
#mw {
width: 100%;
background: url(images/bg_top.gif) top center repeat-x;
}


/*mc = main container-----------------------------------*/
#mc {
width: 800px;
margin-right:auto;
margin-left:auto;
text-align:left;
padding:0;}




/*header-------------------------------------------------*/
#header{ 
background: url(images/header_bg.gif) top center repeat-x;
width: 800px;
height: 135px;
}


#logo a{
text-indent: -9999px;
height: 135px;
width: 355px;
float:left;
background-image: url(images/main_logo.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#logo a:hover{ 
background-image: url(images/main_logo_o.gif);
background-repeat: no-repeat;
}

#tag{
padding-top: 50px;
padding-right: 15px;
float: right;
color: #441231;
}




/*mnav = main nav ----------------------------------*/
#mnav {
background-image: url(images/nav_bg.gif);
background-repeat: repeat-x;
width: 800px;
height: 43px;
}

#mnav ul{
height:34px;
margin:0 auto 0 50px; 
list-style:none; 
text-align:center;
}

#mnav ul li{
display:inline;
}

#mnav ul li a:link, #mnav ul li a:visited{
margin:7px 40px 0 0;
color:#E8FFC6;
text-decoration:none;
text-align:center;
float: left;
height:34px;
}

#mnav ul li a:hover{
color:#C2D3AB;
background-image:url(images/nav_bg_o.gif);
background-position:center bottom;
background-repeat:no-repeat;
height:34px;
}

.currentpg {
color:#C2D3AB;
background-image:url(images/nav_bg_o.gif);
background-position:center bottom;
background-repeat:no-repeat;
height:34px;
}

/*content--------------------------------------*/
#content{
text-align:left;
background-color: #FFFFFF;
width: 780px;
padding: 10px;
}

.services {
list-style: square;
}

.leftcol{
display: block;
float: left;
padding: 3px;

}

.leftcol ul li{
font-size: 10px;
list-style-type: none;
margin-left: -43px;
padding: 3px;

}

.rightcol{
float: left;
width: 550px;
padding-left: 6px;
border-left: 1px solid #C2D3AB;
}

/*index columns---------------------------------------*/
#in_top1 {float: left; padding: 0px; width: 390px;}
#in_top2 {float: left; padding-left: 7px; width: 350px;}
#in_bot_con {width: 100%; text-align: center;}
#in_bot{
text-align: center;
width: 30%;
height: 200px;
float: left;
border: 1px solid #382606;
padding: 4px;
margin: 5px;
}


/*contact us columns---------------------------------------*/
#cucol1 {float: left; padding: 3px; width: 200px;}


/*footer------------------------------------ */
#footer{
	width: 800px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#footer a:link, #footer a:visited{
text-decoration:none;
color:#E8FFC6;
margin:0 6px;
}

#footer a:hover{ color:#C2D3AB; }

#footer ul{
list-style: none; 
text-align: right;
}

#footer ul li{ display:inline; }

/*text styles-------------------------------*/

h1, h2, h3, h4, p, ul {padding-bottom: 16px;}


h2 { 
font-size: 14px;
color: #A1127D;
}

h3 {font-size: 12px;}



a { color: #A1127D; text-decoration: underline;}
a:hover {text-decoration: underline;}

/*clearing---------------------------------------------*/

.clear {clear: both;}

