﻿/*********************/
/* BASIC */
/*********************/

body {
	/*font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	padding-left: 5px;
	/*background: #73AFB7*/
}

#main {
	margin-left: 180px;
	margin-right: 200px;	
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#img_format {
	padding-top: 10px;
	padding-bottom: 10px;
}

#img_format_side {
	padding-top: 5px;
	margin-bottom: 30px;
	padding-left: 10px;
	float:left;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url("../images/bg/banner_bg.jpg") repeat-x left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 100px;
	left: 175px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #393B90;
	padding: 2px 2px 2px 3px;
	width: 10em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 3px;
}

#nav a:hover {
	background: #8383E3;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FFFFFF;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#services #nav a#servicesLink {
	background: #8383E3;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	padding-left: 163px;
	padding-top: 5px;

	height: 120px;
}

/*********************/
/* SIDEBAR */
/*********************/

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: bottom;
}

#secondary {
	float: right;
	width: 180px;
	background: #0D0D43
}

#secondary * {
	color: #FFFFFF;
}

#secondary h3 {
	font-size: 12pt;
	background: #8383E3;
	padding: 3px 5px 3px 10px;
}

#secondary h4 {
	font-size: 10pt;
	margin: 10px 10px 5px 10px;
}

#secondary p {
	font-size: 10pt;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #525C93;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #525C93;
	line-height: 100%;
	border-bottom: 5px solid #525C93;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	/*color: #666666;*/
	color: #464545;
	font-size: 1.6em;
}
h2 {
	color: #444B51;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}

#list_format {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 1.5em;
}

/*********************/
/* SIDEBAR BUTTONG */
/*********************/


#routine_testing
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/routine_testing_button_rollover.gif) no-repeat;
	vertical-align: bottom;
}

#routine_testing:hover
{
	background-position: 0 -52px;
}

#routine_testing span
{
	display: none;
}

#ashrae_testing
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/ashrae_testing_button_rollover.gif) no-repeat;
}

#ashrae_testing:hover
{
	background-position: 0 -52px;
}

#ashrae_testing span
{
	display: none;
}

#relsa
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/relsa_button_rollover.gif) no-repeat;
}

#relsa:hover
{
	background-position: 0 -52px;
}

#relsa span
{
	display: none;
}

#lvop
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/lvop_button_rollover.gif) no-repeat;
}

#lvop:hover
{
	background-position: 0 -52px;
}

#lvop span
{
	display: none;
}

#lvmp
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/lvmp_button_rollover.gif) no-repeat;
}

#lvmp:hover
{
	background-position: 0 -52px;
}

#lvmp span
{
	display: none;
}

#training
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/training_button_rollover.gif) no-repeat;
}

#training:hover
{
	background-position: 0 -52px;
}

#training span
{
	display: none;
}

#test_lab
{
	display: block;
	margin-left: 2px;
	width: 160px;
	height: 52px;
	background: url(../img/test_lab_button_rollover.gif) no-repeat;
}

#test_lab:hover
{
	background-position: 0 -52px;
}

#test_lab span
{
	display: none;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	font-size: 10pt;
	margin-top: 15px;
	border-top: 1px solid #666666;
	padding: 5px 0 10px 5px;
	margin-left: 175px;
	margin-right: 200px;
}

