/* GENERAL STYLES */
/************************************  BEGIN GENERAL LAYOUT  *************************************************/
body {
	text-align:center;
	padding:0px;
	margin:0px;
	height:auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
        line-height:16px;
	color:#333333;
}

h1 {
	font-size:14px;
	font-weight:700;
	color:#666666;
}

h2 {
	font-size:12px;
	font-weight:700;
	color:#666666;
}

h3 {
	font-size:11px;
	font-weight:700;
	color:#666666;
}

a {
	text-decoration:none;
	color:#006699;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;	
}

#homelink {
	float:left;
	padding:0px 0px 0px 15px;
	margin:0px;
/*
	color:#ffffff;
	text-decoration:none;
	/*font-variant: small-caps;*/
	font-size:12px;
*/
}

#main {
	width:890px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#printhead {
	display: none;
}
#leftcol {
	width:180px;
	min-height:500px;
	/**
	height:510px;
	**/
	float:left;
	background-color:rgb(233,233,233);
	margin:0px 5px 0px 0px;
}

#maincol {
	width:705px;
	min-height:500px;
	height:auto;
	float:left;
	margin-bottom:1px;
        text-align: left;
}

#centercol {
	width:493px;
	height:200px;
	height:auto;
	float:left;
	padding: 0px 10px 0px 0px;
	border-right:solid 2px #DCDCDC;
}

#pageheader {
	background-color:#FFCC33;
	padding:5px 0px 5px 5px;
	margin:0px 0px 10px 0px;
	border-bottom:solid 1px #696969;
	text-transform:capitalize;
}

#bodyText {
	margin:0px 0px 10px 0px;
	/*color: #696969;*/
}

#footer {
	display:-moz-inline-block;
	display:-moz-inline-box;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:center;
	font-size:10px;
}

#generalPageDivCenter {
	text-align:center;
	margin:10px 0px 10px 0px;
}

.formError {
	display:block;
	color:red;
	margin:0px 0px 10px 10px;
	padding:0px;
}

/************************************  END GENERAL LAYOUT  ***************************************************/

/************************************  BEGIN HEADER CSS LAYOUT ***********************************************/
#header {
	/*background:transparent url('../media/1/headerimage.jpg'); repeat:no;*/
	background-color: rgb(0,82,156);
	height:175px;
	margin: 0px 0px 5px 0px;
	padding:8px 0px 0px 0px;
}

#header img {
	display:inline;
	margin-top:10px;
}

#headerdivimg {
	border-top:solid 5px #DCDCDC;
	float:right;
	width:890px;
	background-color:white;
	padding:0px;
	margin:0px;
}

/************************************  END HEADER CSS LAYOUT  ************************************************/

/************************************  BEGIN RIGHT COLUMN LAYOUT  ********************************************/
#rightcol {
	float:left;
	width:190px;
	height:200px;
	margin:0px 0px 0px 10px;
}

#rightcolumnheader {
	font-size:20px;
	font-weight:900;
	text-transform:capitalize;
	margin: 10px 0px 0px 0px;
	color: #696969;
}

#rightcolumnimg {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding: 50px 0px 0px 0px;
}
/************************************  END RIGHT COLUMN LAYOUT  ********************************************/

/************************************  BEGIN NAVIGATION LAYOUT  ********************************************/

#headerNav {
	float:right;
	padding:3px 15px 8px 0px;
	margin:0px;
}

#headerNav li {
	display:inline;
	padding-left:15px;
}

#header a {
	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	font-size:12px;
	font-weight:900;
}

#headerNav li a:hover {
	text-decoration:underline;
}

#leftNav {
	padding:0px;
	margin:0px;
}

#leftNav li {
	display:inline;
}

#leftNavImgTop {
	border-top:solid 1px #DCDCDC;
}

.leftNavImg {
	border:none;
}

#leftNav li a {
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#leftNav li a p {
	margin:0px;
	padding:10px 0px 10px 10px;
	border-bottom:solid 1px #DCDCDC;
	text-transform: capitalize;
	font-size:12px;
	font-weight:900;
}

p.leftNavTextOn {
	background-color:#999999;
	color:#000000;
}

p.leftNavText {
	background-color:rgb(233,233,233);
	color:#666666;
}

/************************************  END NAVIGATION LAYOUT  ************************************/

/************************************  BEGIN FOOTER CSS LAYOUT  **********************************/

#divFooterImage {
	background-color: rgb(0,82,156);
	padding:10px 0;
	width:890px;
}

#divFooterNoImage {
	background-color: rgb(0,82,156);
	height:10px;
	font-size:4px;
	width:890px;
        position: relative;
}

#divFooterImageInner {
	background-color:white;
}

#divFooterImageInner img {
	padding: 0px;
	vertical-align:middle;
}

.footerLinks {
	margin:0px 0px 0px 5px;
}

/************************************  END FOOTER CSS LAYOUT  ************************************/

/************************************  BEGIN HOME PAGE CSS LAYOUT  *******************************/

#homeImage {
	width:490px;
}

/*
#homeText {
	color: #696969;
	/*font-size:11px;*/
}
*/

/************************************  END HOME PAGE CSS LAYOUT  *********************************/

/************************************  BEGIN GENERIC TEMPLATE CSS LAYOUT  ************************/

#genericTemplate {
	float:left;
	display:inline;
}

#generalImage1Div {

}

#generalImageLeftTop {
	float:left;
	margin:0px 10px 10px 0px;
}

#generalImageLeftMiddle {
	float:left;
	clear:left;
	margin:10px 10px 10px 0px;
}

