html {
	overflow-y: scroll;
}
body {
	background-color:#0E365B;
	background-image:url(images/background.png);
    background-position:bottom center;
    background-repeat:no-repeat;
	font-size:1em;
	font-family: Calibri, Arial, "Times New Roman";
    margin-bottom:245px;
}
#canvas {
	width: 800px;
	background-color:#FFF;
	margin: 0 auto;
	position: relative;		
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
p, h1, h2, h3, h4, td, small {
	font-family: Calibri, Arial, "Times New Roman";	
}
a {
	text-decoration:none;
}
#header {
	height:83px;
	border-bottom: 1px solid #5E94C6;	
	margin:-20px 0px 0px 0px;
	padding:0px;
}
#title p.title {
	font-size: 30px;
	width: 400px;
	color:#000;
	position:absolute;
	letter-spacing:-1px;
	left:190px;
}
#title p.title a {
	color:#000;
    font-weight:normal;
}
#telephonenumber {
	margin: 0px;
	float:right;
	padding: 0px;
}
#telephonenumber img {
	margin-top:10px;
	float:right;
}
#telephonenumber h4 {
	font-size: 15px;
	text-align:right;
	padding:20px 0px 0px 0px;
	margin:0px;
}
#menu {
	margin-left:-50px;
    width:188px;    
}
#menutop {
	background-image:url(images/menu_head.png);
	background-repeat:no-repeat;
    background-position:top;
	height:16px;
}
#menuinner {
	background-image:url(images/menu_middle.png);
    background-repeat:repeat-y;
}
#menufooter {
	background-image:url(images/menu_footer.png);
	background-repeat:no-repeat;
    background-position:top;
	height:16px;    
    margin-bottom:10px;
}
#nav,  #subNav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subNav {
	margin-top: 10px;
}
#nav li,  #subNav li {
	background-color:#2A5E8C;
	font-size:16px;
	line-height:40px;
    width: 174px;
    height:40px;
	text-align:center;	
	padding: 0px 0px 0px 0px;
    font-weight:normal;  
	margin-left:3px;
}
#nav li:first-child {
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#nav li:last-child {
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#nav li a {
	color:#000;	
    width: 174px;
    display:block;
    height:40px;    
    margin-left: 0px;
}
#nav li.current_page_item, #nav li.current_page_parent {
	background-color:#5E94C6;
}
#nav li:hover {
	background-color:#5E94C6;
    color: #fff;
}
#nav li:hover a {
    color: #fff;
}
.current_page_item a,  .current_page_parent a {
	text-decoration: none;
	color:#FFF!important;
}
.current_page_item a:hover,  .current_page_parent a:hover {
	text-decoration: none;
}
.alignnone {
	border: 1px solid #cfcfcf;
	padding: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#primaryContent {
	width: 575px;
	float: left;
	padding: 20px;
	margin: 0;
}
#primaryContent h1 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 20px;    
    font-weight: normal;    
}
#primaryContent h2 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 18px;
    font-weight: normal;
}
#primaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;    
    font-weight: normal;    
}
ol#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
p.postMeta {
	font-size: 12px;
}
#pagination {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pagination li {
	display: inlne;
}
#pagination .previous {
	text-align: left;
	float: left;
}
#pagination .future {
	text-align: right;
	float: right;
}
#secondaryContent {
	width: 140px;
	float: left;
	border-right: 1px solid #5E94C6;
	padding: 20px 10px 20px 20px;
}
.logo {
	border:none!important;;
	text-align:left;
	margin-left:-15px;
}
#secondaryContent img {
	margin-bottom:20px;
	border: 1px solid #cfcfcf;
	padding: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.moreimagesbutton {
	border: 1px solid #cfcfcf;
	padding: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color:#5E94C6; 
    color:#000;   
    font-size: 12px;
    width:120px;
    margin-left:10px;
    margin-bottom:5px;
}
#secondaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
}
#secondaryContent > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondaryContent > ul > li {
	margin: 0 0 10px 0;
}
.widget_tag_cloud a {
	padding-left: 5px;
}
#sidebar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#comment {
	width: 500px;
}
#footer {
	clear: both;
	background-color:#2A5E8C;
	height: 70px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;    
}
#footer img {
	float:right;
	padding: 10px 20px 0px 0px;
    border:none;
}
#footer p {
	color: #fff;
    line-height:70px;
    margin-left:35px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 1px;
	border: 1px solid #5E94C6;	
	margin: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	padding: 1px;
	border: 1px solid #5E94C6;	
	margin:0px 0px 10px 10px;
}
.addthis_toolbox {
	float:right;
	margin-top: 10px;
}
#ColorPickerDiv TD.color label {
	cursor: pointer;
}
.ColorPickerDivSample {
	margin: 0px 0px 0px 4px;
	border: solid 1px #000;
	padding: 0px 10px;	
	position: relative;
	cursor: pointer;
}
.post p, .post li, .post td, .post td p {
	font-size:0.9em;
	line-height:1.5em;
}
.post table tr td {
	padding: 0px 20px 0px 20px;
}
#posts a {
	color:#000;
	text-decoration:underline;
}
#header a{
	color:#000;
	font-weight:normal;
}

.wp-caption-text {
	text-align:center;
	font-size: 11px;
}

.privacytable {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: 10px 0;
}
.privacytable td {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 0;
    padding: 5px;
}
.privacytable th {
    background: none repeat scroll 0 0 #CECECE;
    border-bottom: medium none #CCCCCC;
    height: 30px;
}
.privacytable tr:hover {
    background: none repeat scroll 0 0 #DBDDD0;
}