body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: #FAF4E5 url(/home_graphics/repeat_y.jpg) repeat-y top center;
	}

.clear {
	clear: both;
	}
	
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}


div#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: url(/home_graphics/logo_reflect_lg.jpg) 24px 6px no-repeat;
}
	
div#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}



/*-------------------------------
   BEGIN NAVBAR SPECS
-------------------------------*/
div#navBar {
/*
	border-bottom: 1px solid #333333;
*/
	height: 100px;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 0 230px;
	padding: 0;
	background: url(/home_graphics/navline_repeatx.gif) 0px 70px repeat-x;
	position: relative;
	left: 19px;
}

ul#navList {
	list-style-type: none;
	margin: 70px 0 0 0;
	padding: 0;
	background: url(/home_graphics/navline_left.gif) 0px 0px no-repeat;
	position: relative;
	left: -25px;
}

ul#navList li {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	display: inline;
	margin: 0;
	padding: 0;
}

* html ul#navList li {
	position: relative;
	top: 1px;
}

ul#navList li.firstItem {
	margin-left: 60px !important;
}

ul#navList a {
	text-decoration: none;
/*
	border-bottom: 1px solid #FFFFFF;
*/
}

ul#navList a:link {
	color: #4C4382;
	background-color: #FFFFFF;
}

ul#navList a:visited {
	color: #4C4382;
}

ul#navList a:hover {
	color: #FFFFFF;
	background-color: #4C4382;
/*
	border-bottom: 1px solid #4C4382;
*/
}

ul#navList a:active {
	color: #000000;
}

ul#navList a, ul#navList .currItem {
	padding: 4px 12px;
	margin: 0 -2px;
	position: relative;
	top: 7px;
}

ul#navList .currItem {
/*
	border-bottom: 1px solid #4C4382;
*/
	background-color: #FFFFBA;
}

	
div.navInactive {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 38px;
	background-color: #DDDDDD;
	}

/*-------------------------------
   END NAVBAR SPECS
-------------------------------*/

div#main {
	margin-top: 0px;
	padding: 0;
}

div#main2 {
	width: 750px;
}

div#main3 {
	width: 620px;
}

div#main2, div#main3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


div#main2 h2, div#main3 h2 {
	font-weight: normal;
	font-size: 12px;
	color: #4C4382;
	}
	
div#main2 h2.multiline, div#main3 h2.multiline {
	line-height: 24px;
}
	
div#main2 h2 a, div#main3 h2 a {
	color: #4C4382;
	}
	
div#col1 {
	padding-top: 30px;
	width: 350px;
	}
	
div#col1.narrow {
	width: 250px !important;
	}

div.abs {
	position: absolute;
	z-index: 2;
	}
	
div#col1 p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-left: 20px;
	}

div#col1 ul {
	list-style-type: square;
	line-height: 16px;
	margin-bottom: 20px;
	}

div#col1 a {
	color: #4C4382;
	text-decoration: underline;
	padding: 1px;
	}

div#col1 a:hover {
	color: white;
	background-color: #4C4382;
	text-decoration: none;
	}


div.feature {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	width: 90%;
	margin-top: 15px;
	}

div.feature h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #666666;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}

div.feature p {
	}

div.feature a {
	text-decoration: none;
	color: #999999;
	}

div.feature a:hover {
	text-decoration: underline;
	color: #4C4382;
	}

table#mapq {
	background-color: white;
	border: 6px solid white;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}

table.contact {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0;
	/*background: url(/contact/pencilguy.jpg) no-repeat center right;*/
	}

form .error {
	color: red !important;
	font-weight: bold;
	}

div#clientSample {
	width: 200px;
	height: 250px;
	float: right;
	margin: 250px 50px 5px 0px;
	clear: right;
	}
	
div.fl_rt {
	width: 150px;
	height: 150px;
	float: right;
	margin: 5px 75px 5px 0px;
	clear: right;
	}
	
div#stu {
	background: white url(/capabilities/graphics/studio.jpg) no-repeat center center;
	}	

div#cam {
	background: white url(/capabilities/graphics/camera.jpg) no-repeat center center;
	border: 1px dashed #CCCCCC;
	}	

div#grp {
	background: white url(/capabilities/graphics/group.jpg) no-repeat center center;
	}	

/*-------------------------------
   BEGIN col2 SPECS
-------------------------------*/
div#col2 {
	width: 225px;
	float: left;
	height: 300px;
	}
	
div#col2 h1, div#col2 h2, div#col2 h3, div#col2 p {
	margin-left: 24px;
}

div#col2 h3 {
	font-size: 10px;
}


div#col2 h1, div#col2 h2, div#col2 h3 {
	color: #4C4382;
	}
	
div#col2 h1 {
	font-size: 14px;
	margin-top: 60px;
	}

div#col2 h2 {
	font-size: 10px;
	}

div#col2 p {
	font-size: 10px;
	line-height: 24px;
	}
	

/*-------------------------------
   BEGIN FOOTER SPECS
-------------------------------*/
div#footer {
	width: 787px;
	height: 100px;
	margin: 0 auto;
	background: white url(/home_graphics/photicsLogo.gif) 0px center no-repeat;
	}
	
div#footer p {
	font-size: 9px;
	text-align: right;
	padding: 45px 50px 0px 0px;
	margin: 0;
}
	
div#f_left, div#f_center {
	margin: 50px 0px 0px 0px;
	padding: 0;
	height: 50px;
	float: left;
	}

div#f_left {
	background: white url(/home_graphics/lineTile.gif) repeat-x;
	width: 10%;
	}
	
div#f_center {
	width: 78%;
	background: white url(/home_graphics/photicsLogo.gif) no-repeat;
	}	
	
div#f_center p {
	font-size: 9px;
	color: #CCCCCC;
	line-height: 60px;
	text-align: right;
	}

div#f_right {
	background-color: white;
	width: 10%;
	height: 50px;
	float: left;
	}
	

div.homeFeature {
	width: 275px;
	color: #AAAAAA;
	margin: 50px 0px 0px 90px;
	border: 1px solid #DDDDDD;
	padding: 0;
	}

div.homeFeature p {
	line-height: 18px;
	margin: 10px 20px 10px 20px;
	}
	
div.homeFeature a {
	color: #4C4382;
	}
	
div.homeFeature a:hover {
	color: white;
	background-color: #4C4382;
	text-decoration: none;
	}
	
div.homeFeature h4 {
	font-size: 10px;
	margin: 0;
	padding: 3px;
	text-align: right;
	color: white;
	background-color: #DDDDDD;
	}