@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color:#300000;
	height:auto;
}

/******************************************* COLORS USED *******************************************/
/*
	BEIGE: 			#FFFBCE
	MAROON-DARK:	#300000
	MAROON-LIGHT:	#651A1A
	YELLOW:			#F7B81F
	GRAY:		 	#797766
	BLACK: 			#000000
	WHITE: 			#FFFFFF
*/
/******************************************* CELL STYLES *******************************************/
#mainShell{
	width:100%;
}
#headerShell{
	width:100%;
	height:195px;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat-x;
}
#headerContent{
	width:900px;
	height:195px;
	margin:0 auto 0 auto;
}
#logoLeft{
	width:450px;
	height:125px;
	float:left;
	margin:0;
}
#logoRight{
	width:450px;
	height:125px;
	float:right;
	margin:0;
}
#menu{
	width:900px;
	height:70px;
	background-image:url(images/temp-menubg.jpg);
	float:left;
	margin:0;
}
#headerSpacer{
	text-align:center;
	background-color:#421A01;
}
#bodyShell{
	width:100%;
	background-color:#FFFBCE;
	padding:0 0 10px 0;
}
#media{
	width:880px;
	height:250px;
	padding:5px 0 5px 0;
	margin:0 auto 0 auto;
}
#bodyContent{
	width:900px;
	padding:0;
	margin:0 auto 0 auto;
	overflow:auto;
}
#bodyLeft{
	width:430px;
	padding:0;
	margin:10px 10px 20px 10px;
	float:left;
	overflow:auto;
	display:inline;
}
#bodyRight{
	width:430px;
	padding:0;
	margin:10px 10px 20px 10px;
	float:right;
	overflow:auto;
	display:inline;
}
#bodySingle{
	width:880px;
	padding:0;
	margin:10px 10px 40px 10px;
}
#bodyBottom{
	width:880px;
	padding:0;
	float:left;
	margin:0 0 20px 10px;
	text-align:center;
}
#hrHeadings{
	width:99%;
	padding:0;
	margin:15px 0 20px 0;
}
#mainBody{
	width:512px;	
	text-align:center;
	float:left;
	padding:0 3px 0 3px;
	margin:0 0 20px 0;
	border-right:solid 1px #DADAE9;
}
#mainBodyBG{
	width:506px;
	background-color:#F5FFEE;
	background-image:url(images/home-body-header.png);
	background-repeat:no-repeat;
}
#footerShell{
	width:100%;
	height:190px;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
}
#footerContent{
	width:900px;
	height:auto;
	overflow:auto;
	margin:0 auto 0 auto;
}
#footerLeft{
	width:750px;
	margin:35px 0 0 10px;
	float:left;
}
#footerRight{
	width:100px;
	margin:35px 10px 0 10px;
	float:right;
	text-align:right;
}
#heading{
	width:750px;
	padding:10px 0 0 1px;
	margin:0 auto 20px auto;
}
#aboutPartners{
	width:100%;
	height:110px;
	padding:0;
	margin:0 0 20px 0;
}
#portfolioSamples{
	width:96%;
	height:150px;
	padding:0;
	margin:20px 10px 20px 10px;
}
#contactForm{
	width:507px;	
	float:left;
	padding:0 5px 0 5px;
	margin:0 0 20px 0;
	border-right:solid 1px #DADAE9;
}
#contactInfo{
	width:216px;
	float:right;
	padding:0 5px 0 10px;
	margin:0;
}
#verticalRule{
	border-right:solid 1px #DADAE9;
}
#menuMainNav{
	width:890px;
	height:55px;
	background-image:url(images/temp-menubg.jpg);
	float:right;
	text-align:right;
	margin:0;
	padding:15px 10px 0 0;
}
#menuFooter{
	margin:0;
	padding:0;
}
#menuFooter li{
	list-style-type: none;
	border-left:solid #FFFBCE 1px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
}


/******************************************* FONT STYLES *******************************************/

.body {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #000000;
	line-height:18px;
}
.bodyBolded {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #000000;
}
.body2 {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color:#333;
	line-height:18px;
}
.body3 {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #651A1A;
	line-height:18px;
}
.bodyHeader {
	font-size: 14px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #000000;
}
.bodyHeader2 {
	font-size: 14px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #651A1A;
}
.menuMain {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
.footer {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #FFFBCE;
	line-height:18px;
}

/******************************************* LINK STYLES *******************************************/

a:link {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#651A1A;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}
a.footerLink:link {
	color:#FFFBCE;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:visited {
	color:#FFFBCE;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
a.footerLink:active {
	color:#FFFBCE;
	font-weight:normal;
}
a.mainNavLink:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.mainNavLink:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.mainNavLink:hover {
	color:#F7B81F;
	font-weight:bold;
	text-decoration:underline;
}
a.mainNavLink:active {
	color:#FFFFFF;
	font-weight:bold;
}
a img {
	border:none;
}

/******************************************* IMAGE STYLES *******************************************/

.imgBorder {
	border:#F7B81F solid 1px;
	padding:5px;
	margin:0 10px 0 10px;
}
.imgAffiliates{
	margin:15px 15px 20px 15px;
	vertical-align:middle;
}
.bulletSpacing {
	margin: 3px;
}
.logoSpacing {
	margin: 0 0 0 25px;
}
.numberSpacing {
	margin: 0 20px 0 0;
}
