/* 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:bottom left;
}



/*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;
	/*background-image:url(../images/dc_linkbox_clip.gif);
	background-position:top center;
	background-repeat:no-repeat;*/
}

/*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;
}

/*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;
	border:0px;
	vertical-align:top;
}



/*default text content on a white background*/
#content {
	width:720px;
	height:auto;
	margin:0px 20px 0px 20px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

/*papgraphs*/
#content p{
	width:380px;
	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;
}

/*pictures that will float to the right*/
#content .imagecaption img{
	float:right;
	clear:both;
	width:315px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	margin:0px 0px 9px 0px;
	padding:2px;
	border:0px;
	text-align:left;
	vertical-align:top;
	background-color:#ffd4a0;
}

/*picture captions that will float to the right*/
#content .imagecaption p{
	width:319px;
	float:right;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height:13px;
	color:#000000;
	margin:0px;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
}

/*bold text*/
#content .imagecaption strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:9px;
	line-height:13px;
}

/*italic text*/
#content .imagecaption em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:oblique;
	font-size:9px;
	line-height:13px;
}

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


/*headings*/
#content 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;
}
#content 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;
	text-transform:none;
}
#content 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;
	text-transform:none;
}
#content 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;
	text-transform:none;
}
#content 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;
	text-transform:none;
}
#content 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;
	text-transform:none;
}

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

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

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

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

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

/*lists*/
/*numbered list*/
#content ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 0px 14px 0px;
	text-align:left;
	vertical-align:top;
}
#content ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bullet lists*/
#content ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 0px 14px 0px;
	border:0px;
	text-align:left;
}
#content ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}




/*forms*/
/*container for forms*/
#forms {
	width:476px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	float:left;

}



/*ask a question form box*/
#brownquestionbox {
	float:left;
	clear:right;
	width:476px;
	height:auto;
	margin:5px 0px 5px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
}

/*papgraphs*/
#brownquestionbox 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*/
#brownquestionbox 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;
}
#brownquestionbox 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;
}
#brownquestionbox 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;
}
#brownquestionbox 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;
}
#brownquestionbox 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;
}
#brownquestionbox 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*/
#brownquestionbox 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*/
#brownquestionbox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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

/*lists*/
/*numbered list*/
/*#brownquestionbox ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#brownquestionbox ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}*/

/*bulleted list*/
#brownquestionbox ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	border:0px;
	text-align:left;
}
#brownquestionbox ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

#brownquestionbox form{
	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;
}

#brownquestionbox form fieldset{
	margin:0px;
	padding:0px;
	border:0px;
}

#brownquestionbox form label{
	margin:0px;
	padding:0px 0px 2px 0px;
	border:0px;
	display:block;
}

#brownquestionbox form label img{
	margin:0px;
	padding:0px;
	border:0px;
}

#brownquestionbox form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:left;
	vertical-align:top;
	margin-right:4px;
}

#brownquestionbox form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	text-align:left;
	vertical-align:top;
}

#brownquestionbox form ol{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
}

#brownquestionbox form ol li{
	margin:0px;
	padding:0px 0px 18px 0px;
	border:0px;
}




/*get a quotation form box*/
#bluequotebox {
	float:left;
	clear:right;
	width:476px;
	height:auto;
	margin:5px 0px 10px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
}

/*papgraphs*/
#bluequotebox 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*/
#bluequotebox 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;
}
#bluequotebox 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;
}
#bluequotebox 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;
}
#bluequotebox 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;
}
#bluequotebox 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;
}
#bluequotebox 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*/
#bluequotebox 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*/
#bluequotebox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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

/*lists*/
/*numbered list*/
#bluequotebox ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#bluequotebox ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bulleted list*/
#bluequotebox ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	border:0px;
	text-align:left;
}
#bluequotebox ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

#bluequotebox form{
	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;
}

#bluequotebox form fieldset{
	margin:0px;
	padding:0px;
	border:0px;
}

#bluequotebox form legend{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:#000000;
	margin:0px;
	padding:9px 6px 2px 0px;
	border:0px;
	text-align:left;
	vertical-align:top;
	text-transform:none;
}

#bluequotebox form label.horizontal{
	margin:0px;
	padding:0px 0px 2px 0px;
	border:0px;
	vertical-align:bottom;
}
#bluequotebox form label.vertical{
	margin:0px;
	padding:0px 0px 2px 0px;
	border:0px;
	display:block;
}

#bluequotebox form label img{
	margin:0px;
	padding:0px;
	border:0px;
}

#bluequotebox form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:left;
	vertical-align:top;
	margin-right:4px;
}

#bluequotebox form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	color:#000000;
	text-align:left;
	vertical-align:top;
}

#bluequotebox form ol{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
}

#bluequotebox form ol li{
	margin:0px;
	padding:0px 0px 18px 0px;
	border:0px;
}


/*container & bg image for navigation*/
#blueboxnavcontainer{
	width:476px;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	border-style:none;
	clear:both;
	position:relative;
	background-color:#ffffff;
}

/*quotation sub navigation*/
#blueboxnav{
	float:left;
	clear:right;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	background-color:#ffffff;
}

#blueboxnav ul{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;
}

