@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: url(images/tanbg.jpg) #d8f1e4;
	}
	
#mainContainer {
	background: url(images/mainbg.jpg) top repeat-x;
	min-height: 680px;
	width: 100%;
	margin-bottom: 30px;
	}
	
#secondaryContainer {
	min-height: 660px;
	width: 1000px;
	margin: auto;
	
	}
	
#header {
	background: url(images/topbg.jpg) top repeat-x;
	height: 160px;
	margin: auto;
	}
	
#header h1.amberline, #header h1.amberline a:link, #header h1.amberline a:active, #header h1.amberline a:visited, #header h1.amberline a:hover {
	background: url(images/amberline.png) no-repeat;
	width: 380px;
	height: 159px;
	text-indent: -9999px;
	float: left;
	}

#menu ul {
	list-style-type: none;
	float: right;
	margin-top: 20px;
	}
	
#menu li {
	float: left;
	margin-right: 35px;
	}
	
#menu a {display: block;}
	
#menu li.about, #menu li.about a:link, #menu li.about a:active, #menu li.about a:visited {
	background: transparent url(images/about.gif) no-repeat;
	text-indent: -9999px;
	width: 60px;
	height: 28px;
	}
	
#menu li.about a:hover {
	background: url(images/aboutover.gif) no-repeat;
	text-indent: -9999px;
	width: 60px;
	height: 28px;
	}
	
#menu li.services, #menu li.services a:link, #menu li.services a:active, #menu li.services a:visited {
	background: transparent url(images/services.gif) no-repeat;
	text-indent: -9999px;
	width: 80px;
	height: 28px;
	}
	
#menu li.services a:hover {
	background: url(images/servicesover.gif) no-repeat;
	text-indent: -9999px;
	width: 80px;
	height: 28px;
	}
	
#menu li.portfolio, #menu li.portfolio a:link, #menu li.portfolio a:active, #menu li.portfolio a:visited {
	background: transparent url(images/portfolio.gif) no-repeat;
	text-indent: -9999px;
	width: 91px;
	height: 28px;
	}
	
#menu li.portfolio a:hover {
	background: url(images/portfolioover.gif) no-repeat;
	text-indent: -9999px;
	width: 91px;
	height: 28px;
	}
	
#menu li.resources, #menu li.resources a:link, #menu li.resources a:active, #menu li.resources a:visited {
	background: transparent url(images/resources.gif) no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 28px;
	}
	
#menu li.resources a:hover {
	background: url(images/resourcesover.gif) no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 28px;
	}
	
#menu li.contact, #menu li.contact a:link, #menu li.contact a:active, #menu li.contact a:visited {
	background: transparent url(images/contact.gif) no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 28px;
	}
	
#menu li.contact a:hover 
 {
	background: url(images/contactover.gif) no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 28px;
	}
	
#contentTop {
	width: 520px;
	margin-top: 40px;
	margin-left: 20px;
	}
	
#contentTop .request {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #474747;
	margin-bottom: 10px;
	}
	
#contentTop p {
	font-family: allura;
	font-size: 40pt;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #474747;
	}
	
#contentTop a:link, #contentTop a:active, #contentTop a:visited {
	text-decoration: none;
	color: #7c9c4b;
	font-weight: 600;
	}
	
#contentTop a:hover {
	text-decoration: none;
	color: #7c9c4b;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	font-weight: 600;
	}
	