#generalImageLeftBottom {
	float:left;
	clear:left;
	margin:15px 10px 0px 0px;
}

#generalImageRightTop {
	float:right;
	margin:0px 0px 10px 10px;
}

#generalImageRightMiddle {
	float:right;
	clear:right;
	margin:10px 0px 10px 10px;
}

#generalImageRightBottom {
	float:right;
	clear:right;
	margin:10px 0px 0px 10px;
}

.generalDivRight {
	float:right;
	clear:right;
	width:1px;
	font-size:1px;
	height:164px;
}

.generalDivLeft {
	float:left;
	clear:left;
	width:1px;
	font-size:1px;	

}

.floatBreakLeft {
	font-size:1px;
	float:left;
	clear:none;
	width:1px;
	height:1px;
}

.floatBreakRight {
	font-size:1px;
	float:right;
	clear:none;
	width:1px;
	height:1px;
}

#pushBottom {
	width:1px;
	float:left;
	clear:left;
	font-size:1px;
}

#pushTop {
	width:1px;
	float:left;
	clear:left;
	font-size:1px;
}

.pushLeft {
	width:1px;
	float:left;
	clear:left;
	font-size:1px;
}

.pushRight {
	width:1px;
	float:right;
	clear:right;
	font-size:1px;
}

span.fieldName {
	font-size:11px;
}

/************************************  END GENERIC TEMPLATE CSS LAYOUT  **************************/

/************************************  BEGIN SITE MAP CSS LAYOUT *********************************/
#sitemap {
	display:block;
}

#sitemap li {
	display:block;
	list-style:none;
}

.siteMapNavHeader {
	margin:0px;
	padding:0px;
	font-weight:570;
}

/************************************  END SITE MAP CSS LAYOUT  **********************************/

/************************************  BEGIN EMAIL SUBSCRIBER FORM CSS LAYOUT  *******************/

#leftcol form {
	padding:20px 0px 20px 0px;
	margin:0px;
	display:block;
}

#leftcol form p {
	margin:0px 0px 0px 10px;
	padding:0px;
}

#leftcol form #formButtons {

}

#leftcol form .btnSubmit {
	margin:0px 0px 0px 80px;
	width:70px;
}

#leftcol form p input {
	margin:5px 0px 5px 0px;
	width:150px;
}

#leftcol form .fieldTitle {
	font-weight:900;
	color:#666666;
}

#leftcol form .formTitle {
	font-weight:900;
	font-size:14px;
	color:#666666;
	text-transform:capitalize;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	border-bottom:solid 1px #DCDCDC;
	border-top:solid 1px #DCDCDC;
}

.subscribeThankyou {
	display:block;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-weight:900;
	color:#006699;
}

/************************************  END EMAIL SUBSCRIBER FORM CSS LAYOUT  *********************/

/************************************  BEGIN FINANCING PAGE CSS LAYOUT  **************************/

#financingDiv {
	float:left;
	border:solid 1px #DCDCDC;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

#financingDiv div {
	float:left;	
}

#financingCompanyDiv {
	margin:0px 0px 0px 10px;
	width:190px;
}

.financingContactDiv {
	width:180px;
}

#financingLogoDiv {
	margin:5px 10px 5px 10px;
}

#financingDiv p {
	margin:5px 0px 0px 2px;
	padding:0px;
}

#financingDiv .financingContactDiv .financingContactName {
	font-weight:900;
	text-decoration:underline;
	margin:5px 0px 0px 0px;
}

#financingDiv #financingCompanyDiv .financingCompanyName {
	font-weight:900;
	text-decoration:underline;
	margin:5px 0px 0px 0px;
}

/************************************  END FINANCING PAGE CSS LAYOUT  ****************************/

/************************************  BEGIN CONTACT US PAGE CSS LAYOUT  *************************/

#contactUsDiv {
	float:left;
	width:705px;
	border-top:solid 1px #DCDCDC;
	border-bottom:solid 1px #DCDCDC;
}

#contactUsLeftDiv {
	float:left;
	width:352px;
	border-right:solid 1px #DCDCDC;
}

#contactUsRightDiv {
	float:left;
	padding:0px 0px 0px 10px;
}

#corporateAddressDiv {
	float:left;
	width:352px;
}

#contactUsCorporateHeader {
	float:left;
}

.contactUsHeaders {
	padding:0px;
	margin:5px 0px 0px 8px;
	font-weight:900;
}

#generalImagecorporateImage {
	float:left;
	clear:left;
	margin:10px 10px 0px 10px;
}

#corporateAddress {
	padding:0px;
	margin:10px 0px 0px 10px;	
	float:left;
}

#contactUsMapLocation{
	margin:5px 0px 5px 8px;
	float:left;
	width:352px;
}

#contactUsMapHeader {
	padding:0px;
	margin:20px 0px 10px 0px;
}

#generalImagecorporateLocation {
	margin:0px 0px 5px 0px;
}

#contact {
	padding:0px;
	margin: 10px 0px 10px 0px;
}

#corporateContacts {
	margin:20px 0px 5px 0px;
	float:left;
	clear:left;
	width:352px;
}

.corporateContact {
	margin:5px 0px 0px 10px;
}

.contactUsBold {
	font-weight:900;
}

.corporateTeamLink {
	margin:5px 0px 0px 10px;
	padding:0px;
}

h1.contactFormHeader {
	margin:10px 0px 0px 3px;
}

#coporateDiv {
	float:left;
	clear:left;
	width:352px;
}

/************************************  END CONTACT US PAGE CSS LAYOUT  ****************************/






/* EDITOR PROPERTIES */
