/* background gradient image*/
body{
	text-align:center;
	background-color:#999999;
	background-image:url(../images/dc_grad_bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
}



/*holder to center the content on the page*/
#pagecontainer{
	width:760px;
	margin:0 auto;
	text-align:left;
}




/*David Creative logo area*/
#logoheader{
	width:760px;
	height:46px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:900;
	color:#000000;
	background-color:#FFFFFF;
	clear:both;
}

#logoheader img{
	margin:0px;
	padding:20px 0px 0px 0px;
	border:0px;
	position:relative;
	bottom:0px;
	left:0px;
}



/*navigation*/
/*container & bg image for navigation*/
#navcontainer{
	width:760px;
	height:96px;
	margin:0px;
	padding:0px;
	border:0px;
	border-style:none;
	clear:both;
	position:relative;
	background-color:#c29966;
	background-image:url(../images/dc_navcontainer_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/*navigation bar*/
#navmain {
	height:96px;
	float:left;
	clear:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 17px;
	border:0px;
}

#navmain ul{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
	text-align:left;
	margin:0px;
	padding:38px 22px 58px 0px;
	border:0px;
	background-image:url(../images/dc_navmain_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#navmain ul li{
	width:auto;
	float:left;
	height:auto;
	margin:0px 2px 0px 0px;
	padding:0px;
	border:0px;
}
#navmain ul li a{
overflow:visible;
	margin:0px;
	padding:0px 4px 45px 4px;
	border:0px;
	display:block;
	text-decoration: none;
	text-transform:capitalize;
	text-align:center;
	color: #000000;
}
#navmain ul li a#current{
	background-image:url(../images/dc_nav_selector.gif);
	background-repeat: no-repeat;
	background-position:top center;
	color: #FFFFFF;
	font-weight:700;
}
#navmain ul li a:link {	
	color: #000000;
	font-weight:normal;
}
#navmain ul li a:visited {	
	color: #000000;
	font-weight:normal;
}
#navmain ul li a:active {	
	background-image:url(../images/dc_nav_selector.gif);
	background-repeat: no-repeat;
	background-position:top center;
	color: #FFFFFF;
	font-weight:700;
}
#navmain ul li a:hover {
	background-image:url(../images/dc_nav_selector_over.gif);
	background-repeat: no-repeat;
	background-position:top center;
	color: #ffd4a0;
	font-weight:normal;
}



/*email to a friend floating pink box container*/
#linksbox{
	width:auto;
	height:96px;
	float:right;
	margin:0px 20px 0px 20px ;
	padding:0px 10px 0px 0px;
	border:0px;
	background-image:url(../images/dc_linkboxo_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
}

/*content of linksbox*/
#linksboxcontent{
	height:86px;
	width:auto;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	border:0px;
	background-image:url(../images/dc_linkboxo_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/*papgraphs*/
#linksboxcontent p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:16px;
	color:#000000;
	margin:0px;
	padding:10px 0px 35px 0px;
	border:0px;
	text-align:left;
	vertical-align:middle;
}

/*text-links*/
#linksboxcontent a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#000000;
	font-weight:700;
}
#linksboxcontent a:link {	
}
#linksboxcontent a:visited {	
}
#linksboxcontent a:active {	
	background-color:#FFA2E1;
}
#linksboxcontent a:hover {
	background-color:#FFA2E1;
}

/*email to a friend floating pink box container*/
#linksboxblue{
	width:auto;
	height:96px;
	float:right;
	margin:0px 20px 0px 20px ;
	padding:0px 10px 0px 0px;
	border:0px;
	background-image:url(http://www.davidcreative.co.uk/images/dc_linkbox_right.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	}
	
/*content of linksbox blue*/
#linksboxcontentblue{
	height:96px;
	width:auto;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	border:0px;
	background-image:url(http://www.davidcreative.co.uk/images/dc_linkbox_left.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/*papgraphs*/
#linksboxcontentblue p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:16px;
	color:#000000;
	margin:0px;
	padding:10px 0px 35px 0px;
	border:0px;
	text-align:left;
	vertical-align:middle;
}

/*text-links*/
#linksboxcontentblue a img{
	text-decoration:underline;
	padding:1px;
	color:#000000;
	font-weight:700;
}
#linksboxcontentblue a img:link {	
}
#linksboxcontentblue a img:visited {	
}
#linksboxcontentblue a img:active {	
	background-color:#FFFFFF;
}
#linksboxcontentblue a img:hover {
	background-color:#FFFFFF;
}

