html,body,p,h1,h2,input,textarea,a,form,ul,li {
	margin:0;
	padding:0;
}

body {
	font-family:  Arial, Verdana, sans-serif;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;	
	font-size: 0.9em;

}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;

}

#header {
	height: 100px;

}
#side-a {
	float: left;
	width: 800px;
	margin: 2px 0px 12px 0px;
	
}

#side-b {
	margin: 0;
	float: left;
	width: 180px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	margin: 0px 0px 12px 0px;
}

#content {	
	margin: 0;
	float: left;
	width: 550px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	
}

#content_holder {
	clear: both;
	background-image: url('../images/main_bg.gif');
	background-repeat: repeat-y;
	
}

#main_side {
	float: left;
	width: 180px;
	margin: 10px 0px 0px 0px;
	/*
	border-right: 1px solid #4c8fb6; 
	*/
	
}

#access {
	float: left;
	color: #FFFFFF;
	margin: px 0px 0px 0px;
	font-size: 0.9em;
}

#access p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;


}

#footer_holder {
	width: 100%;
	background-color: #ffffff;
	clear: both;
	padding: 1px 0px 0px 0px;
}

#embrace {
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;	
	width: 100%;
	border-bottom: 1px solid #6699FF;
	border-top: 1px solid #6699FF;
	clear: both;

}
#footer {
	margin: 0 auto;
	width: 980px;	
	color: #587058;
	font-size: 0.8em;
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
}

#footer_links {
	float: left;
	width: 230px;	
}

#copyright {
	text-align: center;
	width: 53%;	
	float: left;	
}

#footer_contact {
	text-align: right;
	float: right;
	width: 230px;
	/*
	clear: right;
	*/
}


#footer_links li {
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer_links a{
	color: #587058;
	text-decoration: none;
}

#footer_links a:hover{
	color: #26cacc;
	text-decoration: underline;
}


#welcome {
	margin: 0px 10px 0px 0px;	
	font: Arial,"Trebuchet MS", Verdana, sans-serif;	
	padding-bottom: 10px;
	color: #8B3A3A;

}

/* ///// Sideboxes ////// */

.sidebox1 {	
	border: 1px dotted #afeaaa;
	margin: 0px 10px 10px 0px;	
	padding: 5px 5px 5px 7px;
	clear: both;
	background-color: #edf6b2;
	font-size: 0.9em;

}

.sidebox1 p {
	font-size: 0.9em;
	margin-bottom: 2px;
}

.sidebox1 h2 {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6699FF;
}

.sidebox1 a {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8B3A3A;
}

.sidebox1 a:hover{
	color: #26cacc;
}



.sidebox2 {	
	border: 1px dotted #afeaaa;
	margin: 0px 0px 10px 10px;	
	padding: 5px 5px 5px 7px;
	clear: both;
	background-color: #edf6b2;
	font-size: 0.9em;
}

.sidebox2 p {
	font-size: 0.9em;
	margin-bottom: 2px;
}

.sidebox2 h2 {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6699FF;
}

.sidebox2 a {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8B3A3A;
}

.sidebox2 a:hover{
	color: #26cacc;
}

#search {
	border: 1px dotted orange;
	margin: 0px 0px 10px 10px;	
	padding: 5px 5px 5px 7px;
	clear: both;
	background-color: #edf6b2;
	color: #6699FF;
	
}

#search p {
	font-size: 0.9em;
	font-weight: bold;
}

#search h2 {
	font-size: 0.8em;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #6699FF;
	font-weight: bold;
}

#search a {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #587058;
}

#search a:hover{
	color: #26cacc;
}

#search label {
	font-size: 0.9em;


}



/* ///// Tag Styling ////// */


#content p {
	font-size: 1.2em;
	line-height: 1.3em;	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #587058;
 
}

h1 {
	color: #6699FF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.5em; 
}

h2 {
	color: #3886c5;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em; 


}

/* ///// Element Classes ////// */

img.logo {
	margin: 0px 28px 15px 0px;
	float:right;
	
}

img.phone {
	margin: 0px 0px 0px 0px;
	
	
}

img.centre {
	margin:0 auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;

}

a.dkswebworks {
	text-decoration: none;
	color: #587058;
	font-size: 0.9em;
}

#video_box p {
text-align: center;

}

td.centred {
	text-align: center;
	width: 50px;
	

}

td.cell_main {
	
	width: 150px;
}








#content ul {
	font-weight: bold;
	margin: 0px 0px 10px 15px;	
	list-style-type: none;
}

#content li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 10px;
	font-size: 1.1em;
	color: #587058;
}



#content a {
	font-size: 0.9em;
	color: #8B3A3A;
}

#content a:hover {
	color: #26cacc;
}

#access a {
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
}

#access a:hover {
	color: #587058;
	text-decoration: underline;
}

p.strapline {
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	font-weight: bold;

}



.training {
	margin-top: 7px;


}

h1.errorh1 {
font-size: 2.0em;


}

h2.errorh2 {
font-size: 1.5em;
color: #587058;

}

h2.welcome {
margin-bottom: 00px;

}

