*
	{
	padding:0;
	margin:0;
	color:inherit;
	}

html
	{
	height:100%;
	}

body
	{
	font-family:"Segoe UI","Century Gothic",Verdana,Helvetica,sans-serif;
	font-size:11pt;
	}

#sm_page
	{
	width:780px;
	margin:0 auto 15px auto;
	}

#sm_page a img
	{
	border:0;
	}

#sm_header
	{
	background:url('images/top.png') top left no-repeat;
	color:#000;
	height:170px;
	padding:0;
	}

#sm_header #sm_banner_logo
	{
	background:url('images/topbar.png') bottom left no-repeat;
	margin-top:30px;
	margin-left:10px;
	padding-top:15px;
	width:760px;
	height:80px;
	float:left;
	font-size:4em;
	font-weight:100;
	text-align:center;
	color:#888;
	}

#sm_header #sm_banner_logo h1{
	display:none;
	}

#sm_header #sm_banner_logo h2{
	display:none;
	}

#sm_links
	{
	border-bottom:1px #888 solid;
	width:760px;
	height:20px;
	float:left;
	margin-left:10px;
	font-family:"Trebuchet MS","Century Gothic",Verdana,Helvetica,sans-serif;
	font-size:0.9em;
	color:#888;
	}

#sm_links ul
	{
	display:block;
	width:94%;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	}

#sm_links li
	{
	float:left;
	list-style-type:none;
	padding-left:0;
	text-decoration:none;
	color:#888;
	height:100%;
	}

#sm_links li a
	{
	border:1px solid transparent;
	display:block;
	padding:0 10px;
	text-decoration:none;
	font-weight:400;
	color:#000;
	}

#sm_links li a:hover, #sm_links li a:active, #sm_links li a:focus
	{
	border:1px solid #ccc;
	}

#sm_links .current
	{
	color:#000;
	}

#sm_main
	{
	background:url('images/main_bg.png') top left repeat-y;
	color:#000;
	min-height:350px;
	width:780px;
	display:table;
	}


#sm_content
	{
	width:580px;
	min-height:300px;
	padding-top:0;
	padding-bottom:55px;
	padding-left:0;
	padding-right:0;
	margin:0 auto;
	}

#sm_footer
	{
	background:url('images/bottom.png') bottom left no-repeat;
	color:#000;
	height:50px;
	width:780px;
	position:relative;
	margin-bottom:25px;
	}

#sm_footer *
	{
	text-decoration:none;
	}

#sm_footer #sm_copyright
	{
	float:left;
	margin-left:30px;
	margin-top:12px;
	font-size:0.7em;
	color:#888;
	}


#sm_footer #sm_footlinks
	{
	margin:0 auto;
	height:34px;
	width:340px;
	text-align:center;
 	}

#sm_footer #sm_footlinks ul
	{
	margin:0 auto;
	display:inline;
	}

#sm_footer #sm_footlinks li
	{
	display:inline;
	list-style-type:none;
	margin:0 5px;
	}

#sm_footer #sm_footlinks li img
	{
	width:34px;
	height:34px;
	}

#sm_footer #sm_search
	{
	color:#888;
	float:right;
	padding:0;
	margin-right:30px;
	margin-top:8px;
	}

#sm_footer #search_engine
	{
	margin-left:10px;
	padding:0 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 

	border:solid 1px #888;
	}

#sm_footer #keywords
	{
	height:16px;
	width:120px;
	
	float:left;
	padding-top:1px;
	margin:0;
	border:0;
	font-size:0.7em;
	} 

#sm_footer .searchbutton
	{
	padding-top:1px;
	}
	
#sm_login
	{
	position:fixed;
	bottom:0;
	right:10px;
	color:#fff;
	font-size:0.8em;
	font-weight:900;
	cursor:default;
	}

