/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : The Matthew P. Fischerkeller Memorial Fund
Author : Chris Cagle
URL : http://www.cagintranet.com/
Created : December 2007
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/* GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:arial, "lucida Grande", verdana, helvetica, sans-serif;
	font-size: 15px;
	background: #FFFFFF url(images/background.png) top center repeat-x;
	color:#121212;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
	
	
	
/* HEADER */
#header {
	position:relative;
	height:340px;
	}
	#header .logoimg {
	position:absolute;
	top:0;
	left:-25px;
	z-index:700;
	}
	#header .photoimg {
	position:absolute;
	top:5px;
	right:-90px;
	z-index:200;
	}
	#header #navigation {
	text-align:left;
	list-style:none;
	position:absolute;
	top:188px;
	left:0;
	width:450px;
	}
	#header #navigation li {display:block;float:left;width:200px;}
	#header #navigation a:link, #header #navigation a:visited {
	padding:3px 8px;
	line-height:32px;
	color:#FFFFFF;
	font-size:20px;
	font-family:georgia, garamond, serif;
	}
	#header #navigation a:hover,
	#home #header #navigation li.current a:link,
	#home #header #navigation li.current a:visited,
	#home #header #navigation li.current a:hover {
	line-height:32px;
	padding:3px 8px;
	color:#FFFFFF;
	font-size:20px;
	background:transparent url(images/navbg.png) center center repeat-x;
	font-family:georgia, garamond, serif;
	}
	#header #navigation #navigationleft {float:left;margin:0;}
	#header #navigation #navigationright {float:left;margin:0 0 0 35px;}

	
	
/* BODY */

#bodycontent {
	width:530px;
	float:left;
	}
#bodycontent h2 {
		font-family:georgia, garamond, serif;
		color:#000000;
		font-size:30px;
		margin:0 50px 20px 0;
		line-height:31px;
		}
	#bodycontent .bodytext {
		line-height:24px;
		text-align:left;
		}
	#bodycontent .bodytext p {
		margin:0 0 23px 0;
		}
	#bodycontent .bodytext img.spacer {float:right;height:120px;width:100px;}
	#bodycontent .bodytext ul, #bodycontent .bodytext ol {
		margin:15px 0 15px 30px;
		}
		#bodycontent .bodytext li {padding-bottom:10px;}
	#bodycontent a:link, #bodycontent a:visited {
		text-decoration:underline;
		color:#cc0000;
		}
	#bodycontent a:hover {
		text-decoration:underline;
		color:#990000;
		}
	#bodycontent h3 {
		font-family:georgia, garamond, serif;
		color:#000000;
		font-size:19px;
		margin:30px 0 20px 0;
		line-height:17px;
		}

#news #bodycontent .bodytext b {font-size:12px;color:#9f9f9f;font-weight:100;}
#news #bodycontent .bodytext strong {font-size:16px;padding:5px 0 8px 0;display:block;}
#news #bodycontent .bodytext p {margin:0 0 33px 0;}
#application #bodycontent .bodytext p a.pdf {background:transparent url(images/pdf.png) center left no-repeat;display:block;padding:0 0 0 55px;line-height:50px;}
#application #bodycontent .bodytext p a.worddoc {background:transparent url(images/word.gif) center left no-repeat;display:block;padding:0 0 0 55px;line-height:50px;}

.contactform span {	font-size:78%; 	color:#999999;font-weight:100;}
.contactform {	margin:15px 0 0 0;	}
p.success { color:#00cc66;}
p.error { color:#cc0000;}
#bodycontent .bodytext form p {margin:0 0 10px 0 !important;}
.contactform input.text {width:250px;margin:0 0 4px 0;}
.contactform input.mini {width:100px;}
.contactform input.extramini {width:30px;}
label {display:block;font-weight:bold;padding:0 0 1px 0;}
textarea {width:460px;height:200px;}
textarea.mini {width:460px;height:60px;}
input.text, textarea, select {border:1px solid #666666;font-family:arial, "lucida grande", verdana, helvetica, sans-serif;font-size:15px;padding:4px;}
input:focus, textarea:focus, select:focus {border:1px solid #cc0000;}
input.submit {padding:5px;width:100px;font-weight:bold;margin-bottom:20px}
/** SIDEBAR **/

#sidebar {
	width:230px;
	float:right;
	text-align:right;
	padding:150px 0 0 0;
	}
	#sidebarinner {
		padding:15px;
		line-height:16px;
		}
	#sidebar a:link, #sidebar a:visited {
		}
	#sidebar a:hover {
		}	
	#sidebar h3 {
		}



/** FOOTER **/

#footer {
	text-align:right;
	color:#666666;
	line-height:20px;
	padding:100px 0 30px 0;
	}
	#footer a:link, #footer a:visited {
		text-decoration:underline;
		color:#666666;
		}
	#footer a:hover {
		text-decoration:underline;
		color:#990000;
		}
		#footer p {margin:7px 0 0 0;}
	#footer img {float:right;padding:12px 0 0 0;}