@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #75570b;
	font-size: 42px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #B49F69;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
}
p { font-size: 36px; color: #262453; }
h1 { color: #881484; font-size: 58px; font-weight: bold; margin: 1px 0px 2px 0px; }
h2 {
	color: #202AA2;
	font-size: 48px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	text-indent: 30px;
}
h5 {
	color: #377405;
	font-size: 44px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	text-indent: 34px;
}

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    {
	color: black;
	font-size: 42px;
}

.container {

}


/* BANNER AREA */
.bannerArea {
	width: 1080px;
	background-color: #DAF9EB;
}

.bannerNav {
	width: 800px;
	margin: 0px 0px 15px 8px;
	margin-bottom: 6px; /* for IE */
	color: #0360b0;
	font-size: 21px;
	font-weight: bold;		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	margin-left: 10px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #0360b0;
	text-decoration: none;
}
.bannerNav a:visited{
	color: #0360b0;
}

.bannerNav a:hover{
	color: #000000;
}

.bannersubnav {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	color: #3e75a6;
	font-size: 30px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
}

.bannersubnav a { color: #3e75a6; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #3e75a6; }
.bannersubnav a:hover { color: #000000; text-decoration: none; }

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
	background-color: #0F2466;
}

.navigationArea {
	width: 800px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 1080px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.pickerL {
	font-size: 40px;
	font-style: normal;
	color: #3366FF;
	margin-right: 10px;
}

.contentleft {
	width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

.contentright {
	width: 80px;
	float: left;
}

.imageright {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 540px;
	height: 50px;
}

.copyright {
	border-top: dotted;
	border-color: #75570b;
	border-width: 2px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 6px;
	color: #5C4931;
	font-size: 34px;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 38px;
	font-style: normal;
	color: #3366FF;
	text-indent: 80px;
}
/* Full-width input fields */
input[type=text], input[type=password] {
    columns: 30;
    padding: 3px 5px;
	font-size: 36px;
	font-style: normal;
	color: #000000;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 6px 6px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 240px;
	font-size: 40px;
}

button:hover {
    opacity: 0.8;
}


/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.container {
	padding-right: 2px;
	padding-left: 2px;
}

span.psw {
     padding-top: 4px;
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
}
