/* RESET */
html {
	overflow: -moz-scrollbars-vertical !important;
}
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, li, caption, tbody, tfoot, thead, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#indexBox {
	float: right;
	opacity: 0.8;
	border: 2px solid #B8B8B8;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#indexBox h2 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexBox ul {
	list-style-type: circle;
	margin-left: 20px;
}
#testimonialBox {
	float: right;
	width: 200px;
	padding: 10px;
	background-color: #FEFEE9;
	border: 1px solid #CACACA;
	margin-bottom: 20px;
}
#testimonialBox h2{
	font-weight: bold;
	color: #000;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
}
table {
	color: #000;
}
ol, ul {
	margin:0;
	padding:0;
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border:none;
}
/* END RESET */

body {
	background:url(images/background.png) #fff repeat-x;
	background-position:0 -38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
.website-container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header .menu {
	position:absolute;
	top:160px;
	left:51px;
	max-width:840px;
}
#header ul, #header ul ul {
	position:relative;
	line-height:38px;
	z-index:300;
	width:100%;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
#header ul a {
	display:block;
	padding:0 20px;
	height:38px;
	color:#ffcccc;
	text-decoration:none;
	overflow:hidden;
}
#header ul li {
	background:url(images/background.png) repeat-x;
	background-position:0 100px;
}
#header ul li:hover, #header ul .current_page_item, #header ul .current_page_ancestor {
	background-position:0 0;
}
#header ul li:hover a, #header ul li a:hover, #header ul .current_page_item a, #header ul .current_page_ancestor a {
	color:#990000;
}
#header ul li {
	float:left;
	position:relative;
}
#header ul ul {
	position:absolute;
	display:none;
	top:38px;
	left:0;
	width:200px;
}
#header ul li ul {
	background:none;
}
#header ul li ul a {
	float:left;
	height:auto;
	width:170px;
	padding:5px 15px;
	line-height:20px;
	text-transform:none;
	color:#FFF;
	font-weight:normal;
	font-size:13px;
	background:none;
}
#header ul li ul li {
	background:url(images/bg_opacity.png) left repeat-y;
	width:200px;
}
#header ul li ul li:hover {
	background:url(images/bg_opacity.png) right repeat-y;
	color:#FFF;
}
#header ul li ul a:hover, #header ul li:hover li a, #header ul li a:hover li a {
	background:none;
	color:#FFF;
}
#header ul ul ul {
	top:auto;
}
#header ul li ul ul {
	left:200px;
	margin:0;
}
#header ul li:hover ul ul, #header ul li:hover ul ul ul, #header ul li:hover ul ul ul ul {
	display:none;
}
#header ul li:hover ul, #header ul li li:hover ul, #header ul li li li:hover ul, #header ul li li li li:hover ul {
	display:block;
}
#content {
	width:940px;
	padding:10px;
	background:none repeat scroll 0 0 #F7F7F7;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C6C6C6;
}
#content h1 {
	color:#000;
	font-size:20px;
	font-weight:700;
	max-width:565px;
	padding-top:10px;
	text-shadow:0 0 2px #CCCCCC;
}
#content h2 {
	color:#000;
	font-size:14px;
	font-weight:700;
	padding-top:10px;
}
#content p {
	color:#000;
	padding-top:10px;
	padding-bottom: 10px;
}
#content a {
	padding:2px 3px;
	color: #36C;
	text-decoration: none;
}
#content a:hover {
	color: #2954A7;
}
#footer {
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
	text-align:center;
	line-height:16px;
	font-size:11px;
}
#footer a {
	padding:2px 3px;
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
.tableheader {
	background:#600;
	color:#FFFFFF;
	font-size:14px;
}
.width {
	width:960px;
	clear:both;
	margin:0 auto;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.white {
	color:#FFF;
}
#testimonial {
	background-color:#000;
	opacity:0.6;
	padding: 20px;
	display:block;
}
#testimonial p{
	color:#FFF;
}

