/* 
CREATED BY HOTWIRE ADVERTISING AND WED DESIGN 
http://www.hotwireindustries.com
*/

/* Default style for the BODY */
body {
	margin: 35px 0 0;
	padding: 0;
	background: url(images/swirls_bg.jpg) repeat-x #f6efe5;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #002a5c;
	text-align: center;
	text-transform: none;
}

p {
	margin: 0 0 15px 0;
}

.floatleft {
	float:left;
	margin-right: 4px;
	padding:0;
}
	
	
	
	
.small {
	font-size: 12px;
	line-height:15px;
	font-style:italic;
	margin:0;
	padding:0;
}



/* DEFAULT style for any LINKS */
a:link { 
	color: #837548;
	text-decoration: underline;
}

a:visited {
	color: #918562;
	text-decoration: underline;
}
	
a:hover {
	color: #918562;
	text-decoration: none;
}
	
a:active {
	color: #837548;
	text-decoration: none;
}

/* Default style for H1 */
h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	color: #002a5c;
	margin: 0 0 10px;
	padding: 0;
}

h2 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #7e724d;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #7e724d;
	word-spacing: -.125px;
	margin: 0 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #7e724d;
	word-spacing: -.125px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}



ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 15px 13px;
}

ul li {
	list-style: disc;
	margin-bottom: 2px;
}

ol {
	padding: 0 0 15px 0;
	margin: 0 0 0 19px; 
}

ol li {
	list-style: decimal;
	margin-bottom: 12px;
}

/* DEFAULT style for any IMAGE */
img {
	border: 0;
}

/* DEFAULT FORM field styles */
.inputBox {
	border: 1px solid #e3d9b7;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002a5c;
	width: 500px;
}

input:hover, textarea:hover {
	background-color: #f6f1ea;
}

.submit {
	width: 100px;
	border: 1px solid #e3d9b7;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002a5c;
}

.submit:hover {
	color: #FFF;
	background: #002a5c;
	cursor: pointer;
}


/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}

/* STRUCTURE STYLES */

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

#header {
	margin-bottom: 8px;
}

#navigation {
}

#navigation a {	
	color: #002a5c;
}

#content {
	background: url(images/swirls_bottom_bg.jpg) no-repeat bottom right;
	padding: 0 0 95px 0;
}

#contentLeft {
	float: left;
	width: 522px;
	padding-top: 30px;
}

#contentLeft h2 {
	font-size: 16px;
}

.imgBorder {
	border: 1px solid #7e724d;
	padding:12px;
	background-color: #FFF;
}

.headerlogo {
	margin-left: -38px;
	margin-top: -20px;
	margin-bottom: 20px;
	}

.center {
	text-align:center;
	font-size:16px;}

#contentRight {
	float: right;
	width: 230px;
	background: url(images/contentright_swirl_bg.jpg) no-repeat top left;
	padding-top: 26px;
	font-size: 13px;
	line-height: 17px;
	text-align:center;
}

.dashedLine {
	width: 100%;
	height: 2px;
	border-bottom: 1px dotted #7e724d;
	display: block;
	margin: 10px 0 18px 0;
}

#footer {
	background-color: #d0c6b7;
	border-top: 2px solid #a7996c;
}

#footerInside {
	width: 790px;
	padding: 15px 0;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	line-height: 13px;
	color: #8A8379;
}

#footer img {
	margin: 5px 10px 10px 10px;
}

#footer a {	
	color: #8A8379;
}

#footer p {
	padding: 10px 0 0 0;
}
