/*
Kent Financial Group
Author: Eric Sexton
Company: K Graphics Studio
URL: www.kgraphicsstudio.com
*/



body {
	font-size: 72.5%; /* Resets 1em to 10px */
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#555;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #2B3141;
	text-decoration: none;
}

a:hover {
	color: #385D32;
	background:none;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
    background: url('images/BG.jpg');
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 857px;
}

#header {
	margin: 0 0;
	padding: 0 0;
	height: 302px;
	background: #D0D1D4;
	border: solid 8px #fff;

}

#wrap {
	
}

#account_view {
	background: #22293C;
	margin: 0 auto;
	float:left;
	padding:0;
	border-left: solid 8px #fff;
	border-right: solid 8px #fff;
	width: 821px; height: 0;
}

#content {
	background: #22293C;
	margin: 0 auto;
	float:left;
	padding:20px 100px 20px 50px;
	color: #F2F1F1;
	border-left: solid 8px #fff;
	border-right: solid 8px #fff;
}


#content p{
    font-size: 14px;
}

#content p a {
    color: #ffffff;
}

#content p a:hover {
    color: #385D32;
}

#content .sig img{
    float: left;
    padding-top: 20px;
}

#content ul li {
	font-size:1.2em;
}


#address{
   	background: #33582D;
    height: 30px;
    clear: both;
    margin: 0 auto;
    padding-top: 14px;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
   	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 8px #fff;
	border-right: solid 8px #fff;

}

#address a{
    color: #fff;
}

#address a:hover{
    color: #2B3141;
}

#security {
	background: #D0D1D4;
	margin: 0 auto;
	clear: both;
	color: #F2F1F1;
	border-bottom: solid 8px #fff;
	border-left: solid 8px #fff;
	border-right: solid 8px #fff;
}

#security a {
	color: #fff;
}

#security a:hover {
	color: #385D32;
}

#footer {
	background: none;
	margin: 0 auto;
	clear: both;
	text-align: right;
	padding: 5px;
}

/* End layout */


/* Header */
#header img {
	float: left;
    border-bottom: solid 8px #fff;
}

#rotate img{
	border-left: solid 8px #fff;
	float: right;
}

#hmenu {
	margin:0 0 0 40px;
	padding: 0;
}

#hmenu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#hmenu ul li {
	float: left;
	padding: 5px;
	display: block;
	width: 100px;
	margin: 8px 25px 0 0;
	text-align: left;
}

#hmenu ul li {
	font-size:1.2em;
	text-transform:uppercase;
}	

/* End header */


/* Security */	

#security {
	padding:15px 30px;
	font-size:1.1em;
	color:#fff;
}

#security p {
	color: #666;
	text-align: right;
}

/* Footer */	

#footer p a{
    color: #fff;
}

#footer p a:hover{
    color: #000;
}

#copyright{
	float:left;
}

#footerwrap {
	clear:both;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
} 
