@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }

html, body {
	margin: 0;
	padding: 0;
	background-color:#421A01;
	height:auto;
}

/******************************************* COLORS USED *******************************************/
/*
	ORANGE: 		#FF8F00
	GRAY: 			#DADAE9
	BROWN:			#421A01
	BARELY GREEN:	#F5FFEE
	GREEN-LIGHT: 	#65B828
	GREEN-DARK: 	#285910
	BLACK: 			#000000
	WHITE: 			#FFFFFF
*/
/******************************************* CELL STYLES *******************************************/
#mainShell{
	width:100%;
}
#headerShell{
	width:100%;
	height:202px;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat;
}
#headerShell2{
	width:810px;
	margin:0 auto 0 auto;
}
#matrix{
	width:394px;
	height:88px;
	position:absolute;
}
#stamp{
	width:416px;
	height:164px;
	position:absolute;
	margin:0 0 0 394px;
}
#mediaConcepts{
	width:394px;
	height:114px;
	position:absolute;
	margin:88px 0 0 0;
}
#menu{
	width:416px;
	height:38px;
	position:absolute;
	margin:164px 0 0 394px;
}
#headerSpacer{
	text-align:center;
	background-color:#421A01;
}
#bodyShell{
	width:100%;
	background-color:#FF8F00;
	background-image:url(images/bg-body.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#bodyShell2{
	width:810px;
	background-image:url(images/body-middle.png);/*IE7+*/
	_background-image:url(images/body-middle.jpg);/*IE6 or lower*/	
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
}
#bodyTop{
	text-align:center;
}
#bodyBottom{
	text-align:center;
}
#media{
	width:757px;
	height:190px;
	padding:5px 0 10px 1px;
	margin:0 auto 0 auto;
}
#bodyContent{
	width:750px;
	padding:0;
	margin:0 auto 0 auto;
	overflow:auto;
	text-align: left;
}
#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;
}
#partners{
	width:216px;
	text-align:center;
	float:right;
	padding:0 5px 0 5px;
	margin:0 0 20px 0;
}
#footerShell{
	width:100%;
	text-align:center;
	background-image:url(images/bg-footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:25px 0 25px 0;
}
#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{
	margin:5px 0 0 0;
	padding:0;
}
#menuMainNav li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0 9px 0 9px;
}
#menuFooter{
	margin:0;
	padding:0;
}
#menuFooter li{
	display: inline;
	list-style-type: none;
	border-right:solid #CCC 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;
}
.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: #65B828;
}
.body3 {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #999999;
}
.bodyHeader {
	font-size: 14px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #285910;
}
.bodyHeader2 {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #000000;
	text-align: center;
}
.footer {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #FFFFFF;
}

/******************************************* LINK STYLES *******************************************/

a:link {
	color:#FF8F00;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color:#FF8F00;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#FF8F00;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	color:#FF8F00;
}
a.footerLink:link {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
a.footerLink:active {
	color:#FFFFFF;
	font-weight:normal;
}
a.mainNavLink:link {
	color:#421A01;
	font-weight:bold;
	text-decoration:none;
}
a.mainNavLink:visited {
	color:#421A01;
	font-weight:bold;
	text-decoration:none;
}
a.mainNavLink:hover {
	color:#421A01;
	font-weight:bold;
	text-decoration:underline;
}
a.mainNavLink:active {
	color:#421A01;
	font-weight:bold;
}
a img {
	border:none;
}

/******************************************* IMAGE STYLES *******************************************/

.imgBorder {
	border:#DADAE9 solid 1px;
	padding:5px;
	margin:0 10px 0 10px;
}
.imgHeadingSpacing {
	margin:2px 0 10px 2px;
}
.bulletSpacing {
	margin: 3px;
}
.logoSpacing {
	margin: 0 0 0 25px;
}
.numberSpacing {
	margin: 0 20px 0 0;
}
