/*more info regarding this css*/
/* http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */

body {
	margin:0;
	padding:0;
	background:#a7a09a;
	font-family: georgia,times,"times new roman",serif;
	font-size: 85%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #747474; 
	margin: 0px; 
}

a {
	text-decoration: none;
}

p { 
	margin-top: 0px; 
	/*text-align: justify;*/
	/*font-size:x-small;*/
}

h3 { 
	font: normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #85a03c;
}

body {
	min-width:750px;
}

#wrap {
	/*background:#fff;*/
	background: #fff url(../images/divider.jpg) repeat-y right;
	margin:0 auto;
	width:750px;
}

#admin_wrap {
	/*background:#fff;*/
	background: #fff;
	margin:0 auto;
	padding: 0px;
	/*width:750px;*/
	width: 100%;
}

#admin_header {
	background:#406518;
}

#header {
	background:#ddd;
}

#header h1 {
	padding: 5px;
	margin: 0px;
}

#nav {
	background:#fff;
	padding: 0px;
	border-bottom: 1px solid #fff;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*http://css.maxdesign.com.au/listamatic/horizontal03.htm*/
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #545454;
	color: white;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #545454;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	width: auto;
}

#navcontainer ul li a:hover
{
background-color: #85a03c;
color: #fff;
}

#main {
	/*background:#9c9 url(../images/vline.jpg) repeat-y;*/
	border-right: 1px solid #747474;
	float: left;
	width: 574px;
	margin: 0px;
	padding: 0px;
}

#main a:hover {
	text-decoration: underline;
}

#main .ceo_msg {
	position: relative;
	text-transform: uppercase;
	top: -30px;
	left: 370px;
	width: 170px;
}

#main .ceo_msg a {
	font-size: 13px;
	text-decoration: none;
	color: #747474;
}

#main .ceo_msg a:hover {
	text-decoration: underline;
}

#admin_main {
	/*background:#9c9 url(../images/vline.jpg) repeat-y;*/
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#mainleft {
	background: #fff url(../images/main_success.jpg) no-repeat;
	width: 190px;
	height: 33px;
	float: left;
	margin: 0px;
	border: 0px;
}

#maincenter {
	background: #fff url(../images/main_news.jpg) no-repeat;
	/*padding: 35px 5px 5px 5px;*/
	width: 190px;
	float: left;
	margin: 0px;
	border: 0px;
}

#mainright {
	background: #fff url(../images/main_events.jpg) no-repeat;
	/*padding: 35px 0px 0px 0px;*/
	width: 190px;
	float: left;
	margin: 0px;
	border: 0px;
}

.content {
	/*width: 100%;*/
	padding: 35px 10px 5px 15px;
}

.contect a {
	background: #fff;
}

/*suppose to be 175 but padding takes up 10px*/
#sidebar {
	/*border-left: 1px solid #747474;*/
	background:#fff;
	float: right;
	width: 154px;
	padding: 10px;
	text-align: center;
}

.sideitem {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*display: block causes an item to use the full width of div*/
.sideitem h1,a{
	font-size: 14px;
	color: #5d7e27;
	min-height: 10px;
}

.sideitem a {
	display: block;
}

.sideitem p {
	font-size:x-small;
}

.sideitem a:hover {
	text-decoration: underline;
}

#divider {
	/*background:#c9c;*/
	background: #000 url(../images/vdash.jpg) repeat-y;
	float: right;
	width: 10px;
}

/*we use the clear property to tell the footer that it can’t have any elements next to it.*/
#footer {
	background:#85a03c;
	padding: 5px 10px 5px 10px;
	height: 30px;
	clear: both;
}

#footer a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	display: inline;
}

#navcontent { 
	width: 145px; 
	float: left;
	margin: 0px;
	padding: 0px;
	}

#navcontent ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#navcontent a
	{
	display: block;
	padding: 3px;
	width: 145px;
	background-color: #909093;
	border-bottom: 1px solid #eee;
	}
#navcontent a:link, #navlist a:visited
	{
	color: #EEE;
	text-decoration: none;
	margin-top: 0px;
	}
#navcontent a:hover
{
	background-color: #85a03c;
	color: #fff;
}

#preamble_sub {
	padding: 10px 10px 10px 20px;
	text-align: left;
	width: 375px;
	margin: 0px;
	float: left;
}

#preamble_sub a img {
	display: inline;
	background: #bbb;
	border: 3px solid #999;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.clearing {
	height: 0;
	clear: both;
}

.pagination{  
    padding:5px;  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
    color:#000000;  
    font-weight:bold;  
}

.pagination a{  
    padding:4px 7px 4px 7px;  
    margin:0px 2px 0px 2px;  
    border:1px solid #5D7E27;  
    background:#FFFFFF;  
    color:#5D7E27;  
    text-decoration:none;  
}

.pagination a:hover{  
    border:1px solid #5D7E27;  
    background:#5D7E27;  
    color:#FFFFFF;  
    text-decoration:none;  
}

/*Twisty related css*/
.twisty:hover {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	margin-left: -1px;
}

.twisty {
	cursor: hand;
	cursor: pointer;
}