/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
}

body.intro {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/introbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4D7292;
	margin: 20px 15px 0px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-bottom: 3px;
}
div#testimonial {
	width: 703px;
	background-image: url(images/bgtest.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #4D7292;
	padding: 3px;
	text-transform: uppercase;
	text-indent: 5px;
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #F9CA4A;
}

address {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #2C5172;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #F5C950;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 800px;
	height: 211px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;
	top: 178px;
	position: absolute;
	text-align: left;
	left: 10px;
	width: 100%;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/navcurrent.gif);
	background-position: left top;
	color: #FFFFFF;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:9px 22px 7px 15px;
	color: #A4CCF0;
	text-decoration:none;
	background: url(images/nav.gif) no-repeat left top;
	font-size: 10px;
	text-transform: capitalize;
	text-indent: 0pt;
}

div#nav li a:hover {
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	width: 800px;
}

div#content img {
	padding: 2px;
	border: 1px solid #EEEEEE;
	margin: 0px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#content img.left {
	margin: 0px 30px 20px;
	float: left;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 800px;
	height: 27px;
	color: #4a6c89;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
div#footer.intro {
	margin: 20px auto 0px;
}

div#footer a {
	font-size: 10px;
	color: #4a6c89;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #4A6C89;
	margin: 0px auto 20px;
	padding: 0px;
	clear: both;
	width: 800px;
}
div#copyright a {
	font-size: 9px;
	color: #4A6C89;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright img {
	border: none;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 238px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #1E3765;
}
div#rightside img {
	border: none;
	background-color: #970000;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}
ul#researchlist {
	font-size: 12px;
	margin-bottom: 20px;
	margin-right: 60px;
	margin-left: 80px;
}

ul#researchlist li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}
iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 105px;
	border: 1px solid #4A6C89;
}
.clear {
	clear: both;
}
strong {
	color: #2C5172;
}
div#flash {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
div#list1 {
	float: left;
	padding-left: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#list2 {
	float: left;
	padding-left: 70px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.name {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #4D7292;
	margin-bottom: 0px;
}
.clearleft {
	clear: left;
}
div#content img.testimonial {
	padding: 0px;
	border: 1px none #EEEEEE;
	margin: 0px;
	vertical-align: top;
}
p.testimonial {
	font-size: 11px;
	line-height: 16px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 0px;
}
div#content img.testimonialbt {

	padding: 0px;
	border: 1px none #EEEEEE;
	margin: 0px;
	vertical-align: bottom;
}
