/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

* html span.corners-top, * html span.corners-bottom { background-image: url("images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("images/corners_right.gif"); }

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}

html, body {
color:#293c5d;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 5px 2px 5px 5px;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #3f3f3f;
	margin: 5px 2px 8px 5px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 10px;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

a:link {
color:#105289;
text-decoration:underline;
}

a:visited {
color:#105289;
}

a:hover {
color:#D31141;
text-decoration:underline;
}

a:active {
color:#368AD2;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 930px;
}

#page-header{
	height: 170px;
	background: url("images/header_frame.jpg") no-repeat;
	margin-bottom: 4px;
}

#page-header-2006{
	height: 170px;
	background: url("images/header_frame_2006.jpg") no-repeat;
	margin-bottom: 4px;
}

#header_photo{/*
	height: 120px;
	background: url("images/header_photo.jpg") no-repeat;
	position: relative;
	top: 24px;*/
}

.navbar {
	background-color: #e3e3e3;
	padding: 0 10px;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -10px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0pt;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -10px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top {
background-image:url(images/corners_left.png);
}
span.corners-top span {
background-image:url(images/corners_right.png);
}
span.corners-bottom {
background-image:url(images/corners_left.png);
}
span.corners-bottom span {
background-image:url(images/corners_right.png);
}

.panel-right{
	background-color: #f3f3f3;
	padding: 0 10px;
	font-family: Arial;
	float: right;
	width: 275px;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}

.panel-left{
	background-color: #CADCEB;
	padding: 0 10px;
	font-family: Arial;
	float: left;
	width: 600px;
	margin-bottom: 6px;
}

.panel-photo{
	background-color: #b9b18b;
	padding: 0 10px;
	font-family: Arial;
	float: right;
	width: 275px;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}

.year_announce{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer{
	padding: 10px 16px 4px 10px;
	height: 50px;
	background: url("images/footer_frame.jpg") no-repeat;
}


#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 12px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 12px 0px 12px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 12px 0px 12px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 12px 0px 12px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 15px 0px 8px 0px;
}

.hot
{
	color: #FF0000;
	font-size: 80%;
}

.admin_form
{
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
}

.admin_form input
{
	margin: 2px 0px 2px 0px;
	width: 200px;
}

.admin_form textarea
{
	margin: 2px 0px 2px 0px;
}

.comment
{
	font-size: 11px;
	color: #AAAAAA;
}