/********************

ADK CSS Document

********************/

body{
 margin: 0;
 font: normal 70% verdana;
 background-color: #3a6ea5;
}

h2{
 margin: 0 0 5px 0;
 font: bold 200% arial;
 color: #484848;

}
h3{
 margin: 0 0 5px 0;
 font: bold 150% arial;
 color: black;
}

h4{
 margin: 0 0 5px 0;
 font: bold 140% arial;
 color: black;
}
h5{
 margin: 0 0 5px 0;
 font: bold 120% arial;
 color: black;
}

#footer{
 clear: both;
 width: 724px; 
 margin: 5px auto;
 padding-top: 10px;
 text-align: center;
 border-top: 1px solid #cccccc;
}

#footer a{
 color: black;
 text-decoration: none;
}

#footer a:hover{
 text-decoration: underline;
}

#homeheader{
 width: 760px;
 height: 112px;
 background-color: #3a6ea5;
 }
 
#header{
 width: 760px;
 height: 112px;
 background: url(../images/adk-header.jpg) no-repeat;
}

#header_nav{
 float: right;
 display: inline;
 margin: 17px 30px 0 0;
 font: bold 90% verdana;
 color: white;
}

#header_nav a{
 color: white;
 text-decoration: none;
}

#logo{
 display: block;
 width: 108px;
 height: 92px;
 he\ight: 75px; /*Broken Box Model fix for IE5.5 and under */
 padding-top: 17px;
 margin-left: 14px;
 background: url(../images/logo.gif) no-repeat bottom;
}

#main{
	position: relative;
	width: 760px;
	margin: 5px auto;
	background: url(../images/body_bg.gif) repeat-y;
	background-color: #FFFFFF;
	overflow: visible;
}

#main_bottom{
 position: absolute;
 width: 760px;
 height: 25px;
 background: url(../images/content_bottom.gif) no-repeat; 
}

#main_left{
 position: relative;
 z-index: 2;
 width: 355px;
 padding-top: 20px;
 margin-left: 15px;
}

#main_right{
 position: relative;
 z-index: 2;
 float: right;
 width: 50%;
 w\idth: 45%;
 margin-top: 20px;
 padding: 0 20px;
 border-left: 1px solid #cccccc; 
}

#main_left a, #main_right a{
 font-weight: bold;
 color:#990000;
 text-decoration: none;
}

#main_left a:hover, #main_right a:hover{
 font-weight: bold;
 color:#990000;
 text-decoration: underline;
}

#main_top{
	position: absolute;
	width: 760px;
	height: 25px;
	background: url(../images/content_top.gif) no-repeat;
	left: 0px;
	top: -2px;
}

#nav{
 position: relative;
 width: 750px;
 margin: 2px 0 2px 5px;
 background-color: #dfc184;
}

#nav a{
 display: block;
 width: 13px;
 height: 13px;
}

#nav p{
 width: 711px;
 margin: 0 auto;
 font: bold 180% arial;
 text-align: center;
 border-bottom: 1px solid #d1a74e;
}

#nav ul{
 display: inline;
 float: left;
 margin: 5px 15px;
 padding: 0;
 text-align: left;
 list-style-type: none;
}

#nav ul li a{
 display: inline;
 color: black;
 text-decoration: none;
}

#nav ul li a:hover{
 text-decoration: underline;
}

#nav_bl{
 position: absolute;
 bottom: 0;
 left: 0;
 background: url(../images/nav_bl.gif) no-repeat;
}

#nav_bottom{
 width: 750px;
 height: 13px;
 background: url(../images/nav_bottom.gif) no-repeat;
}

#nav_br{
 position: absolute;
 bottom: 0;
 right: 0;
 background: url(../images/nav_br.gif) no-repeat;
}

* html #nav_br{
 bottom: -1px;
}

* html #nav_bl{
 bottom: -1px;
}

#nav_con{
 float: left;
 width: 29%;
 padding-bottom: 10px;
}

#nav_edu{
 width: 297px;
 margin-left: 30%;
 padding-bottom: 10px;
 background-color: #e8d1a4;
 border-left: 1px solid #d1a74e;
 border-right: 1px solid #d1a74e;
}

#nav_rec{
 float: right;
 width: 29%;
 padding-bottom: 10px;
}

#nav_rec span a, #nav_con span a{
 display: block;
 margin-left: 70px;
}

#nav_edu span a{
 display: block;
 margin-left: 100px;
}

#nav_tl{
 position: absolute;
 top: 0;
 left: 0;
 background: url(../images/nav_tl.gif) no-repeat;
}

#nav_tr{
 position: absolute;
 top: 0;
 right: 0;
 background: url(../images/nav_tr.gif) no-repeat;
}

#wrapper_main{
 width: 760px;
 margin: auto;
}

.bold{
 font-weight: bold;
 color: #5d1503;
 text-decoration: none;
}

.clearfix{
 clear:both;
}

.margined{
 margin: 0 0 0 20px;
}

.nav_heading{
 font: normal 130% verdana;
}

.nav_heading a{
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}

.nav_heading a:hover{
 color: #333333;
 text-decoration: underline;
}

.nav_list{
 display: block;
 width: 200px;
 height: 50px;
 margin: auto;
}

.spacing{
 display: inline;
 float: left;
 display: block;
 width: 100px;
 margin-left: 20px;
}

.picright{
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
}

