* {margin:0; padding:0; border:0}

body {
	background-color: white;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #CC6633; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

p {margin: 16px 0 16px 0;}

.orange {color: #CC6633;}

hr {border-bottom: 1px dotted #969696; margin: 11px 0 20px 0;}

/*  Base template styles */

#wrapper {
	width: 960px;
	height: 100%;
	margin:0 auto 30px auto;
}

#lines {
	width: 960px;
	height: 2px;
	margin: 8px 0 0 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #999999;
}

#header {
	width: 960px;
	height: 65px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #dadada;
}

#logo {
	width: 226px;
	height: 13px;
	position: relative;
	left: 23px;
	top: 26px;
}

#textBoxes {
	width: 150px;
	position: relative;
	left: 811px;
	top: -3px;
}

.textBox {
	font-size: 11px;
	color: #333333;
	min-width: 30px;
	display: inline;
	padding: 3px 6px;
	margin-right: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

#nav {
	width: 750px;
	position: relative;
	left: 176px;
	top: 23px;
	font-size: 11px;
}

#nav ul {list-style: none; padding:0; margin:0}

#nav li {float:left; margin-right:24px;}

#subnav {
	width: 600px;
	margin: 4px 0 0 134px;
	font-size: 11px;
	font-style: italic;
}

#subnav ul {list-style: none; padding:0; margin:0}

#subnav li {float:left; margin-right:24px;}

#footer {
	width: 960px;
	padding: 6px 0 0 0;
	font-size: 10px;
	color: #999999;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #999999;
}

#footer ul {list-style: none; padding:0; margin:0; margin-left:23px;}

#footer li {float:left; margin-right:24px; margin-right:24px;}

#footer a:link {color: #666666; text-decoration: none;}
#footer a:visited {color: #666666; text-decoration: none;}
#footer a:hover {color: #666666; text-decoration: underline;}
#footer a:active {color: #666666; text-decoration: none;}

/*  Specific template styles */

#homeFlash {
	width: 960px;
	height: 477px;
	margin: 31px 0 38px 0;
}

#portfolioFlash {
	width: 916px;
	height: 506px;
	margin: 23px 0 10px 22px;
}

#bioImage {
	width: 684px;
	height: 477px;
	float: left;
	margin: 0 10px 0 0;
}

#bioText {
	width: 225px;
	height: 459px;
	float: left;
	background-color: #333333;
	padding: 18px 28px 0 13px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

#pageContent {
	width: 960px;
	height: 100%;
	color: #333333;
	margin: 31px 0 38px 0;
	overflow: auto;
}

#pageContent ul {
	line-height: 18px; 
	/*list-style-position: inside;*/
	padding: 0 0 0 1em; 
	font-size: 11px;
}

#column1 {
	width: 387px;
	height: 100%;
	float: left;
}

#column2 {
	width: 190px;
	padding: 0 15px 0 15px;
	float: left;
}

#column3 {
	width: 345px;
	padding: 0 0 17px 7px;
	float: left;
	border-left: 1px dotted #969696;
}

.quotation {
	height: 100%;
	padding: 0 10px 0 0;
	font-size: 24px;
	color: #666666;
	line-height: 30px;
}

.attribute {
	height: 100%;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	line-height: 30px;
}

#description {
	height: 100%;
	padding: 0 5px 0 177px;
	font-size: 16px;
	color: #cc6633;
	line-height: 24px;
	
}

#testimonials {
	width: 226px;
	font-size: 11px;
	line-height: 14px;
}

#contactInfo {
	height: 100%;
	padding: 0 5px 0 177px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

#testimonialBig {
	font-size: 18px;
	line-height: 24px;
	padding: 0 8px 0 0;
}

#testimonialBig p {margin: 0 0 16px 0;}
