/*
	pubindex.css
	styles for public part if site
*/

@import "search.css";
@import "newscheme.css";
@import "register.css";
@import "helpindex.css";
@import "help.css";
@import "contactus.css";
@import "iestyles.css";

body {
	font-size: smaller;
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
	min-width: 790px;
	background: #FFFFFF url(../images/mainbckgnd.jpg) repeat-y 20% top;
}

/********************* header section ****************/
#header {
	background: #1E4387 url(../images/header.jpg) no-repeat top right;
	width: 100%;
	border-bottom: 2px solid #E7C732;
	padding: 21px 0 8px;
}

#header h1 {
	margin: 0 0 0 20px;
	color: #FFFFFF;
}

#header #thedate {
	color: #E7C732;
	margin: -3px 51px 0 20px;
	text-align: right;
}

#header #subhd {
	margin: 12px 0 0 20px;
	color: #D7DAED;
	font-size: 170%;
	font-style: italic;
}

/************************ main section *****************/

#main {
	font-size: 90%;
	color: #4A4B4F;
}

/********************* menu section ************************/

#menu {
	float: left;
	background: url(../images/sidemenu.jpg) no-repeat top right;
	padding-bottom: 31px;
	width: 20%;
}

#menu #adminmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu #adminmenu li {
	border-bottom: 1px solid #E7C732;
	border-left: 1px solid #E7C732;
	padding: 6px 0 5px 8px;
}


#menu #adminmenu #magnifi {
	background: url(../images/magnifi.jpg) no-repeat 141px 50%;
	margin-right: 3px;
}

#menu #adminmenu #manmenu a {
	font-weight: bold;
	color: #E7C732;
}

#menu #adminmenu li a:hover {
	text-decoration: underline;
}

#menu #adminmenu li a {
	text-decoration: none;
	color: #FFFFFF;
/*	color: #1F1857;*/
}

#menu #adminmenu li.loginmenu a {
	font-weight: bold;
}

#pp {
	margin: 5px 1px;
	padding-top: 30px;
}

#pp p {
	padding-left: 60px;
	background: url(../images/pphand.jpg) no-repeat left 50%;
	color: #FFFFFF;
	margin-top: 0;
	padding-right: 8px;
}

#pp p a {
 	color: #D6B87A;
}

/********************* maincol section *********************/

#maincol {
	float: left;
	width: 73%;
	max-width: 800px;
	padding: 0 0 0 20px;
}

/************************ footer section ***************/
#footer {
	clear: both;
	background: url(../images/footer.jpg) repeat-x top left;
	color: #000000;
	width: 100%;
	font-size: 80%;
	padding: 5px 0 10px;
	border-top: 1px solid #E7C732;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin-right: 75px;;
}

#footer ul li a {
	color: #C2C7DE;
}

/*************************************/
p.required {
	font-size: 80%;
}

#main #maincol p.dbresult {
	font-size: 130%;
	color: #000000;
	background-color: #B2B4C9;
	padding: 2px 3px;
	margin-top: 9px;
	text-align: center;
}

/************* homep setcion **************************/
#homep p {
	margin-left: 10px;
}

#main p.welcome {
	margin: 10px 0 10px 0;
}

#homep #welcome {
	padding: 0 0 5px 142px;
	background: url(../images/operator3.jpg) no-repeat left bottom;
}


#homep #smallnote {
	font-size: 80%;
	font-style: italic;
}


#maincol #homep #sands {
	margin-top: 43px;
}

#homep ul {
	list-style: none;
	color: #000000;
	text-align: justify;
	background-color: #BCC0D7;
	margin: 0 35px;
	padding: 5px;
}

#homep #done {
	font-weight: bold;
}

#homep #easyimg img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#homep ol {
	margin-left: 132px;
	padding-left: 40px;
}

#homep #simple {
	font-style: italic;
	font-size: 125%;
	font-weight: bold;
}

#homep #operator {
	float: left;
	margin-right: 5px;
	margin-bottom: -111px;
}

#maincol #homep h2 {
	clear: both;
	font-size: 150%;
	margin-left: 10px;
	margin-top: 10px;
}

#forumnotice {
	color: #CC0000;
	font-size: 140%;
	font-weight: bold;
}
