/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background: #d0d1d2;
	background: url('/media/images/bg_main_concrete.jpg');
 	color: #5f7180;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 13px;
	line-height: 17px;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 2px 0px 2px 0px;
 	font-size: 22px;
 	font-weight: bold;
	line-height: 22px;
 	color: #1b67a3;
}

h2 {
	margin: 2px 0px 2px 0px;
 	font-size: 16px;
 	font-weight: bold;
 	color: #1b67a3;
}

h3 {
 font-size: 14px;
 color: #1b67a3;
}

h4 {
 font-size: 12px;
 color: #1b67a3;
}

h5 {
 font-size: 12px;
 color: #1b67a3;
}

ol {
	margin-left:20px;
}

ul {
	list-style-type: square;
	margin-left:20px;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

li {
	margin-bottom:4px;
}

p {
	padding: 10px;
	text-align: left;
}

img {
	border: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* BUTTONS */

#blueHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 172px;
	background: url('/media/images/bg_main_blueHeader.gif') repeat-x;
}

#content {
	min-height: 475px;
	padding: 20px 53px 30px 53px;
	text-align: left;
	background: url('/media/images/bg_main_content.gif') repeat-y;
	overflow: hidden;
}

#footer {
	height: 50px;
	margin: 0px 25px 0px 25px;
	padding: 18px 0px 0px 0px;
	color: #a9b6c1;
	background: url('/media/images/bg_main_footer.gif') no-repeat;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: #a9b6c1;
}

#header {
	height: 181px;
	background: url('/media/images/bg_main_header.jpg') no-repeat;
	overflow: hidden;
}

#main {
	position: relative;
	margin: 0px auto 0px auto;
  width: 806px;
	min-height: 100%;
	background: url('/media/images/bg_main_content.gif') repeat-y;
  text-align: left;
	overflow: hidden;
}

#navigation {
	height: 31px;
	margin: 0px 25px 0px 25px;
	padding: 13px 0px 0px 0px;
	background: url('/media/images/bg_main_navigation.gif') no-repeat;
	text-align: center;
	overflow: hidden;
}

#navigation a {
	color: #1b67a3;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

/* NAVIGATION LIST */

#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#navigation ul li {
	display: inline;
	margin: 0px 12px 0px 12px;
}

/* END NAVIGATION LIST */

/* TABLE CONTACT DETAILS */

#table_contactDetails {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}

#table_contactDetails td {
	border: 0px;
	border-spacing: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

#table_contactDetails th {
	border: 0px;
	border-spacing: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

/* TABLE CONTACT ENQUIRY */

#table_contactEnquiry {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}

#table_contactEnquiry td {
	border: 0px;
	border-spacing: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

#table_contactEnquiry th {
	border: 0px;
	border-spacing: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

/***********************************************/
/* Classes                                */
/***********************************************/

.floatLeft {
	float: left;
}

.absmiddle {
	vertical-align: middle;
}

.h3 {
	margin: 0px 0px 10px 0px;
}

.formButton { 
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: 1px outset; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
	vertical-align:middle;
}
.formButtonOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: 1px outset;
	color: #444444;
	height: auto;
	width: auto;
	vertical-align:middle;
}
.formField {
	padding:0px 2px 0px 2px;
	margin:1px 0px 1px 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	vertical-align:middle;
}

.headings {
	margin: 2px 0px 2px 0px;
 	font-size: 22px;
 	font-weight: bold;
	line-height: 22px;
 	color: #1b67a3;
	text-align: center;
}

.plainlink a:link, .plainlink a:visited, .plainlink a:hover {
text-decoration:none;
}

.nobold {
font-weight: normal;
}

.italics {
font-style: italic;
font-weight: normal;
}