/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:115%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

/* */
table { margin-bottom:0px; padding-bottom:0px; }
tbody { margin-bottom:0px; padding-bottom:0px; }

th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
.navigation{ margin:5px 0 0 0;  } 
.navigation a{ font-size:18px; color:#CCCCCC; text-decoration:none; /* background-color:#339999; padding:10px; */ display:inline-block; }
.navigation a:hover{ color:#ffffff; text-decoration:underline; }
.active{ font-size:20px; }

#logo a { color:#FFFFFF; text-decoration:none; }
#logo a:hover { color:#339999; text-decoration:none; }


#footer { color:#999999; }
#footer a{ color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#339999; text-decoration:none; }
/*.navigation a:hover { color:#669933; }
.navigation a:visited { color:#424242; }*/

#content a { color:#333333; text-decoration:none; }
#content a:hover { color:#FFFFFF; text-decoration:none; }

#fm { float:left; }

h1 a img		{ border:none; }
h1 a:hover img	{ border:none; }

/*a img		{ border:1px solid #373737; }
a:hover img	{ border:1px solid #FFFFFF; }*/

#more { margin:-10px 20px 0 10px; float:right; }

.pg { 	padding:0px;
		display:block;
		margin:5px 0 5px 0;
		/*font-weight:bold;*/
		font-size:100%;
		font-size:14px;
		background-image:url(../_images/tran3.gif);
		background-repeat:repeat-x;
		background-position:0 0;
		padding:10px;
		border-top:1px solid #323232;
		/*border-right:1px solid #44cbcb;*/
		/*border-bottom:1px solid #323232;*/
		/*border-left:1px solid #44cbcb;*/
		/*height:130px;*/
}

#topper{ background-image:url(../_images/cleary.png); background-repeat:repeat-x; }
#topcon{ text-align:right; color:#FFFFFF; list-style:none; /*margin-top:-45px; z-index:1000;*/ }
#topcon a { color:#ffffff; text-decoration:none; font-size:12px; }
#topcon a:hover { color:#CCCCCC; text-decoration:underline; }

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}