/* Content Styles */

body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	height: 100%;
}

#main {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	xborder: 1px solid red;
	padding: 0 20px;
}

#content1 {
	padding: 0px;
	margin-top: 120px;
}

h1, h1 p {
	font: normal 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0 0 15px 0; 
	margin: 0;
}

h2, h2 p {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 8px 0 0 0; 
	margin: 0;
}

h3, h3 p {
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0 0 10px 0; 
	margin: 0;
}

p, #col_one_text {
	font: normal 11px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0 0 10px 0; 
	margin: 0;
}

a img {
	border:0px;
}

ul, ol {
	margin:0px;
	padding-left:15px;
}

li {
	padding-bottom:5px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* header */

#header {
	height: 60px;
	padding: 0;
}

#header_utilities {
	xheight: 60px;
	float: right;
	padding: 0;
	margin: 0;
}

/* footer */

#footer {
	background-color: #FFF;
	width: 100%;
	height: 80px;
}

#footer p{
	font: normal 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #555555;
	text-decoration: none;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 10px 20px 10px;
}

#footer p a{	
	padding: 0 0 2px 5px;
	border: 0;
	vertical-align: middle;
	color: #555555;
	text-decoration: underline;
	font: normal 11px/20px Georgia, "Times New Roman", Times, serif;
}				

#footer	p img {
	vertical-align: middle;
}

#footer p a img{	
        margin-bottom: 8px;
}

/*  Logo styles  */

#logo {
	position: absolute;
	top: 80px;
	height: 80px;
	float: left;
	width: 780px;
}

#logo a {
	text-decoration: none;
}

#logo_header {
	padding: 0px 0; 
	margin: 0px 0px 0px 0px;
}

#logo_replace {
	padding: 0px 0; 
	margin: 0;
	display: inline;
	vertical-align: baseline;
	postion: relative;
}

#logo_replace p {
	line-height: normal;
}

#logo_header a, #logo_replace a{
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}

#logoImgLeft {
    float:left;
    margin-right:10px;
}

#logoImgRight {
	float:right;
	margin-left:10px;
}

#logo_replace a:hover{}

/* Tab Styles */

#tabs {
	padding: 4px 0 0 0;
	margin: 0px;
}	

#tabs ul{
	padding: 0;
	margin: 1px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
}

#tabs li{
	display: inline;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#tabs li a, .dropmenudiv a{
	font: normal 12px/23px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
}

#tabs #current a, #currentChild{
	font: normal 12px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0;
	text-decoration: none;
}

#tabs #current a{
	padding: 4px 10px;
}

#tabs li a:hover, .dropmenudiv a:hover{
	text-decoration: none;
	color: #FFF;
}

#tabs li.parent a:hover {
	text-decoration: none;
	cursor:default;
}

/* menu bar style for drop down parent items */

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " +";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/*  Style for Drop Down Menu  */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000; 
	border-bottom-width: 0;
	z-index:100;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000; 
	padding: 2px 0;
	padding-left: 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

/* Login Styles */

#login {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #c9b5b6;
	float: left;
	vertical-align: top;	
	margin-top: 11px;
	padding-left: 10px;
}

#login a{
	color: #c9b5b6;
	text-decoration: none;	
	height: 20px;
	padding: 0px 2px 0px 20px;
	clear: none;
	float: left;
	vertical-align: baseline;
}

#login a:hover {
	text-decoration: underline;	
}

#login a img{
	vertical-align: bottom;
}

#manageSite {
	clear: none;
	float: left;
}


/*   tables and forms   */ 

form {
	padding: 0;
	margin: 0;
}

input {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	margin-right: 2px;
}

table {
	padding: 0;
	border: 1px solid #a7d9ef;
	margin: 10px 0 20px 0;
}

th {
	font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #88c6e2;
	text-align: left;
	padding: 5px 5px 5px 8px;
	border: 0;
}

tr.highlight {
	background-color: #d8eef8;
}

table.form_table, table{
	padding: 0;
	border: 1px solid #CCC;
	margin: 10px 0 20px 0;
}

table a {
	color: #78b2b6;
}

td {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 8px 5px 8px 8px;
	border: 0;
}

td p {
	color: #6F6F6F;
}

textarea {
	width: 90%;
}

.table_text {
	color: #6F6F6F;
}

td.event, td.todayevent {
	border: #000 solid 1px;
	background-color: #FECB85;
}

table.month {
	border-color:#000;
}

/*    page content styles   */

#manage_pages, .manage_event {
	padding: 0px 0;
}
	
#manage_pages p, .manage_event p{	
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 10px;
	background: url(../../../_images/websiteThemes/colourCenter/icon_page.gif) no-repeat 0 0;
}
	
#manage_pages p a, .manage_event p a{
	padding: 0 0 0 10px;
	height: 20px;
}

#col_one_text {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

#col_one img {
	border: 1px solid #685265;
}

/* loading message */

.loading {
	display: none;
}

#loading p {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}

/*    image styles   */

p.enlarge {
	font: bold 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #b23622;
	margin-right: -20px;
	padding-top: 5px;
}

p.enlarge a {
	font: normal 11px/12px Georgia, "Times New Roman", Times, serif;
}

/*   error styles  */

.error  {
	font: bold 11px/20px Georgia, "Times New Roman", Times, serif;
	padding: 7px;
	margin: 0 0 10px 0;
	vertical-align: middle;
}

.error p {
	font: bold 11px/20px Georgia, "Times New Roman", Times, serif;
	padding-top: 7px;
	text-align: center;
}

/*    advertising styles   */

#advert {
	width: 200px;
	height: 95px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #cccccc;
	float: right;
	position: relative;
}

#advert p {
	padding: 8px;
	font: normal 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}

#advert a {
	font: normal 10px/20px Georgia, "Times New Roman", Times, serif;
	color: #44787D;
}

#advert_header {
	float:right;
	font: normal 9px/15px Georgia, "Times New Roman", Times, serif;
	color: #44787D;
}

/* feature boxes - page content  */

#main_feature_title, #right_feature_title {
	color: #3F3F3F;
}

#main_feature_title {
	font: bold 16px/24px Georgia,"Times New Roman",Times,serif;
}

#right_feature_title {
    font: bold 14px/24px Georgia,"Times New Roman",Times,serif;
}

/*  preview page style  */

#preview_page {
	margin: 0px 0px 20px 0px;
	padding: 15px 20px 5px 40px;
	display: block;
	width: 440px;	
	background: url(../../../_images/websiteThemes/simpleas/icon_preview.gif) no-repeat 8px 15px;
	background-attachment: scroll;
}

/*  message board style  */

.post #post_title h3, .post #posted_details p, .post .message p {
	color: #4D4D4D;;
}

.post {
	background-color: #C7D2B0;
	padding: 5px;
}


/*  photo album  */

#photo_comment{
	font-weight: bold;
}

/*  google maps address bubble */
.gmnoprint {
	color: #000;
}

.dynamic{ display: none; }