/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background: #ffffff;
	background: url('/media/images/bg_main_pattern.gif');
 	color: #6f7881;
  	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 17px;
}

a:link, a:visited, a:hover {
	color: #4a82c3;
	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: #0000cc;
}

h2 {
	margin: 2px 0px 2px 0px;
 	font-size: 16px;
 	font-weight: bold;
 	color: #0000cc;
}

h3 {
 	font-size: 14px;
 	color: #0000cc;
}

h4 {
 	font-size: 12px;
 	color: #0000cc;
}

h5 {
 	font-size: 12px;
 	color: #0000cc;
}

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;
}

img {
	border: none;
}

p {
	margin: 0px 0px 8px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* BUTTONS */

#content {
	min-height: 300px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: url('/media/images/bg_main_content.gif') repeat-y;
	overflow: hidden;
}

#footer {
	height: 61px;
	padding: 12px;
	color: #b9d1e9;
	background: url('/media/images/bg_main_footer.gif') no-repeat;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: #b9d1e9;
}

#header {
	height: 276px;
	overflow: hidden;
}

#main {
	position: relative;
	margin: 0px auto 0px auto;
  	width: 760px;
	padding: 30px 0px 20px 0px;
  	text-align: left;
	overflow: hidden;
}

#navigation {
	height: 29px;
	padding: 12px 0px 0px 0px;
	background: url('/media/images/bg_main_navigation.gif') no-repeat;
	text-align: center;
	overflow: hidden;
}

#navigation a {
	color: #ffffff;
	font-size: 14px;
	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 21px 0px 21px;
}

/* 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-size: 11px; 
	border: 1px outset; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
	vertical-align:middle;
}
.formButtonOver {
	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;
}
