/* Common Styles */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background: #E9E9E9;
	font:0.8em/1.3 Arial, Helvetica, Geneva, Verdana, sans-serif;
}

h1 {
	font-size: 175%;
	color: #BFBFBF;
	margin: 0px;
	padding: 0px 0px 5px;
	letter-spacing: 1px;
}

h2 {
	font-size: 130%;
	color: #7B4624;
	margin: 0px;
	padding: 0px 0px 5px;
}

h3 {
	font-size: 120%;
	color: #AF894A;
	margin: 0px;
	padding: 0px 0px 5px;
}

h4 {
	font-size: 110%;
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 5px;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
	padding: 0px;
}

ul li {
	padding-left: 15px;
	background: url(images/bullet-list.gif) no-repeat 0px 2px;
	line-height: 150%;
	margin: 0px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

blockquote {
	padding: 0px;
	margin: 0px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(images/sc-q.gif) no-repeat bottom right;
}

blockquote span.author {
	display: block;
	padding: 0px 5px 5px;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-size: 90%;
	color: #444444;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.quote-hilite {
	padding : 10px;
	margin: 0;
	background: #FEF9EB;
	border: 1px solid #EEDEAC;
	color: #A78722;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 35px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px 10px;
	display: block;
	color: #FFFFFF;
	background: url(images/ol-bg.gif) no-repeat left top;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Navigation Styles */

#navigation {
	background-color: #FFFFFF;
	height: 33px;
	width: 850px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	padding-top: 5px;
}

#navigation ul {
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
}
	
#navigation li {
	display:table-cell; 
	margin:0; 
	padding:0;
}
	
#navigation a {
	float:left;
	color:#444444;
	background: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a:hover {
	color:#FFFFFF;
	cursor:pointer;
	background-color: #8D8D8D;
}
	 
#navigation  a.current {
  color:#00704A; 
  background:#FFFFFF;
}
	 

/* Layout Styles */

#wrapper {
	width: 850px;
	background-color: #FFFFFF;
	margin:0 auto;
}

#title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
	width: 850px;
}

#header {

}

#header-banner {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 850px;
}

#content {
}

#cv-content {
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 795px;
}

#gallery-content {
	width: 850px;
}

#left-panel {
	float: left;
	width: 425px;
	padding: 25px;
}

#left-panel-mural {
	float: left;
	width: 425px;
	padding: 10px 25px 0px;
}

#right-panel {
	float: right;
	width: 300px;
	padding: 25px;
}

#footer {
	height: 350px;
	width: 850px;
	background: url(images/body-bg.jpg) no-repeat fixed center bottom;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}

#footer a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}

.footer-content {
	text-align: center;
	margin-top: 30px;
}

/* Form Styles */

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

textarea {
	background: #FFFFFF;
	color: #333333;
	border: 1px dotted #DDDDDD;
}


/* Accordion Styles */

.accToggler {
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 2px;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 5px;
	background-color: #F3F3F3;
}

.accToggler:hover {
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 2px;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 5px;
	background-color: #F5ECCD;
}

.accToggler:active {
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 2px;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 5px;
	background-color: #F5ECCD;
}

.accContent {
	text-align: left;
	line-height: 1.25em;

}

a.readon, a.readon:active, a.readon:focus {
	color: #139595;
	text-decoration: none;
}

a.readon:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;
}

.img-left {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.img-right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*-----FORM Styles-------*/

#form-container {
	padding: 0px;
	float: left;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #EEEEEE;
}

#form-container form p {
	margin: 15px;
}

#form-container legend {
	margin: 15px;
}

#form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
}

#form-container label, 
#form-container span.label { 
	margin-right: 10px; 
	padding-right: 10px; 
	width: 125px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}

#form-container label em, 
#form-container span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #333333; 
}

#form-container div.buttonrow {
	margin-left: 160px;
	margin-bottom: 20px;
}
