/* Style2 */
/*
Colour 1: #D27B27
Colour 2: #ffe1e9
Colour 3: #E1A0B1
Colour 4: #DE2C82;
*/

/* Designed By Footer */
#designedbyfooter {
	width: 890px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	padding-top: 10px;
	width: 760px;
	height: 40px;
}
#designedbyfooter, #designedbyfooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#designedbyfooter a {
	font-weight: bold;
}

/* Website Structure Styles */
body {
	margin: 0px;
	background: #333 url(images/background.jpg);
}
.main_table {
	width: 890px; /* Change to 100% for Fluid Layout */
	background: #FFF;
	border: 2px solid #FFF;
	margin-top: 55px;
}
.header {
	background : url(images/header.jpg) top left no-repeat;
	color: #FFF;
	height: 163px;
}
.main_body {
	padding: 20px 10px 20px 20px;
}
.main_margin {
	width: 250px;
	background: #D27B27;
}
.main_margin img {
}
.footer {
	background : url(images/footer_02.jpg);
	color: #E1A0B1;
	height: 57px;
	text-align: center;
}

/* Font Styles */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	color: #D27B27;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #D27B27;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	color: #18692E;
	font-size: 12px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: 12px;
}
td, p {
	color: #333;
}
a {
	color: #D27B27;
	text-decoration: none;
}
a:hover {
	color: #18692E;
}
.footer a {
	color: #ffe1e9;
}
.footer a:hover {
	color: #FFF;
}
blockquote {
	color: #D27B27;
	background: #F7F7F7;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 200%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}

/* Menu Styles */
.menu {
	background: #D27B27;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:visited {
	color: #ffe1e9;
	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;
}
.caption-table td {
	padding: 15px;
}#award {    position: fixed;    right: 10px;    top: 10px;    }#awardonlogo {    display:none;}@media screen and (max-width: 1230px){    #award {        display:none;    }        #awardonlogo {        display: block;        position: absolute;        right: 0px;    }        .header p {        margin-bottom: 3px;    }}