* {margin:0;padding:0;font-family: tahoma, verdana, arial;}
img {border:0;}
body {background: url(../images/bg.jpg) repeat-x left top;}
#containerWrap { position: relative; width:854px; margin:0 auto; padding: 15px 25px; background-color: #fff; min-height: 600px; }

#changeFont { font-size: .65em; position: absolute; top: 250px; right: -175px; width: 400px; }
#changeFont a { margin: 0 2px; background-color: #f2f2f2; border: 1px dashed #ccc; padding: 5px; } 
#changeFont .increaseFont { font-size: 1.2em; }

#header h1 { width: 854px; height:191px; background: url(../images/logo-home.jpg) no-repeat left top; text-indent: -9999px; }
#header h1 a { display: block; width: 854px; height:191px; }

#nav { background-color: #ffaa41; list-style-type: none; height: 23px; padding-top: 8px; padding-left: 108px; }
#nav li { display: block; float: left; text-align:center; width: 110px; margin: 0 1px; padding: 5px 9px; font-size: .7em; color: #fff; background: url(../images/navbg.gif) no-repeat left top; }
#nav li a { color: white; text-decoration: none; }

#login { position: absolute; top: 180px; right: 40px; }
#login a { text-decoration: none; color: #000; font-size: .75em; }

/* Content */
#Content { float: left; width: 515px; min-height: 500px; margin: 10px 0 0 110px; }
#Content p { line-height: 1.8em; padding-bottom: 14px; font-size: .7em; }
#Content li { list-style-type: circle; }

#bodyHeading { background-color: #eaeaea; padding: 10px; margin-bottom: 10px;   }
#bodyHeading h2 { color: #FF0000; font-size: .7em; padding-bottom: 6px;  display: inline; }
#bodyHeading h3 { font-size: .7em; padding-bottom: 6px;  display: inline; }
#bodyHeading h4 { font-size: .7em; padding-bottom: 6px;  display: inline; }
#bodyHeading p { padding-bottom: 0; font-size: .7em; }

#sideNav { float: right; margin-top: 40px; list-style-type: none; width: 200px; }
#sideNav li, #sideNav h2 { background-color: #eaeaea; border: 1px solid #000; border-right: none; padding: 5px 10px; font-size: .7em; }
#sideNav li a { color: #000; text-decoration: none; }

#sideNav .navchild { list-style-type: none; }
#sideNav .navchild a { padding-left: 10px; }

#sideNav .navchild2 { list-style-type: none; }
#sideNav .navchild2 a { padding-left: 20px; }

#sideNews { float: right; margin-top: 10px; list-style-type: none; width: 200px; }
#sideNews li { padding: 5px 10px; font-size: .7em; }
#sideNews h2 { font-size: 1.2em; border-bottom: 1px dashed #ccc; }
#sideNews li a { color: red;}
#sideNews .pdf { padding-top: 12px; }

.bsel-news { border: 10px; }

#footer { width: 854px; clear: both; margin: 0 auto; min-height: 200px; height: 200px; background: #fff url(../images/home.jpg) no-repeat left bottom; }
#footer.home { background: #fff url(../images/home.jpg) no-repeat left bottom; }
#footer.training-for-your-future { background: #fff url(../images/training-for-your-future.jpg) no-repeat left bottom; }
#footer.it-4-u-volunteering { background: #fff url(../images/it-4-u-volunteering.jpg) no-repeat left bottom; }
#footer.response-to-redundancy { background: #fff url(../images/response-to-redundancy.jpg) no-repeat left bottom; }
#footer.first-response { background: #fff url(../images/first-response.jpg) no-repeat left bottom; }
#footer.midas { background: #fff url(../images/midas.jpg) no-repeat left bottom; }
#footer.future-jobs-fund { background: #fff url(../images/future-jobs-fund.jpg) no-repeat left bottom; }


#footerText { width:854px; margin: 5px auto; font-size: .7em; }
#footerText a { color: #000; text-decoration: none; }

#MemberLoginForm_LoginForm label, #MemberLoginForm_LostPasswordForm label { font-size: .7em; margin-right: 8px; }
#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LostPasswordForm fieldset { border: 0; margin-top: 5px; }
#MemberLoginForm_LoginForm legend, #MemberLoginForm_LostPasswordForm legend { text-indent: -9999px; display: none; }
#MemberLoginForm_LoginForm input, #MemberLoginForm_LoginForm select, #MemberLoginForm_LoginForm textarea, #MemberLoginForm_LostPasswordForm input, #MemberLoginForm_LostPasswordForm select, #MemberLoginForm_LostPasswordForm textarea { border : 1px solid #ccc; margin-bottom: 5px; }
#MemberLoginForm_LoginForm div, #MemberLoginForm_LostPasswordForm div { margin: 4px 0; }
#MemberLoginForm_LoginForm_error { margin-top: 5px; color: red; }
/* GENERIC FORM STYLING */
#Content form {
	width:378px;
}
#Content #Form_Form { clear: both; }
#Content h3.FormHeading { font-size: 1.2em; padding-top: 10px; }

	#Content form fieldset {
		border:0;
		padding:12px;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}
		#Content form div {
			margin-top:10px;
			width:100%;
		}
		#Content form label {
			font-size:1.1em;
			color:#333;
		}
			#Content form label.left {
				
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:500px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#Content form input.year {
			width:35px;
		}
		#Content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}