#sm_login *
	{
	float:left;
	padding:5px 10px;
	margin:0 2px;
	border:1px solid #000;
	border-bottom:0;
	background-color:#888;
	background-color:rgba(0,0,0,0.4);
	color:#fff;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	}


/* 'Editable Content' Styles */

#sm_content p
	{
	font-size:1em;
	margin-bottom:10px;
	}

#sm_content a
	{
	color:#555;
	}

#sm_content a:hover
	{
	color:#000;
	}

#sm_content h2
	{
	font-family:Calibri,Verdana,Helvetica,sans-serif;
	font-size:3em;
	margin-bottom:10px;
	color:#888;
	}

#sm_content h3
	{
	font-family:Calibri,Verdana,Helvetica,sans-serif;
	font-size:1.5em;
	margin-bottom:5px;
	color:#888;
	}

#sm_content strong, #sm_content h4, #sm_content h5, #sm_content h6, #sm_content h7
	{
	color:#444;
	}

#sm_content dl
	{
	clear:left;
	margin-bottom:10px;
	}

#sm_content dt
	{
	clear:left;
	}

#sm_content dd
	{
	margin-left:15px;
	font-size:1em;
	}

#sm_content dt a, dd a
	{
	font-size:1em;
	}

#sm_content table
	{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:hide;
	caption-side:top;
	margin:10px auto;
	clear:both;
	font-size:1em;
	}

#sm_content caption
	{
	padding:2px;
	margin:2px 5px;
	border:1px solid #888;
	font-weight:500;
	display:inline;
	text-align:left;
	background:#fff;
	white-space:nowrap;
	}
	
#sm_content td, #sm_content thead, #sm_content th
	{
	border:1px solid #888;
	padding:2px 5px;
	}

#sm_content #contactform .contactfield
	{
	margin:0 auto;
	display:block;
	padding:2px;
	width:420px;
	}

#sm_content #contactform .labelleft
	{
	float:left;
	width:150px;
	font-size:0.9em;
	}

#sm_content #contactform .longinput
	{
	width:240px;
	height:80px;
	padding:2px;
	}

#sm_content #contactform .shortinput
	{
	width:240px;
	padding:2px;
	}

#sm_content #contactform #recipients
	{
	width:246px;
	padding:2px;
	}

#sm_content #contactform .submitbtn
	{
	display:block;
	padding:2px 5px;
	}


/* Formatting Classes (for use with WYMeditor) */


#sm_content .floatleft
	{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
	}

#sm_content .floatright
	{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	}


#sm_content .clear
	
	{
	clear:both;
	}

#sm_content .centre
	{
	margin:0 auto;
	text-align: center;
	clear:both;
	}

#sm_content .border
	{
	border:1px solid #888;
	}
	
#sm_content .noborder
	{
	border:none;
	}

#sm_content ul
	{
	margin:0 20px 10px 20px;
	}

/* WYMeditor Styles*/

.wym_box h2
	{
	font-size:1em!important;
	color:#000!important;
	font-family:"Segoe UI","Century Gothic",Verdana,Helvetica,sans-serif!important;
	width:72px;
	}

.wym_tools
	{
	width:410px!important;
	float:left;
	}

.wym_area_right
	{
	float:right;
	margin-top:5px;
	margin-bottom:0;
	width:80px!important;
	position:relative;
	left:75px;
	}

.wym_iframe, .wym_iframe iframe
	{
	float:left;
	width:520px!important;
	height:450px!important;
	}

.wym_area_bottom
	{
	display:none;
	}

.wym_containers *
	{
	margin:0!important;
	width:64px;
	}

textarea.wym_html_val
	{
	width:410px!important;
	height:400px!important;
	font-size:1.2em!important;
	}

/* Google Map Styles */

#map {
	border:1px solid #000;
	width:580px;
	height:355px;
}

/* CMS Styles*/

.adminpanel *
	{
	max-width:540px;
	}

.adminpanel fieldset, form fieldset
	{
	margin:10px 0;
	padding:10px;
	
	border-radius: 5px;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 

	}
	
.adminpanel fieldset *, form fieldset *
	{
	padding:0;
	}

.adminpanel fieldset fieldset, form fieldset fieldset
	{
	margin:0 10px;
	padding:10px;
	}

.adminpanel fieldset p
	{
	padding-bottom:8px;
	padding-left:10px;
	}

.adminpanel legend, form legend
	{
	padding:2px 5px;
	margin:2px 5px;
	border:1px solid #888;
	font-weight:500;
	}

.adminpanel textarea, form textarea
	{
	width:500px;
	height:500px;
	margin:10px auto;
	}

.adminpanel .adminpanel
	{
	max-width:500px;
	margin:0;
	padding:0;
	}

.adminpanel .adminpanel fieldset
	{
	margin:5px 10px;
	}

.adminpanel .adminpanel fieldset p
	{
	max-width:450px;
	margin:5px 10$px;
	}

.adminpanel .adminpanel fieldset p input
	{
	max-width:430px;
	}

#post .text, #post textarea, #post #calc, .adminpanel input[type="text"], .adminpanel select
	{
	width:500px;
	padding:2px 5px;
	background:#f0f0f0;
	color:#000;
	font-size:0.8em;
	
	border-radius: 5px;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 

	border:solid 1px #000;
	}

#post textarea
	{
	height:200px;
	}

#edit_article
	{
	display:block!important;
	}
	
#delete_article
	{
	display:none!important;
	}