/*content*/
/*container for all page content below navigation*/
#contentcontainer {
	width:760px;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(../images/dc_content_bg.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 0px 0px 0px;
	border:0px;
	vertical-align:top;
}

/*View all projects page styles*/
/*page title*/
#contentprojectstitle {
	float:left;
	clear:both;
	width:720px;
	height:auto;
	margin:0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	display:inline;
}

/*headings*/
#contentprojectstitle h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}

#contentprojectstitle h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#906633;
	margin:0px;
	padding:10px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*papgraphs*/
#contentprojectstitle p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#contentprojectstitle strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*italic text*/
#contentprojectstitle em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:oblique;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentprojectstitle a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentprojectstitle a:link {	
}
#contentprojectstitle a:visited {	
}
#contentprojectstitle a:active {	
	background-color:#ffd4a0;
}
#contentprojectstitle a:hover {
	background-color:#ffd4a0;
}

/*container for all projects page*/
#contentprojectscontainer{
width:720px;
height:auto;
float:left;
clear:both;
margin:0px 20px 0px 20px;
padding:0px;
border:0px;
vertical-align:top;
text-align:left;
background-image:url(../images/dc_allproject_bg.gif);
background-repeat:repeat-y;
background-position:top left;
background-color:#77b6ed;
display:inline;
}

/*show all projects blue sub navigation*/
#contentprojectsnav{
	float:left;
	clear:right;
	width:144px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
	display:inline;
}

/*papgraphs*/
#contentprojectsnav p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:0px 6px 14px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*headings*/
#contentprojectsnav h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}
#contentprojectsnav h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*bold text*/
#contentprojectsnav strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentprojectsnav a{
	text-decoration:underline;
	padding:6px 6px 6px 6px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
	background-color:#77b6ed;
}
#contentprojectsnav a:link {	
	background-color:#92d4ff;
}
#contentprojectsnav a:visited {	
	background-color:#92d4ff;
}
#contentprojectsnav a:active {	
	background-color:#92d4ff;
}
#contentprojectsnav a:hover {
	background-color:#92d4ff;
}

/*buttons*/
#contentprojectsnav ul{
	width:144px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
}

#contentprojectsnav ul li{
	float:left;
	width:144px;
	clear:none;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
}

#contentprojectsnav ul li a{
	margin:0px;
	padding:6px;
	border:0px;
	display:block;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	color: #000000;
	text-align:left;
	background-color:#77b6ed;
}
#contentprojectsnav ul li a#chosen{
	color: #000000;
	background-color:#c29966;
}
#contentprojectsnav ul li a:link {
	color: #000000;
	background-color:#77b6ed;	
}
#contentprojectsnav ul li a:visited {	
	color: #000000;
	background-color:#77b6ed;	
}
#contentprojectsnav ul li a:active {	
	color: #000000;
	background-color:#c29966;
}
#contentprojectsnav ul li a:hover {
	color:#000000;
	background-color:#92d4ff;
}

/*3/4 page width brown highlight box*/
#contentprojects {
	float:left;
	clear:right;
	display:inline;
	width:576px;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
}

/*papgraphs*/
#contentprojects p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:0px 6px 14px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*headings*/
#contentprojects h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#000000;
	margin:0px;
	padding:15px 6px 12px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}
#contentprojects h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}
#contentprojects h3{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:#000000;
	margin:0px;
	padding:9px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}
#contentprojects h4{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#000000;
	margin:0px;
	padding:8px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}
#contentprojects h5{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#000000;
	margin:0px;
	padding:7px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}
#contentprojects h6{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#000000;
	margin:0px;
	padding:6px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*indented paragraph*/
#contentprojects blockquote{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#000000;
	margin:0px;
	padding:0px 25px 20px 25px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#contentprojects strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*italic text*/
#contentprojects em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:oblique;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentprojects a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentprojects a:link {	
}
#contentprojects a:visited {	
}
#contentprojects a:active {	
	background-color:#ffd4a0;
}
#contentprojects a:hover {
	background-color:#ffd4a0;
}

/*project picture links*/
#contentprojects .picturebutton ul{
	width:576px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
	
}

