@import url("reset.css");
body {
	padding: 0 10px 30px;
	text-align: center;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #625f54;
	background: #f4edd6;
	border-top: 10px solid #c1ba9f;
}
p {
	margin: 0 0 15px;
	line-height: 1.4em;
}
h2 {
	margin: 0 -11px .7em;
	padding: 0 0 0 11px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #A42513;
	background: url("../img/dot_four.gif") no-repeat 0 6px;
}
h3 {
	margin: 0 0 .1em;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #59646C;
}
h4 {
	margin: 0 0 .4em;
	font-size: 13px;
}
h5 {
	margin: 13px 0 .2em;
	font-size: 12px;
}
ul {
	margin: 0 0 1.5em 15px;
	list-style-type: none;
}
ul li {
	padding: 0 0 3px 11px;
	margin-bottom: .3em;
	line-height: 1.3em;
	background: url("../img/bullet.gif") no-repeat 0 8px;
}
ul ul {
	margin: .3em 0 0 1em;
}
ul ul li {
	background: url("../img/bullet_nested.gif") no-repeat 0 8px;
}

ol  .lowerAlpha{

	margin: .3em 0 0 1em;
}

ol li {
	margin-left: 2.3em;
	margin-bottom: .7em;
	line-height: 1.4em;
}
dl {
	margin: 0 0 1em;
}
dt {
	margin: 0 0 .4em;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	line-height: 1.4em;
}	
a {
	text-decoration: none;
	color: #b02205;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
table {
	margin: 0 0 1em;
}
td {
	padding: 3px;
}

blockquote {
	margin: 0 15px 20px 20px;
	line-height: 1.3em;
}

/* page
******************************************************************/
#page {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* header
******************************************************************/
#header {
	margin: 0 0 7px;
	background: url("../img/header.jpg") no-repeat;
	height: 131px;
	position: relative;
}
#header h1 a {
	position: absolute;
	top: 70px;
	left: 95px;
	width: 115px;
	height: 50px;
	text-indent: -9000px;
}
ul#topnav {
	position: absolute;
	left: 630px;
	list-style-type: none;
}
ul#topnav li {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	background: none;
}
ul#topnav a {
	height: 33px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}
li#tnav1 a {
	width: 81px;
	background: url("../img/nav_login.png");
}
li#tnav2 a {
	width: 114px;
	background: url("../img/nav_application.png");
}
form#form_search {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 30px;
}
form#form_search #input_search {
	position: relative;
	right: 15px;
	width: 140px;
}


#AccessMenu {
	margin: 0;
	position: absolute;
	display: none;
	height: 0px;
}

#AccessMenu li {
	list-style:none;
}

#AccessMenu a {
	position: absolute;
	text-indent: -9000px;
}


/* nav
******************************************************************/
#nav {
	margin: 0 0 9px;
	height: 38px;
	background: url("../img/nav_bg.jpg");
}
#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#nav li {
	margin: 0 18px 0 0;
	padding: 0;
	float: left;
	background: none;
}
#nav li#nav6 {
	margin: 0 0 0 4px;
}
#nav a {
	height: 38px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}
li#nav1 a {
	width: 95px;
	background-image: url("../img/nav1.gif");
}
li#nav2 a {
	width: 177px;
	background-image: url("../img/nav2.gif");
}
li#nav3 a {
	width: 145px;
	background-image: url("../img/nav3.gif");
}
li#nav4 a {
	width: 128px;
	background-image: url("../img/nav4.gif");
}
li#nav5 a {
	width: 146px;
	background-image: url("../img/nav5.gif");
}
li#nav6 a {
	width: 94px;
	background-image: url("../img/nav6.gif");
}
/* nav rollover effect */
#nav a:hover {
	background-position: 0 -38px;	
}
/* nav 'you are here' effect */
#section1 li#nav1 a, #section2 li#nav2 a, #section3 li#nav3 a,
#section4 li#nav4 a, #section5 li#nav5 a, #section6 li#nav6 a {
	background-position: 0 -38px;	
}

