@charset "UTF-8";
/* Gemini Main - CSS Document */

* {
	margin:0; padding:0;
} 

body { 
	background-color:#F1F1F1; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#666666;
}

p {
	font-size:11px;
}

a {color:#66666;}

h1 {font-size:18px; color:#5b5b5b; margin-bottom:10px;}
h2 {font-size:16px; color:#3366CC; line-height:1.5em;}
h3 {font-size:14px; color:#009966; margin-bottom:10px;}

.clear {clear:both;}
.floatl {float:left;}
.floatr {float:right;}
.frame {border:3px solid #e8e8e8; }
.frame2 {border:3px solid #e8e8e8; margin:20px;}

ul .nobullets {list-style-type:none;}

/*---- styling across entire page ----*/
.top {  
	background:url(images/bg-hdr.gif) repeat-x;
	height:129px;
	border-bottom:3px solid #0094B2; /* nice green 00B294 */
}


/* Global Structure ============================================================= */

.container{
	margin:0 auto;
	width:966px;
}

/* main navigation */
#nav {
	width:100%;
}
#nav ul {list-style:none; margin-top:12px;}

#nav ul li {
		float:left;
		margin-left:9px;
	}

#nav ul li:first-child {
		margin:0;
	}
	
#nav ul li a {
			font-size:14px;
			line-height:1.2em;
			text-decoration:none;
			text-transform:uppercase;
			color:#323232;
			display:block;
			padding:5px 14px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			/*behavior:url(js/PIE.htc); */
			position:relative;
		}
#nav ul li a:hover,
#nav ul li.current a {
			background-color:#000;
			color:#fff;
		}

.content { /* main page content area */
	margin-top:54px;
	background-color:#FFFFFF; 
	width:100%;
	min-height:200px;
	font-size:85%;	/*border:1px solid #333333; */
}

.content li {line-height:1.5em; font-size:12px; padding-left:5px;}

.left-sidebar { width:200px; float:left; margin:20px 30px 20px 15px;}

.main { /* right main content area */
	margin-left:215px;
	padding:20px 20px 40px 20px;
	border-left:1px dotted #999999;
}

/* site map and footer styling - note: the footer is inside the sitemap container */

#sitemap {
	background-color:#E3E4E6;  
	/*background:url(images/bg.gif) repeat-x;*/
	padding:20px;
}

#sitemap .col1 {width:25%; float:left;}
#sitemap .col2 {width:25%; float:left;}
#sitemap .col3 {width:25%; float:left;}
#sitemap .col4 {width:25%; float:left;}

#sitemap ul {list-style:none;}
#sitemap li {font-size:10px;}
#sitemap li a {color:#3366CC;}


	/* Footer */
#sitemap .footer {
		height:30px;
		width:100%;
		margin-top:29px;
		padding-top:20px;
		text-align:center;
		border-top:1px solid #CCCCCC;
		font-size:10px;
	}

#home-feature {width:100%;}
#home-feature .col1 {width:200px; margin-right:20px; float:left}
#home-feature .col2 {width:200px; margin-right:20px; float:left;}
#home-feature .col3 {width:200px; margin-right:20px; float:left;}
#home-feature ul {list-style:none;}
#home-feature li {margin-left:5px;}
#home-feature li a {color:#666666;}
#home-feature li a:hover {color:#3366CC;}


#container-2col .col1 {width:40%; float:left;}
#container-2col .col2 {width:40%; float:left; margin-left:30px;}
#container-2col ul ul li {margin-left:10px; padding-left:5px;}
#container-2col a {color:#666666;}
