/*setup clear margins and set layout styles */

div, h1, h2, h3, h4, h5, h6, ul, li, p, body {
	margin:0;
	padding:0;

}
h2 {
	color:#273C70;
	border-bottom:1px solid #273C70;
	margin-bottom:7px;
	font-variant:small-caps;

}
h3 {
	color:#333333;	
	margin-bottom:0px;

}
a {
    color:#273C70;

}


body {
	background: url(../images/backround_tile.gif) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	height:100%;
	
	
}

#wrapper {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
}

#page_header {
	width: 784px;
	background: url(../images/header_back.png) no-repeat;
	height: 98px;

}
#page_header a {
     display:block;
     text-indent:-4000px;
     height:70px;
}

#body {
	width:618px;
	background:url(../images/body_background.png) repeat-y;
	float:right;
	position:relative;
	top:-44px;
	right:5px;
	min-height:620px;
	margin-bottom:-44px;
}

#body_inset_wrapper {
	background:url(../images/body_background_top.jpg) no-repeat;
	position:relatvive;

}
body #main_content {
    font-size:1.3em;
    font-family:book antiqua, palatino, serif;
}

/* NAVIGATION */

#navigation {
	background:url(../images/nav_background.jpg) repeat-y;
	z-index: 2;
	position: relative;
	left: 9px;
	top: 25px;
	width:170px;
}
#navigation_inset_wrapper {
	padding: 72px 5px 0 15px;
	min-height:206px;
}

#navigation_footer {
	background:url(../images/nav_footer.jpg) no-repeat;
	height:32px;
}

.nav_home_link {
 background:url(../images/nav_arrow.gif) no-repeat;
 padding:0 0 0 12px;

}

#navigation ul {
        list-style-type:none;
        width:139px;
}

#navigation ul li {
        border-bottom:1px solid #ccc;
}

#navigation ul a {
        display:block;
        text-decoration:none;
			-moz-border-radius:0 15px 15px 0;
		padding-left:2px;
	
}
html>body #navigation ul a:hover { /*html>body hack to hide from ie6 */
        background-color:#CACED0;
}
#nav_list_header {
	-moz-border-radius:6px;

}



#footer {
	background-color:#333333;
	height:45px;
	clear:both;
	border-top: 3px #C1B13E solid;	
	text-align: center;
	color: white;
	padding-top: 7px;
}
