/* CSS Document */

/* main body css */

body{
	margin: 0px;
	colour: #ffffff;
	font-family: Tahoma; /*or any other font family you prefer*/
	font-size: 11px;
	background-color: #FFFFFF;
	color: #651B00;
}
.pagetext-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.orange-text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8AD4E1;
	border: 1px none #D4D4D4;
}



/* text based css */

.pagetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #651B00;
}
.pagetext-blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #8AD4E1;
}

.headers {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #8AD4E1;
}
.copyright {
	font-family: Arial;
	font-size: 11px;
	color: #651B00;
	line-height: 20px;
}



/* page links */

a:link {
	color: #8AD4E1;
	text-decoration: none;
}
a:visited {
	color: #8AD4E1;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #8AD4E1;
	text-decoration: none;
}

/* layout css */


/* page links */

a.brown:link {
	color: #651B00;
	text-decoration: none;
}
a.brown:visited {
	color: #651B00;
	text-decoration: none;
}
a.brown:hover {
	color: #000000;
	text-decoration: none;
}
a.brown:active {
	color: #651B00;
	text-decoration: none;
}

/* layout css */


div.scroll {	height: 380px;	width: 534px;	overflow: auto;	padding: 0px;}

/* Scrollbar css */

body,html {
scrollbar-face-color: #641b00;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #014d87;
scrollbar-track-color: #641b00;
scrollbar-arrow-color: #ffffff;
}
.formobject {
	font-family: Tahoma;
	font-size: 11px;
	color: #4A1608;
	background-color: #8AD4E1;
	border: 1px solid #8E280F;
}


/* set 100% table to full 100% - crack css*/

html, body, #container { 
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
width: 100%; 
height: 100%; 
} 
.callback {
	background-image: url(../images/hertfordshire-dentist_24.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#awmAnchor-menu {
	float: left;
	width: 93px;
}
