body
{
	background-color: white;
	background-image: url(/images/FooterBG.png);
	background-position: center 551px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin: 0;
	line-height: 1.4;
	padding: 0;
}
a:link
{
	color: #666666;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #5BB5E0;
	text-decoration: underline;
}
div#content
{
	margin: 0 auto;
	padding: 0;
	height: 410px;
	width: 770px;
}
div#content #main
{
	float: right;
	font-size: 12px;
	height: 400px;
	margin: 0px 0;
	overflow: auto;
	padding: 10px 10px 0 0;
	width: 390px;
}
div#content #navigation
{
	float: left;
	margin: 0;
	padding: 130px 0 0 0;
	list-style-type: none;
	width: 325px;
}
div#content #navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#content #navigation ul li
{
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: right;
}
div#content #navigation ul li a
{
	background-image: url(/images/MenuBG.png);
	background-position: -9999em;
	background-repeat: no-repeat;
	color: black;
	display: block;
	float: right;
	margin: 3px 0;
	padding: 7px 35px 7px 0;
	width: 300px;
	text-decoration: none;
}
div#content #navigation li#current a,
div#content #navigation a:hover,
div#content #navigation a:focus
{
	background-position: right;
	color: white;
}
div#footer
{
	color: white;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	width: 770px;
}
div#header
{
	background-image: url(/images/HeaderBG.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid 1px #5BB5E0;
	text-align: center;
	width: auto;
	height: 140px;
	position: relative;
}
div#header #logo {
	margin: 0 auto;
	position: relative;
	width: 600px;
}
div#header #logo a {
	display: block;
	position: absolute;
	left: 0;
}
div#header img
{
	margin: 65px 0 0 0;
}
h1 {
	font-size: 1.4em;
}
h2
{
	border-top: dashed 1px #5BB5E0;
	font-size: 14px;
	margin: 15px 15px 0 0;
	padding: 5px 0 0 0;
}
img a:link
{
	border-style: none;
}
img a:visited
{
	border-style: none;
}
p
{
	margin: 10px 0;
}
ul
{
	list-style-type: none;
}
/*===== FORM ======*/
form {
	border-top: dashed 1px #5BB5E0;
	border-bottom: dashed 1px #5BB5E0;
	margin: 10px 0;
}
label em {
	font-size: .9em;
	font-weight: normal;
	letter-spacing: normal;
}
label {
	display: block;
	letter-spacing: .05em;
	font-weight: 800;
	margin: 15px 0 0 0;
}
input, textarea {
	background-color: #efefef;
	border: solid 1px #999;
}
input#submit-btn {
	border: solid 1px #333;
	margin: 10px 0;
}


/*===== PAGE SPECIFIC =====*/
/*===INDEX STYLES===*/
body#index h2
{
	background-image: url(/images/WadeSignature.png);
	background-repeat: no-repeat;
	border: none;
	height: 60px;
	width: 200px;
	text-indent: -5000px;
}
body#index strong
{
	border: none;
	display: block;
	font-size: 15px;
	margin: 10px 0 0 0;
	padding: 0;
}
body#index #main ul
{
	margin: 0;
}
body#index #main ul li
{
	padding: 2px 0;
	font-style: italic;
	font-weight: 800;
	margin: 0 0 0 20px;
}
/*=====ABOUT STYLES=====*/
body#about h2
{
	display: inline;
	border: none;
	margin: 5px 5px 0 0;
}
body#about h3
{
	border: none;
	font-size: 14px;
	margin: 25px 5px 0 0;
	padding: 0;
}
body#about #main img
{
	border: solid 1px #666;
	float: left;
	margin: 0 10px 5px 0;
	padding: 1px;
}
body#about em
{
	display: block;
	margin: 10px 0 0 0;
}
body#about strong
{
	display: block;
	border-bottom: dashed 1px #5BB5E0;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
/*=====CONTACT STYLES=====*/
body#contact #main ul
{
	font-size: 14px;
	font-weight: 800;
}
body#contact #main ul li
{
	margin: 3px 0;
}
#feedback {
	font-weight: bold;
	font-style: italic;
}
#form-button {
	margin: 10px 0;
}
form textarea {
	width: 350px;
}
/*=====PORTFOLIO STYLES=====*/
body#portfolio #main h1 {
	text-indent: -9999em;
}
body#portfolio #main
{
	height: 379px;
	padding-top: 0;
	overflow: hidden;
}
body#portfolio #main img
{
	display: none;
}
/*=====PRICING STYLES=====*/
body#pricing h2
{
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
}
body#pricing #main
{
	height: 379px;
}
body#pricing #main ul
{
	list-style: disc;
	margin: 0 0 10px 30px;
	padding: 0;
}
body#pricing #main ul li
{
	margin: 5px 0;
	padding: 0;
}
body#pricing form {
	border: none;
}
body#pricing form input {
	background-color: transparent;
	border: none;
}