/* Website Structure Styles */
body {
	margin: 0px;
	background: #FFF url(images/bg.jpg) top center no-repeat;
}
.main_table {
	background: #FFF url(images/main-table-bg.jpg) top center no-repeat;
	padding: 1px;
}
.main_body {
	padding: 20px 0px 40px 40px;
}
.intro_para {
	padding: 10px 10px 30px 10px;
	font-size: 12px;
}

/* Font Styles */
h1, h2, h3 {
	color: #002043;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}
td, p, a, li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #333;
}
a {
	color: #002043;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #124680;
}
.footer a {
	color: #D1E8F9;
}
.footer a:hover {
	color: #FFF;
}
blockquote {
	color: #002043;
	background: #F7F7F7;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 200%;
}
.inset_table {
	color: #333;
	background: #F7F7F7;
	border: 1px solid #FFF;
	padding: 10px;
}
ul,ol {
	margin-left: 0px;
	padding-left: 15px;
	text-indent: 0px;
}
ul {
	list-style: square;
}
hr {
	margin-top: 25px;
}

/* Menu Styles */
.menu {
	background: #002043;
	height: 25px;
	padding: 0px 10px;
	text-align: right;
	color: #D1E8F9;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #D1E8F9;
	text-decoration: none;
}
.menu a:visited {
	color: #D1E8F9;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}

#enquiry_form_email td {
	padding: 5px;
	border: 0px;
}
#enquiry_form_email input, textarea, select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #002B5C;
	border: 0px;
	border-bottom: 1px solid #CCC;
	width: 100%
}
#enquiry_form_email input {
	padding: 5px;
	height: 25px;
}
#enquiry_form_email textarea {
	padding: 7px;
}

#enquiry_form_email #Submit {
	cursor:pointer;
	background-color: #F7F7F7;
	border-color: #E7E7E7;
	border-width: 1px;
	padding: 0px;
	width: 100px;
}
.pseudo_link, pseudo_link a, pseudo_link:hover {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
.announcementemail {
	border: 1px solid #CCC;
	padding: 20px;
	background: #FFF5D9;
}