#contentTop h2.motto {
	background: url(images/motto.gif) no-repeat center top;
	text-indent: -9999px;
	width: 410px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.aboutphrase {
	background: url(images/aboutphrase.gif) no-repeat center top;
	text-indent: -9999px;
	width: 280px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.servicesphrase {
	background: url(images/servicesphrase.gif) no-repeat center top;
	text-indent: -9999px;
	width: 315px;
	height: 69px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.portfoliophrase {
	background: url(images/portfoliophrase.gif) no-repeat center top;
	text-indent: -9999px;
	width: 399px;
	height: 69px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.resourcesphrase {
	background: url(images/resourcesphrase.gif) no-repeat center top;
	text-indent: -9999px;
	width: 345px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.contactphrase {
	background: url(images/contactphrase.gif) no-repeat center top;
	text-indent: -9999px;
	width: 267px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentTop h2.sentmessage {
	background: url(images/sentmessage.gif) no-repeat center top;
	text-indent: -9999px;
	width: 284px;
	height: 68px;
	margin: auto;
	margin-bottom: 30px;
	}
	
#contentBottom {
	margin: auto;
	min-width: 450px;
	max-width: 920px;
	padding-right: 80px;
	padding-left: 20px;
	}
	
#contentBottom p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #474747;
	margin-bottom: 25px;
	}
	
#contentBottom ol {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #474747;
	margin-bottom: 25px;
	padding-left: 50px;
	}
	
#contentBottom h3 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #474747;
	}
	
#contentBottom h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #474747;
	}
	
#contentBottom a:link, #contentBottom a:active, #contentBottom a:visited {
	text-decoration: none;
	color: #4f8b9e;
	}
	
#contentBottom a:hover {
	text-decoration: none;
	color: #4f8b9e;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	}
	

#contentBottom .imgright {
	float: right;
	border: 1px solid #999999;
	padding: 10px;
	background: #fff;
	margin-left: 30px;
	margin-bottom: 30px;
	}
	
#contentBottom .imgleft {
	float: left;
	border: 1px solid #999999;
	padding: 10px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	}
		
#contentBottom .img {
	margin: 30px;
	border: 1px solid #999999;
	padding: 10px;
	background: #fff;
	}

#footer {
	min-width: 450px;
	max-width: 900px;
	margin: auto;
	padding: 20px;
	border-top: 1px solid #bbbbbb;
	}
	
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: center;
	color: #999999
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #a3cd63;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #a3cd63;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	}
	
#bottomNavContainer {
	width: 390px;
	margin: auto;
	padding: 10px;
	}

	
#bottomNav li  {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-decoration: none;
	color: #4f8b9e;
	}
	
#bottomNav a:link, #bottomNav a:active, #bottomNav a:visited {
	text-decoration: none;
	color: #4f8b9e;
	}
	
#bottomNav li a:hover {
	text-decoration: none;
	color: #4f8b9e;
	border-bottom: 1px solid #999;
	}
	
#form1 p {
	font-size: .8em;
	margin-bottom: 10px;
	}
	
#form1 .label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	vertical-align: middle;
	}
	
input#Name, input#Email, textarea#Message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 4px;
	margin-top: -4px;
	background: #ecf8ee;
	border: 1px solid #999999;
	}
	
input#send {
	margin-left: 90px;
	background-color:#c0dd92;
	padding: 3px;
	border: 1px solid #999999;
	color: #333333;
	}
	
#feerequest p {
	margin-bottom: 15px;
	}
	
#feerequest .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	vertical-align: middle;
	}

input#feeName, input#feeEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 4px;
	margin-top: -4px;
	background: #ecf8ee;
	border: 1px solid #999999;
	}
	
input#sendfee {
	background-color: #c0dd92;
	padding: 3px;
	border: 1px solid #999999;
	color: #333333;
	}
	
/* TWITTER CODE */
#twitter_div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #474747;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	width: 500px;
	float: left;
}
 
#twitter_div ul {
	list-style-type: none;
	} 
 
#twitter_div ul li {
	color: #474747;
	border-top: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #4f8b9e;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #4f8b9e;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

#twitter_div p a:hover {
	text-decoration: none;
	border-bottom: none;
	}
		
#mainContainer #secondaryContainer #contentTop h2 {
	font-family: allura;
	font-style: normal;
	font-weight: 400;
	font-size: 42pt;
}
#mainContainer #secondaryContainer #contentTop p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10pt;
}
