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

* html #frame { 
	height: 100%; /*IE6 100% Fix*/
}

html {
	height: 100%;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}

div#frame {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/page_bg.gif);
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0 1px 0;
}

div#header {
	width: 849px;
	margin: 0 auto -5px /* negative margin IE7 fix*/;
}

div#menu {
	margin: 15px 0 0 0;
	background-color: #FFFFFF;
}

div#content {
	width: 819px;
	margin: 0 auto;
	padding: 15px;
	background-color: #FFFFFF;
}

div#footer {
	width: 850px;
	margin: 0 auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #280d04;
}

div#sdi_bug {
	margin: 20px 0 0 0;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 20px 10px 20px;
	text-align: justify;
	color: #330000;
}

h1 {
	text-transform: capitalize;
	font-size: 16px;
	color: #5d87a1;
	text-align: center;
	margin-top: 20px;
}

h2 {
	text-transform: capitalize;
	font-size: 16px;
	color: #5d87a1;
	text-align: center;
	margin-bottom: 20px;
}

.raise_cap {
	font-size: 22px;
	line-height: 24px;
}

.more_info {
	color: #330000;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
}

.more_info_14 {
	color: #330000;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
}

.sales_team_12{
	color: #280d02;
	text-align: center;
	font-size: 12px;
}

.footer_contact {
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 15px;
	line-height: 0.8em;
}

.footer_name {
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 0.8em;
}

.footer_fine {
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 0.8em;
}

.bio_img {
	border: thin solid #280d04;
}


/*LINK STYLES*/

a:link {
	color: #5d87a1;
	text-decoration: underline;
}

a:visited {
	color: #5d87a1;
	text-decoration: underline;
}

a:hover {
	color: #5d87a1;
	text-decoration: none;
}

a:active {
	color: #5d87a1;
	text-decoration: underline;
