@charset "UTF-8";
/* CSS Document */

/* Begin Global whitespace reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Global whitespace reset */



body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #666666;
	}
	
#wrapper  {
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	width: 955px;
	height: 270px;
	background-image: url(images/top.jpg);
	position: relative;
}

#homeLogo {
	float: left;
	width: 370px;
	height: 106px;
	padding-right: 8px;
	/*padding-bottom: 2px;*/

}

#topNav {
	float: left;
	width: 575px;
	height: 39px;
	padding-top: 0px;
	padding-left: 0px;
}


#topNav ul {
	list-style-type: none;
	font-size: 1em;
	text-align: center;
	padding-top: 8px;
}

#topNav li {
	display: inline;
	padding-right: 10px;
}


#topNav ul li a:link, #topNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#topNav ul li a:hover, #topNav ul li a:active {
	color: #9c9c9c;
}


#leftNav {
	float: left;
	clear: left;
	width: 168px;
	height: 161px;
	/*padding-top: 3px;*/
	padding-left: 212px;
}

#leftNav ul {
	list-style-type: none;
	font-size: 1em;
	text-align: left;
	margin-top: 10px;
}

#leftNav li {
	display: block;
	padding-top: 10px;
}


#leftNav ul li a:link, #leftNav ul li a:visited {
	color: #000;
	text-decoration: none;
}

#leftNav ul li a:hover, #leftNav ul li a:active {
	color: #fff;
}

#bodyContent {
	float: left;
	clear: left;
	width: 955px;
	position: relative;
	background-color: #9c9c9c;
}

#leftHome {
	float: left;
	width: 378px;
	height: 486px;
	background-color: #9c9c9c;
}

#rightHome {
	float: left;
	width: 577px;
	background-image: url(images/homeRight.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}


#rightHome p {
	font-size: 1.1em;
	margin-bottom: 7px;
	line-height: 1.1em;
	}

#homeVidPlayer {
	float: left;
	clear: left;
	width: 342px;
	height: 232px;
	padding-top: 28px;
	padding-left: 17px;
}

#homeVendorLogos {
	float: left;
	clear: left;
	width: 378px;
	height: 234px;
	padding-top: 0px;
}


#homeMenu {
	float: left;
	width: 410px;
	padding-top: 82px;
	padding-left: 160px;
	padding-right: 5px;
	list-style-type: none;
	font-size: .88em;
	text-align: left;
	line-height: 1em;
}

#homeMenu a:link, #homeMenu a:visited {
	color: #000;
	text-decoration: none;
}

#homeMenu a:hover, #homeMenu a:active {
	color: #9c9c9c;
}

p.homeMenuLinks {
	font-size: 1.2em;
	font-weight: bold;

}



#content {
	float: left;
	clear: left;
	width: 955px;
	height: 100%;
	background-color: #9c9c9c;
	padding-top: 0px;
	text-align: left;
}

#contentWhite {
	float: left;
	clear: left;
	width: 955px;
	height: 100%;
	background-color: #fff;
	padding-top: 0px;
	text-align: left;
	overflow: visible;
}


#threePics {
	float: left;
	width: 955px;
	height: 165px;
}

#contentText {
	font-size: .98em;
	width: 750px;
	padding-left: 105px;
	position: relative;
	float: left;
	padding-top: 20px;
}

#contentText a:link, #contentText a:visited {
	color: #000;
	text-decoration: none;
}

#contentText a:hover, #contentText a:active {
	color: #fff;
}





#contentText p {
	margin-bottom: 20px;	
}

#contentText img {
	
	margin-bottom: 2px;
	}

#contentText .pHeadings {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 5px;
}


p.title {
	font-size: 2.6em;
	color: #fff;
	padding-left: 75px;
}

p.titleBlack {
	font-size: 2.6em;
	color: #000;
	padding-left: 75px;
}



#bottomNav {
	float: left;
	clear: left;
	width: 955px;
	height: 34px;
	padding-top: 0px;
	padding-left: 0px; 
	color: #fff;
	background-color: #000;
	display:inline;
}

#bottomNav ul {
	list-style-type: none;
	font-size: 1em;
	text-align: center;
	padding-top: 11px;
}

#bottomNav li {
	display: inline;
	padding-left: 60px;
	
}


#bottomNav ul li a:link, #bottomNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#bottomNav ul li a:hover, #bottomNav ul li a:active {
	color: #9c9c9c;
}

#webRing {
	float: left;
	clear: left;
	width: 955px;
	padding-top: 55px;
}
/*add css 11.8.2009*/
#highlited_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;
	font-weight:bold;
	text-decoration:underline;	
}
#highlited_text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;	
		font-weight:bold;
	text-decoration:underline;
}
#highlited_text a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
		font-weight:bold;
	text-decoration:underline;
}
/*add css 11.8.2009 end*/

