@import url("reset.css");

/* Begin Typography & Colors */

body {
	margin: 0;
	padding: 0;
	color: black;
	background: #00125a url(images/bodyback.jpg) repeat-x;
	font: 10px verdana;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	background-color: #086dbd;
}

/* Header */

#header {
	height: 142px;
	background-image: url(images/headback.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 1018px;
	position: relative;
}

.slogan {
	position: absolute;
	right: 10px;
}

/* Home */

.homecontent {
	padding: 20px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: white url(images/logshadow.jpg) repeat-x;
	border: 3px solid #008cf5;
}

.homecontent img {
	margin: 10px;
}

.homecontent p {
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 100px;
}

/* Login Form */

.loginform {
	background-image: url(images/loginform.jpg);
	width: 290px;
	height: 255px;
	float: right;
	padding-left: 21px;
	position: relative;
	margin-right: 10px;
}

.loginhead {
	position: absolute;
	left: 185px;
	top: 30px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-shadow: #000 1px 1px 0;
}

.spacer {
	height: 90px;
	width: 100%;
}

.loginform p {
	text-align: right;
	color: white;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 20px;
}

#login, #pass {
	padding: 10px;
	border: 4px solid white;
	background-image: url(images/logshadow.jpg);
	color: gray;
	font-weight: bold;
	width: 135px;
	height: 10px;
}

label {
	height: 10px;
}

#login:hover, #pass:hover {
	color: black;
}

form #buttonright {
	width: 131px;
	height: 40px;
	background-image: url(images/orangebutton.jpg);
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	float: right;
	border-width: 0;
}

form #buttonright:hover {
	color: black;
}

/* Sidebar */

#sidebar {
	width: 202px;
	background: #9fb7fd url(images/sidebarbottom.jpg) no-repeat 0 bottom;
	margin-right: 0;
	margin-left: 10px;
	padding-bottom: 10px;
}

.vmenu {
	background: url(images/sidebartop.jpg) no-repeat 0 0;
	padding-top: 10px;
}

.vmenu li a, .vmenu li a:visited {
	display: block;
	padding: 7px;
	color: #4d5d85;
	font-weight: bold;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px dotted white;
}

.vmenu li a:hover {
	color: white;
	text-decoration: none;
	background-color: #00125a;
}

/* Content */

h1 {
	color: #086dbd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	padding-top: 20px;
	font-size: 30px;
}

h2 {
	font-size: 22px;
	text-align: center;
}

.lister {
	padding-left: 100px;
}

.lister li {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

#content {
	background-color: white;
	margin-right: 10px;
	padding: 0;
	line-height: 20px;
	border: 0 solid #9fb7fd;
	width: 100%;
	margin-left: 0;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

input, textarea {
	margin-bottom: 10px;
	margin-top: 5px;
}

/* Footer */

#footer {
	height: 92px;
	background: url(images/footerback.jpg) repeat-x 0 0;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: bold;
}

#footer .firstline {
	text-align: left;
	width: 400px;
	padding-top: 23px;
	font-size: 10px;
	color: white;
}

#footer a, #footer a:visited {
	color: #eafffe;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: yellow;
}

#footer .secondline {
	text-align: left;
	width: 200px;
	padding-top: 23px;
	font-size: 10px;
	color: white;
}

