.blue {
	color: #264b77;
}
.gold{
	color: #af9437;
}


html {
	background:#666666 url(images/bgTile.gif) repeat-y;
	background-position:center;
}

#wrapper {
	position:absolute;
	left:50%;
	margin-left:-437px;
	padding:0px 5px;
}

#main {
	position:absolute; 
	top:0px; 
	left:0px;
	color: #264b77;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#content, #content_home {	
	z-index: 100;
	border-right: 2px solid #264b77;
	width:671px;
}
#head_room {
	height:90px;
	width:671px;
}
#header {
	padding: 0 10px;
}
#header img {
	margin: 0 0 25px 0;
	vertical-align:middle;
}
#header h1, #header h2, #header p {
	margin: 0 15px 30px 250px;
}

#content {	
	z-index: 200;
	position:relative; 
	left:0px;
	background: #fff url('images/main_bg.gif') no-repeat top right;
	padding:0 0 20px 0;
}
#content h1 {
	color:#af9437;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:20px;
}
#content p, #content ul, #content ol {
	color: #264b77;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#content ul li, #content ol li {
	margin:10px 0;
}

#copy {
	margin: 0 25px 25px 25px;
}

#copy h1 {
	margin-bottom:20px;
	font-size: 16px;
}

#copy h1.title{
	font-size:20px;
	color: #264b77;
}
#copy p {
	margin: 20px;
}

#copy img {
	margin: 15px 0;
}

.left_col {
	position:realitive;
	float:left;
	width:300px;
	margin-left:20px;
	margin-bottom:20px; 
	vertical-align:text-top;
}
.right_col {
	position:realitive;
	float:left;
	width:300px;
	margin-bottom:20px; 
	vertical-align:text-top;
}

.border_top {
	border-top:1px solid #264b77;
	padding: 5px 0 0 0;
	text-align:left;
}

.testimonial {
	margin: 20px;
	padding 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
	border: 1px solid #264b77;
}

#footer,#footer_main {
	z-index: 300;
	position: relative;
	padding:15px 0; 
	border-top:2px solid #264b77; 
	text-align:right; 
	color:#af9437;
	font-family:Arial, Gadget, sans-serif;
	font-weight:bold;
}

#footer {
	width:673px;
	left:0px;
	top: 0px;
	margin:0 0 30px 0;
}

#footer a {
color:#264b77;
}

#footer a:hover  {
color:#af9437;
}

.links {
font-size:11px;
font-weight:normal;
}

#rightgraphic {
	z-index: 100;
	position:absolute; 
	top: 230px; 
	left:638px; 
	width:225px;
	height:500px
}

#rightTools {
	z-index: 350;
	position:absolute; 
	top: 230px;  
	left:671px; 
	width:150px;
	margin:20px;
}

#rightTools .item   {
	border:1px solid #ccc;	
}


#menu {
	z-index: 300;
	position:absolute; 
	top: 45px; 
	left:671px; 
	width:150px;
	padding:20px;
	
}

dl#menu {
	font-family:Arial Black, Arial Black, Gadget, sans-serif;
	color: #264b77;
}
dl#menu dt {
	cursor: pointer;
	margin: 5px 0;;
	text-transform: uppercase;
}
dl#menu dd {
	font-size:12px;
	margin:0;
	padding:0;
}

dl#menu li {
	list-style-type: none;
}
d dl#menu dt ul {
	border:1px solid green;
}
dl#menu li a, dl#menu dt a {
	text-decoration: none;
	display: block;
	color: #264b77;
}

dl#menu li a:hover, dl#menu dt a:hover {
	left:-35px;
	color: #af9437;
}

/*  HOME PAGE GRAPHICS - Added Feb 2009    */


#home {
	z-index: 500;
	background: url('images/home_bg.gif') no-repeat;
	width:671px;
	height:576px;
	display:block;
}

#home ul {
	list-style-type:none;margin:10px 0 0 0;padding:0;
	float:left;
}

#home ul li {padding:5px 0 0 0;margin:0;}

#home a img  {border:none;}

#home p {
	float:left;
	line-height:145%;
}


.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}

.size18 {
	font-size:18px;
}

.size21 {
	font-size:21px;
}

.size24 {
	font-size:24px;
}


