@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brown: 261e1c | light brown: d9bd91 | bkg brown: 6d564e | orange-red: d54303  |  taupe: b0aaa0  | */
/******************Eric Meyer reset css code **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

img, div, input {
	behavior: url("iepngfix.htc");
	font-family: inherit;
}

/*******************************************/
body {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat;
}
p {
	padding:4px 0 10px 0;
	font-size:13px;
	line-height:18px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color:#014747;
	text-decoration:underline;
}
a:hover {
	color:#feca65;
}


ul, ol {
	padding:0 0 10px 30px;
	list-style-position:outside;
	font-size:13px;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#014747;
	font-size:250%;
	font-weight:bold;
	padding:20px 0;
	line-height:43px;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#014747;
	font-size:250%;
	font-weight:bold;
	letter-spacing:.02em;
	line-height:43px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#014747;
	font-size:180%;
	font-weight:bold;
	padding:10px 0 6px 0;
	line-height:24px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#014747;
	font-size:100%;
	line-height:20px;
	font-weight:bold;
	padding:0px 0;
}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6f0d30;
	font-size:300%;
	line-height:43px;
	font-weight:bold;
	padding:10px 0;
}

/**************** layout stuff ********************/

#pagewrapper {
	width:1002px;
	margin:0 auto;
}


#header {
	width:1002px;
	height:140px;
	margin:0 auto;
	position:relative;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#inner_body {
	width:1002px;
	overflow:hidden;
	background-image:url(images/inner_body_bg.jpg);
	background-repeat:repeat-y;
	height:auto;
}

#top_menu {
	margin:0px 0px 10px 22px; 
	height:33px; 
	width:962px;
	background-image:url(images/tab_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	z-index:10;
}

#upper_content {
	min-height:355px;
	width:1000px;
}

#splash {
	margin-left:22px; 
	width:675px;
	float:left;
	 
}

#calendar {
	width:277px; 
	height:345px; 
	border:#adadad solid 1px; 
	float:right;
	margin:0px 16px 10px 10px;
	 
}

#lower_content {
	min-height:270px;
	width:1000px;

}



#lower_right_box {
	margin-left:12px; 
	width:600px; 
	height:543px; 
	border:#adadad solid 1px; 
	float:left; 
	padding:10px;
}

#lower_sqr {
	background-image:url(images/lower_sqr.jpg); 
	background-repeat:no-repeat; 
	float:left; padding:20px; 
	height:241px;
	width:286px;
	margin-left:10px;
}




#footerwrap {
	width:100%;
}
#footer {
	width:1002px;
	height:145px;
	margin:0 auto;
	background:transparent url("images/footer_bg.png") top left no-repeat;
	
}
#footer p {
	color:#eeeedd;
	padding:30px 20px 0px 50px;
	font-size:11px;
}
#footer a {
	color:#ffffff;
	
}
#footer a:hover {
	color:#c3c3c3;
	
}


#article_wrapper {
	margin-left:22px; 
	width:315px; 
	height:563px; 
	border:#adadad solid 1px; 
	float:left; 
	overflow:scroll; 
	padding:5px;
	
}



.category {
	padding:6px 12px;
	line-height:18px;
	/*background:#feca65 url(images/category_bkg.jpg) top left repeat-x;*/
	background-color:#eee;
	
}




h2.category { color:#000000; font-size:100%; font-weight:bold; font-family:Verdana, Geneva, sans-serif; }
.articletitle { font-size:180%; padding:20px 0 0 0; line-height:24px; }
.byline { font-size:90%; font-style:italic; color:#666; }
.imageleft { float:left; margin:10px 10px 10px 0; }
.imageleftb { float:left; margin:10px 10px 10px 0; border:1px solid #ccc; 

}



/******************* Registration Styles ************************/

.formlabel {
  font-size: 9pt;
  text-align: left;
  color: #000000;
}
.formlabelbold {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.forminput_middle {
  font-size: 9pt;
  color: #000000;
  vertical-align: middle;
}
.forminput {
  font-size: 9pt;
  color: #000000;
}
.admin_td {
  font-size: 9pt;
  color: #000000;
  vertical-align: middle;
}
.inputRequirement {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10px; color: #ff0000;
}
.main {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: 000000;
}
.centered {
   text-align: center;
}
.right_align {
   text-align: right;
}
.error_message {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 9pt;
   color: #FF0000;
   padding: 5px;
   border: 2px solid #FF0000;
   background-color: #FFFF00;
}

/******************* table Styles ************************/
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
