/* @override 
	http://flemingmcdonald.christiesmedia.com/style_sheet.css */

body {
	background: #FAFAFA;
	font-family: Garamond, georgia, sans-serif;
	font-size: 16px;
	color: #1E2B51;
	margin: 0px;
}

a img {
	border: none;
}

#header {
	padding-left: 20px;
}

#container {
	background-color: #FFF;
	border: 2px #D3D9E2 solid;
	border-top: none;
	width: 800px;
	margin: 0px auto;
}

#menu_area {
	width: 800px;
	height: 255px;
	background: url(images/coast_background.jpg) no-repeat;
}

#main_menu {
	width: 800px;
	text-align: center;
	display: table;
}
#main_menu p {
	display: none;
}

#main_menu ul {
	display: table-row;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main_menu ul:first-child {
	padding-left: 5px;
}

#main_menu a {
	display: block;
	background-color: #281c34;
	line-height: 25px;
	text-decoration: none;
	text-align:left;
	padding: 0px 13px 0px 10px;
	margin: 1px 1px 0px 0px;
	color: #ffffff;
}
#main_menu li {
	position: relative;
	overflow: visible;
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#main_menu a:hover, #main_menu a:active {
	background-color: #4e3b61!important;
}

#main_menu ul li:hover > ul {
	display: block;
	background-color: #281c34;
}
#main_menu ul li ul {
	float: none;
	display: none;
	position: absolute;
	text-align:left;
	width: 262px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	height: 25px;
}
#main_menu ul li ul li {
	background-color: #ffffff;
	width: 263px;
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline-block;
	clear: both;
	height: 26px;
}

#newsletter {
	float: right;
	width: 200px;
	border: #533d69 solid 1px;
	background-color:#f8f6f9;
	padding: 0px;
	margin-top:25px;
	margin-left: 10px;
}

#newsletter p.title {
	background-color: #533d69;
	margin: 0px;
	padding: 5px;
	padding-left:13px;
	font-weight: bold;
	color: #FFF;
}
#newsletter form {
	padding: 0px 10px 10px;
}
#newsletter input {
	background-color: #D3D9E2;
	border: none;
	color: #000;
	padding: 3px;
	width: 165px;
	margin-top: 2px;
	border: 1px solid #533d69;
}
#newsletter .button {
	text-align: center;
	width: 100px;
	float: right;
	color: #FFF;
	background-color: #533d69;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 5px;
	border-bottom: 1px solid #08084b;
	border-right: 1px solid #08084b;
	border-left: 2px solid #F8F8FB;
	border-top: 2px solid #F8F8FB;
}
#newsletter .button:active {
	border-top: 1px solid #08084b;
	border-left: 1px solid #08084b;
	border-right: 2px solid #F8F8FB;
	border-bottom: 2px solid #F8F8FB;
}
.newsletter_button {
	display: block;
	color: #FFF;
	background-color: #8783b4;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#main_content {
	padding: 20px 25px;
}
#main_content p {
	padding-left: 5px;
	line-height: 1.2em;
}

#footer {
	width: 800px;
	margin: auto;
	text-align: right;
	font-size: 11px;
}
#footer a {
	color: #330067;
}

#panels_3 {
	float: right;
	width: 200px;
	background: url(images/3_panel_background.gif) no-repeat;
	margin-left: 20px;
}
#panels_3 div {
	height: 65px;
}
#panels_3 a {
	display: block;
	width: 200px;
	height: 65px;
	text-decoration: none;
	color: #000;
}
#panels_3 p {
	margin-left: 60px;
	padding-top: 10px;
}
#panels_3 a.who_we_are {
	background: url(images/blue_arrow_faint.gif) no-repeat 15px 10px;
}
#panels_3 a.who_we_are:hover {
	background-image: url(images/blue_arrow.gif);
}
#panels_3 a.steps {
	background: url(images/address_book_faint.gif) no-repeat 15px 10px;
}
#panels_3 a.steps:hover {
	background-image: url(images/address_book.gif);
}
#panels_3 a.contact_us {
	background: url(images/pencil_faint.gif) no-repeat 15px 10px;
}
#panels_3 a.contact_us:hover {
	background-image: url(images/pencil.gif);
}

.RHS_panel {
	float: right;
	margin-top: 30px;
	background: #F0F0F0 url(images/RHS_TL.gif) no-repeat top left;
}
.RHS_panel div {
	background: url(images/RHS_TR.gif) no-repeat top right;
}
.RHS_panel div div {
	background: url(images/RHS_BR.gif) no-repeat bottom right;
}
.RHS_panel div div div {
	background: url(images/RHS_BL.gif) no-repeat bottom left;
	padding: 10px;
	width: 250px;
}
.RHS_panel .title {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.RHS_panel input.wide, textarea.wide {
	width: 225px;
}

.MyiBlog_error {
	background-color: #FDD;
	border: 1px solid #F00;
	padding: 5px
}

.MyiBlog_success {
	background-color: #DFD;
	border: 1px solid #0F0;
	padding: 5px
}