/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #F00000;
}
a:hover {
	color: #FFFF00;
}

body {
	background: #CCD8E0 repeat-x left bottom;
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

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

blockquote {
	/*background: url(img/quote.gif) no-repeat;*/
	display: block;
	/*font-weight: bold;*/
	padding-left: 28px;
	text-align: left;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000000;
}

h1 {
	padding-top: 6px;
	text-align: left;
}

h2, {
	padding-top: 6px;
	text-align: center;
}
h3 {
	padding-top: 6px;
	text-align: center;
}
h4 {
	padding-top: 6px;
	text-align: right;
}

/* misc */
.clearer {
	clear: both;
	color: #000;
}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	background-color: #999;

}


/* White Streak*/

.streak {
	margin: 0 auto;
	width: 780px;
		
}

/* header */
.top {
	padding: 50px 0px 0;
	background-color: transparent;
	background-repeat: repeat-x;


}


/* title */
.header {
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	background-color: #999;
}
.header .left {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: transparent url('header.png') no-repeat;
	line-height: 150px;
	text-align: center;
	width: 776px;
	background-color: #6F6F6F;
	
}


/* navigation */
.navigation {
	height: 41px;
	background-color: #D9E1E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.navigation a {
	background: #D9E1E5;
	border-left: 1px solid #AFBEC7;
	border-right: 1px solid #AFBEC7;
	color: #333;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 40px;
	text-decoration: none;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FFFF00;
}


#nav {
	height: 41px;
	background-color: #D9E1E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#nav a {
	color: #333;
	
}
#nav li.top {	
	background: #D9E1E5;
	border-left: 1px solid #AFBEC7;
	border-right: 1px solid #AFBEC7;
	color: #333;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 40px;
	text-decoration: none;
	}

#nav li a.top_link {
	background: #D9E1E5;
	color: #333;
	float: right;
	line-height: 41px;
	text-decoration: none;
	cursor:pointer;
	}

	



#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px;}

#nav li:hover a.top_link {color:#FFFF00;}
#nav li:hover a.top_link span {no-repeat right top;}
#nav li:hover a.top_link span.down {no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #D9E1E5; padding:3px; border:1px solid #999; white-space:nowrap; width:140px; height:auto; z-index:300; float:center;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:center; width:90px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:135px; float:center; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #999;}


#nav li:hover ul.sub li a:hover 
{background:#6a812c; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#6a812c url(files/arrow_over.gif) 80px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}





/* main */
.main {
	background-color: #999;
	background-repeat: repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #6F6F6F;
}

/* sub navigation */
.sidenav {
	/*padding: 5px 5px 5px;*/
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #000000;
	text-align: center;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	border-top: 2px solid #000000;
	color: #999;
}
.sidenav li {
	border-bottom: 2px solid #000000;
	text-align: center;
}
.sidenav li a {
	font-size: 1.1em;
	color: #FF0000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #666;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #0000;
	font-size: 1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000000;
}

/* main */
.main2 {
	background-color: #999;
	background-repeat: repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #6F6F6F;
}

/* content */
.content2 {
	float: center;
	margin: 10px 0;
	padding: 0 30px;
}

/* main */
.main3 {
	background-color: #999;
	background-repeat: repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #6F6F6F;
}

/* content */
.content3 {
	float: center;
	margin: 10px 0;
	padding: 0 30px;
	height: 150px;
}
/* sub navigation */
.content3 .sidenav3 {
	/*padding: 5px 5px 5px;*/
	float: left;
	width: 210px;
}









/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}

.footSpacer {
	padding: 50px 0px 0px;
	margin: 0 auto;
	width: 780px;

}

.footer a,.footer a:hover {color: #FFF;}
ProJobHeader {
	color: #990;
}
ProJob {
	color: #990;
}
#Jposition {
	color: #FCBE03;
	font-size: 1.5em;
}
.content_bold {
	font-weight: bold;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000000;
}
.content_JobBold {
	font-weight: bold;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FCBE03;
}
.content2_bold {
	font-weight: bold;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000000;
}
.content2_JobBold {
	font-weight: bold;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FCBE03;
}

hGreyBold {
	color: #666;
}
#h1_boldPro {
	font-size: 1.5em;
}
.greybold {
	color: #999;
	font-size: 1.5em;
}