#contentprojects .picturebutton ul li{
	float:left;
	width:132px;
	height:auto;
	margin:6px 6px 14px 6px;
	padding:0px;
	border:0px;
	display:inline;
}

#contentprojects .picturebutton ul li a{
	margin:0px;
	padding:5px 0px 5px 0px;
	border:0px;
	display:block;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	color: #000000;
	text-align:center;
	background-color:#ffd4a0;
}
#contentprojects .picturebutton ul li a#current{
	color: #000000;
	background-color:#ffffff;
}
#contentprojects .picturebutton ul li a:link {
	color: #000000;
	background-color:#ffd4a0;	
}
#contentprojects .picturebutton ul li a:visited {	
	color: #000000;
	background-color:#ffd4a0;	
}
#contentprojects .picturebutton ul li a:active {	
	color: #000000;
	background-color:#ffffff;
}
#contentprojects .picturebutton ul li a:hover {
	color:#ffffff;
	background-color:#906633;
}
#contentprojects .picturebutton ul li a img {
	width:128px;
	height:38px;
	margin:5px 0px 0px 0px;
	padding:6px 2px 2px 2px;
	border:0px;
	background-color:#906633;
	background-image:url(../images/picturebutton_space.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	clear:left;
}

/*too allow bg colour to drag down behind buttons*/
#contentprojectsspacer {
	width:auto;
	height:0px;
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}


/*project page sub navigation*/
/*navigation container*/
#contentnav {
	float:left;
	clear:right;
	width:144px;
	height:auto;
	margin:0px 37px 20px 20px;
	padding:0px 0px 0px 0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	display:inline;
}

/*headings*/
#contentnav h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}

/*project area sub-navigation*/
#contentnavarea {
	float:left;
	width:144px;
	height:auto;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
}

/*papgraphs*/
#contentnavarea p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:6px 6px 6px 6px;
	border:0px;
	text-align:center;
	vertical-align:middle;
}

/*headings*/
#contentnavarea h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*bold text*/
#contentnavarea strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentnavarea a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentnavarea a:link {	
}
#contentnavarea a:visited {	
}
#contentnavarea a:active {	
	background-color:#92d4ff;
}
#contentnavarea a:hover {
	background-color:#92d4ff;
}


/*project sub-navigation*/
#contentnavbox {
	float:left;
	width:144px;
	height:auto;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
}

/*headings*/
#contentnavbox h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*forms*/
#contentnavbox form{
	width:132px;
	margin:0px 0px 20px 0px;
	padding:0px 6px 0px 6px;
	border:0px;
}

#contentnavbox form select{
	width:132px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:capitalize;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	border:0px;
}

/*sub-navlists*/
#contentnavbox ul{
	width:132px;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
}

#contentnavbox ul li{
	float:left;
	width:132px;
	clear:none;
	height:auto;
	margin:6px 0px 9px 0px;
	padding:0px;
	border:0px;
}

#contentnavbox ul li a{
	margin:0px;
	padding:5px 0px 5px 0px;
	border:0px;
	display:block;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	color: #000000;
	text-align:center;
	background-color:#ffd4a0;
}
#contentnavbox ul li a#chosen{
	color: #000000;
	background-color:#ffffff;
}
#contentnavbox ul li a:link {
	color: #000000;
	background-color:#ffd4a0;	
}
#contentnavbox ul li a:visited {	
	color: #000000;
	background-color:#ffd4a0;	
}
#contentnavbox ul li a:active {	
	color: #000000;
	background-color:#ffffff;
}
#contentnavbox ul li a:hover {
	color:#ffffff;
	background-color:#906633;
}
#contentnavbox ul li a img {
	width:128px;
	height:38px;
	float:left;
	margin:5px 0px 5px 0px;
	padding:6px 2px 2px 2px;
	border:0px;
	background-color:#906633;
	background-image:url(../images/picturebutton_space.gif);
	background-repeat:no-repeat;
	background-position:top;
}


/*project page areas & description*/
/*content description header which spans over description and image*/
#contentdescheader{
	float:left;
	width:539px;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
}

/*headings*/
#contentdescheader h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}

#contentdesc{
	float:left;
	width:200px;
	height:auto;
	margin:0px 20px 20px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
}

/*headings*/
#contentdesc h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}

#contentdesc h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#906633;
	margin:0px;
	padding:10px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*papgraphs*/