#blueboxnav ul li{
	float:left;
	text-align:center;
}
#blueboxnav ul li a{
overflow:visible;
width:69px;
	margin:0px 5px 0px 5px;
	padding:10px 0px 10px 0px;
	border:0px;
	display:block;
	text-decoration: none;
	text-transform:capitalize;
	text-align:center;
	color: #002d74;
	font-weight:normal;
	background-color:#c1daf0;
}
#blueboxnav ul li a#current{
	color: #000000;
	font-weight:normal;
	background-color:#77b6ed;
}
#blueboxnav ul li a:link {	
	color: #002d74;
	font-weight:normal;
	background-color:#c1daf0;
}
#blueboxnav ul li a:visited {	
	color: #002d74;
	font-weight:normal;
	background-color:#c1daf0;
}
#blueboxnav ul li a:active {	
	color: #002d74;
	font-weight:normal;
	background-color:#c1daf0;
}
#blueboxnav ul li a:hover {
	color: #002d74;
	font-weight:normal;
	background-color:#77b6ed;
}

/*get a quotation form box*/
#blueintrobox {
	float:left;
	clear:right;
	width:476px;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
}

/*papgraphs*/
#blueintrobox 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*/
#blueintrobox 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;
}
#blueintrobox 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;
}
#blueintrobox 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;
}
#blueintrobox 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;
}
#blueintrobox 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;
}
#blueintrobox 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;
}

/*get a quotation sub navigation box*/
#brownnavbox {
	float:left;
	clear:right;
	width:476px;
	height:auto;
	margin:5px 0px 5px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
}

/*papgraphs*/
#brownnavbox 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;
}

/*indented paragraph*/
#brownnavbox 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*/
#brownnavbox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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





/*ask a question form error box*/
#blueerrorbox {
	float:left;
	clear:right;
	width:234px;
	height:auto;
	margin:5px 10px 5px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
	background-image:url(../images/form_error_bluebg.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
}

/*papgraphs*/
#blueerrorbox 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*/
#blueerrorbox 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;
}
#blueerrorbox 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;
}
#blueerrorbox 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;
}
#blueerrorbox 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;
}
#blueerrorbox 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;
}
#blueerrorbox 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*/
#blueerrorbox 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*/
#blueerrorbox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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


/*lists*/
/*numbered list*/
#blueerrorbox ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#blueerrorbox ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bulleted list*/
#blueerrorbox ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style:none;
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:url(../images/form_whitedot.gif);
	margin:0px;
	padding:0px 5px 14px 10px;
	border:0px;
	text-align:left;
	
}

#blueerrorbox ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}



/*get a quotation form brown error box*/
#brownerrorbox {
	float:left;
	clear:right;
	width:234px;
	height:auto;
	margin:5px 10px 5px 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
	background-image:url(../images/form_error_brownbg.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
}

/*papgraphs*/
#brownerrorbox 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*/
#brownerrorbox 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;
}
#brownerrorbox 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;
}
#brownerrorbox 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;
}
#brownerrorbox 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;
}
#brownerrorbox 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;
}
#brownerrorbox 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*/
#brownerrorbox 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*/
#brownerrorbox strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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


/*lists*/
/*numbered list*/
#brownerrorbox ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#brownerrorbox ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bulleted list*/
#brownerrorbox ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style:none;
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:url(../images/form_whitedot.gif);
	margin:0px;
	padding:0px 5px 14px 10px;
	border:0px;
	text-align:left;
}
#brownerrorbox ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}




/*half page width ask a question brown highlight box*/
#brownhalf {
	float:left;
	clear:right;
	width:355px;
	height:auto;
	margin:5px 5px 5px 20px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c29966;
	display:inline;
}

/*papgraphs*/
#brownhalf 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*/
#brownhalf 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;
}
#brownhalf 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;
}
#brownhalf 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;
}
#brownhalf 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;
}
#brownhalf 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;
}
#brownhalf 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*/
#brownhalf 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*/
#brownhalf strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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

/*lists*/
/*numbered list*/
#brownhalf ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#brownhalf ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}
/*too allow bg colour to drag down behind button*/
#brownbuttonspacer {
	width:auto;
	height:0px;
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}

/*bulleted list*/
#brownhalf ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	border:0px;
	text-align:left;
}
#brownhalf ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}




/*half page width request a quotation dark blue highlight box*/
#dbluehalf {
	float:left;
	clear:right;
	width:355px;
	height:auto;
	margin:5px 20px 5px 5px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#77b6ed;
	display:inline;
}

/*papgraphs*/
#dbluehalf 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*/
#dbluehalf 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;
}
#dbluehalf 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;
}
#dbluehalf 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;
}
#dbluehalf 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;
}
#dbluehalf 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;
}
#dbluehalf 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*/
#dbluehalf 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*/
#dbluehalf strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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

/*lists*/
/*numbered list*/
#dbluehalf ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#dbluehalf ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bulleted list*/
#dbluehalf ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	border:0px;
	text-align:left;
}
#dbluehalf ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}
/*too allow bg colour to drag down behind button*/
#dbluebuttonspacer {
	width:auto;
	height:0px;
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}


/*half page width light blue box*/
#lbluehalf {
	float:left;
	clear:right;
	width:355px;
	height:auto;
	margin:5px 20px 5px 5px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-align:left;
	background-color:#c5e3fc;
	display:inline;
}

/*papgraphs*/
#lbluehalf 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*/
#lbluehalf 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;
}
#lbluehalf 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;
}
#lbluehalf 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;
}
#lbluehalf 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;
}
#lbluehalf 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;
}
#lbluehalf 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*/
#lbluehalf 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*/
#lbluehalf strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	line-height:14px;
}

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

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

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

/*lists*/
/*numbered list*/
#lbluehalf ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	text-align:left;
	vertical-align:top;
}
#lbluehalf ol li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}

/*bulleted list*/
#lbluehalf ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:2em;
	padding:0px 5px 14px 5px;
	border:0px;
	text-align:left;
}
#lbluehalf ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
	border:0px;
}
/*too allow bg colour to drag down behind button*/
#lbluebuttonspacer {
	width:auto;
	height:0px;
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}

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

/*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;
}