/* ------------------------------------------------------------------------------------------
Based on:
YUI Base CSS - http://developer.yahoo.com/yui/base/
YUI Fonts CSS - http://developer.yahoo.com/yui/fonts/
Richard Rutter's: How to Size Text in CSS - http://www.alistapart.com/articles/howtosizetextincss
------------------------------------------------------------------------------------------ */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:90%; /* assuming base font size of 16px. 16 * .75 = 12 */
	line-height:1.25em;
	color: #000;
}

pre,
code,
kbd,
samp,
tt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:108%;
	line-height:99%;
}

a:hover,
a:active {
	text-decoration:none;
	outline:none;
}

#wrapper {
	width: 821px;
	margin-bottom: 25px;
}

#header {
	height: 85px;
	background: none;
}

	#header p {
		float:right;
		font-size:1.9em;
		padding: 35px 75px 0 0;
	}

	#header h1 {
		font-size:1.9em;
		font-weight: normal;
		padding: 30px 0 0 40px;
	}

	#header h2 {
		font-size:1.3em;
		padding: 0 0 0 40px;
		font-weight: normal;
	}
	
	#header h1, #header h2 {
		}
	
	#header a {text-decoration: none;
		
	}

#masthead {
	width: 821px;
	height: 284px;
	
}
	#masthead p{
		font-size: 1.4em;
		width: 520px;
		margin-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		}
#masthead.static {
	
}

#navigation-container-lower {
	
}

	#main-navigation {
		text-align: center;
	}

	#main-navigation li {
		padding:0 14px 0 15px;
		display: inline;
		line-height: 20px;
		}
	#main-navigation li.first { border: none; }
		#main-navigation li a {
			text-decoration: none;
			}
			#main-navigation li a:hover {
				text-decoration: underline;
			}

#main {
}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin: 0px;
	}

	#main h1 {
		font-size:1.8em;
	}
	
	#main h2 {
		font-size:1.5em;
	}
	
	#main h3 {
		font-size:1.3em;
	}

#content {
}

#center {
	margin: 0;
	width: 482px;
	padding: 30px 45px 30px 35px;
}
	
	#center abbr,
	#center acronym {
		border-bottom-style:dotted;
		border-bottom-width:1px;
		cursor:help;
	}

	#center blockquote,
	#center ul,
	#center ol,
	#center dl {
		margin:1em;
	}

	#center ol,
	#center ul,
	#center dl {
		margin-left:2em;
	}

	#center ol li {
		list-style: decimal outside;
	}

	#center ul li, #center ol li ul li {
		list-style: square outside;
	}

	#center ol li, #center ol li ol li, #center ul li ol li {
		list-style: decimal outside;
	}

	#center dl dt {
		font-weight:bold;
	}

	#center dl dd {
		margin-left:1em;
	}

	#center th,
	#center td {
		border-style:solid;
		border-width:1px;
		padding:.5em;
	}

	#center th {
		font-weight:bold;
		text-align:center;
	}

	#center caption {
		margin-bottom:.5em;
		text-align:center;
	}

	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center p,
	#center fieldset,
	#center table {
		margin-bottom:1em;
	}
	#center h2 {
		padding-top: 25px;
		}

#right {
	width: 259px;
	padding: 25px 0 300px 0;
}
	#right h1,
	#right h2,
	#right h3,
	#right h4,
	#right h5,
	#right h6,
	#right p,
	#right fieldset,
	#right table {
		margin-left: 30px;
		margin-right: 40px;
	}
	
	#right h1, #right h2 {
		margin-left: 30px;
		}

	#right h3 {
		padding: 40px 0 0 0;
		}

#quick-contact {
	margin:20px 0 0 10px;
	width:100px;
}

		#quick-conact textarea {
			height: 66px;
			overflow: auto;
			}
	
	#quick-contact #contact_comment {
		width: 183px;
		height: 66px;
	}
		#quick-contact input.button {
			width: 65px;
			padding: 0;
			}
	
#footer {
	text-align: center;
	padding-bottom: 15px;
}

#footer ul {margin:10px; padding-top: 15px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		}
	#footer li.first { border: none; }

	#footer p.copyright {
	}
	
	#footer p {
		margin-bottom:10px;
	}

/* setting line height for every element we set a font size on */
#header p,
#header h1,
#header h2,
#main h1,
#main h2,
#main h3 {
	line-height:1.125em;
}

/* unused elements */
#left,
#navigation-container-upper {
	display:none;
}

/* optional containers */
#optional-header-container-1,
#optional-header-container-2,
#optional-left-container-1,
#optional-left-container-2,
#optional-center-container-1,
#optional-center-container-2,
#optional-right-container-1,
#optional-right-container-2,
#optional-footer-container-1,
#optional-footer-container-2,
#optional-body-container-1,
#optional-body-container-2 {
	display:none;
}