body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffd262;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #703F26;
	border-bottom: solid #703F26 1pt;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	color: #703F26;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted #703F26 1pt;
}

h2 a {
	text-decoration: none;
	color: #703F26;
}

h2 a:hover {
	text-decoration: none;
	color: #999;
}

h2 a:visited {
	text-decoration: none;
	color: #703F26;
}

h3 {
	font-size: 16px;
	color: #960;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #EC3319;
	line-height: 110%;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	color: #0356A5;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted #0356A5 1pt;
	text-transform: uppercase;
}

ul, ol {
	margin-top: 0em;
	line-height: 20px;
}

p {
	margin-top: 0em;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

ul, ol {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #703F26;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.img-right
{
	float: right;
	padding: 0px 0px 5px 10px;
}

hr {
	color: #0356A5;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	height: 100%;
	padding: 210px 50px 30px 40px;
}

/* Header */

#header {
	width: 800px;
	padding: 0px 0px 0px 0px;
	height: 117px;
}

/* Menu */

#menu {
	width: 590px;
	height: 90px;
	text-align: right;
	float: left;
	margin-top: 30px;
	padding-right: 10px;
}

/* Share */

#share {
	width: 130px;
	float:right;
	border-bottom: solid #0055A5 1pt;
	padding-top: 0px;
	height: 36px;
}

/* Content */

#content_left {
	float: left;
	width: 510px;
	padding: 15px 0px 15px 0px;
}

#content_right {
	float: right;
	width: 280px;
	padding-left: 0px;
	padding: 15px 0px 15px 0px;
}

#content_long {
	float: left;
	width: 100%;
	padding: 0px 0px 50px 0;
	height: 550px;
	overflow: auto;
}

/* Footer */

#footer {
	width: 600px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#footer p {
	font-size: 11px;
	color: #996600;
	text-align: center;
}

#footer a {
	color: #996600;
	text-decoration: underline;
	padding: 0px;
}

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

/* Form * Form * * Form * Form ** Form * Form ** Form * Form ** Form * Form ** Form * Form */ 

 label
{
	width: 5em;
	float: left;
	text-align: left;
	margin-right: 1em;
	display: block;
}

 input
{
	color: #996600;
	background: #FBDC7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
}

 textarea
{
	color: #996600;
	background: #FBDC7B;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
}

.submit input
{
	background: #FBDC7B;
	padding: 5px;
	margin-left: 10px;
}

.application {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FBDC7B;
	height: 20px;
	width: 789px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Other */

.orange {
	color: #DB2484;
}

/* other * other * other * other * other * other * other * other * other * other * other * other * other * other * other * other */ 

.float-right {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}
.float-right-quote {
	float: right;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
}
.quote {
	font-size: 14px;
	font-style: oblique;
	color: #666;
}

.float-left {
	float: left;
	padding-right: 0px;
}

.padding-top {
	padding-top: 11px;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.call_quote {
	background-color: #0356A5;
	padding: 15px 10px 15px 10px;
	color: #FFFFFF;
	text-align: center;
}