/* main
******************************************************************/
#main {
	margin: 0 0 20px;
	background: url("../img/aside_bg.jpg") no-repeat bottom left;
	position: relative;
	overflow: hidden;
}
ul#breadcrumb {
	margin: 0;
	padding: 0 0 5px 19px;
	list-style-type: none;
	position: absolute;
	top: 27px;
	left: 232px;
	width: 640px;
	color: #b02205;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: url("../img/dot_horizontal.gif") repeat-x bottom;
}
ul#breadcrumb li {
	margin: 0;
	padding: 0 5px 0 8px;
	float: left;
	background: url("../img/dot_two.gif") no-repeat 0 4px;
}
ul#breadcrumb li.first {
	padding: 0 5px 0 0;
	background: none;
}
ul#breadcrumb a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* content
******************************************************************/
#content {
	margin: 0;
	padding: 54px 30px 15px;
	width: 620px;
	float: right;
	background: #fff;
}

#content h3{
	margin: 20px 0 0 0;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #64342d;
}

#content h4 {
	margin: 15px 0 3px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #59646C;
	background: url("../img/dot_horizontal.gif") repeat-x bottom;
}
#content .tr {
	height: 5px;
	background: url("../img/tr.gif") no-repeat top right;
}
#content .tl {
	height: 5px;
	background: url("../img/tl.gif") no-repeat top left;
}
#content .br {
	height: 5px;
	background: url("../img/br.gif") no-repeat bottom right;
}
#content .bl {
	height: 5px;
	background: url("../img/bl.gif") no-repeat bottom left;
}
#next {
	margin: 0 -20px;
	padding: 10px 20px 0 0;
	text-align: right;
	background: url("../img/dot_horizontal.gif") repeat-x top;
}
#next a {
	padding: 0 0 0 11px;
	background: url("../img/dot_four.gif") no-repeat 0 6px;
}

/* aside
******************************************************************/
#aside {
	padding: 0 0 0;
	width: 209px;
	float: left;
}
#secnav {
	margin: 0 0 20px;
	padding: 23px 9px 20px;
	background: #92989e url("../img/secnav.jpg") no-repeat bottom;
	min-height: 117px;
}
#secnav_top {
	margin: -22px 0 0;
	height: 7px;
	background: url("../img/secnav_top.jpg") no-repeat top;
}
#secnav h3 {
	margin: 0 -3px 7px;
	padding: 0 0 5px 12px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #d1d3d5;
	background: url("../img/dot_horizontal.gif") repeat-x bottom;
}
#secnav ul {
	margin: 0;
	list-style-type: none;
}
#secnav li {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	line-height: 44px;
}


#secnav a {
	padding: 2px 0 0 9px;
	font: bold 12px "Century Gothic", Arial, Helvetica, sans-serif;
	display: block;
	height: 12px;
	color: #fefefd;
	text-decoration: none;
}
#secnav a.header {
	padding: 0;
	margin: 0;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #e3dab1;
	display: inline;
	text-decoration: none;
}
#secnav a.header:hover {
	color: #ffffff;

}

#secnav li.active a {
	background: url("../img/secnav_active.png") no-repeat;
}
/*
#aside .callout {
	margin: 0 6px 20px;
	padding: 0 10px 5px 20px;
	background: url("../img/dot_horizontal_dark.gif") repeat-x bottom;
}
*/
#aside h3.callout  {
	margin: 0 -10px 8px -20px;
	padding: 0 0 5px 8px;
	background: url("../img/dot_horizontal_dark.gif") repeat-x bottom;
	color: #989381;
}
#aside h4.callout  {
	margin: 5px 0 .3em 9px;
	padding: 0 0 .3em 9px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #989381;
	background: url("../img/dot_horizontal_dark.gif") repeat-x bottom;
}
#aside p.callout  {
	font-size: 11px;
	margin: 0 0 15px 19px;
}
#aside blockquote {
	margin: 0 15px 20px;
	font-size: 12px;
	line-height: 1.3em;
	color: #989381;
}

