@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd
{
   margin:0;
   padding:0;
   line-height:1.2;
   font-size:1em;
}

#apDivBanner {
	position:absolute;
	left:209px;
	top:36px;
	width:537px;
	height:180px;
	overflow:hidden;
	float:right;
	margin:20px 0 0 240px;
}

img
{
   border:0;
}

body,textarea,select,input
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{
	background:url(body-back.png) no-repeat top center #F7EEDF;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited,
a:hover
{
	color:#507282;
	font-weight:bold;
	text-decoration:underline;
}

/**
* structure
*/

#outer
{
   width:805px;
   margin:0 auto;
}

#content
{
   background:url(content-back-repeat.png) repeat-y;
}

#contentinner
{
   background:url(content-back-bottom.png) no-repeat bottom;
   padding:0 25px 180px 15px;
}

#header
{
   padding:13px 0 0 25px;
   color:#FFF;
   font-weight:bold;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover
{
   color:#FFF;
   text-decoration:none;
   font-weight:bold;
}

#logo
{
   margin:25px 0 0px 25px;
}

#leftcolumn
{
   float:left;
   width:500px;
   padding:20px 0 20px 10px;  
}

#rightcolumn
{
   float:right;
   width:200px;
   padding:20px 0 100px 0;
}

#footer
{
   background:#f7eedf;
   text-align:center;
   color:#666;
   padding:0 15px 15px 15px;
}

div.clear
{
   float:none;
   clear:both;
   height:1px;
   overflow:hidden;
}

/**
* navigation
*/

#nav
{
   list-style:none;
   padding:0 0 0 10px;
}

#nav li
{
   display:block;
   float:left;
   background:url(nav-li.png) no-repeat;
   margin-right:5px;
}



#nav li a,
#nav li a:link,
#nav li a:visited
{
   display:block;
   text-align:center;
   padding:10px 14px 15px 14px;
   color:#FFF;
   font-weight:bold;
   text-decoration:none;
   background:url(nav-a.png) no-repeat right top;
}

#nav li a.twoline,
#nav li a.twoline:link,
#nav li a.twoline:visited
{
   display:block;
   text-align:center;
   padding-top:4px;
   padding-bottom:6px;
}

#nav li.selected,
#nav li:hover
{
   background:url(nav-li-selected.png) no-repeat;
}


#nav li.selected a,
#nav li.selected a:link,
#nav li.selected a:visited,
#nav li a:hover
{
   background:url(nav-a-selected.png) no-repeat right top;
}

/**
* headings
*/

h1,h2,h3,h4,h5,h6
{
  color:#FFF;
  font-weight:normal;
}

h1
{
   font-size:2.0em;
   padding:5px 0 14px 0;
}

h2
{
	font-size:1.95em;
	padding:5px 0 14px 0;
	background-color: #507282;
}

h3
{
   font-size:1.6em;
   padding:5px 0 12px 0;
}

h4
{
   font-size:1.4em;
   padding:5px 0 12px 0;
}

h5
{
   font-size:1.2em;
   font-weight:bold;
   padding:5px 0 8px 0;
}

h6
{
   font-weight:bold;
   padding:5px 0 8px 0;
}

/**
* normal text
*/

p
{
  color:#F7EEDF;
  padding-bottom:8px;
}

/**
* lists
*/

ul
{
   list-style:square;
   padding:10px 0 10px 30px;
}

ol
{
   list-style:decimal;
   padding:10px 0 15px 40px;
}

li
{
   color:#F7EEDF;
   padding:0 0 5px 0;
}

/**
* form 
*/

form,fieldset,legend
{
	display:block;
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
}

fieldset
{
	padding:10px 30px 10px 0;
}

legend
{
	display:block;
	position:relative;
	left:-7px;
	font-size:1.5em;
	padding-bottom:10px;
}

label
{
    display:block;
	width:178px;
	float:left;
	padding:7px 10px 5px 0;    	
}

label.submit
{
	text-indent:-9999px;
}

label.checkbox,label.checkbox input
{
	float:left;
	clear:none;
	width:auto;
	margin:0;
}

label.checkbox input
{
	padding:0;
}

input,textarea,select
{
	margin:5px 0 10px 0;
	width:272px;
	color:#000;
	float:left;
	clear:right;
}

input.submit
{
	width:auto;
	float:right;
	margin-right:4px;
}

/**
* uncomment this when editing in DW (comment when live)
*/

#content
{
  /* background:#b69f61 none no-repeat;*/
}
