/* CSS Document */
body {
	font-family: verdana;
	font-size: 69%;
	color: #000000;
	text-align: center;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#container {
	padding: 0;
	width: 790px;
	margin: auto;
	text-align: left;
	background: #E3D8BB url(/images/bg.jpg) top center repeat-y;
}

#header {
	background: url(/images/header.jpg) top center no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
}

#menu {
	background: url(/images/menuBg.jpg) top center no-repeat;
	height: 19px;
	padding: 4px 0 0 0px;
	margin: 0;
	text-align: left;
	color: #003300;
}

#content {
	text-align: left;
	font-size: 1em;
	line-height: 160%;
	padding: 20px 35px;
}

p {
	margin: 8px 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: arial;
	margin: 5px 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #003300;
}

img {
	border: 0;
	vertical-align: middle;
}

th {
	text-align: left;
}

a {
	color: #ff0000;
	text-decoration: none;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

li {
	font-size: 1em;
	margin: 15px 0;
}

a:hover {
	color: #003300;
}

#footer {
	background: url(/images/footer.jpg) bottom center no-repeat;
	height: 310px;
	clear: both;
}

.title {
	font-size: 2em;
	font-weight: bold;
	font-family: arial;
	color: #000055;
	margin: 5px 0;
	padding: 0;
}

.rtnMsg {
	background: #FFAAAA;
	font-weight: bold;
	padding: 10px;
}

.actions {
	padding: 10px 15px;
	text-align: left;
}

#flashcontent {
	padding-left: 1px;
	text-align: center;
}

/* help boxes */
.popupHelp {
	position			: absolute; 
	left				: 30px; 
	top					: 30px; 
	width				: 300px;
	border				: 1px solid #000066;
	background			: yellow;
	padding				: 8px;
	overflow			: visible;
	margin				: auto;
	display				: none;
	visibility			: hidden;
	z-index				: 3;
	text-align			: left;
}

.popupHelp p {
	margin: 0 auto 7px auto;
}

#editorHelp {
	border: 2px gray inset;
	padding: 10px 5px;
	display: none;
}

/* Top menu */

.menustyle ul{
	margin: 0;
	text-align: left;
	indent: 0;
	padding: 0 0 0 35px;
}

.menustyle ul li{
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
}

.menustyle ul li a{
	padding: 0px;
	margin: 0;
	color: #003300;
	text-decoration: none;
}

.menustyle ul li a:hover {
	color: #0000ff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	font-size: 0.9em;
	border: 1px inset #cccccc;
	border-bottom-width: 0;
	line-height:14px;
	z-index:100;
	background-color: #ffffff;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	padding: 4px 10px 4px 5px;
	text-decoration: none;
}

.dropmenudiv a:hover {
	background-color: #D5E5E8;
}

/* tinyMCE Editor styles */
.right {
	float: right; 
	margin: 0 0 15px 15px;
}

.left {
	float: left; 
	margin: 0 15px 15px 0;
}

/* admin area styles */
.adminH2 {
	font-weight: bold;
	color: #003300;
}

.imageGrid {
	border-right: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
	width: 100px;
	padding: 25px;
}

.imageGridR {
	border-bottom: 1px dashed #dddddd;
	width: 100px;
	padding: 25px;
}

input {
	vertical-align: middle;
	font-size: 1em;
}

select {
	vertical-align: middle;
	font-size: 1em;
}