@charset "UTF-8";

body {
	background-color: #033649;
	background-image: url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	color: #99b2b7;
	font-family: Tahoma, sans-serif;
}
#mainContent {
	margin: 0 auto;
	width: 900px; 
}
#mainContent ul.qtrColumns li {
	float: left;
	margin: 0 10px 0 0;
	width: 210px;
}
#mainContent ul.qtrColumns li ul.portfolio li{
	background-color: white;
	float: left;
	height: 50px;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 50px;
}
#mainContent ul.qtrColumns p {
	width: 200px;
}
#billboard {
	padding: 5px;
}

/*=================*/
/*  IE PNG Fix  */
/*=================*/
img, div, a, input { behavior: url(../iepngfix.htc) }


/*=================*/
/*  Button Styles  */
/*=================*/
.buttonTest {

	background-image: url(../img/btn_off.jpg);
	background-repeat: repeat-x;
	border-width: 0px;
	color:white;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	height: 26px;
	letter-spacing : 2px;
	padding: 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}
.buttonTestHov {

	background-image: url(../img/btn_on.jpg);
	background-repeat: repeat-x;
	border-width: 0px;
	color:white;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	height: 26px;
	letter-spacing : 2px;
	padding: 0px 9px;
	text-decoration: none;
	text-transform: uppercase;
}


/*===============*/
/*  Text Styles  */
/*===============*/
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 12px;
}
p a:link {
	color: white;
}
p a:visited {
	color: white;
}
p a:hover {
	color: white;
	text-decoration: none;
}
h1 {
	color: #ffffff;
	font-family: "ff-market-web-1","ff-market-web-2", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing : 3px;
	margin: 0 0 50px;
	padding: 30px 0 40px;
}
h2 {
	color: white;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	margin: 24px 0 6px;
}
h3 {
	color: white;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	padding: 2px 0 2px 0;
}
h4 {
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 5px;
	text-transform: uppercase;
}
.largerText {
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 14px;
	width: 200px;
}


/*==============*/
/*  Navigation  */
/*==============*/

#header {
	height: 300px;
	margin: 0 auto -115px;
	padding: 15px 0 0;
	width: 900px;
}
#header .mainNav ul li {
	float: left;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing : 1px;
	padding: 0 5px;
}
#header .mainNav ul li a:link {
	color: #033649;
	display: block;
	padding: 18px 0 18px;
	text-align: center;
	text-decoration: none;
	width: 82px;
}
#header .mainNav ul li a:visited {
	color: #033649;
	display: block;
	padding: 18px 0 18px;
	text-align: center;
	text-decoration: none;
	width: 82px;
}
#header .mainNav ul li a:hover {
	background-image: url(../img/nav_BG_hover.png);
	background-repeat:no-repeat;
	color: white;
}
#header .mainNav ul li a:active {
	background-image: url(../img/nav_BG.png);
	background-repeat:no-repeat;
	color: white;
}
#secondaryNav {
	float: right;
}
body#navHome a#navHome,
body#navPortfolio a#navPortfolio,
body#navAbout a#navAbout,
body#navServices a#navServices {
	background-image: url(../img/nav_BG.png);
	background-repeat:no-repeat;
	color: white;
}


/*==================*/
/*  Marketing Band  */
/*==================*/
#mktgBand {
	background-image: url(../img/mktgBand.jpg);
	clear: both;
	height: 189px; 
	margin: auto;
	padding: 10px 65px;
	width: 900px; 
}
#mktgBand ul li {
	float: left;
	height: 175px;
	margin: 0 5px 0 0;
	padding: 15px 0 0 0;
	width: 220px;
}
#mktgBand p{
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 25px;
}

/*==========*/
/*  Footer  */
/*==========*/
#footer {
	font-size: 9px;
	margin: auto;
	padding: 40px 0 100px;
	text-align: center;
	width: 900px;
}

#footer ul {
	clear: both;
	margin: 20px 0 0;
}
#footer ul li {
	display: inline;
	padding: 0 10px 10px 0;
}
#footer ul li a:link {
	color: #99b2b7;
	text-transform: uppercase;
}
#footer ul li a:visited {
	color: #99b2b7;
	text-transform: uppercase;
}
#footer ul li a:hover {
	color: #99b2b7;
	text-decoration: none;
	text-transform: uppercase;
}

#gomarkyFooter {
	background-color: #032433;
	text-align: center;
	width: 100%;
}











