@charset "utf-8";

legend{
	font-weight: bold;
}
label {
	float:left;
	width: 10em;
}
.button3 { 
	border: 2px solid #c55e5f;
	background: #ccc; 
	float:left;
	width: 10em;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style6 {	color: #CC9900 }

a:link {color:#98B858; font-size:9px} /* unvisited link */
a:visited {color:#945A5A;font-size:9px} /* visited link */
a:active {color:#c55e5f; font-size:9px} /* selected link */

input:focus,textarea:focus {background:#c55e5f;}

/* Defaults for the style sheet			*/ 
body  {
	background: #ffffff;
	margin: 0; 
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* Defaults for the style sheet			*/ 
.style4 {color: #c55e5f}

.service_box { text-indent: 5px; padding-left: 5px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

/* Frame1, frame2 frame3 and also frame4 are used for thenifty corners. 		*/ 
div#frame1{
	background-color: #333333;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#frame2{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#frame3{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#frame4{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#imageframe_TopLeft{
	background-color: #333333;
	width: 180px; 
	float: left;
	margin-left: 130px; 
}

div#imageframe_TopRight{
	background-color: #333333;
	width: 180px; 
	float: right;
	margin-right: 130px; 
}

div#imageframe_BottomLeft{
	background-color: #333333;
	width: 180px; 
	float: left;
	margin-left: 130px; 
	margin-top: 30px; 
}

div#imageframe_BottomRight{
	background-color: #333333;
	width: 180px; 
	float: right;
	margin-right: 130px;
	margin-top: 30px; 
}


.thrColFixHdr #FullPage {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eeeeff;
	background-image: none;
	background-repeat: repeat;
} 


.thrColFixHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
.thrColFixHdr #header {
	height: 150px;
	width: 100%;
	background-color: #ffffff;
	padding: 0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #c55e5f;
	border-right-color: #c55e5f;
	border-bottom-color: #c55e5f;
	border-left-color: #c55e5f;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c55e5f;
}

.thrColFixHdr #menuItem {
	height: 30px;
	width: 80%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.thrColFixHdr #breadcrumb {
	height: 12px;
	width: 80%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-style: normal;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.thrColFixHdr #Photosidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 460px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


.thrColFixHdr #Centred {
	float: right; /* since this element is floated, a width must be given */
	width: 660px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.thrColFixHdr #mainContent_photo p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.thrColFixHdr #mainContent {
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 275px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #c55e5f;
} 

.thrColFixHdr #mainContent_photo {
	margin-right: 475px;
	margin-bottom: 0;
	margin-left: 275px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #c55e5f;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c55e5f;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px;
	height: 450px;
	background-color: #ffffff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c55e5f;
	border-right-color: #c55e5f;
	border-bottom-color: #c55e5f;
	border-left-color: #c55e5f;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
