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

body {
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#333333;
line-height:18px;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#333333;
line-height:18px;
}

h3 {
font-size:17px;
line-height:23px;
font-weight:normal;
color:#333333;
text-align:justify;
}

.project_break{
height:3px;
color:#349933;
background-color:#349933;
border:0px;
margin-top:25px;
margin-bottom:25px;
}

.important {
color:#7D3400;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:12px;
}


.graph {
color: #FFFFFF; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
line-height:18px;
}


a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#349933;
text-decoration:none;
font-size:12px;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#349933;
text-decoration:none;
font-size:12px;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#7D3400;
text-decoration:underline;
font-size:12px;
}

a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#349933;
text-decoration:none;
font-size:12px;
}

.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366;
text-decoration:none;
font-size:11px;
}

.project_title {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size:18px; 
line-height:18px;
color:#003366;
}

.orange_copy {
	color: #7D3400;
	font-size:16px;
}
.white_copy {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:26px;
	margin-top:0px;
	margin-bottom:0px;
	
}


.white_copy2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:5px;
	line-height:40px;
	
}



.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #349933;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:22px;
}

.item {
	background:transparent url(../images/transparent.png);
	padding:25px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	height:180px;
	margin-left:110px;
	margin-top:10px;
	width:260px;
	text-align:center;
}

*html .item {
	background-image:none;
	background-color:#A8D6E0;
	filter:alpha(opacity=60);
	height:1%;
}

*html .item* {
	filter:alpha(opacity=100);
	position:relative;
}

.container {
border:1px solid #FFFFFF;
width:260px;
position:absolute;
left:130px;
top:175px;
height:190px;

}

.lineheight {
line-height:16px;
}

.job_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #349933;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:18px;
	margin-top:5px;
}



/* MENU */ 


.menu {
	width:1000px; 
	height:30px;
	position:relative; 
	z-index:100;
	border-right:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #FFFFFF;
	margin-left:110px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:1000px; 
	w\idth:1000px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	height:24px; 
	background:#003366; 
	padding: 6px 30px 0px 30px; 	
	float:left;
	border-right:1px solid #FFFFFF;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;
}

*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:210px;
}


/* another hack for IE5.5 
* html .menu ul ul {
	top:27px;	
	t\op:28px;
}
*/

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#EEF3F7; 
	color:#2D4575; 
	height:auto; 
	line-height:2em; 
	padding:3px 10px; 
	width:210px;
	border-width:0;
	border-top:1px solid #333333;
	text-decoration:none;
}

.short {
width:150px;

}

/* yet another hack for IE5.5

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
 */
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#7D3400;
	background:#ffffff;
	text-decoration:none;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#7D3400; 
	background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	 visibility:visible;
}

/* END MENU */
