*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #6d6d6d;
	background: url('../images/layout_images/bg_image.gif') center top no-repeat;
}

#wrapper{
	width: 966px;
	margin: 0 auto;
}

#masthead{
	height: 143px;
	position: relative;
}

#logo{
	margin: 25px 0 23px 43px;
	width: 209px;
	float: left;
	display: inline;
}

#register_info{
	position: absolute;
	top: 50px;
	right: 0;
}

#hero {
	width: 966px;
	height: 264px;
}

#page{
	padding: 35px 0 43px 43px;
	background: url('../images/layout_images/page_bg.gif') repeat-y top left;
}

#nav_wrapper{
	font-size: 1.1em;
	font-weight: bold;
	width: 160px;
	float: left;
	margin-right: 40px;
}
#nav_wrapper ul{
	list-style: none;
}

#nav_wrapper ul li{
	line-height: 21px;
	border-top: 1px solid #deeff9;
	padding-top: 3px;
}
#nav_wrapper ul li a{
	color: #00457c;
	text-decoration: none;
	text-transform: uppercase;
}
#nav_wrapper ul li a:hover{
	color: #00aeef;

}
#nav_wrapper ul li.selected a, #nav_wrapper ul li.selectedlast a{
	color: #00aeef !important;
	text-decoration: none;
	padding-left: 13px;
	background: url('../images/layout_images/arrow_light_blue.gif') no-repeat left 3px;
	
}

#nav_wrapper ul ul{
	display: none;
	font-weight: normal;
}

#nav_wrapper ul .selected ul{
	display: inline;
}
#nav_wrapper ul .selected ul ul{
	display: none !important;
}
#nav_wrapper ul .parent_selected ul ul{
	display: none !important;
}

#nav_wrapper ul .parent_selected ul .selected ul{
	display: inline !important;
}
#nav_wrapper ul .parent_selected ul .parent_selected ul{
	display: inline !important;
}

#nav_wrapper ul .selected ul li a{
	background: none;
	color: #919191;
}
#nav_wrapper ul ul .selected ul li a, #nav_wrapper ul ul .parent_selected ul li a{
	background: none;
	color: #919191 !important;
	padding-left: 20px;
	font-size: 0.9em;
	
}
#nav_wrapper ul ul .parent_selected a{
	color: #00aeef !important;
}

#nav_wrapper ul ul .parent_selected ul li.selected a{
	color: #00aeef !important;
}

.parent_selected a{
	color: #919191 !important;
	padding-left: 13px;
	background: url('../images/layout_images/arrow_grey.gif') no-repeat left 3px;
}
.parent_selected ul{
	display: inline !important;
	color: #919191 !important;
}
.parent_selected ul li.selected a{
	color: #00aeef !important;
	background-image: none !important;
}
.parent_selected ul li a{
	background-image: none !important;
}

/* Content Area
***************************/
#col_left{
	float: left;
	width: 260px;
}
#content p{
	font-size: 1.3em;
}
#content ul{
	font-size: 1.3em;
	list-style: none;
	margin-left: 0;
}
#content ul li{
	background: url('../images/layout_images/arrow_light_blue.gif') no-repeat left 4px;
	padding-left: 10px;
}
#col_left h1, #col_right h1{
	font-size: 21px;
	margin-bottom: 10px;
}

#col_right{
	float: left;
	width: 380px;
	margin: 0 40px;
}

#page_footer{
	background: url('../images/layout_images/page_footer.gif') no-repeat scroll top left;
	width: 966px;
	height: 7px;
	overflow: hidden;
	clear: both;
}

/* Home Slider
***************************/
#slider{
	position: relative;
}
#slider_mask{
	width: 380px;
	overflow: hidden;
}
.item{
	float: left;
	width: 185px;
	margin-right: 10px;
}
.item h3{
	margin: 15px 0 13px;
	font-size: 1.3em;
}

#left_arrow{
	position: absolute;
	left: -30px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_left.gif') no-repeat left top;
}
#left_arrow:hover, #right_arrow:hover{
	background-position: left center;
}

#left_arrow.disabled, #right_arrow.disabled{
	background-position: left bottom;
	cursor: default;
}

#right_arrow{
	position: absolute;
	right: -30px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_right.gif') no-repeat;
}





/* Footer
***************************/
#footer{
	position: relative;
}
#register_btn{
	display: block;
	width: 155px;
	height: 44px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/btn_register_now.gif') no-repeat;
	margin-top: 14px;
	float: left;
}
#register_btn:hover{
	background-position: left -44px;
}

#call_today {
	width: 282px;
	height: 0;
	font-size: 1em;
	padding-top: 43px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/call_today.gif') no-repeat;
	margin: 14px 10px 14px 0;
	float: left;
}

#footer_nav{
	list-style: none;
	width: 300px;
	position: absolute;
	right: 3px;
	top: 7px;
	text-align: right;
	margin-top: 10px;
}
#footer_nav li{
	display: inline;
	margin-left: 1em;
	text-align: right;
}

#footer_nav a{
	color: #929292;
	font-size: 1.2em;
}
#icon a{
	color: #b6b6b6;
	position: absolute;
	right: 3px;
	top: 35px;
	font-size: 1.1em;
}

/* General
***************************/
p, h1, h2, ul, ol, table{
	margin-bottom: 1em;
}
a{
	text-decoration: none;
	color: #00aeef;
}
a img{
	border: none;
}
h1{
	color: #00aeef;
	font-weight: normal;
}
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}
#inner_content ol, #inner_content ul{
	margin-left: 10px;
	font-size: 1.2em;
}

#inner_content table{
	font-size: 1.2em;
	margin: 1em 0;
}

fieldset{
	border: none;
}

.colLabel{
	width: 150px;
	padding: 0.5em 0;
}
.colField input[type=text]{
	border: 1px solid #ccc;
	padding: 0.3em;
	width: 250px;
}
.colField select{
	border: 1px solid #ccc;
	padding: 0.3em;
	width: 260px;
}
.pagination{
	margin-left: 0 !important;
}
.pagination li{
	background-image: none !important;
	padding-left: 0 !important;
	display: inline;
	padding-right: 5px;
}
.pagination li.here a{
	color: #919191 !important;
}

#news_detail .page_title{
	margin-bottom: 0;
	color: #9d9d9d;
}
#news_detail .date{
	margin-bottom: 0.5em;
}
.download_link{
	background: url('../images/layout_images/page_icon.gif') left top no-repeat;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
	font-size: 1.2em;
	display: inline-block;
}

ol{
	margin-left: 25px !important;
}
