/* CSS Document */

/* ----- MASTER STYLES ------ */

td 
{
    font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
}
    
p {
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height:15px;
}

a {
	color:#80c141;
}

#mainBody li 
{
	font-family: Verdana, Geneva, sans-serif;
	padding:1px;
	margin-bottom:7px;
	font-size:12px;
}  

body {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #6B7FFF 0%, #010838 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #6B7FFF 0%, #010838 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #6B7FFF 0%, #010838 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6B7FFF), color-stop(1, #010838));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #6B7FFF 0%, #010838 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #6B7FFF 0%, #010838 100%);
	background-color:#ffffff;
	/* background:url(../images/background.png) center scroll; */


}

#wrapper {
	margin:auto;
	width:970px;
	background:url(../images/background.gif) 0px -20px #fff;
	margin-top:20px;
}

#container {
	width:940px;
	padding:0px 0px 0px 0px;

}

#header {
	width:970px;
	height:188px;
	background-color:#ffffff;
	background-repeat:no-repeat;
    background-position:right top;
}

#header a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:9px;
	width:144px;
	padding-bottom:10px;
	border-right:1px #eee solid;
	display:inline-block;
	position:relative;
	text-align:center;
	z-index:0;
}

#home #content {
	margin-top:0px;
	margin-left:20px;
	background:url(../images/faux-right-column.gif);
	background-repeat:repeat-y;
	/*repeat-y 0px 0px;*/
	_background-position:20px 0px; /* FOR IE6 */
	*background-position:20px 0px; /* FOR IE7 */	
}

#mainBody {
	width:930px;
	float:left;
	margin-right:20px;
	margin-top:15px;
	
}

#mainBody h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-top:0px;	
	font-size:27px;
	color:#5555dd;
}

#mainBody h3 {
		font-family:Helvetica, Arial, sans-serif;
	color:#5555dd;	
	margin-bottom:10px;	
	font-weight:bold;
	font-size:14px;
}

#mainBody h4 {
	font-family:Helvetica, Arial, sans-serif;
	color:#5555dd;
	font-size:13px;	
	font-weight:normal;
	margin-bottom:5px;	
}

#mainBody ul {
	padding:0px;
	margin:0px;	
	list-style-type:none;

}

#mainBody p {
	margin-top:6px;
}

.footer-note {
	clear:both;
	border-top:#ccc 1px solid;
	text-align:center;
	margin-top:20px;	
	height:40px;
	color:#7777ff;
	font-weight:bold;
	margin-bottom:0px;	
	padding-bottom:0px;
    width:970px;
	background-color:#585858;
	
}

p.footer-note {
	padding-top:20px;	
}

#home .subtitle {
color:#4397D1;	
line-height:15px;
}


/* SPACING STYLES */

.mainImage {
	padding: 0px 0px 10px 10px;	
}

.spaceBelow {
	margin-bottom:10px;	
}

.clearLeft {
	clear:left;	
}

.clearRight {
	clear:right;	
}

.clearBoth {
	clear:both;	
}

/* ROUNDED CORNERS */

.roundAll {
	/* -moz-border-radius:100px;
	-webkit-border-radius:50px;*/
	border-radius:5px;
	behavior: url(js/PIE.php);

}

.roundLeft {
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius:5px 0px 0px 5px;
	
	behavior: url(js/PIE.php);

}

.roundRight {
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:0px 5px 5px 0px;
	
	behavior: url(js/PIE.php);

}
/* SHADOW */


.shadowed {
	-moz-box-shadow: 0px 0px 5px #888;	
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	behavior: url(js/PIE.php);
}


	
/* remove the list style */
#nav {
	margin:0;
	padding:0;
	list-style:none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float:left;
	display:block;
	width:161px;
	background:#888888;
	position:relative;
	z-index:500;
	margin:0 0;
}

/* this is the parent menu */
#nav li a {
	display:block; 
	padding: 8px 5px 0 5px;
	font-weight:700;  
	height:23px; 
	text-decoration:none; 
	color:#FFFFFF; 
	text-align:center;
}

#nav li a:hover {
	color:#80c141;
}
	
/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -3px; 
	padding:0; 
	list-style:none;
}
		
#nav ul li {
	width:161px; 
	float:left; 
	border-top:1px solid #fff;
}
		
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:15px;
	padding: 8px 5px; 
	color:#ffffff;
}


.circ li {
	padding:5px;
	margin:5px;	
	list-style-type:circle;
}


