html {
	height: 100.5%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .7em;
	line-height: 1.65em;
	color: #333;
	background-color: #CCC;
	}
	
#wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #FFF;
	background: url(images/wrapper_bg.gif) repeat-y;
	}
	
a {
	color: #06C;
	}
	
a:hover {
	color: #FFF;
	background-color: #06C;
	text-decoration: none;
	border: none;
	}
	
/* Banner ----------------------------------------*/

#banner {
	width: 980px;
	height: 132px;
	background: url(images/banner_bg.gif) no-repeat;
	}

#banner h1 {
	position: absolute;
	top: 31px;
	left: 25px;
	padding: 0;
	margin: 0;
	width: 305px;
	background-color: #000000;
	height: 67px;
	}

#banner h1 img {
	border-style: none;
	}
	
#banner p img {
	position: absolute;
	top: 80px;
	right: 50px;
	}
	
/* Navigation ----------------------------------------*/

#navigation {
	width: 930px;
	height: 2.2em;
	background-color: #000;
	padding: .5em 0 0 50px;
	margin: 0;
	}
	
#navigation li {
	color: #FFF;
	display: inline;
	padding: 5px 25px 5px 0;
	list-style-type: none;
	}
	
#navigation li a {
	color: #999;
	text-decoration: none;
	}
	
#navigation li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	}
	
#navigation li.onstate {
	color: #FFF;
	display: inline;
	padding: 5px 25px 5px 0;
	list-style-type: none;
	}
	
#navigation li.onstate a {
	color: #FFF;
	text-decoration: none;
	}
	
#navigation li.onstate a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	}
	
/* Home Page Title ------------------------------------*/

#homePageTitle {
	width: 980px;
	height: 250px;
	background: url(images/hometitle_bg.gif) no-repeat;
	padding: 0;
	margin: 0;
	}
	
#homePageTitle h2 {
	margin-top:0px;
	position: relative;
	left: 50px;
	top:20px;
	font-size:20px;
	color:#fff;
	}
	
#homePageTitle hr {
	display: none;
	}
	
#homePageTitle p {
	position: relative;
	left: 50px;
	top: 20px;
	padding: 0;
	margin: 0;
	width:600px;
	height: 2.2em;
	line-height: 2em;
	text-align:justify;
	font-size:13px;
	color:#fff;

	}
	
#homePageTitle p a {
	color: #FFD2A6;
	text-decoration: none;
	height: 2.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #F93;
	padding:5px;
	}
	
#homePageTitle p a:hover {
	color: #FFD2A6;
	background-color:#FF6600;
	text-decoration: none;
	height: 2.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #FFD5AB;
	padding:5px;
	}
	
/* Sub Page Title ------------------------------------*/

#subPageTitle {
	width: 980px;
	height: 90px;
	background: url(images/subtitle_bg.gif) no-repeat;
	padding: 0;
	margin: 0;
	}
	
#subPageTitle h2 {
	font-size: 20px;
	line-height: 24px;
	padding: 17px 0 0 50px;
	margin: 0;
	color: #FFF;
	font-weight: normal;
	}
	
/* Sub Page Portfolio Title ------------------------------------*/

#subPageTitlePf {
	width: 980px;
	height: 90px;
	background: url(images/subtitle_pf_bg.gif) no-repeat;
	padding: 0;
	margin: 0;
	}
	
#subPageTitlePf h2 {
	float: left;
	font-size: 20px;
	line-height: 24px;
	padding: 17px 0 0 50px;
	margin: 0;
	color: #FFF;
	font-weight: normal;
	}
	
#subPageTitlePf ul {
	float: right;
	position: relative;
	right: 50px;
	padding: 0;
	margin: 17px 0 0 0;
	}
	
#subPageTitlePf ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	}
	
#subPageTitlePf ul li.prev a {
	float: left;
	display: block;
	width: 55px;
	height: 25px;
	background-color: #CCCCCC;
	background: url(images/pf_button_prev_bg.gif) no-repeat;
	}
	
#subPageTitlePf ul li.prev a span {
	display: none;
	}
	
#subPageTitlePf ul li.prev a:hover {
	float: left;
	display: block;
	width: 55px;
	height: 25px;
	background-color: #CCCCCC;
	background: url(images/pf_button_prev_on_bg.gif) no-repeat;
	}
	
#subPageTitlePf ul li.next a {
	float: left;
	display: block;
	width: 55px;
	height: 25px;
	background-color: #CCCCCC;
	background: url(images/pf_button_next_bg.gif) no-repeat;
	}
	
#subPageTitlePf ul li.next a span {
	display: none;
	}
	
#subPageTitlePf ul li.next a:hover {
	float: left;
	display: block;
	width: 55px;
	height: 25px;
	background-color: #CCCCCC;
	background: url(images/pf_button_next_on_bg.gif) no-repeat;
	}
	


	
/* Body Content ------------------------------------*/

#bodyContent {
	padding: 0;
	margin: 0;
	}
	
#bodyContent hr {
	display: none;
	}
	
#bodyContent h4 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
#bodyContent h3 {
	margin: 0 0 0 50px;
	padding: 30px 0 0 0;
	}
	
#bodyContent h3.botSpace {
	margin: 0 0 0 50px;
	padding: 30px 0 30px 0;
	}

/* Single Column */

#bodyContent .column {
	width: 320px;
	float: left;
	padding: 0 0 30px 0;
	}
	
#bodyContent .column h4 {
	margin: 0 40px 0 50px;
	}
	
#bodyContent .column h5 {
	margin: 5px 40px -5px 50px;
	padding: 0;
	font-size: 100%;
	color: #999;
	font-weight: normal;
	}
	
