/*----------------------------------------------------------------------------------
Created for Oak Tree Insurance by Cube Management, LLC. - http://cubemanagement.com
All code and content are the property of Oak Tree Insurance - http://oaktreeins.com/

Author: Michael Sigler
Email: michael@cubemanagement.com, mikesigler@gmail.com
Last Updated: 1/5/06

This code may be viewed for learning purposes only.
----------------------------------------------------------------------------------*/

/* Setting some standards for ourselves */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
a:link, a:visited, a:hover, a:active {
	color: #754401;
}
a:visited {
	color: #627A50;
}
a:hover {
	text-decoration: none;
}

/* .clearer is used to aid in the proper clearing of floats within nested divs. More info can be found at sitepoint.com in
the forums at http://www.sitepoint.com/forums/showthread.php?t=171943 */
.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

/* -------- Main container for all content -------- */
#container {
	width: 753px;
	margin: 0px auto;
}

/* ----------- Top Section ----------------------- */
#top {
	width: 753px;
}

/* ----------- Top Section, Column 1 ------------- */
#top_col1 {
	width: 157px;
	float: left;
}
#logo {
	width: 157px;
	height: 119px;
}
/* ------------------ Menu ---------------------- */
#menu {
	float: left;
	width: 157px;
	height: 204px;
	background: url(/img/backgrounds/bg_menu2.jpg) no-repeat left top;
	margin-top: 2px;
}
#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 23px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 5px 0px;
	width: 100px;
	border-bottom: 1px solid #b7ac7e;
	text-align: center;
}
#menu li.first {
	padding: 30px 0px 10px 0px;
}
#menu li.last {
	border: none;
}
#menu li a {
	position: relative;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #754401;
}
/* ---------- Drop Down Menus ----------- */
/*
#menu li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	margin-left: 65px;
}*/
/*#menu li:hover ul, #menu li.sfhover ul { /* sfhover is for Sons of Suckerfish Styled dropdown -- kicks IE into gear  */
/*	left: auto;
}
#menu li ul li {
	padding: 10px;
}
#menu li ul li a:link, #menu li ul li a:visited, #menu li ul li a:active {
}
#menu li ul li a:hover {
}*/

/* ----------- Top Section, Column 2 -------------------------- */
#top_col2 {
	width: 594px;
	float: left;
	margin-left: 2px;
}
#masthead {
	position: relative;
}
#title {
	width: 549px;
	position: relative;
	left: 15px;
	height: 80px;
	margin: 0px;
	padding-left: 15px;
	top: -95px;
}
#title h1 {
	font-size: 24px;
	color: #754401;
	margin: 0px;
	padding-top: 22px;
	line-height: 24px;
}
#title h2 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
#title h3 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 35px;
}

/* ---------- Main Content Section --------------------------- */
#content {
	width: 753px;
	clear: left;
	top: -80px;
	position: relative;
	float: left;
}

/* ---------- Main Content Section, Column 1 ----------------- */
#content_col1 {
	width: 150px;
	float: left;
	margin-left: 7px;
	display: inline; /* This is used to correct the IE double-margin bug. DIVs can NEVER display inline */
}
#content_col1 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 0px;
}
#content_col1 h2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 15px 0px 0px;
}
#content_col1 h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 0px;
	color: #000000;
}
#content_col1 p {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0px 0px;
}
#content_col1 ul {
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin: 15px 0px 0px;
}
#content_col1 ol {
	font-size: 11px;
	margin: 15px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#content_col1 li {
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
}

/* ---------- Main Content Section, Column 2 ----------------- */
#content_col2 {
	width: 404px;
	float: left;
	margin-left: 15px;
	padding-left: 1px;
}
#content_col2 h1 {
	font-size: 20px;
	font-weight: bold;
	color: #016231;
	margin: 15px 0px 0px;
}
#content_col2 h2 {
	font-size: 15px;
	font-weight: bold;
	color: #016231;
	margin: 25px 0px 0px;
}
#content_col2 h3 {
	font-size: 13px;
	font-weight: bold;
	color: #016231;
	margin: 25px 0px 0px;
}
#content_col2 h4 {
	font-size: 15px;
	font-weight: bold;
	color: #754401;
	margin: 25px 0px -15px;
}
#content_col2 p {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	margin: 15px 0px 0px;
}
.highlight {
	background: #FFFFCC;
}
#content_col2 blockquote {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 40px 0px;
}
#content_col2 ul {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 15px 0px 0px 20px;
}
#content_col2 ol {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 15px 0px 0px 23px;
}
#content_col2 li {
	margin-top: 5px;
}
#content_col2 form {
	margin: -5px 0px 0px;
	padding: 0px;
}
#content_col2 input {
}

/* ---------- Main Content Section, Column 2, Call to Action -- */
#cta {
	width: 404px;
	margin-top: 15px;
}
#cta_col1 {
	width: 202px;
	float: left;
}
#cta_col2 {
	width: 202px;
	float: left;
	margin-top: 10px;
}

/* ---------- Main Content Section, Column 3 ----------------- */
#content_col3 {
	width: 160px;
	float: left;
	margin-left: 15px;
	margin-right: -3px; /* Fix for the IE last float, duplicate text bug being triggered by comments between divs */
}
#content_col3 h1 {
	font-size: 15px;
	font-weight: bold;
	color: #754401;
	margin: 15px 0px 0px;
}
#content_col3 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px -10px;
	line-height: 15px;
}
#content_col3 h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px -15px;
	color: #000000;
	line-height: 15px;
}
#content_col3 p {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin: 15px 0px 0px;
}
#content_col3 ul {
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin: 15px 0px 0px;
}
#content_col3 ol {
	font-size: 11px;
	margin: 15px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#content_col3 li {
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
}

/* ---------- Footer ---------------------------------------- */
#footer {
	background: url(/img/backgrounds/bg_footer_black.jpg) repeat;
	width: 753px;
	float: left;
	position: relative;
	top: -50px;
	margin-top: 30px;
}
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	margin: 0px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}

#footer_left {
	float: left;
	width: 356px;
	background: url(/img/backgrounds/bg_footerleft_black.jpg) no-repeat left top;
	height: 25px;
	padding-left: 20px;
}
#footer_right {
	float: right;
	background: url(/img/backgrounds/bg_footerright_black.jpg) no-repeat right top;
	padding-right: 20px;
	height: 25px;
}
#submenu {
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 30px;
}
.current {
	padding-left: 10px;
	background-image: url(/img/buttons/tinyarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#submenu a:hover {
	background-image: url(/img/buttons/tinyarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
#submenu .current a:hover {
	padding-left: 0px;
	background-image: url(/img/buttons/tinyarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
