* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(../../images/cms/small_logo.jpg);
	/*background: #666;*/
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #000;*/
	margin: 0px auto;
	margin-bottom:5px;
}

h1 {font-size:2.2em;font-weight:normal;margin-bottom:1em;}
h2 {font-size:1.7em;font-weight:normal;margin-bottom:1em;}
h3 {font-size:1em;font-weight: bold;margin-bottom:1em;}
p, blockquote, ul, ol, form {margin-bottom: 1.5em;}
blockquote, ul, ol {margin-left: 3em;}
blockquote {margin-right: 3em;font-style: italic;}
ul {list-style-type: square;}
hr {color:#00258A;background-color:#00258A;margin:5px 5px 5px 0px;} 
a {color: #000;}
a:hover {text-decoration: none;}
.TypicalTextRed {
	color:red;
}
.TypicalTextDisclaimer {
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Wrapper */
#wrapper {
	width: 928px;
	margin: 5px auto;
	border: 7px solid #00258A;
	background-color: #FFF;
}

/* Header */
#header {
	height: 60px;
	position: relative;
	background-color: #00258A;
	margin: 0px auto;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;  
	font-size: 35px;
	letter-spacing: -2px;
	color:white;
}
#header h2 {
	position: absolute;
	top: 125px;
	left: 20px;  
	font-size: 30px;
}
#header a {
	text-decoration: none;
	color: #FFF;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Menu */
#menu {
	width: 928px;
	position: absolute;
	top:20px;
	/*margin: -250px 0;*/
	border:0px solid black;
}
#menu ul {
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}
#menu li {
	padding: 5px;
	display: inline;
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1em;
}
#menu li a.active {
	border-bottom: 2px solid #FFFFFF;
}
#menu li a:hover {
	border-bottom: 2px solid #FFFFFF;
}
.menu_active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
	font-size: 1.2em;
	cursor:default;
}

/* Content */
#content {
	background-color:#FFF;
	border-top: 7px solid #fff;
	margin: 0px auto;
	width: 928px;
}

/* Main Content */
#main_content {
	background: #FFF;
	float: right;
	height:750px;
	width: 677px !important;
	width: 674px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 0px 0px 10px;
	border-top:2px solid #00258A;
	border-bottom:2px solid #00258A;
	border-left:2px solid #00258A;
}
.Left {
	float:left;
	width:25%;
	height:30px;
	padding-top:1px;
	margin:0px 0px 10px 0px;
	border:0px solid black;
}
.Right {
	float:right;
	width:70%;
	height:30px;
	text-align:right;
	margin:0px 5px 10px 0px;
	border:0px solid black;
}

/* Sidebar */
#sidebar {
	float: left;
	height:750px;
	width: 230px;
	background: #00258A;
	padding: 10px 0px 0px 0px;
	border-top:2px solid #00258A;
	border-bottom:2px solid #00258A;
	border-right:2px solid #00258A;
}
#sidebar ul {
	margin: 0px;
	list-style: none;
	padding: 0 10px;
}
#sidebar li {
	margin-bottom: 15px;
}
#sidebar li ul {
	list-style-type: none;
	padding-left: 5px;
	margin:0px 0px 10px 0px;
}
#sidebar li li {
	margin: 0px;
	color: #fff;
}
#sidebar h2 {
	border-bottom: 1px solid #fff;
	margin-bottom:0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#sidebar a {
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
	/*background: transparent url(../images/nav/listoff.gif) left center no-repeat;*/
}
#sidebar a:hover {
	text-decoration: none;
	color: #005300;
	padding-left: 0px;
	/*background: transparent url(../images/nav/liston.gif) left center no-repeat;*/
}
.sidebarOn {
	padding-left:15px;
	color: #005300;
	background: transparent url(../images/nav/liston.gif) left center no-repeat;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.post .title {
	height: 50px;
	border-top: 0px solid #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0px 5px 0px;
}
.post .title a {
	text-decoration: none;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .date {
	margin-top: -73px;
	text-align: right;
	font-size: x-small;
	padding: 5px 15px 0px 0px;
}
.post .link {
	text-align: right;
	padding: 0px 15px 0px 0px;
}
.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}
.post p {
	text-align: justify;
}
.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}
.entry h1, .entry h2, .entry h3 {
	color: #333;
}
.adminentry {
	height:640px;
	overflow:auto;
	padding:5px 0px 0px 5px;
	margin:0px 5px 0px 0px;
	border:1px solid #000;
}
.adminentrymedium {
	height:350px;
	overflow:auto;
	padding:5px 0px 0px 5px;
	margin:0px 5px 25px 0px;
	border:1px solid #000;
}
.adminentryshort {
	height:200px;
	overflow:auto;
	padding:5px 0px 0px 5px;
	margin:0px 5px 25px 0px;
	border:1px solid #000;
}
.adminentry a: {
	padding-left: 0px;
	text_decoration:none;
}


.adminentrywindow {
	height:275px;
	overflow:auto;
	padding:5px 0px 0px 5px;
	margin:5px 5px 5px 5px;
	border:1px solid #000;
}
.adminentryWYSIWYG {
	height:435px;
	overflow:auto;
	padding:5px 0px 0px 5px;
	margin:5px 5px 5px 5px;
	border:1px solid #000;
}
.adminentrypost {
	border:1px dotted #00258A;
	margin-right:5px;
	padding:5px;
}

.folder {
	height:25px;
	padding-left:30px;
	background-image:url(../../images/cms/folder.jpg); 
	background-position: left; 
	background-repeat: no-repeat;
}
.page {
	height:25px;
	padding-left:30px;
	background-image:url(../../images/cms/page.jpg); 
	background-position: left; 
	background-repeat: no-repeat;
}



/* Forms */
.formMain {
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	line-height:18px;
}
.formLeft {
	float:left;
	width:25%;
	height:30px;
	text-align:right;
	border:0px solid black;
	padding-top:1px;
}
.formRight {
	float:right;
	width:72%;
	height:30px;
	border:0px solid black;
}
.formBoth {
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid black;
}
.formBothDeck {
	height:130px;
	overflow:auto;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid black;
}
.formBothContent {
	height:230px;
	overflow:auto;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid black;
}
.formField {
	width:300px;
}
.formTextArea {
	width:95%;
	height:50px;
	padding:5px;
	
}
.ButtonDisclaimer {
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/* Footer */

#footer {
	text-align:center;
	font-size:10px;
	margin-top:5px;
	padding:5px 0px 0px 0px;
	background: #fff;
	border-top:2px solid #00258A;
	/*border-bottom: 5px solid #ffff;*/
}
.uploading {
	visibility:hidden;
	width:400px;
	background-color:white;
	padding:10px;
}