/* Start of CMSMS style sheet 'Main' */
/*
CSS Theme by Chris Kirby @ The Computer Group
Simple Wrapper with Header, Nav, and Content Divs
09-10-08

Color Values Used:
red #cc3333
blue #0074e4
green #007c6f
*/


*{padding:0;margin:0;}

body {
	font-family: "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #333;
	background: #ffffff;
background-image: url("uploads/images/bg/bg-1.jpg");
background-repeat: repeat-x;	
	}
	
#wrapper{margin:10px auto;width:950px;background:#f1f1f1;}
#header{background-image: url("uploads/images/headers/header-1.jpg");height:160px;text-align:center;}
#nav{padding:5px;background:#0074E4;clear:both;text-align:center;border-top:1px solid #cc3333;border-bottom:1px solid #cc3333;}
#content{margin:40px;background:#f1f1f1;}
#footer{background:#222;clear:both;color:#fff;text-align:center;border-top:1px solid #ccc;padding:15px 0px;}

.picboxright {width:300px;height:425px;float:right;background:#222;margin:0px 0px 20px 20px;border:1px solid #000;}

h1{color:#cc3333;margin-bottom:15px;}
h1.main {font-size:50px;border:none;margin-top:10px;}

h2{color:#0074E4;margin-top:10px;}
h3{color:#007C6F;}

hr {width:400px;border-bottom:1px solid #0074e4;}

.tagline {color:#0074E4;font-style:italic;font-size:20px;}

a, a:active,a:link,a:visited{color:#0074E4;text-decoration:none;}
a:hover{color:#0074E4;text-decoration:underline;}

a.nav:active,a.nav:link,a.nav:visited{padding:0px 10px;font-size:18px;color:#fff;text-decoration:none;}
a.nav:hover{padding:0px 10px;background:#cc3333;color:#fff;text-decoration:none;}

.bold {font-weight:700}
.center {text-align:center}
.italic {font-style:italic}

.row1 {background-color: #c7ccdf;}


/* Alternating Rows */
table {
	border-collapse: collapse;
	margin: 5px;
	
}

th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

td img {
	padding: 0px;
}

tr.alt td {
	background: #ecf6fc;
}

/*tr.over td, tr:hover td {
	background: #bcd4ec;
}
*/


/* Nav Menu Styles */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #333;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height: 18px;
z-index: 100;
background-color: #fff;
width: 195px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #cc3333;
color: white;
}

/*
fieldset {
border:2px solid #666;
padding:10px;
margin-left:0px;
color:#333;
}

legend {
color:#027bb5;
background:#fff;
border:2px solid #666;
padding:2px 6px;
font-weight:700;
}

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input, textarea
{
color: #666;
background: #f1f1f1;
border: 1px solid #666;
}
*/

/* End of 'Main' */

