@charset "utf-8";
/* CSS Document */
body,html	{
	min-height:400px;
	height:auto;
}

* body,html	{
	height:400px;
}

body	{
	background-color:#000;
	background-image:url(../images/bg-opt.jpg);
	background-position:top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	background-repeat: repeat-y;
}

hr	{
	color:#C9C;
	size:2px;
	noshade:noshade;
}

strong {
	color:#333;
}

a:link	{
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#96C;
	text-decoration:none;
}

a:hover	{
	color:#606;
	text-decoration:underline;
}

a.footerlinks:link {
	color:#636;
}

a.footerlinks:hover {
	text-decoration:none;
	color:#636;
	background-color: #FFF;
}

a.footerlinks:visited {
	color:#C6C;
}

a.nav:link {
	color:#FFF;
	text-decoration:none;
}

a.nav:hover {
	text-decoration:none;
	background-color:#603
	color:#FF9;
}

a.nav:visited {
	color:#FFC;
	text-decoration:none;
}

.pad	{
	padding:20px;
}

h1	{
	color:#9e1a6e;
	padding-top:15px;
	font-size:24px;
	line-height:20px;
}

h2,h3,h4,h5,h6  {
	margin-top:15px;
	color: #9C678D;
}

h2	{
	line-height:20px;
}

img	{
	border:0px;
}

.headertext	{
	font-size:20px;
	font-weight:normal;
	line-height:22px;
}

.headerdiv {
	vertical-align:middle;
	text-align:left;
}

.linksdiv{
	text-align:right;
}

.outmostdiv	{
	width:804px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #DF8B4F;
	background-color:#B3B5B4;
	background-image:url(../images/RO/divbg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin-top:30px;
	padding-bottom:10px;
	text-align:right;
	overflow:hidden;
}

.innercontentdiv	{
	width:480px;
	background-color:#FFF;
	padding:12px 20px 20px 20px;
	margin:15px 0px 0px 13px;
	min-height:350px;
	float:left;
	border: 2px solid #DF8B4F;
	text-align:left;
}

.navigation {
	width:210px;
	height:100%;
	background-image:url(/images/navbg.jpg);
	float:left;
	padding:15px 5px 5px 5px;
	margin:15px;
	text-align:left;
	border-right:solid 1px #C9C;
	border-top:solid 1px #C9C;
	border-bottom:solid 1px #C9C;
}

.footerdiv	{
	width:790px;
	min-height:140px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #DF8B4F;
	background-color:#B3B5B4;
	background-image:url(../images/RO/divbg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin-top:15px;
	padding:8px;
}

.smfooterdiv	{
	float:left;
	margin:5px 5px 20px 5px;
	text-align:left;
}

.footertext 	{
	margin-left:33px;
}

.floatright {
	float:right;
	margin:0px 0px 15px 15px;
}

.phone	{
	margin:5px 30px 5px 30px;
	font-size:18px;
	font-weight:bold;
}

.bottomtext {
	color:#FFF;
	text-align:center;
}