@charset "utf-8";
html, body {
	height:100%;
	/*background-color:#292929;*/
	background-color:#000033;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/*a {
	color:#FFFFFF;
}*/
#container {
	width:800px;
	margin:0 auto;
	/*background-color:#292929;*/
	min-height:100%;
}
#inner-container { 
/*	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;*/
	background-color:#FFFFFF;
	color:#333333;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#title {
	height:100px;
}
#nav {
	background-color:#000033;
	text-align:center;
	font: bold 14px Arial, 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	height:25px;
	padding-top:5px;
	color:#FFFFFF;
}
#header {
	/*background-image:url(images/header.jpg);
	background-repeat:no-repeat;*/
	height:150px;
	text-align:center;
}
#header img {
	width:775px;
	margin:8px 0 10px;
	border:1px solid #ccc;
}
#content {
	font-size:75%;
	padding-top:10px;
	text-align:justify;
}
#content p {
	padding:0 20px 0 20px;
}
#contentBody {
	float:left;
	width:600px;
}
#contentBody h1, h2, h3, h4, h5, h6 {
	padding-left:10px;
}
#contentRHS {
	float:right;
	margin-right:10px;
	width:170px;
}
#footer {
	clear:both;
	margin-top:5px;
}
#footRHS {
	color:#6c7c8e;
	float:right;
	text-align:right;
	font-size:10px;
	padding-top:10px;
}

#testimonialBox {
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:2px;
}
.imgBox {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.testimonials {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#accordion {
	margin-left:15px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#dialog {
	font-size:14px;
	overflow:hidden;
}

.larger {
	font-size:larger;
}
.smaller {
	font-size:smaller;
}