.clear {clear: both;}
body {background-color: #161616; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 62.5%; line-height: 1.5em;}

a {color: #7A0611; font-style: normal !important;}
a:hover {color: #330000;}

div#main_container {margin: 20px auto; width: 780px; background-color: #FFF; font-size: 1.2em;}
div#header {position: relative; background-color: #FFF; min-height: 40px; padding: 25px 0 0 0;}

h1#caliburn_logo {
	text-indent:-100000px; overflow: hidden;
	width: 240px; height: 55px;
	margin: 0 auto; padding: 10px 0;
	background: #FFF url('imgs/caliburn_logo.gif') no-repeat top center;
	
}
div#header h2 {
	text-align: center; font-weight: normal; font-size: 1.5em;
	background: #290809 url('imgs/tagline_bg.jpg') repeat-y top center;
	color: #FFF;
	padding: 10px 0; margin: 0;
}

h3#what_cal_headline, h3#important_links {
	width: 360px; height: 55px;
	margin-left: -32px;
	overflow:hidden; text-indent: -100000px;
	background: transparent url('imgs/what_cal_gives_you.png') no-repeat top right;	
	margin-bottom: 12px;
}

h3#important_links {
	background: transparent url('imgs/important_links.png') no-repeat top right;
	margin-bottom: 22px;
}

div#related_articles h3 {font-size: 1.5em; margin-top: 15px;}
div#related_articles ol {padding-left: 25px; margin: 15px 0 40px 0; font-weight: bold; list-style-type: decimal;}
div#related_articles ol li ul {margin-bottom: 10px;}
div#related_articles ol li ul li {margin: 3px; font-style: italic; font-weight: normal; color: #4D4D4D;}

div#about h3 {background-color: #4D4D4D; color: #CCC; padding: 12px 5px; text-align: center; font-size: 1.1em;}
div#about ul {
	margin-bottom: 10px; padding: 10px 25px;
	background: transparent url('imgs/about_bg.jpg') no-repeat top center;
}
div#about ul li {margin: 10px; font-weight: normal; list-style-type: disc;}

div#group_3 h4 {color: #FFF; font-size: 1.5em; font-weight: normal; margin-bottom: 10px;}
div#group_3 p {color:#C8C8C8;}
div#group_4 h5 {text-indent: -100000px;}

div#main_content {
	padding: 20px;
	background: #EFEFE9 url('imgs/main_bg.jpg') no-repeat top center;
	min-height: 650px;
}

div#group_1{float: left; width: 316px;}
div#group_2{float: right; width: 40%;}
div#group_3{padding: 20px; border-top: #111 4px solid;}
div#group_3, div#group_4 {float: left; background-color: #222;}
div#group_4 {
	position: relative; 
	background: #292B4C url('imgs/bluespire.png') no-repeat top center;
	border-bottom: #111 4px solid;
	height: 155px;
	width: 100%;
	overflow:hidden;
}

.base_btn {
	color: #FFF;
	padding: 10px 15px 10px 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	background: #222 url('imgs/btn_arrow.gif') no-repeat center left;
	
}

.base_btn:hover {background-color: #333; color: #FFF;}

.download_pos {position: absolute; top: 35px; right: 40px;}
.visit_bluespire_pos {position: absolute; top: 97px; right: 25px;}

div#list_group ol {color: #4D4D4D; padding-left: 25px; margin: -10px 0 25px 0; list-style-type: decimal; font-style: italic;}
div#list_group ol li {margin: 10px;}

div#list_group ul {padding-left: 25px; margin: -15px 0 25px 0; list-style-type: disc;}
div#list_group ul li {margin: 5px 10px 5px 10px}

/* Text Shadows */
.t_shadow_dark_tight {text-shadow: 1px 1px 1px #000;}

/* Drop Shadows */
.d_shadow_dark_wide {-webkit-box-shadow: 0px 0px 20px #000;}

/* Rounded Corners */
.round_all_5 {
	border-radius: 5px;
		
	/* Browser Specific Namespace Support */
	-o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -icab-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.round_top_5 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	/* Browser Specific Namespace Support */
	-o-border-radius-topleft: 5px; -icab-border-radius-topleft: 5px;-khtml-border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;

	-o-border-radius-topright: 5px; -icab-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}

.round_bottom_5 {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	/* Browser Specific Namespace Support */
	-o-border-radius-bottomleft: 5px; -icab-border-radius-bottomleft: 5px;-khtml-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;

	-o-border-radius-bottomright: 5px; -icab-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
