/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, lo, address {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	padding: 0px 5px;
}

p {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #1C464A;
}

h1 { 
	margin: 5px 5px 15px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: left;
	padding: 5px 0px 1px 0px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #2e4493;
	margin: 10px 5px;
}

h3 { 
	margin: 20px 5px -5px 5px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3300CC;
	border-bottom: 1px dotted #cccccc;
	width: 250px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 10px 15px 23px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	color: #0066CC;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ------------------------- MAIN NAVIGATION TAB STYLE----------------------------- */

ul#mainnav {
	background-color: #5f3d03;
	width: 760px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #7D7D7D;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 10px 5px 16px;
	font-size: 11px;
	border-right: 1px solid #828282;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #f2e7d6;
	color: #5f3d03;
	background-image: url(images/navbullet_on.gif);
}

/* ----------------- TOP NAV----------------- */

div#topnav {
	text-align: right;
	position: absolute;
	top: 50px;
	right: 2px;
}

	div#topnav a {
		color: #A46B08; 
		text-decoration: none; 
		font-weight: normal; 
	}
	
	div#topnav a:hover, div#topnav a.current:link, div#topnav  a.current:visited { 
		color: #071e71; 
	}
	
/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 762px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#body{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/body_bg.gif);
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 551px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	float: left;
	position: relative;
}

div#bodyright {
	width: 200px;
	margin: 0px;
	padding: 2px 2px 2px 3px;
	text-align: left;
	float: right;
}

div.teamlistleft {
	border-right: 1px solid #cccccc;
	padding-bottom: 15px;
	float: left;
}

div.teamlistright {
	float: left;
}

	div.teamlist p {
		font-size: 10px;
	}
	
div.box {
	border: 1px solid #ececec;
	background: #fffeea;
	margin-left: 4px;
	margin-top: 20px;
	width: 175px;
	height: 265px;
	float: left;
}

	div.box h1 { 
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		margin: 2px;
		padding: 2px 5px;
		border-bottom: 0px;
		background: #f3f3f5;
	}

/* ----------------- RIGHT PANELS ----------------- */

div.rightpanel {
	width: 188px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #828282;
}

	div.rightpanel p {
		color: #1C464A;
		font-size: 10px;
		line-height: normal;
		margin: 5px 0px;
		padding: 0px;
	}
	
	div.rightpanel h1 { 
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		margin: 5px 0px;
		padding: 0px;
		border-bottom: 0px;
		border-bottom: 1px dotted #cccccc;
	}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 762px;
	margin: 0px auto;
	padding: 3px 0px 10px 0px;
	clear: both;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #575656;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #999999;
}

div#footer a:hover {
	color: #333333;
}

div#footleft {
	float: left;
}

div#footright {
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 5px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

div#copyright a:hover {
	color: #cccccc;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 5px 5px;
	border: 1px solid #828282;
	float: left;
}

img.right {
	margin: 5px 5px 5px 10px;
	border: 1px solid #828282;
	float: right;
}

img.border {
	border: 1px solid #828282;
}

.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.teamname {
	font-weight: bold;
	color: #e42f2f;
}

.servicename {
	font-style: italic;
	color: #0099CC;
}

.center {
	text-align: center;
}

div.floatleft {
	float: left;
	margin-left: 10px;
}

div#flash {
	position: absolute;
	top: 25px;
	left: 270px;
}

iframe.noscroll {
	margin-top: -50px;
}

div#maps {
	margin: 20px auto;
	width: 450px;
	border: 1px solid #333333;
}
.textcenter {
	text-align: center;
	margin-top: 10px;
}
.right {
}
div#infobox {
	padding: 5px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#infobox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-left: 10px;
}
.subpicleft {
	float: left;
	padding-right: 20px;
	clear: left;
	border: 1px solid #828282;
}
