/* CSS by Travis King of Green Tea Design www.greenteadesign.ca */


/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
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 }
address { font-style:normal }



																		/* CSS Document */
																		/******* Body ********/
body {
	font-family: Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-align:center;
	margin:0;
	font-size: 62.5%;
	background: #262727;
}
																		/******* Typography ********/
h1 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
	font-style: italic;
}
h2 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.8em;
	font-style: italic;
}
h3 {
	color: #FFF;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 2.0em;
	margin-bottom: 1.8em;
}
p {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

ol {
	font-size: 1.4em;
}
hr {
	color: #CCC;
	margin: 20px 0;
}
a {
	color: #9d8848;
	text-decoration: underline;
}
a:visited {
	color: #9d8848;
	text-decoration: underline;
}
																		/******* Wrapper ********/
.wrapper{
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	background: url(images/background.jpg) top right no-repeat;
}



																	/******* Navigation ********/
#navigation {
	width: 960px;
}
#navigation ul{
	padding: 30px 0 20px 40px;
	font-size: 1.0em;
	font-family: HelveticaNeue, Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
}
#navigation li {
	display: inline;
	padding-left: 20px;
	color: #1fc3e1;
	font-size: 1.7em;
	font-weight: normal;
}
#navigation a {
	color: #1fc3e1;
}
#navigation a:visited {
	color: #1fc3e1;
	text-decoration: none;
}
#navigation a:link:hover, #navigation a:visited:hover {
	color: #1fc3e1;
	text-decoration: underline;
}

.navigation_secondary ul{
	position: relative;
	padding: 30px 0 20px 40px;
	font-size: 1.0em;
	font-family: HelveticaNeue, Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
}
.navigation_secondary li {
	display: inline;
	padding-left: 20px;
	color: #1fc3e1;
	font-size: 1.7em;
	font-weight: normal;
}
.navigation_secondary a {	color: #1fc3e1;
}
.navigation_secondary a:visited {
	color: #1fc3e1;
	text-decoration: none;
}
.navigation_secondary a:link:hover, .navigation_secondary a:visited:hover {
	color: #1fc3e1;
	text-decoration: underline;
}

																	/******* Content ********/
#content {
	width: 960px;
	padding: 0;
}

#content_homepage_splash {
	width: 960px;
	background: url(images/splash_homepage.jpg) top left no-repeat;
}


																	/******* Footer ********/
#footer {
	clear: both;
	padding: 20px;	
	text-align: left;
}
#footer p {
	padding-top: 30px;
	padding-left: 40px;
	font-size: 1.6em;
	font-weight: normal;
	color: #4d5254;
}
#footer a {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:link:hover, #footer a:visited:hover{
	color: #FFF;
	text-decoration:underline;
}

			
																		/******* Sepcial Style Classes ********/

.bold {
	font-weight: bold;
	color: #8eacb3;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.clear {
	clear: both;
}
.left {
	float: left;
	display: inline;
	padding: 0 18px 18px 0;
}

.signature img{
	padding-left: 175px;
	position: absolute;
	bottom: 0px;
}
.signature_pec img{
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}
	
	

