/* mac hide\*/
html, body {
	height:100%
}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1050px;/* for mozilla*/
	background-color: #e7e7e7;
	color: #000000;
	font-family:Tahoma, Verdana;
	font-size:10pt;
	background-image:url(images/body_back.jpg);
	background-repeat:repeat-x;
}
#outer{
	position:relative;
	margin:auto;
	height:100%;
	min-height:100%;
	width:1033px;
	text-align:left;
	background:  url(images/main_back.gif) repeat-y center center;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:775px;
}
#header {
	position:absolute;
	top:0px;
	width:899px;
	left:68px;
	height:106px;
	background-image:url(images/header_back.jpg);
	background-repeat:repeat-y;
	border-bottom:5px solid #090f65;
	z-index:100;
}

.header_logo {
	position:absolute;
	left:0px;
	top:0px;
	height:86px;
	width:425px;
	background-image:url(images/header_logo.jpg);
	background-repeat:no-repeat;
}

.header_menu {
	position:absolute;
	float:right;
	right:41px;
	bottom:0px;
	background-image:url(images/header_menu.jpg);
	background-repeat:no-repeat;
	width:422px;
	height:48px;
}

#left {
	position:relative;/*ie needs this to show float */
	float:left;
	left:68px;
	padding-top:95px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	width:205px;
	height:600px;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-x;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}
.menu_box {
	position:relative;
	float:left;
	width:202px;
	padding-top:14px;
	_padding-top:25px;
	margin-bottom:5px;
	text-align:right;
	background-image:url(images/menu_unselected.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
}

.menu_box_top {
	position:relative;
	float:left;
	width:202px;
	padding-top:14px;
	_padding-top:25px;
	margin-bottom:5px;
	text-align:right;
	background-image:url(images/menu_unselected.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
}

.menu_box_title {
	position:absolute;
	float:left;
	left:0px;
	top:4px;
	width:202px;
	text-align:center;
	color:#334473;
	font-size:10pt;
	font-weight:bold;
}

.menu_box ul {
	text-align:right;
	list-style-type: none;
}

.menu_box li {
	float:right;
	padding-top:3px;
	padding-bottom:3px;
	width:198px;
	_width:188px;
	padding-right:12px;
	color:#4a5972;
	/*background-image:url(images/menu_spacer.gif);
	background-repeat:no-repeat;
	background-position:bottom right;*/
}

.menu_box a {
	color:#4a5972;
}

#menu_box a:hover {
	text-decoration: underline;
}

.menu_box_top ul {
	text-align:right;
	list-style-type: none;
}

.menu_box_top li {
	float:right;
	padding-top:3px;
	padding-bottom:3px;
	width:198px;
	_width:188px;
	padding-right:12px;
	color:#fff;
	/*background-image:url(images/menu_spacer.gif);
	background-repeat:no-repeat;
	background-position:bottom right;*/
}

.menu_box_top a {
	color:#fff;
}

#menu_box_top a:hover {
	text-decoration: underline;
}

#right {
	position:relative;/*ie needs this to show float */
	float:right;
	padding-top:120px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	width:230px;
}

#footer {
	position: absolute;
	clear:both;
	left:68px;
	bottom:0px;
	width:899px;
	height:22px;
	background-color: #476883;
	text-align:center;
	border-top:2px solid #a6bccc;
	padding-top:4px;
	font-size:8pt;
	font-weight:bold;
	color:#e0e0e0;
}
#footer a {
	color:#e0e0e0;
}
* html #footer {/*only ie gets this style*/
	\height:24px;/* for ie5 */
	he\ight:24px;/* for ie6 */
	bo\ttom:-1px;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:490px;
	float:right;
	padding-top:100px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centercontent p {padding-left:3px}

#clearfooter {width:100%;height:24px;clear:both} /* to clear footer */

.post {
	padding-top:4px;
	padding-bottom:14px;
}

.post_title {
	font-size:14pt;
	font-weight:bold;
	padding-bottom:15px;
}

.post_time_box {
	float:left;
	text-align:right;
	font-family:Tahoma;
	color:#9f9f9f;
	padding-left:4px;
	padding-right:8px;
}

.post_time_day {
	padding-top:2px;
	font-size:13pt;
	line-height:13pt;
	font-weight:bold;
}

.post_time_month {
	font-size:12pt;
	line-height:10pt;
}

.post_time_year {
	font-size:7pt;
	line-height:8pt;
	padding-right:1px;
}


/** LAYOUT **/
#centercontent a 
{
	text-decoration: none;
	cursor:pointer;
	color:#1f58a1;
}
#centercontent a:link 
{
	text-decoration: none;
}

#centercontent a:hover 
{
	text-decoration: none; 
	color:#4284da;
}
#left a 
{
	text-decoration: none;
	cursor:pointer;
}
#left a:link 
{
	text-decoration: none;
}

#left a:hover 
{
	text-decoration: none; 
}










small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.postmetadata {
	background-image:url(images/menu_post.gif);
	background-repeat:repeat-x;
	padding-left:3px;
	padding-right:20px;
	height:29px;
	border:1px solid #8a929f;
}

.post_readmore {
	background-image:url(images/readmore.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-top:3px;
	padding-right:4px;
	height:23px;
	width:75px;
}

.post_download {
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-top:3px;
	padding-right:4px;
	height:23px;
	width:96px;
}

.post_edit {
	background-image:url(images/edit.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-top:3px;
	padding-right:4px;
	height:23px;
	width:34px;
}

.post_menu_info {
	float:left;
	color:#808080;
	font-size:9pt;
	font-weight:bold;
	padding-left:6px;
	padding-top:6px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.downloadSection {
	border-top:1px solid #ccc; 
	padding-top:10px;
}

.ds_download {
	font-weight:bold;
	color:#949494;
} 

.ds_author {
	font-weight:bold;
	color:#949494;
}

.ds_image {
	border:2px solid #6587c9;
}

.ds_image:hover {
	border:2px solid #80a9e2;
}

.listad {
	padding-top:10px;
	width:100%;
	text-align:center;
}

.downloadLink {
	padding-bottom:4px;
	font-size: 10pt; 
	font-family: Times New Roman; 
	text-decoration: underline; 
	font-weight: bold;
}

#searchbar {
	text-align:center;
	border-bottom:1px solid #286f9c;
	padding-bottom:10px;
	margin-bottom:10px;
	display:none;
}

.small {
	font-size:8pt;
	color:#808080;
}