* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .75em/1.4em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333;
	background: #757575;
	text-align: center;
	background: url(/images/pageback.gif) repeat-x left top;
	height:100%;
}
p {
	line-height:1.4em;
	margin: 0;
	padding: 0;
}
a {
	color: #1E66C8;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	background-color: inherit;
}
h1, h2, h3, h4, h5 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #27659a;
}
h1 { 
	font-size: 1.5em;
} 
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #333333;	
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #333333;	
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	margin: 10px 0 10px 0;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 12px;
	color: #222222;
}
ul span, ol span {
	color: #222222; 
}

img, a img {
	border: 0;
	outline: 0;
}
img.border {
	border: 2px solid #cccccc;
}
img.float-right {
	float:right;
	margin: 5px 0px 5px 12px;  
}
img.float-left {
	float:left;
	margin: 5px 12px 5px 0px;
}
a:hover img.border {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

img.space {
	margin: 5px 30px 5px 30px;  
}

blockquote {
	margin: 12px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.1em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
.formlayout {
	margin:10px;
	padding: 0;
	border: 1px solid #e9e9e9; 
	background-color: #f9f9f9; 
}
.formlayout label {
	display:block;
	font-weight:bold;
	margin: 6px 0 1px 0;
}
.formlayout input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
.formlayout textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#333;
}
.formlayout input.button { 
	margin: 0 0 3px 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
.formlayout input.button2 {
	text-align:center;
	margin: 6px 0 6px 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
.formlayout input.button:hover , .formlayout input.button2:hover {
	background: #f3f3f3;
	border-color: #999999;
	cursor:pointer;
	cursor:hand;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #ffffff;
	width: 778px;
	height: 100%;
	margin: 0 auto;	
	text-align: left;
	border-top: 3px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;	
	background: #FFF;
	height: 100%;
}

/* header */
#header {
	position: relative;
	/* background: #2a5f97; */
	background: #ffffff;
	/*  height:130px; */
}

#divider {
	/* background: url(/images/redbar2.png) no-repeat left top; 
	height: 52px;  */
}

#logo {
	position: absolute;
	top: 0;
	right: 60px;	
	padding: 4px 0 0 8px;
}

/* main */
#main {
	float: right;
	margin-right: 20px;
	width: 73%;		
	padding: 0;
	height: 100%;
}

div.contentbox p, div.contentbox h1, div.contentbox h2, div.contentbox h3, div.contentbox h4 {
	margin-left: 10px;
	margin-right: 10px;
}

.subdiv {
	background-color: #f3f3f3;
	padding: 2px 5px 2px 15px;
	margin: 10px 12px 10px 2px;
	border: 1px solid #e0e0e0;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #004389;
}


.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	display: inline;
	/* background: url(/images/side_back2.gif) repeat-x left top; */
	background: #27659a;
	min-height:750px;
	height:750px;
	height:auto; !important
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0 20px 10px 20px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:4px;
}

/*	background: #f4f3ef;
	border-left: 7px solid #3e8abf;	 */
#sidebar ul.sidemenu a {
	display:block;
	color: #fafafa;
	text-decoration:none;
	padding:2px 2px 2px 8px;
	min-height:18px;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	/*	background: #BAC2CD;  */
}

* html body #sidebar ul.sidemenu a { height: 18px; }

/*	background: #e5e1d7;  */
#sidebar ul.sidemenu a:hover {
	padding:2px 2px 2px 8px;
	background: #4e90d8;
	text-decoration:underline;
	color: #0066FF;
}


#vmenu{
	width: 99%;
	border-left: 1px solid #000;
	padding: 0 0 0px 0;
	margin-bottom: 1em;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	background-color: #90bade;
	color: #333;
	border-top: 1px solid #90bade;
}
* html #vmenu{ /*IE 6*/
	width: 100%;
}
#vmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#vmenu li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	line-height:1.8em;
}
#vmenu li a{
	display: block;
	padding: 4px 2px 5px 7px;
	border-left: 12px solid #165d98;
	border-right: 8px solid #508fc4;
	background-color: #2175bc;
	color: #fafafa;
	text-decoration: none;
	width: 100%;
}
html>body #vmenu li a{
	width: auto;
}
#vmenu li a:hover{
	border-left: 12px solid #084578;
	border-right: 8px solid #76b3e7;
	background-color: #358fdb;
	color: #fafafa;
}


/* Footer */
#footer {
	clear: both;
	color: #000000;
	background: #cccccc;
	border-top: 3px solid #666666;
	padding: 0 0 0 0;
	margin: 0;
	height: 28px;
	vertical-align:middle;
	font-size:0.9em;
}
#footer .footer-left{
	float: left;
	width: 45%;
	margin: 6px 0 0 0;
	text-align: center;
}
#footer .footer-right{
	float: right;
	width: 55%;
	margin: 6px 0 0 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }


.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
.auto {
	margin: 0 auto;
}
.images {
	text-align:center;
}
.images img {
	border: 1px solid #555555;
	padding: 2px;
	text-align:center;
}
.instructions {
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
}
.message_box {
	width: 90%;
	color: #CC0000;
	font-weight: bold;
	background-color: #f3f7ff;
	border: 1px solid #999999;
	padding: 8px 18px 8px 18px;
}
.logout_box {
	line-height: 1.4em;
	font-size: 11px;
	color: #333333;
	background-color: #ffff99;
	border: 1px solid #999999;
}
.error_box {
	line-height: 1.4em;
	font-size: 11px;
	color: #333333;
	background-color: #ffffd5;
	border: 1px solid #999999;
}
.error_box td, .logout_box td {
	padding: 1px 20px 1px 10px;
}
.formerror {
	border: 1px solid #FF0000;
	padding: 2px;	
}
.logout_link, .logout_link a {
	color: #CC0000;
	text-decoration: underline;
}

.small {
	font-size: 0.9em;
	line-height: 1.3em;
}
.large {
	font-size: 1.2em;
}
.exlarge {
	font-size: 1.3em;
	line-height: 1.5em;
}

.photogallery {
	float:left;
	display:inline;
	padding: 10px 5px 5px 10px;

}


