/* @override 
	http://www.cornerstoneamericus.com/styles/styles.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat center top;
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #1a2f1a;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 89px;
}

img#logo {
	float: left;
}

img#tell {
	float: right;
	margin-top: 42px;
}

img#americus {
	float: right;
	clear: right;
}

#menu {
	height: 55px;
}

#menu img {
	float: left;
}

#primary p {
	margin-bottom: 15px;
}

#primary hr {
	border-top: 1px solid #003300;
	border-bottom-style: none;
}

hr.clearFix {
	clear: both;
	display: block;
	width: 960px;
	visibility: hidden;
}

#primary {
	width: 620px;
	padding: 0px 0 20px 21px;
	float: left;
}

#home #primary {
	width: 632px;
	padding: 0 0 20px 18px;
}

#primary li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#sidebar {
	padding-bottom: 64px;
	background: url(../images/bg-sidebar-btm.gif) no-repeat left bottom;
	float: right;
}

#sidebar ul {
	width: 266px;
	list-style: none;
	background-image: url(../images/bg-sidebar.gif);
	padding: 0 15px;
}

#home #sidebar {
	background: url(../images/bg-sidebar-home-btm.gif) no-repeat left bottom;
}

#home #sidebar ul {
	background-image: url(../images/bg-sidebar-home.gif);
}

#home #sidebar li a {
	background: url(../images/arrow.gif) no-repeat 8px 0;
	padding-left: 35px;
	color: #000;
	display: block;
	width: 220px;
	height: auto;
}

#home #sidebar li {
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidebar li {
	font-size: 15px;
	line-height: 15px;
	list-style: none;
	height: 24px;
	padding-top: 8px;
}

#sidebar li a {
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 27px;
	color: #000;
	display: block;
	width: 228px;
}

#sidebar li a:visited {
	background: url(../images/check.gif) no-repeat;
}

img {
	border-style: none;
	display: inline;
}

th {
	font-size: 14px;
	text-align: left;
	padding-top: 15px;
}

h1 {
	color: #3c543a;
	margin: 0px 0px 5px;
	padding: 0px;
	font: normal 20px/20px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#home h1 {
	margin-top: 15px;
}

h2 {
	font-size: 16px;
}

a:link, a:visited {
	text-decoration: none;
	color: #363;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#homeContent {
	width: 760px;
	font-size: 0px;
	line-height: 0px;
}

#content {
	background: url(../images/bg-content.gif) repeat-y;
}

#leftImage {
	background-image: url(../images/lft-image.jpg);
	width: 14px;
	height: 468px;
	float: left;
}

#home #leftImage {
	background: url(../images/lft-image.jpg) no-repeat 0 -99px;
	height: 367px;
}

#subImage {
	height: 247px;
}

#subImage img {
}

input, textarea, select {
	border: 1px solid #245838;
	background: #FFFFFF;
}

#home #subImage {
	height: 346px;
}

#home #subImage img {
}

/* footer */

#footer {
	clear: both;
	margin-bottom: 20px;
	padding-top: 55px;
	background: url(../images/bg-footer.gif) no-repeat;
}

#footer p {
	font-size: 11px;
	color: #1a2f1a;
	padding-right: 65px;
	padding-left: 65px;
	line-height: 12px;
}

.designBy {
	color: #666666;
}

.designBy a {
	color: #666666;
}

.designBy a.noshow, .designBy a.noshow:hover {
	text-decoration: none;
	cursor: text;
	font-weight: normal;
}

.quoteName {
	font-size: 12px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}

.quoteTitle {
	font-size: 11px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #666666;
}