/* CSS Document */

body {
	background:#fff url(imgs/page_bg.png) top left repeat-x;
	color: #666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0;
	padding:30px 0 20px 0;
	}
	
img, img:hover {
	border:none;
	}
	
p {
	line-height:1.4em;
	margin: 1em 0 0em 0;
	}
	
a {
	color: #333;
	text-decoration:none;
	}
	
a:hover {
	color: #000;
	text-decoration:underline;
	}
	
h1 {
	font-size:150%;
	}
	
h2 {
	color:#003366;
	font-size:140%;
	}
	
h3 {
	color:#003366;
	font-size:130%;
	}
	
ul li {
	margin:0.8em 0
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
.pda_hide {
	display:none;
	}
.pda_show {
	display:block;
	}
	
.mainnav a {
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	}

.mainnav a:hover {
	background-color:#375D50;
	color:#FFF;
	text-decoration:none;
	}
	
.firstpara {
	font-weight:bold;
	}
	
.small {
	font-size:10px;
	}
	
.wbr { /* ----------- needed to breakup long words to fit 150px width */
	width: 0px; /* needs the px to validate */
	font-size: 1px;
	font-size: 0px; /* doubled up for browsers that support the 0px font-size */
	}
	
#outer_wrapper {
	background: transparent url(imgs/outer_wrapper_bg.png) top left repeat-y;
	left:50%;
	margin-left:-430px;
	padding:0 10px;
	position:relative;
	width:864px;
	}
	
#wrapper {
	background: url(imgs/wrapper_bg.png) top left repeat-x;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	/*left:50%;
	margin-left:-430px;*/
	position:relative;
	width:860px;
	}

#header {
	border-bottom:1px solid #fff;
	height:103px;
	padding:0px;
	}
	
#logo {
	float:left;
	margin:23px 0 0 20px;
	}
	
/* Navigation ------------------------------------------------------ */

#topnav {
	float:right;
	margin:68px 20px 0 0;
	padding:0px 0 0 0;
	}
	
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav ul li {
	display:inline;
	}
	
a.navbutt {
	background: url(imgs/tab_l0.gif) no-repeat left top;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #003366;
	cursor:pointer;
	display:block;
	float:left;
	font-weight: bold;
	margin:0;
	padding:0 0 0 20px;
	}
a.navbutt:hover {
	background: #EBE9ED url(imgs/tab_l1.gif) no-repeat left top;
	text-decoration:none;
	}
	
a.first {
	border-left:1px solid #fff;
	}
	
a.navbutt span {
	background: url(imgs/tab_r0.gif) no-repeat right top;
	display:block;
	height:20px;
	padding: 10px 20px 5px 0px;
	}
a.navbutt:hover span {
	background: url(imgs/tab_r1.gif) no-repeat right top;
	}
	
a.navbutt.selected {
	background: #fff url(imgs/tab_l2.gif) top left no-repeat;
	color:#000066;
	text-decoration:none;
	}
	
a.navbutt.selected span {
	background: url(imgs/tab_r2.gif) no-repeat right top;
	}
	
#intro {
	background: url(imgs/intro_home.jpg) 20px 20px no-repeat;
	padding:20px 20px 0 20px;
	}
		
/* Inner_wrap ------------------------------------------------------ */

#inner_wrap {
	/*clear:both;*/
	float:left;
	margin:0;
	padding:20px;
	width:820px
}

#content1 {
	background-color:#fff;
	float:left;
	padding:20px;
	width:470px;
	}
	
#content1 a {
	color:#006699;
	}
#content1 a:hover {
	color:#000033;
	text-decoration:underline;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 {
	background-color: #fff;
	float:left;
	margin-left:20px;
	padding:20px;
	width:250px;
	}
	
#content2 ul {
	list-style-image: url(imgs/bullet.gif);
	list-style-position:outside;
	}
	
#content2 ul li {
	height:16px;
	padding:0 0 4px 8px;
	}
	
#content2 a {
	color:#006699;
	font-weight:bold;
	}
#content2 a:hover {
	color:#000033;
	text-decoration:underline;
	}


/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	border-top:1px solid #ccc;
	clear:both;
	height:20px;
	margin: 0;
	padding:10px 20px;
	}
	
#footer span {
	padding:0 8px;
	}
	
#footer a {
	}
#footer a:hover {
	}
	
#epitaph {
	background: #ccc url(imgs/footer_bg.jpg) top left repeat-x;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	clear:both;
	color:#CCC;
	font-size:90%;
	height:16px;
	padding:10px 20px;
	}
	
#epitaph a {
	color:#fff;
	text-decoration:none;
	}
#epitaph a:hover {
	text-decoration:underline;
	}
	
.disclaimer {
	}