#welcome a {	
	float: right;

}


#content img {	
	border: 1px solid #8B3A3A;
	padding: 2px 2px 2px 2px;
	float: left;
	margin: 0px 10px 10px 10px;	
}

hr {
border: 1px solid #6699FF;
color: #6699FF;
clear: both;
margin-bottom: 10px;

}




/* ///// TOP Menu ////// */

#topmenu

{

clear: both;
margin: 0px 0px 0px 0px;
padding: 0px;


}



#topmenu ul

{

float: left;

color: #1E90FF;

font-family: arial, helvetica, sans-serif;

font-size: 12px;

text-transform:uppercase;

margin-top: 0px;
margin: 20px 0px 0px 40px;

padding: 0px;
letter-spacing: 0.1em;

}



#topmenu ul li { display: inline; }



#topmenu ul li a

{

padding: 0.4em 1.2em;

color: #085DAD;

text-decoration: none;

float: left;

font-weight: bold;
margin: 1px;

}



#topmenu ul li a:hover

{

color: #085DAD;
background-color: #ffffff;



}







#topmenu ul li a.active

{

font-weight: bold;

text-transform: uppercase;

background-color: #FFFFFF;

color: #085DAD;


}


/*/////////////////////////////////////////
SECONDARY NAVIGATION
/////////////////////////////////////////*/


* html li{
   overflow:hidden;
}


#navigation {
	margin: 0px 10px 0px 0px;	
	font: Arial,"Trebuchet MS", Verdana, sans-serif;	
	padding-bottom: 10px;
	color: #8B3A3A;

}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	

}

#navigation li { 
	margin: 0;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
}

#navigation li:hover {
		
	text-decoration: none;

	
}

#navigation a {
	display: block;
	padding: 2px 10px 2px 15px;	
	color: #8B3A3A;	
	text-decoration: none;	
	font-size: 0.9em;
	/*
	border-bottom: 1px solid #d7dff2;
	*/
	font-weight: bold;
}

#navigation li a.last {
	/*
	border-bottom: 0px solid #d7dff2;
	*/
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
/*	
	background-image: url(hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	*/
	background-color: #87CEEB;
	background-image: url(../images/list_hover.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#navigation ul ul li {
	margin: 0px 0px 0px 0px;
	
}

#navigation ul ul a {
	display: block;
	padding: 2px 0px 2px 40px;
	margin: 0px 0px 0px 0px;
	color: #3886c5;	
	text-decoration: none;
	font-weight: normal;
font-size: 1.0em;	
}


#navigation ul ul a:hover {
		
	text-decoration: none;
	
}

/*/////////////////////////////////////////
SEARCH
/////////////////////////////////////////*/
#result_report {
	font-size: 1.0em;
	color: #3886c5;
	margin-bottom: 3px;
}

#results b {
	color: #3886c5;

}

#results {
	color: #587058;
	font-size: 1.1em;

}

a.title {
	font-weight: bold;
	font-size: 1.1em;

}

#other_pages b {
	font-size: 1.0em;
	color: #3886c5;


}

#other_pages a {
	font-size: 1.0em;


}


/*/////////////////////////////////////////
CONTENT FORM FIELDS
/////////////////////////////////////////*/
#content_form input {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

#content_form p {
	font-size: 1.1em;
	

}

#content_form .button {
	margin: 5px 0px 0px 10px;
	color: #6699FF;
	font-weight: bold;
	
}


#content_form {margin:0;padding:5px;}
#content_form fieldset {border:0;padding:0 0 0 0;}

#content_form label {text-align:left;display:inline;float:left;width:150px;;margin:0 0 0 10px;}

input {
	background: #fff url(../images/inputs.gif) repeat-x;
	border: 1px solid #D6D6D6;
	color: #587058;
	font-size: 0.9em;
	padding: 2px;
	font-weight: bold;
}

textarea {
	background: #fff url(../images/inputs.gif) repeat-x;
	border: 1px solid #D6D6D6;
	color: #587058;
	font-size: 1.1em;
	padding: 2px;
	font-weight: bold;
	margin-left: 10px;
	font-family:  Arial, Verdana, sans-serif;
}

.button {
	margin: 5px 0px 0px 0px;
	color: #6699FF;
	font-weight: bold;

}

table {
	margin: 0px 0px 0px 0px;

}

td.desc {
	width: 150px;
	text-align: left;
	padding-left: 10px;
	
}

th.desc_header {
	width: 150px;
	text-align: left;
	padding-left: 10px;
	
	
}

th.box_header {
	width: 50px;
	text-align: center;
	
}

td.box {
	width: 50px;
	text-align: center;
	
}


td.desc_header{
	width: 150px;
	text-align: left;
	padding-left: 10px;
	
	
}

p.red {
	color: red;
	font-weight: bold;
}

#content_form .main_red {
	color: red;
	font-weight: bold;	
}

#content .new {
	font-size: 1.1em;

}

em.reqd {
	color: red;

}

p.textfield {

	padding-left: 10px;
}

textarea.comments {
	font-size: 1.3em;
}
