/* CSS Document */

/* BODY */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

h1 {
  	font-size: 1.5em;
  	font-weight: bold;
  	color: #666;
	margin-top: 10px;
}

h2 {
  	font-size: 1.2em;
	color: #3366CC;
}

h3 {
  	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

p, li {
  	font-size: 1em;
	padding-right: 10px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.photoRight {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #006699;
}

.photoLeftNoBorder {
	float: left;
	margin: 0 15px 0 0;
}

.partnerImage {
	margin: 5px;
	border: 1px solid #006699;	
}

.homePhoto {
	float: right;
	margin: 0 0 10px 10px;
}

/* CONTENT WRAPPER */
#wrapper {
	width: 900px;
	margin: 15px auto 0 auto;
	background: #FFF url(../images/wrapper_bg.jpg) center top repeat-y;
	text-align: left;
	border: 1px solid #666;
}

/* BANNER */
#banner{
	width: 900px;
	height: 120px;
	background: #FFF url(../images/banner.jpg) left top no-repeat;
}

/* BANNER TEXT */
#bannerText {
	float: right;
	height: 110px;
	text-align: right;
	padding: 10px 10px 0 0;
}

#bannerText h1 {
	font-size: 1.5em;
  	font-weight: bold;
	color: #3366CC;
	margin: 5px;
}

#bannerText h2 {
	font-size: 1.4em;
  	font-weight: bold;
	color: #3366CC;
	margin: 5px;
}

#bannerText h2 .alternate {
	color: #666;
}

#bannerText a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 5px;
}

#bannerText a .alt {
	color: #3366CC;
}

/* NAV BAR */

#mainNav {
	
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/bg_nav.jpg) repeat-x left top;
	float: left;
	border-bottom: 1px solid #006699;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1.2em;
	border-right: 1px solid #006699;
	display: block;
	font-weight: bold;
	font-size: 1em;
}

#mainNav li a:hover {
	background: url(../images/bg_nav_h.jpg);
}

#mainNav ul li a.active,
#mainNav ul li a.active:hover {
	color: #FFF;
	text-decoration: underline;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

/* CONTENT */
#contentWrapper {
	float: left;
	width: 900px;
	background: url(../images/column_bg.jpg) repeat-y right top;
}

#content { 
	float: left;
  	width: 710px;
  	padding: 0 0 5px 10px;
}

#content ul {
	margin-left: 55px;
	padding: 0 0 0 5px;
}

#content li {
	font-size: 1.1em;
	font-weight: bold;
	list-style: disc;
}

/* SIDEBAR */
#sidebar {
	width: 180px;
	float: right;
	background: url(../images/column_bg.jpg) repeat-y left top;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#sidebar p {
	color: #FFF;
	margin: 5px 0 0 0;
}

/* BOTTOM BAR */
#bottomBarWrapper {
	float: left;
	width: 700px;
	height: 75px;
	padding: 0 10px 10px 10px;
}

#bottomBar {
	text-align: center;
}

/* CUSTOMER LOGOS */
#gallery {
	width: 100%;
	min-height: 620px;
}

.figure {
	float: left;
	width: 200px;
	margin: 5px 5px 5px 5px;
}

.photo img {
	border: 1px solid #006699;
	background-color: #FFF;
	padding: 0px;
}

.figure p {
	font-size: 1em;
	text-align: left;
	margin: 5px 0 0 0;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
	margin: 0 auto; 
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

/* FOOTER */
#footer {
  	clear: both; 
  	background-image:url(../images/footer_bg.jpg);
	height: 22px;
	border-top: 1px solid #006699;	
}

#footer p {
  	margin: 5px 10px 0 10px;
	line-height: normal;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: right;
}

#links {
	float: left;
}
	