#bodyContent .column p {
	margin: 5px 40px 5px 50px;
	}
	
#bodyContent .column p.botSpace {
	margin: 5px 40px 20px 50px;
	}
	
#bodyContent .column blockquote {
	padding: 0 0 20px 0;
	margin: 0;
	background: url(images/blockquote_bg.gif) no-repeat 35px .4em;
	}
	
#bodyContent .column blockquote p strong {
	font-weight: normal;
	color: #F60; 
	}
	
#bodyContent .column blockquote p em {
	font-weight: normal;
	font-style: italic;
	color: #999; 
	}
	
#bodyContent .column blockquote p span {
	display: none; 
	}
	
/* Double Column */

#bodyContent .columnDouble {
	width: 650px;
	padding: 0 0 10px 0;
	margin-top: 10px;
	}
	
#bodyContent .columnDouble ul{
	margin: 5px 40px 5px 50px;
	}
	
#bodyContent .columnDouble h2 {
	margin: 30px 40px 20px 50px;
	color:#FF6600;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	}
	
#bodyContent .columnDouble h4 {
	margin: 30px 40px 20px 50px;
	color:#000;
	padding-bottom:5px;
	}

	
#bodyContent .columnDouble p {
	margin: 5px 40px 5px 50px;
	font-size:12px;
	margin-bottom:5px;
	}
	
#bodyContent .columnDouble p.botSpace {
	margin: 5px 40px 20px 50px;
	}
	
/* Portfolio Project Wide Column */

#bodyContent .portfolioColumn {
	width: 980px;
	padding: 0 0 10px 0;
	}
	
#bodyContent .portfolioColumn h4 {
	margin: 30px 40px 0 40px;
	}
	
#bodyContent .portfolioColumn h5 {
	margin: 5px 50px -5px 40px;
	padding: 0;
	font-size: 100%;
	color: #999;
	font-weight: normal;
	}
	
#bodyContent .portfolioColumn p {
	line-height: 1.55em;
	margin: 5px 50px 10px 40px;
	color: #999;
	}
	
#bodyContent .portfolioColumn p.botSpace {
	margin: 5px 40px 20px 40px;
	}
	
#bodyContent .portfolioColumn .hero {
	float: left;
	padding: 30px 0 80px 50px;
	margin: 0;
	}
	
#bodyContent .portfolioColumn .textDescription {
	float: right;
	width: 330px;
	}
	
#bodyContent .portfolioColumn .textDescription img {
	padding: 20px 0 20px 0;
	margin: 0;
	}
	
/* Double Column Portfolio Landing Page */

#subBox {
	position: absolute;
	top: 400px;
	right: 50px;
	width: 240px;
	padding: 0;
	margin: 0;
	background: url(images/sidebox_bg_top.gif) no-repeat left top;
	overflow: hidden;
	}
	
#subBox h4 {
	padding: 25px 30px 0 30px;
	margin: 0;
	}

#subBox h5 {
	font-size: 1em;
	padding: 3px 30px 3px 30px;
	margin: 0;
	}
	
#subBox p {
	padding: 5px 30px 3px 30px;
	margin: 0;
	}
	
#subBox .bottomBg {
	padding-bottom: 25px;
	background: url(images/sidebox_bg_bottom.gif) no-repeat left bottom;
	}
	
#subBox ul {
	padding: 3px 15px 3px 30px;
	margin: 0;
	}
	
#subBox ul li {
	padding: 0 0 5px 15px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat left .65em;
	text-decoration:underline;
	}
	
#subBox .horizontalRule {
	margin: 20px 0 0 30px;
	}

	
#bodyContent .columnDouble .pfThumb {
	float: left;
	padding: 30px 15px 15px 50px;
	width: 250px;
	}

#bodyContent .columnDouble .pfThumb a img {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	}
	
#bodyContent .columnDouble .pfThumb a:hover img {
	border-width: 1px;
	border-color: #999;
	}

#bodyContent .columnDouble .pfThumb p {
	padding: 6px 0 10px 0;
	margin: 0;
	background: url(images/pf_thumb_link_bg.gif) no-repeat bottom;
	}
	
/* Home Side Box */
	
#homeBox {
	position: absolute;
	top: 442px;
	right: 50px;
	width: 240px;
	padding: 0;
	margin: 0;
	background: url(images/sidebox_bg_top.gif) no-repeat left top;
	overflow: hidden;
	}
	
#homeBox h4 {
	padding: 25px 30px 10px 30px;
	margin: 0;
	}

#homeBox h5 {
	font-size: 1em;
	padding: 3px 30px 3px 30px;
	margin: 0;
	}
	
#homeBox p {
	padding: 3px 30px 3px 30px;
	margin: 0;
	}
	
#homeBox img {
	padding: 3px 30px 5px 30px;
	margin: 0;
	}
	
#homeBox .bottomBg {
	padding-bottom: 25px;
	background: url(images/sidebox_bg_bottom.gif) no-repeat left bottom;
	}
	


#footer {
	width: 980px;
	clear: both;
	background: url(images/footer_bg_bottom.gif) no-repeat bottom;
	padding: 0 0 35px 0;
	margin: 20px 0 0 0;
	color: #999;
	}
	
#footer ul {
	margin: 0;
	padding: 15px 0 0 50px;
	background: url(images/footer_bg_top.gif) no-repeat top;
	}
	
#footer li {
	display: inline;
	padding: 0 20px 0 15px;
	margin: 0;
	background: url(images/bullet.gif) no-repeat left .45em;
	}
	
#footer hr {
	display: none;
	}
	
