/* Style2 */
/*
Colour 1: #002043
Colour 2: #D1E8F9
Colour 3: #FFFFFF
Colour 4: #124680;
*/

/* Designed By Footer */
#designedbyfooter {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	padding-top: 10px;
	width: 760px;
	height: 40px;
}
#designedbyfooter, #designedbyfooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	text-align: center;
}
#designedbyfooter a {
	font-weight: bold;
}

/* Website Structure Styles */
body {
	margin: 20px;
	/*background: #FFF url(../../../subscribe_details/templates/style1/images/bg.jpg) top center no-repeat;*/
	background: #333 url(images/bg.gif) top center repeat-x;
}
.main_table {
	background: #FFF;
	padding: 1px;
}
.header {
	background : url(images/header.jpg) top left no-repeat;
	color: #666;
	height: 120px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	border-bottom: 2px solid #002043;
}
.main_body {
	background: url(images/left-shadow.gif) top left repeat-y;
}
.main_body_inset {
	background: url(images/right-shadow.gif) top right repeat-y;
	padding: 20px 40px 40px 40px;
}
.footer {
	background: #002043;
	color: #D1E8F9;
	height: 50px;
	text-align: left;
	padding: 10px;
}

/* Font Styles */
h1, h2, h3 {
	color: #002043;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
	font-style: italic;
}
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 {
	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: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
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;
}

/* Flash Overlay */
#flash_div {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -250px;
	width: 800px;
	height: 400px;
	z-index: 999;
	vertical-align: bottom;
	bottom: 0px;
	text-align: bottom;
}
#form_div {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 850px;
	z-index: 1111;
	background: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
}
#firsttime_div {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 385px;
	width: 125px;
	height: 172px;
	z-index: 777;
}
#firsttime_div:hover {
	cursor: pointer;
}
.article_bg {
	background: url(images/article_bg.gif) center center no-repeat;
	padding: 2px 10px 2px 10px;
	color: #FFF;
}
.article_bg:hover{
	color: #D1E8F9;
}
.pseudo_link, pseudo_link a, pseudo_link:hover {
	font-weight: bold;
	cursor: pointer;
}

#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;
}
