/***
 Ornamental Brushes created by Finsternis stock 
 http://finsternis-stock.deviantart.com/
***/

body {
	background: #FFF url('../../images/grad-bg.png') repeat-x;
	color: #fff;
	font-family: Tahoma, sans-serif;	
	margin: 5px;
	padding: 5px;
}

a, a:link, a:visited, a:hover{
	color: #fcd182;
	text-decoration: none;
}

a:hover{ color: #fff;}

a.navlink {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
	color: #fcd182;
}

h4 { margin-bottom: 0; }

.nav_list li {
	margin: 15px 0;
}


/*# fcd182*/
#main {
	width: 1000px;
	height: 1017px;
	border: solid 1px #fff;
	margin: 0 auto;
	background: #663399;/*#53369A url('../../images/purple.png');*/
}

#banner {
	width: 187px;
	height: 940px;
	border-right: solid 1px #fff;
	float: left;
}

#left_logo {
	
	margin: 0 0 10px 0;	
	
}

#content {
	width: 600px;
	margin-right: 100px;
	float: right;
	overflow-y: auto;
}

#nav {
	background: #330066 url('../../images/darkpurple.png');
	border-bottom: solid 1px #fff;
	padding: 10px 0 25px 0;
	font-size: 10pt;
	margin-top: 0;
}

#topnav {
	width: 812px;
	float: right;
	background: #330066 url('../../images/darkpurple.png');
	border-bottom: solid 1px #fff;
}

.subnav li {
	float: left;
}

.form {
	width: 90%;
	border: solid 1px #fff;
	margin: 25px auto;
	background: #53369a;
}

.form .input {
	width: 300px;
	border: solid 1px #bbb;
}

#footer {
	float: right;
	border-top: solid 1px #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 8pt;
}

hr {
	border: solid 1px #200039;
	height: 1px;
}

/*** YUI Styles ***/
.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon {
	background-image: url( assets/html_editor.gif );
	background-position: 0 1px;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon {
	background-image: url( assets/html_editor.gif );
	background-position: 0 1px;
	left: 5px;
}
.editor-hidden {
	visibility: hidden;
	top: -9999px;
	left: -9999px;
	position: absolute;
}
textarea {
	border: 0;
	margin: 0;
	padding: 0;
}

.yui-editor-editable-container,.yui-editor-editable,#body_editor {
	background: #fff;
	color: #000;
}

#overlay1 {
	visibility: hidden;
	background: #663399;
	border: solid 2px #fff;
	height: 400px; 
	width: 450px;
	padding: 20px;
	text-align: justify;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 16px !important;
}


#a,#b,#c {
	height: 100px;
	width: 100px;	
}

#a {
	background: #660099;
}

#b {
	background: #663399;
}

#c {
	background: #330066 url('../../images/darkpurple.png');
}

.invalid{
	background: #f99;
}

.valid {
	background: #9f9
}










