﻿body {
	background-color: #FFFFFF;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
#page-container {
	border-width: 0px;
	width: 960px;
	margin: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background-position: left top;
	background-image: url('../images/container-background.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom-shadow {
	background-position: left top;
	border-width: 0px;
	width: 980px;
	height: 15px;
	margin: auto;
	position: relative;
	background-image: url('../images/bottom-shadow.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#header {
	display: block;
	height: 130px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	margin-left: 10px;
}
#main-content {
	float: right;
	width: 700px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline; /*Fix for IE6*/
}
#main-content p {
	margin-top: 10px;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
#main-content p.comment {
	font-style: italic;
	color: #404040;
}
#main-content p.comment-caption {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	color: #0066FF;
}
#main-content a {
	color: #0099FF;
}
#main-content a:hover {
	color: #FF9900;
}
#main-content ul {
	margin-top: 10px;
}
#main-content li {
	list-style-position: outside;
	list-style-type: disc;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 25px;
	line-height: 1.2em;
}
#main-content ol li {
	list-style-type: decimal;
}
#main-content ul li li {
	list-style-type: circle;
}
#side-content {
	width: 220px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 600px;
}
#nav {
	width: 210px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#nav li.submenu, #nav li.menuitem {
	display: block;
	height: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	width: 210px;
	text-indent: 20px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	background-image: url('../images/nav-section-background.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	float: left;
}
#nav li.menuitem a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
#nav li.submenu ul {
	height: 185px;
	width: 180px;
	line-height: 25px;
	list-style: none;
	color: #000;
}
#nav li.submenu ul li {
	line-height: 15px; /*Fixes IE7 gaps*/
}
#nav li.submenu ul li a {
	width: 100%;
	background-position: left center;
	color: #3366CC;
	background-image: url('../images/nav-item-bullet.gif');
	text-decoration: none;
	display: block;
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-indent: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#nav li.submenu:hover, #nav li.menuitem a:hover, #nav li.submenu ul li a:hover {
	color: #FF9900;
}
#testimonial {
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #999999;
	margin-top: 10px;
}
#footer {
	background-position: 0px 0px;
	background-image: url('../images/footer-background.jpg');
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#extended-footer {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	margin-left: 10px;
}
#extended-footer td {
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#extended-footer a {
	color: #3366CC;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#extended-footer a:hover {
	color: #FF9900;
}
h1 {
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px #3366CC solid;
}
h2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}
h3 {
	margin-top: 10px;
	color: #00B3DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 12px;
	line-height: 1.2em;
}
td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
img.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
img.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
#sliding_popup {
	position: fixed;
	left: 0px;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: 5px solid black;
	background-image: url('../images/popup-background.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#sliding_popup .content {
	width: 960px;
	margin: auto;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/popup-image.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#sliding_popup .close {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sliding_popup .close:hover {
	color: red;
}