html, body{
	margin:0 0 0 0;
	/*width:100%;*/
	height:100%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:130%;
}
* {
	margin:0;
	padding:0
}
p{
	padding-bottom:1em
}
ul{
	margin-left:16px;
	padding-bottom:1em;
	list-style-image: url(../images/p_ul.gif);
}
li{
	padding-bottom:3px;
}
body{
	background-color:#EBEEF3;
}
a{
	color:#002768;
}
a:hover{
	text-decoration:underline;
	color:#666666;
}
h1{
	margin-bottom:10px;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#002768;
}
h1 a{
	text-decoration:none;
}
h2{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:13px;
	line-height:normal;
	color:#002768;
}
h3{
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:13px;
	line-height:normal;
	color:#002768;
}
#header{
	background-image:url(../images/p_header_bg.gif);
	background-repeat:repeat-x;
	height:89px;
}
#header_logo{
	background: url("../images/p_header_logo.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display:inline-block;
	float: left;
	height: 66px;
	margin: 17px 0 0 28px;
	width: 224px;
}
#header_nav{
	float:right;
	font-size:9px;
	padding: 7px 13px 0px 0px;
	color:#002768;
	display:block;
}
#header_home_crown{
	float:right;
	width:106px;
	height:59px;
	background-image:url(../images/p_home_crown.gif);
	background-repeat:no-repeat;
	clear:right;
	padding-right:30px;
	margin-top:5px;
}
#header_nav a{
	text-decoration:none;
}
#header_nav a:hover{
	text-decoration:underline;
}
#content_container{
	background-image:url(../images/p_rightbar_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:35px;
}

#minheight{
	float:left;
	height:400px;
	width:1px;
	margin-left:-1px;
}

#content{
	padding-right:300px;
}
#content .column {
	position: relative;
	float: left;
}
.subpage_content{
	margin-left:30px;
	padding-right:40px;
}

#navigation{
	background-color:#B8C9DA;
	height:26px;
	color:#FFFFFF;
}
#navigation .nav{
	color:#FFFFFF;
	text-decoration:none;
}
#navigation ul{
	list-style-image: none;
	list-style-type: none;
	font-size:14px;
	text-transform:uppercase;
	padding:3px 0px 0px 2px;
}
#navigation li{
	float:left;
	padding: 2px 10px 3px 10px;
	border-right: 2px solid #D9E1EA;
	height:16px;
	overflow:hidden;
}
html>body #navigation li{
	cursor:pointer;
}
#navigation li.selected{
	float:left;
	padding: 2px 10px 3px 10px;
	border-right: 2px solid #D9E1EA;
	background-color:#92A7C2;
}

/*
ORIGINAL
#right_bar{  
	width: 235px;
	margin-right: -260px;
	padding: 27px 10px 150px 15px;
}*/

#right_bar{  
	float:right;
	width: 235px;
	margin-right: -260px;
	padding: 27px 10px 150px 15px;
}
#right_bar img{
	border:3px solid #B8C9DA;
}

#left_bar{
	width: 100%;
	padding: 0 10px 30px 30px;
}

#footer{
	background-image:url(../images/p_footer_bg.gif);
	background-repeat:repeat-x;
	height:20px;
	clear:both;
	font-size:9px;
	color:#333333;
	padding: 9px 10px 0 10px;
}

#footer_home{
	background-image:url(../images/p_footer_bg.gif);
	background-repeat:repeat-x;
	height:20px;
	clear:both;
	font-size:9px;
	color:#333333;
	padding: 9px 10px 0 10px;
	margin-top:20px;
}


#footer_left{
	float:left;
}

#footer_right{
	float:right;
}
#footer_right a{
	text-decoration:none;
	color:#333333;
}
#footer_right a:hover{
	text-decoration:underline;
}

#right_crown{
	width:240px;
	height:105px;
	margin-top:-130px;
	float:right;
	position:relative;
	background-image:url(../images/p_right_crown.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.clear{
	clear:both;
}

#home_content_highlight_box{
	background-image:url(../images/p_home_bg.jpg);
	background-repeat:repeat-x;
	height:342px;
	background-color:#B8C9DB;
	color:#FFFFFF;
}
#home_content_highlight_box .home_image{
	float:left;
}
#home_content_highlight_box .highlight_text{
	float:left;
	width:350px;	
	padding:0 0 0 50px;
}
#home_content_highlight_box h1{
	margin-left:-15px;
	margin-top:20px;
	color:#FFD41F;
}
#home_content_highlight_box a{
	color:#FFD41F;
}
#home_content_highlight_box a:hover{
	color:#FFFFFF;
}
#home_content_main{
	margin:30px 0 20px 40px;
}
#home_content_main ul{
	list-style-image: url(../images/p_ul_home.gif);
}
#home_content_left{
	width:380px;
	float:left;
	margin-right:40px;
}
#home_content_right{
	border-left:#93A8C3 solid 1px;
	width:380px;
	float:left;
	padding-left:40px;
}

/* Contact US Form */
.contactus .contactLabel{
	display: block; 
	float: left; 
	width: 50px
}

.contactus div{
	margin: 15px
}

.contactus select{
	width: 150px
}

.login label, .register label{
	width: 100px;
	display: block;
	float: left;
}


.width {
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
* html .minwidth {
	border-left: 900px solid #fff;
}
* html .container {
	margin-left: -900px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}
/**/
