@charset "utf-8";
/* Default Styles */

/* colours
------------------------------------- 
mink: #e6e0d8
navy: #252d4e
gold: #c09d30
------------------------------------- */



/* basics
-----------------------------------------*/
body {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #252d4e;
	background: #e6e0d8;
}

a { color: #c09d30; text-decoration: underline; }
a:hover, a:focus { color: #FFFFFF; }

.container {
	width: 899px;
	padding: 0 24px;
	margin: 0 auto;
	background: #e6e0d8 url(../images/background.jpg) repeat-y center top;
}

.content {
	width: 888px;
	background: #192041 url(../images/content-bg.jpg) no-repeat;
	padding: 10px 0 10px 12px;
	border-top: 5px solid #e7ce82;
	color: #e6e0d8;
	margin:0;
}

.content .sidebar {
	width: 328px;
	float:right;
	display:inline;
	margin: 0 0 0 12px;
	padding: 10px 0 10px 10px;
	background: #d9bc64;
	color: #e6e0d8;
}

.mainImage {
	margin:0;
	padding: 0;
	width: 900px;
	height: 222px;
	overflow:hidden;
}

.mainImage img {
	margin:0;
	padding:0;
}

/* header 
----------------------------------------*/

.header {
	background: white url(../images/title.gif) no-repeat top center;
	height: 900px;
	height: 79px;
}

.header h1, .header h2 {
	text-indent: -9999em;
	margin:0;
	padding:0;
}


/* content formatting
--------------------------------------------*/

.content a.moreLink {
	display: block;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
	color: #e0553e;
}
.content a.moreLink:hover {
	color: #358a25;
}

.content .sidebar a.moreLink { color: white; }
.content .sidebar a.moreLink:hover { color: #e0553e; }

.content .column {
	width: 500px;
}

.content .highlight {
	background: transparent;
	color: #358a25;
	font: 15px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
}

.content .action {
	color: #90b805;
}

.content strong.tab {
    display:block;
    width: 150px;
    float:left;
    text-align:left;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 6px;
}

.content h1,
.content h2,
.content h3	{ color: #c09d30; text-align: center; font-size: 26px; font-family: "Garamond", "Adobe Garamond", "Apple Garamond", Times, "Times New Roman", serif;}

.content h4,
.content h5,
.content h6 { color: #f1da96; text-align: left; font-size: 18px; margin-bottom: 0; font-family: "Garamond", "Adobe Garamond", "Apple Garamond", Times, "Times New Roman", serif; }


/* sidebar 
---------------------------------------*/
.sidebar .formBlock {
	background: #e8e8e8;
	color: #252d4e;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

.sidebar .sideImage {
	margin: 10px 0;
}

.sidebar h3 { color: #c8a741; font-size: 30px;}

.sidebar h5 {
	color: white; 
	text-align: center;
	font-size: 18px;
	color: #e6e0d8;
	display: block;
	background: #515c7d;
	line-height: 25px;
	margin-bottom: 3px;
}


.sidebar #ContactFormBlock div {
	clear:both;
    margin: 0 0 6px 0;
    padding: 0 10px;
	overflow: auto;
}

.sidebar span.formError {
	display:block;
	padding: 2px;
	width: 178px;
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	text-align: right;
	float:right;
	display: inline;
	margin-right: 16px;
}

.sidebar span.error {
    padding: 5px;
    text-align: center;
    display: block;
}

.sidebar label {
	font-weight: bold;
	margin: 2px 10px 2px 0;
	width: 100px;
	float:left;
	display: inline;
}

input.text, input.title, input.button
textarea, select {
  margin:0;
  border:1px solid #bbb;
  font:12px Verdana, Helvetica, Arial, sans-serif;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

textarea      { width: 390px; height: 90px; padding:5px; overflow: auto; }

input.shortField { width: 180px; }
textarea.shortField { width: 170px; }
input.button { display: block; width:180px;	height:30px; margin: 0 0 0 111px ; color: #6d6c6c; font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; border: 1px solid #cccccc; }

.LikeBox {
    border: 4px double #3F6CA7;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 5px;
    width: 400px;
}

/* footer
--------------------------------------*/

.footer {
	width: 900px;
	background: #d9bc64;
	text-align: center;
	font: 12px/33px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #252d4e;
	margin: 0;
}

.footer p { margin:0; padding: 0; }

.footer a {
	color: #252d4e;
}

.footer a:hover {
    color: Black;
}

/* design tag
---------------------------------------*/
.designTag { 
	text-align: center;
	margin: 3px 0 ;
}
.designTag a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #252d4e;
	text-decoration: none;
}

.designTag a:hover {
	text-decoration: underline;
	color: #c09d30;
}