#contentdesc p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#contentdesc strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentdesc a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentdesc a:link {	
}
#contentdesc a:visited {	
}
#contentdesc a:active {	
	background-color:#ffd4a0;
}
#contentdesc a:hover {
	background-color:#ffd4a0;
}

/*button-links*/
#contentdesc a.button{
	width:auto;
	height:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	margin:2px 9px 6px 0px;
	padding:4px 6px 4px 6px;
	border:0px;
	font-weight:normal;
	color:#000000;
	background-color:#ffd4a0;
	float:left;
}
#contentdesc a.button:link {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentdesc a.button:visited {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentdesc a.button:active {	
	color:#ffffff;
	background-color:#906633;
}
#contentdesc a.button:hover {
	color:#ffffff;
	background-color:#906633;
}

/*thumbnail rollover buttons*/
#contentdesc .thumbnails {
	clear:both;
}

#contentdesc .thumbnails a {
	float:left;
	width:36px;
	height:36px;
	margin:0px 10px 10px 0px;
	padding:2px;
	border:0px;
	background-color:#ffd4a0;
}
#contentdesc .thumbnails a:link {	
	background-color:#ffd4a0;
}
#contentdesc .thumbnails a:visited {	
	background-color:#ffd4a0;
}
#contentdesc .thumbnails a:active {	
	background-color:#906633;
}
#contentdesc .thumbnails a:hover {
	background-color:#906633;
}


/*project areas blue highlight box*/
#contentdesc .areas{
	width:200px;
	height:auto;
	margin:5px 0px 10px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
	clear:both;
}

/*papgraphs*/
#contentdesc .areas p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:16px;
	color:#000000;
	margin:0px;
	padding:0px 6px 14px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*headings*/
#contentdesc .areas h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*bold text*/
#contentdesc .areas strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentdesc .areas a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentdesc .areas a:link {	
}
#contentdesc .areas a:visited {	
}
#contentdesc .areas a:active {	
	background-color:#92d4ff;
}
#contentdesc .areas a:hover {
	background-color:#92d4ff;
}

/*project share blue highlight box*/
#contentdesc .sharebox{
	width:200px;
	height:auto;
	margin:5px 0px 10px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
	clear:both;
}

/*papgraphs*/
#contentdesc .sharebox p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:16px;
	color:#000000;
	margin:0px;
	padding:0px 6px 14px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*headings*/
#contentdesc .sharebox h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#000000;
	margin:0px;
	padding:10px 6px 2px 6px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*bold text*/
#contentdesc .sharebox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentdesc .sharebox a{
		text-decoration:underline;
	padding:2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentdesc .sharebox a:link {	

}
#contentdesc .sharebox a:visited {	

}
#contentdesc .sharebox a:active {	
background-color:#ffd4a0;
}
#contentdesc .sharebox a:hover {
background-color:#ffd4a0;
}



/* project page main image and thumbnails */
#contentimg {
	float:left;
	clear:right;
	width:319px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	overflow:hidden;
}

/*headings*/
#contentimg h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 17px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:capitalize;
}

#contentimg h2{
	width:380px;
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#906633;
	margin:0px;
	padding:10px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:none;
}

#contentimg h3{
	width:380px;
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:#906633;
	margin:0px;
	padding:9px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:none;
}

#contentimg h4{
	width:380px;
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#906633;
	margin:0px;
	padding:8px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:none;
}

#contentimg h5{
	width:380px;
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#906633;
	margin:0px;
	padding:7px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:none;
}

#contentimg h6{
	width:380px;
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#906633;
	margin:0px;
	padding:6px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:none;
}

/*papgraphs*/
#contentimg p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#contentimg strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*italic text*/
#contentimg em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:oblique;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentimg a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentimg a:link {	
}
#contentimg a:visited {	
}
#contentimg a:active {	
	background-color:#ffd4a0;
}
#contentimg a:hover {
	background-color:#ffd4a0;
}

/*button-links*/
#contentimg a.button{
	width:auto;
	height:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	margin:2px 9px 6px 0px;
	padding:4px 6px 4px 6px;
	border:0px;
	font-weight:normal;
	color:#000000;
	background-color:#ffd4a0;
	float:left;
}
#contentimg a.button:link {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentimg a.button:visited {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentimg a.button:active {	
	color:#ffffff;
	background-color:#906633;
}
#contentimg a.button:hover {
	color:#ffffff;
	background-color:#906633;
}

