@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding:0;
}
body{
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-align:center;
	padding:0;
	margin:0;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #212121;
}

div, h1, h2, p, img, span{
	margin:0; padding:0;
}

.clear{
	clear:both; 
	font-size:0; 
	line-height:0;
}


#wrapper{
	text-align:left;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Navigation Start*/


#nav{
	height: 39px;
	float: right;
	width: 570px;
	padding-top: 20px;
	}


#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin:0;
	float: left;
	list-style-type: none;
	width: 114px;
}

#nav a {
	display: block;
	color: #FFFFFF;
	padding-top:5px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	height: 22px;
	text-align: center;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #212121;
}
#nav a:hover {
	background-color: #6fcdec;
}
#nav a.current {
	background-color: #6fcdec;
}

/*Navigation end*/


#main{
	width: 940px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 30px;
}
#side {
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 500px;
	width: 300px;
	padding-top: 20px;
}
#content {
	background-color: #e8ecef;
	float: right;
	width: 520px;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#content h1 {
	margin-bottom: 12px;
	color: #6ECEED;
}
#content p {
	line-height: 1.5em;
	color: #222222;
	font-size: 14px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#content ul {
	float: left;
	width: 220px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#content li {
	margin-bottom: 5px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	list-style-type: none;
}
#content a {
	color: #008BCD;
}
#content a.contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 62px;
	width: 295px;
	text-indent: -9999px;
}
#content p.position {
	width: 225px;
}
#content  p.range {
	width: 90px;
}
#content p.date {
	width: 80px;
}
#content p.location {
	width: 90px;
}
#content  a:hover.contact  {
	background-image: url(../images/contact_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .job {
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8ECEF;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	display: block;
	height: 21px;
}
#content .job p {
	float: left;
	font-size: 12px;
}
#content .job {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8ECEF;
	background-color: ccc;
}
#content .job a {
	font-weight: bold;
	color: #0079C3;
	text-decoration: none;
	font-size: 12px;
}
#content .job a:hover {
	text-decoration: underline;
	font-weight: bolder;
}
#content a.back {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	float: right;
}

#footer{
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer p {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}
#footer p.design {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

