/* No Outside Padding/Margins */
html, body, form {
	margin:0;
	border:0;
	padding:0;
}

body {
	background-color: #158a7e;
	/*background-image: url(../img/body_bg.png);*/
	background-image: url(/hcn1_0/images/bg_main_tile.gif);
}

/* Default Font Characteristics 
* { font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif; }
html, div, p, th, td {
	font-size:13px;
}
*/

/* Default Header Characteristics */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-weight:normal;
	/*margin:0;
	border:0;
	padding:0;*/
}
h1 {
	/*font-size: 2.4em;*/
	font-size: 18px;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.5em;
}

a {}
a:link { text-decoration:none; color: #336644; }
a:visited { text-decoration:none; color: #336644; }
a:hover { text-decoration:underline; color: #449955; }
a:active { text-decoration:none; color: #336644; }


/*** MASTERPAGE SECTIONS - BEGIN *************************************************/

#outer_wrap {
	position:relative;
	left:33px;
	width:924px;
	background-image:url(../img/outer_wrap_bg.png);
	background-repeat:repeat-y;
}
#outer {
	position:relative;
	left:6px;
	width:916px;
}

#top_wrap {
	position:relative;
	width:958px;
	height:105px;
	background-image: url(../img/top_wrap_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#top {
	position:relative;
}

#top_menu {
	position:absolute;
	top:0;
	left:-39px;
}

#top_logo {
	position:absolute;
	top:28px;
	left:620px;
}

#top_right_menu {
	font-family: "Small Fonts", System, Helvetica, Tahoma, Verdana, "Arial Rounded MT Bold", Arial, "Sans-Serif";
	position:absolute;
	font-size:8px;
	width:300px;
	height:1.2em;
	top:5px;
	left:575px;
	text-align:right;
	color:#23847b;
}

#top_right_menu a { text-transform:uppercase; padding-top:1px; }
#top_right_menu a:link { color:#23847b; text-decoration:none; }
#top_right_menu a:visited { color:#23847b; text-decoration:none; }
#top_right_menu a:hover { color:#23847b; text-decoration:underline; }
#top_right_menu a:active { color:#23847b; text-decoration:none; }

#inner_wrap {
	position:relative;
	width:907px;
	top:0px;
	left:0px;
	background-image: url(../img/inner_wrap_bg.png);
	background-repeat:repeat-y;
}

#inner {
	position:relative;
	top:0;
	left:0;
	background-image: url(../img/inner_bg.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	min-height:400px;
}

#inner_clear {
	clear:both;
	margin-top:2px;
	height:10px;
	width:1px;
	overflow:hidden;
}


#side_wrap {
	/*float:left;*/
	padding-top: 8px;
	margin-left:15px;
	width:165px;
	padding-bottom:150px;
}
#side {
	height:100%;
}

#main_wrap {
	/*
	width:720px;
	margin-left:183px;
	
	float:left;*/
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 20px;
	
}
#main {
	/*position:relative;*/
	clear: both;
}

#bottom_wrap {
	margin-top:2px;
	border-top:solid 1px #e24f10;
	border-right:solid 1px #e24f10;
}
#bottom {
	border-top: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #e3e3e3;
	padding: 7px 20px 5px 20px;
}

#bottom_left_menu {
	float:left;
	font-size:11px;
	color: #148479;
}

#bottom_left_menu a:hover {
	text-decoration: underline;
}

#bottom_left_menu a {
	color: #148479;
	text-decoration: none;
}

#bottom_copyright {
	float:right;
	font-size:11px;
}

#bottom_text {
	font-family: "Small Fonts", Verdana, Arial, Tahoma, Sans-Serif;
	clear:both;
	padding: 5px 0 0 0;
	text-align:center;
	font-size:9px;
	color:#333333;
}

/*** MASTERPAGE SECTIONS - END   *************************************************/

