
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #445567;}
a:hover {color: #445567;}

body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 12px Times,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}


li {list-style: none;}

h1 {
	font: normal 16px Times,sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Times,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 820px;
	height: 100%;
	overflow: hidden;
}

/* header */
.top {
	background: url(img/header_bg.jpg) repeat-x;
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 820px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #425365 url(img/header.jpg) no-repeat;
	font: normal 2.8em "Times",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 820px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Times",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em "Times New Roman",sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.navigation form {
line-height: 41px;
}

.navigation input {
margin-left: 5px;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	/*background: url(img/bgmain.gif) repeat-y;*/
	height: 100%;
}

#container2 {
	position: relative;
	clear:left;
	float:left;
	width:820px;
	overflow-x:hidden;
	background:#eeeeee; /* column 2 background colour */
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:68%;
	border-right: 5px solid white;
	background:#c2dcdc; /* column 1 background colour */
	table-layout: fixed;
}

/* sub navigation */

#col1 {
}
#col2 {
}

.sidenav {
	float:left;
	width:32%;
	position:relative;
	left:68%;
	overflow:hidden;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 12px;
	color: #445567;
	display: block;
	padding: 8px 0 8px 35px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #F0F0EB;
	color: #828e9c;	
}

.sidenav a:link {
	color: #445567;
	text-decoration: none;
}

.sidenav a:visited {
	color: #445567;
	text-decoration: none;
}

.sidenav a:hover {
	text-decoration: underline;
	color: #445567;	
}

/* content */
.content {
	float:left;
	width:62%;
	position:relative;
	left:72%;
	overflow:hidden;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-top: 10px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content ul{
padding-top: 10px;
}
.content li {
	list-style: circle;
	margin-left: 18px;
}

.content li.essential_skills {
	list-style: none;
	line-height: 20px;
	margin-left: 18px;
}

.content li.essential_skills a:link{
	line-height: 18px;
	text-decoration: none;
}

.content li.essential_skills a:visited{
	text-decoration: none;
}

.content li.essential_skills a:hover{
	text-decoration: underline;
}

.content ol.employer_myths {
	padding-top: 16px;
	margin-left: 10px;
}

.content li.steps {
	padding-top: 16px;
	list-style-type: lower-roman;
	margin-left: 30px;
}

.content li.employer_myths {
	list-style: decimal;
	line-height: 20px;
}

.content li.employer_myths a:link {
	line-height: 18px;
	text-decoration: none;
}

.content li.employer_myths a:visited {
	text-decoration: none;
}

.content li.employer_myths a:hover {
	text-decoration: underline;
}

.essential_skills_desc {
	list-style: none;
	line-height: 18px;
	margin-left: 28px;
	background: #fafafa;
	padding:5px 0px 5px 5px;
	margin-top:5px;
	border: 1px solid #d8dfea;
}

.employer_myths_desc {
	list-style: none;
	line-height: 18px;
	margin-left: 10px;
	background: #fafafa;
	padding:5px 0px 5px 5px;
	margin-top:5px;
	border: 1px solid #d8dfea;
}

.content p {font-family: "Times New Roman",sans-serif;}

.business_box {
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
}

.box_bottom {
text-align: right;
font-style: italic;
}

.contact {
padding-top: 10px;
width: 500px;
}

.contact img {
float:left;
padding-right: 5px;
}


table.survey {
margin: auto;
width: 480px;
border-collapse: collapse;
}

table.survey td{
border: 1px solid black;
vertical-align: top;
padding: 5px 5px 5px 5px;
}

table.survey th{
border: 1px solid black;
vertical-align: top;
background-color: white;
padding: 5px 5px 5px 5px;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFFFFF;
	font: bold 12px sans-serif;
	font-family: times;
	text-align: center;
	line-height: 30px;
}
.footer img {

}
.footer a,.footer a:hover {color: #FFF;}
.designed {
text-align:center;
color: #8195a0;
font-family: verdana, arial;
font-size: 10px;
margin: auto;
}

.designed a:link {
color: #8195a0;
text-decoration: none;
}

.designed a:visited {
color: #8195a0;
text-decoration: none;
}

.designed a:hover {
color: #8195a0;
text-decoration: underline;
}
