/* Reset
----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,/*p,*/blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,/*,font,img,*/ins,kbd,q,s,samp/*,small*/,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend/*,table,caption,tbody,tfoot,thead,tr,th,td*/{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* Global Classes
----------------------------------------------------------------------------------------------------*/
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.clear {
	clear: both;
}
.mce_inline_error {
	color: #ff0000;
}
/* HTML/Layout
----------------------------------------------------------------------------------------------------*/
body#content {
	background: #fff;
	text-align: left;
}
body {
	background: #fff;
	font: 11px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	text-align: center;
}
#container {
	background: url('/img/site/calligraphy.jpg') no-repeat top center;
	height: 600px;
	width:1024px;
	margin: 0 auto;
	text-align: left;
}
#containerLeft {
	width:453px;
	float: left;
	position: relative;
	height: 560px;
}
#logo {
	margin: 0 auto;
	text-align: left;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo h1 a {
	display: block;
	outline: none;
	text-indent: -9999px;
}
#title {
	position: absolute;
	top:460px;
	z-index: 300;
	left:30px;
}
#controls {
	height: 29px;
	z-index: 500;
	clear: both;
}
#containerRight {
	width:571px;
	float: left;
	height: 560px;
}
#sitecontent {
	width: 500px;
	position: relative;
	top: 30px;
	left:20px;
}
#footer {
	background: #000;
	clear: both;
	padding: 5px 0px 5px 0px;
	width: 1024px;
}
#copyright {
	color: #999;
	font-size: 14px;
	padding-left: 20px;
	width: 260px;
	float: left;
}
.vcard {
	color: #ccc;
	width: 700px;
	float:right;
	text-align: right;
	font-size: 14px;
	padding-right: 20px;
}
#sephone {
	color: #333;
	font-size: 10px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a:link, #navigation li a:active ,#navigation li a:visited {
   display: block;
   text-align: center;
   color: #000;
   padding: 3px 5px;
   text-transform: uppercase;
}
#navigation li a:hover {
	color: #9b1e2a;
	text-shadow: 2px 0px 0px #ddcc94;
}
a:link, a:active, a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color: #9b1e2a;
	text-shadow: 2px 0px 0px #ddcc94;
	text-decoration: none;
}
a.altnav:link, a.altnav:active, a.altnav:visited {
	color:#ccc;
	text-decoration: none;
	text-shadow: none;
}
a.altnav:hover {
	color:#ccc;
	text-decoration: none;
	text-shadow: none;
}
a.sephonelink:link, a.sephonelink:active, sephonelink:visited {
	color:#333;
	text-decoration: none;
	text-shadow: none;
}
a.sephonelink:hover {
	color:#666;
	text-decoration: none;
	text-shadow: none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 18px;}
h2 {font-size: 16px; color:#000; margin: 5px 0px 5px 0px;}
h3 {font-size: 14px; color:#000; margin: 5px 0px 5px 0px;}
h4 {font-size: 14px; margin: 5px 0px 5px 0px;}
h5 {font-size: 14px; margin: 5px 0px 5px 0px;}
h6 {font-size: 14px; margin: 5px 0px 5px 0px;}
/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
