/*--------BODY--------*/
body{
	background-color:#edeeef;
	margin:0;
	padding:0;
	font-family: verdana, trebuchet MS, arial, sans-serif; 
	line-height:1.2em;
	color: #666;
	font-size:0.8em;
}

/*--------LINKS--------*/

a:link{ color: #0093be;}
a:visited{ color: #0093be;}
a:hover{ color:#0093be; text-decoration:underline;}
a:link img, a:visited img, a:hover img, a:active img{ border: 0;}

/*--------PAGE WRAPPER--------*/

div#page{
	width: 780px;
	margin: 0 auto;
	background-color:#fff;
}

div#page_gutter{
	padding:25px;
	background-color:#fff;
	float:left;
}

/*--------HEADER--------*/

div#header{
	height:126px;
	width:730px;
	float:left;
	border-bottom:1px solid #0093be;
}

a.headerhome{
	background: url('../img/basc_logo.gif') no-repeat top left;
	width:92px;
	height:81px;
	margin: 0;
	display:block;
	text-indent:-9000em;
	float:left;
}

div#header img.header_image{
	width:80px;
	height:80px;
	margin:0 0 0 20px;
	float:right;
}

div#nav{
	float:left;
	width:730px;
}	

div#nav ul{
	margin:15px 0;
	display:block;
	float:left;
}

div#nav ul li{
	display:inline;
}

div#nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.9em;
	background: url('../img/menu_dot.gif') no-repeat 0 3px;
	padding:0 0 0 15px;
	margin:0 7px 0 0;
	color:#666;
}

div#nav ul li.current{
	color:#0093be;
}

div#mainContent{
	margin:25px 0 0 0;
	width:730px;
	float:left;
}

div#mainContent img.right{
	float:right;
	margin:0 0 0 25px;
}

div#footer{
	float:left;
	clear:both;
	margin:25px 0 20px 0;
	border-top:1px solid #0093be;
	width:730px;
	padding-top:10px;
}

div#footer p.textlinks a, div#footer p.bottomlinks a{
	color:#666;
	text-decoration:none;
}

div#footer p.textlinks{
	text-transform:uppercase;
	text-align:center;
	font-size:0.7em;
	color:#666;
}

div#footer p.bottomlinks{
	margin:10px;
	text-align:center;
	font-size:0.8em;
	color:#666;
}

.clear{
	clear:both;
	height:1px;
}

img.badges{
	margin:0 30px;
}

/*--------TYPE--------*/

h3.lead_title{
	font-size:1.3em;
	color: #0093be;
	font-weight:bold;
	margin:0 0 15px 0;
}

h4.sub{
	font-size:1.1em;
	color: #0093be;
	font-weight:bold;
	margin:15px 0 5px 0;
}

p{
	margin:6px 0;
	line-height:1.2em;
}

p.subnav{
	margin:0 0 20px 0;
	line-height:1.2em;
}

ul{
	margin:0 0 8px 20px;
	line-height:1.2em;
}

ul li{
	margin:0 0 4px 0;
}

ul li ul{
	margin:8px 0 8px 30px;
}
div#dev_notice_bar {
	height: 20px;
	padding: 10px;
	border:1px solid #FFCC00;
	background-color: #FFF2BF;
	text-align: center;
	font-size: 12px;
	margin: 0;
}
div#dev_notice_bar span.highlight, div#test_server_notice span.highlight {
	color: #f00;
	font-weight: bold;
}
div#test_server_notice {
	width:750px;
	margin:20px auto;
}
div#test_server_notice div#notice_logo {
	float:right;
}
div#test_server_notice div#notice_body {
	margin-top:10px;
	border:solid 1px #ccc;
	padding: 20px;
	background-color: #fff;
}
div#test_server_notice #test_server_links {
	margin-left:40px;
}
/***MARKDOWN FORMATTING***/
div#mainContent div.markdown_box h3, div#mainContent div.markdown_box h4, div#mainContent div.markdown_box h5, div#mainContent div.markdown_box h6 {
	font-size: 1.1em;
	margin-bottom: .5em;
	background: none;
	border: none;
	color: #069;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	padding: 0;
	clear: none;
}
div#mainContent div.markdown_box ul, div#mainContent div.markdown_box ol {
	font-size: 1em;
}
div#mainContent div.markdown_box ul, div#mainContent div.markdown_box ol, div#mainContent div.markdown_box blockquote {
	margin: 0 0 1em 3em;
}
div.photo_thumb{
	width:160px;
	height: 150px;
	float:left;
	display:inline;
	margin:0 20px 20px 0;
	padding-bottom:8px;
	text-align: center;
}
div.photo_album {
	background: url('../img/album_bg.gif') no-repeat bottom left;
	width:160px;
	height: 160px;
	float:left;
	display:inline;
	margin:0 20px 20px 0;
	padding-bottom:8px;
}
div.photo_album a{
	display:block;   
	text-decoration:none; 
	text-align:center;
	color:#0746ab;
}
div.photo_album a:hover{
	color:#07284e;
}
div.photo_album img{
	margin-bottom:5px;
}
p.return{
	clear: both;
	text-align:center;
}
div#home_left_col {
	float: left;
	width: 350px;
}
div#home_right_col {
	float: right;
	width: 350px;
}
div.caption {
	color: #666;
	font-size: .8em;
	margin-top: 5px;
}
