body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	background-color: #ccc;
	text-align:center;
	line-height: 1.2em;
}
a.home:link, a.home:active, a.home:visited {
color: #3253A6;
text-decoration: none;
}
a.home:hover {
color:#FFF;
text-decoration: none;
}
body#content {
	background-color: #fff;
	text-align: left;
}
.searchbox {
	float: right;
}
#siteTop {
width: 960px;
margin-bottom: 10px;
height: 20px;
}
#siteTop div {
display: inline;
}
form.dA-search {display: inline; }
form.dA-search div {
display:inline;
}
form.dA-search div.input input {
margin-right:10px;
width:150px;
}
div.revisions-search form.dA-search {
margin-bottom:20px;
}

.align {
text-align:left;	
}

#header {
	background: url('/img/site/header.jpg') no-repeat;
	height: 360px;
	width: 960px;
}

#logo_home {
	height:99px;
	left:30px;
	position:relative;
	top:20px;
	width:331px;
	z-index:11;
}

.indent {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 0px;
}

#logo_home h1 a {
	display:block;
	height:300px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
	width:900px;
}

#nav {
	background: url('/img/site/nav_bkg.jpg') repeat-x;
	color: #fff;
	height: 43px;
	width: 960px;	
}

#navtxt ul li {
	display: inline;
	list-style-type: none;
	font-size: 15px;
	margin-left:0px;
	padding-right: 5px;
}

#navtxt a {
	color: #fff;
	text-decoration: none;	
}

#navtxt a:hover {
	color: #ccc;
	text-decoration: none;	
}


#boxes {
	background: url('/img/site/boxes_bkg.jpg') repeat-x;
	height: 235px;
	width: 960px;
}

.box {
	background: #3255A6 url('/img/site/boxes_bkg.jpg') repeat-x;
	color: #fff;
	font-size:13px;
	height: 235px;
	padding: 0;
	width: 300px;
	margin: 0;
	border-left: 1px solid #fff;
}
.box2 {
	background: #3255A6 url('/img/site/boxes_bkg.jpg') repeat-x;
	color: #fff;
	font-size:13px;
	height: 235px;
	padding: 0;
	width: 300px;
	margin: 0;
}

.boxnull {
	background: 33255A6 url('/img/site/boxes_bkg.jpg') repeat-x;
	color: #fff;
	font-size:13px;
	height: 235px;
	padding: 0;
	width: 315px;
	margin: 0;
}

.boxtxt {
	margin: 10px 10px 10px 10px;
	font-size: 12px;	
}

.boxtxt p {
	margin-bottom: 0px;
	margin-top: 15px;
}

.boxtxt a {
	color: #fff;	
}

.boxtxt a:hover {
	color: #ccc;
}

.container_12 .grid_4 {
	width:319px;
}

.line {
	background-color: #fff;
	height: 205px;
	width: 1px;
	float: right;
}

#content-home {
	background-color: #ffffff;
	font-size:12px;
	width: 960px;
	line-height: 18px;
}

#content-text {
	padding: 10px;	
}

#content-text ul li {
	padding-bottom: 10px;	
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
}

.copyright {
	font-size: 10px;
	text-align: left;
	float: left;
}

.cms {
	float: right;
	text-align: right;
	font-size: 10px;
}

/*Interior Styles*/

#header-int {
	background: url('/img/site/header_int.jpg') no-repeat;
	height: 180px;
	width: 960px;
}

#logo_int {
	height:99px;
	left:30px;
	position:relative;
	top:20px;
	width:331px;
	z-index:11;
}

.indent {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 0px;
}

#logo_int h1 a {
	display:block;
	height:150px;
	text-indent:-9999px;
	width:900px;
}

#nav_int {
	background: url('/img/site/nav_bkg.jpg') repeat-x;
	color: #fff;
	height: 43px;
	width: 960px;	
}

#content-int {
	background-color: #fff;
	font-size:12px;
	width: 960px;
}

#content-text-int {
	padding: 10px;	
}

#content-text-int ul li {
	padding-bottom: 10px;	
}

#footer_int {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
}
.padding {
padding: 10px 20px 10px 20px;
}
.boxtxt h2 {
	color: #456bcb;
	font-size: 16px;
	background-color: #EFF4FF;
	padding: 5px;	
}


/* main navigation styles
=====================================================================*/

#nav {
	z-index: 2;
}

ul#navigation {
	font-size:11px;
	margin:0px;
	padding-left:9px;
	padding-top:8px;
	z-index:2;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 25px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #002E5C; /* IE6 bug */
	padding: 5px;
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #373737;
	/*background-color: #a8c438;*/
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #e6e6e6;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	
}
ul#navigation li ul li a:hover {
	background-color: #ffffff;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; text-align: left; margin-left:0px; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 105px;/*106*/
	text-align: center;
}