/*main image*/
#contentimg .mainimage{
	width:315px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
	float:left;
	clear:both;
}
#contentimg .mainimage img{
	margin:0px;
	padding:2px;
	border:0px;
	background-color:#ffd4a0;
}

/*thumbnails*/
#contentimg .thumbnails {
	clear:both;
	margin:5px 0px 0px 0px;
}
#contentimg .thumbnails a img{
	float:left;
	width:36px;
	height:36px;
	margin:0px;
	padding:0px;
	border:0px;
}
#contentimg .thumbnails a {
	float:left;
	width:36px;
	height:36px;
	margin:0px 10px 10px 0px;
	padding:2px;
	border:0px;
	background-color:#ffd4a0;
}
#contentimg .thumbnails a#chosen {
	background-color:#906633;
}
#contentimg .thumbnails a:link {	
	background-color:#ffd4a0;
}
#contentimg .thumbnails a:visited {	
	background-color:#ffd4a0;
}
#contentimg .thumbnails a:active {	
	background-color:#906633;
}
#contentimg .thumbnails a:hover {
	background-color:#906633;
}


/* project large image page*/
/* project large image page description */
#contentdesclarge{
	float:left;
	clear:right;
	width:181px;
	height:auto;
	margin:0px 0px 20px 20px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	display:inline;
}
/*headings*/
#contentdesclarge h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px 20px 0px 0px;
	padding:15px 0px 12px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:capitalize;
}

#contentdesclarge h2{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:#906633;
	margin:0px 20px 0px 0px;
	padding:10px 0px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

/*papgraphs*/
#contentdesclarge p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px 20px 0px 0px;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#contentdesclarge strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

/*text-links*/
#contentdesclarge a{
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	font-weight:normal;
	color:#002d74;
	font-weight:700;
}
#contentdesclarge a:link {	
}
#contentdesclarge a:visited {	
}
#contentdesclarge a:active {	
	background-color:#ffd4a0;
}
#contentdesclarge a:hover {
	background-color:#ffd4a0;
}


/*button-links*/
#contentdesclarge a.button{
	width:auto;
	height:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	margin:2px 9px 6px 0px;
	padding:4px 6px 4px 6px;
	border:0px;
	font-weight:normal;
	color:#000000;
	background-color:#ffd4a0;
	float:left;
}
#contentdesclarge a.button:link {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentdesclarge a.button:visited {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentdesclarge a.button:active {	
	color:#ffffff;
	background-color:#906633;
}
#contentdesclarge a.button:hover {
	color:#ffffff;
	background-color:#906633;
}



/*large image area*/
#contentimglarge {
	float:left;
	width:539px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	/*no image text*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	text-align:left;
}

/*headings*/
#contentimglarge h1{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#906633;
	margin:0px;
	padding:15px 0px 17px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	clear:both;
	text-transform:capitalize;
}

/*large image*/
#contentimglarge img{
	margin:0px 0px 10px 0px;
	padding:2px;
	border:0px;
	background-color:#ffd4a0;
}

/*button-links*/
#contentimglarge .button{
width:535px;
height:auto;
float:left;
clear:both;
margin:0px 0px 10px 0px;
padding:0px;
border:0px;
}

#contentimglarge .button a{
	width:auto;
	height:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	margin:2px 9px 0px 0px;
	padding:4px 6px 4px 6px;
	border:0px;
	font-weight:normal;
	color:#000000;
	background-color:#ffd4a0;
	float:left;
}
#contentimglarge .button a:link {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentimglarge .button a:visited {	
	color:#000000;
	background-color:#ffd4a0;
}
#contentimglarge .button a:active {	
	color:#ffffff;
	background-color:#906633;
}
#contentimglarge .button a:hover {
	color:#ffffff;
	background-color:#906633;
}



/*too allow content bg image to drag down behind content*/
#spacer {
	width:760px;
	height:auto;
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}

/*bottom image of content*/
#contentend {
	width:760px;
	height:20px;
	background-image:url(../images/dc_footer_bg.gif);
}


/*footer and credit*/
#footer{
	float:right;
	margin:9px 0px 20px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:right;
	clear:both;
	width:auto;
}

#footer p{
/*papgraphs*/
	color:#000000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	margin:0px;
	padding:6px 6px 6px 6px;
	border:0px;
}
