/* Content Styles */

body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	margin-top:20px;
	margin-bottom:50px;
}

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

#content1 {
	padding: 20px;
	background: url(../../../_images/websiteThemes/classic/body_background.jpg) repeat-x 0 0;
}

h1, h1 p {
	font: normal 20px/26px Arial, Helvetica, serif;
	color: #333;
	padding: 0 0 15px 0; 
	margin: 0;
	position: relative;
}

h2, h2 p {
	font: bold 14px/22px Arial, Helvetica, serif;
	color: #333;
	padding: 0 0 10px 0; 
	margin: 0;
}

h3, h3 p {
	font: bold 14px/18px Arial, Helvetica, serif;
	color: #333;
	padding: 0 0 10px 0; 
	margin: 0;
}

p, #col_one_text {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 10px 0; 
	margin: 0;
}

a {
	color: #006BD7;
}

a img {
	border:0px;
}

a:hover {
	color: #b23622;
	text-decoration: underline;
}

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

li {
	padding-bottom:5px;
	font: normal 11px/16px Arial, Helvetica, serif;
}

/* header */

#header {
	height: auto;
	padding: 20px 0 0 0;
	margin-bottom:25px;
	_margin-bottom:15px;
}

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

/* footer */

#footer {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer p{
	font: normal 11px/12px Arial, Helvetica, serif;
	color: #666;
	text-align: left;
}

#footer p a{	
	padding: 0 7px;
	border: 0;
	text-decoration: none;
}

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

/*  Logo styles  */

#logo {
	height: auto;
	width: 660px;
	float: left;
	padding-bottom:10px;
	margin-top:10px;
}

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

#logo_replace {
	padding: 0px 0; 
	margin: 0;
	vertical-align: baseline;
}

#logo_replace p {
	line-height: normal;
}

#logo_replace a, #logo_header a{
	font: normal 28px Arial, Helvetica, serif;
	color: #000;
	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-right: 3px;
}	

#tabs ul{
	padding: 0;
	margin: 0;
}

#tabs li{
	padding: 0;
	display: inline;
	color: #444;
	text-align: center;
	border-right: 1px solid red;
}

#tabs #current{
	display: inline;
	color: #444;
	text-align: center;
	color: #444444;
}

#tabs #current a, #currentChild {
	font: bold 11px/23px Arial, Helvetica, serif;
	color: #444444;
	padding: 4px 10px;
	margin: 0;
	text-decoration: underline;
}

#tabs li a, .dropmenudiv a{
	font: bold 11px/23px Arial, Helvetica, serif;
	color: #b23622;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
}

#tabs li a:hover, .dropmenudiv a:hover{
	text-decoration: underline;
}

#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; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	width: 200px;
	visibility: hidden;
}

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

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

/* Login Styles */

#login {
	font: bold 11px Arial, Helvetica, serif;
	color: #999;
	float: left;
	vertical-align: top;
	width: 108px;
	xmargin-top: -4px;
	padding-left: 10px;
	text-align: right;
}

#login a{
	vertical-align: bottom;
	color: #999;
	text-decoration: none;	
	height: 20px;
	padding: 0 2px;
	clear: both;
}

#login a img{
	vertical-align: bottom;
	margin-top:5px;
}


/*   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 Arial, Helvetica, 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 #adadad;
	background: url(../../../_images/websiteThemes/classic/box_background.jpg) repeat-x 0 0;
	background-color: #fff;
	margin: 10px 0 20px 0;
}

textarea {
	width: 90%;
}

td {
	font: normal 12px/14px Arial, Helvetica, serif;
	color: #333;
	padding: 8px 5px 8px 8px;
	border: 0;
}

.table_text {
	color: #333;
}

table.details {
	background-color: #fff;
}

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

table.month{
	background: url(../../../_images/websiteThemes/classic/calendar_background.jpg) repeat-x 0 0;
	background-color: #fff;
}

/*    page content styles   */

#manage_pages, .manage_event {
	padding: 10px 0;
	position: relative;
	clear: both;
}
	
#manage_pages p, .manage_event p{	
	font: normal 12px/14px Arial, Helvetica, serif;
	padding: 0 0 10px 10px;
	background: url(../../../_images/websiteThemes/clean/icon_page.gif) no-repeat 0 0;
}
	
#manage_pages p a, .manage_event p a{
	padding: 0 0 0 10px;
	height: 20px;
}

/* loading message */

.loading {
	display: none;
}

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

/*    image styles   */

.image_caption {
	margin-bottom: 20px;
	margin-right: 20px;
}

.image_caption p {
	padding: 2px 0;
}

.image_caption p.enlarge {
	font: bold 11px/12px Arial, Helvetica, serif;
	color: #b23622;
	text-align:right;
	margin-right: -20px;
	padding-top: 1px;
}

.image_caption p.enlarge a, p.enlarge a {
	font: normal 11px/12px Arial, Helvetica, serif;
}

.image_caption img {
	border: 0px solid;
}

p.enlarge {
	margin-top:5px;	
}

/*   error styles  */

.error  {
	font: bold 11px/20px Arial, Helvetica, serif;
	color:#00cc66;
	padding: 7px;
	margin: 0 0 10px 0;
	border: 1px solid #00cc66;
	vertical-align: middle;
}

.error p {
	font: bold 11px/20px Arial, Helvetica, serif;
	color:#00cc66;
	padding-top: 7px;
	text-align: center;
}

/*    advertising styles   */

#advert {
	width: 200px;
	height: 95px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #fff;
	float: right;
	position: relative;
}

#advert p {
	padding: 8px;
	font: normal 11px/15px Arial, Helvetica, serif;
	text-align: left;
}

#advert a {
	font: normal 10px/20px Arial, Helvetica, serif;
}

#advert_header {
	float:right;
	font: normal 9px/15px Arial, Helvetica, serif;
	color: #79b2b7;
}

/* feature boxes - page content  */

.main_feature_box, .right_feature_box { 
	background: url(../../../_images/websiteThemes/classic/box_background.jpg) repeat-x 0 0;
	background-color: #fff;
	border: solid #fff 2px;
}

#main_feature_title {
	font: bold 16px/24px Arial, Helvetica, serif;
}

#right_feature_title {
    font: bold 14px/24px Arial, Helvetica, 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;
	background-color: #eeeeee;
}

/*  message board style  */

.post { 
	padding: 5px;
	background-image: url(../../../_images/websiteThemes/classic/box_background.jpg);
}


/*  photo album  */

#photo_comment{
	font-weight: bold;
}

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

.dynamic { display: none; }