@charset "UTF-8";
/* CSS Document                                */
/* by SIMS inc. - www.sims-inc.com  */


/* --- General Styles--- */
@font-face {
font-family:Trebuchet MS;
src: url(trebuchetms.eot);
src: url(trebuchetms.ttf);
}

body,h1,h3,p {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

body {
	margin: 0px;
	background-image: url(images/sims_back.jpg);
	background-size:331px 346px;
	background-repeat: repeat;
	background-position: left top;
}

h1 {
	font-size: 24px;
	color: #02013E;
}

h2 {
	font-size: 18px;
	color: #02013E;
}

h3 {
	font-size: 12px;
	color: #6a4d4d;
	text-transform: uppercase;
}
.right_image {
	float: right;
	width: 205px;
	margin: 0px 0px 10px 30px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #715656;
}


a:link {
	color: #060494;
}
a:visited  {
	color: black;
}
a:hover    {
	color: #5872f4;
}


/* --- Banner Area --- */
.bannerArea {
	width: 100%;
	min-width: 563px;
	height: 150;
	margin:0;
}
.bannerArea .container {
	position: relative;
	width: 780px;
	height: 125 px;
	margin: 0 auto 0 auto;
	padding: 5px 0px 0px 0px;
	
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 549px;
	height: 109px;
	left: 10px;
	top:10px;
}

/* --- Content Area --- */
.contentArea {
	width: 100%;
	min-width: 563px;
	height: 238;
	margin:0;
}
.contentArea .container {
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 20px 0px 25px 0px;

}

.contentArea .container .left_col{
	float: left;
	width: 490px;
	padding: 0px 20px 0px 20px;
	color: black;
}

.contentArea .container .right_col{
	float: left;
	width: 210px;
	padding: 0px 20px 0px 20px;
	color: black;

}


/* --- Footer Area --- */
.footerArea{
	width: 100%;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footerArea .container{
	width: 780px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
}
.footerArea .container p{
	font-size: 10px;
}

.clear_both {
	clear: both;
}
.contact_form_button {
	color: #060494;
}
.contact_form_button {
	text-align: center;
}