/* aside Bulletin Board
******************************************************************/
#asideBB {
	padding: 0 0 0;
	width: 209px;
	float: left;
}
#secnavBB {
	margin: 0 0 20px;
	padding: 23px 9px 20px;
	background: #92989e url("../img/secnav.jpg") no-repeat bottom;
	min-height: 117px;
}
#secnavBB_top {
	margin: -22px 0 0;
	height: 7px;
	background: url("../img/secnav_top.jpg") no-repeat top;
}
#secnavBB h3 {
	margin: 0 -3px 12px;
	padding: 0 0 5px 12px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background: url("../img/dot_horizontal.gif") repeat-x bottom;
}

#secnavBB h4 {
	margin: 2px 0px 2px 9px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#secnavBB p {
	margin: 0 -3px 15px;
	padding: 0 0 5px 12px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #dadada;
}
#secnavBB ul {
	margin: 0;
	list-style-type: none;
}
#secnavBB li {
	margin: 0 0 10px;
	padding: 0;
	background: none;
}
#secnavBB a {
	color: #ffe9c6;
	text-decoration: underline;
}


#asideBB blockquote {
	margin: 0 15px 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #989381;
}

/* footer
******************************************************************/
#footer {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
}
#footer ul {
	margin: 0;
	list-style-type: none;
	display: inline;
}
#footer li {
	margin: 0 0 0 13px;
	padding: 0;
	display: inline;
	background: none;
}
#footer a {
	text-decoration: underline;
}

/* forms
******************************************************************/
form {
	margin: 0 0 15px;
}
input, select, textarea {
	font-size: 11px;
	padding: 4px;
	background: #fff;
	border-left: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	border-right: 1px solid #D8D8CD;
	border-bottom: 1px solid #D8D8CD;
}
input.active {
	color: #777;
}
button.search {
	margin: 0;
	width: 74px;
	height: 25px;
	text-indent: -9000px;
	border: none;
	background: url("../img/btn_search.jpg") no-repeat;
	cursor: pointer;
}
form.stack label,
form.stack input {
	margin: 0 0 2px;
	display: block;
}

/* photo gallery
******************************************************************/
.photo_gallery img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 33px;
}
.photo_gallery img.column1 {
	margin-left: 0;
}

/* home page
******************************************************************/
#home h2 {
	margin: 0 -6px 15px;
	padding: 10px 6px 7px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #59646C;
	background: url("../img/dot_horizontal.gif") repeat-x bottom;
}
#home h3 {
	margin: 0 0 .1em;
	padding: 0 0 0 13px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #A42513;
	background: url("../img/dot_four.gif") no-repeat 0 5px;
}
#home #column1 p, #home #column2 p {
	padding: 0 0 0 13px;
}
#home #banner {
	margin: 0 0 9px;
	height: 300px;
	background: url("../img/banner.jpg") no-repeat;
	position: relative;
}


#home #banner #bannerPic {
	width: 490px;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#home #banner #bannerPic a {
	margin: 0;
	padding: 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#home #banner #bannerContent {
	width: 300px;
	position: absolute;
	top: 20px;
	left: 570px;
}

#home #banner #bannerContent h2 {
	color: #ffffff;
}

#home #banner #bannerContent p {
	color: #FFFFFF;
}

#home #content {
	padding: 15px 0 20px;
	margin: 0 0 20px;
	width: 100%;
	float: none;
}
#home #content .inner {
	padding: 0;
	background: url("../img/home_content_bg.gif") repeat-y 300px 0;
	overflow: hidden;
}

#home #column1,
#home #column2,
#home #column3 {
	padding: 0 15px;
	float: left;
	width: 270px;
}

/* misc
******************************************************************/
h2.simple, 
h3.simple {
	padding: 0 !important;
	background: none !important;
}
img.left {
	margin: 0 15px 8px 0;
	float: left;
}
.hide {
	display: none;
}
.listNone {
	list-style:none;
}
