body 
{
	background: #FFFFFF;
	font-family: arial, helvetica;
	font-size: 12px;
}
	
h1 
{ 	font-size: 18px;
	color: #0f004e; 
}

h2 
{ 
	font-size: 12px; 
}

h3 
{ 
	font-size: 12px; 
	line-height: 12px !important;
	margin: 0px; 
}

a:hover 
{ 
	text-decoration: underline; 
}

#wrapper 
{ 
	position: relative;
	width: 1000px;
	margin: auto; 
	margin-top: -10px;
}
		   
#logo 
{ 	display: block;
	position: absolute; 
	top: 15px;
	left: -18px;
	z-index: 5; 
}
		  		   
#menu 
{ 
	float: left; 
	position: relative;
	width: 150px;
	height: 623px;
	background-color: #f89a50;
	text-align: left;
}

#menu a 
{ 	color: #0f004e;
	text-decoration: none;
	display: block; 
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
		  		  }
#menu a:hover 
{ 	
	background-color: #fff;
	color: #0f004e; 
}

#menu ul 
{
	list-style-type: none;
	line-height: 20px;
	background-color: #fcc596; 
	width: 140px; 
	float: right;
	text-align: left;
	margin-left: 0; /* Zero out margin in IE7- */
   	padding-left: 0; /* Zero out padding in FF, Safari, Opera, IE8 */
}
		  
* html #menu ul 
{
	width: 130px;                          /* CHANGED */
}

* html #menu 
{
	width: 145px;                          /* CHANGED */
}	
		  
#menu li 
{ 
   	border: 0px !important;
   	margin-left: 0 !important; /* Zero out margin in IE7- */         /* ADDED */
   	margin-bottom: 0 !important;
   	padding-left: 0; /* Zero out padding in FF, Safari, Opera, IE8 */         /* ADDED */
}

* html #menu a 
{          /* ADDED, hasLayout trigger */
	width: 100%;
	border: 0px !important;
}

/*\*//**/

* html #menu h3 
{ 
	margin-top: 20px;    /* ADDED, hasLayout (float) causes this margin to disappear */
	margin-bottom: 15px;    /* ADDED, hasLayout (float) causes this margin to disappear */
}
		  
/* Target IE5 and IE6, hide from IE5/Mac */
*+html/*/*/ #menu h3 
{ 
	/* for IE7 */
	margin-top: 20px;    /* ADDED, hasLayout (float) causes this margin to disappear */
	margin-bottom: 15px;    /* ADDED, hasLayout (float) causes this margin to disappear */
}

#menu li 
{ 
	margin-left: -40px; 
}

#menu h3 
{ 
	float: left;
	margin-bottom: 0px;
	margin-left: 11px;
	color: #0f004e; 
}
		  
#nav 
{ 
	margin-top: 118px; 
}

#main 
{ 
	float: left;
	width: 480px;
	height:  592px;
	margin-top: 30px; 
}

#main img 
{
	border: 1px solid #f89a50;
	border-left: 0px; 
}

#feature 
{
	background-color: #f89a50;
	width: 30%;
	position: absolute;
	right: 0px;
	top: 455px;
	z-index: 100;
	padding: 0px 10px 10px 10px;
}
#feature a 
{
	color: #FFFFFF; 
	text-decoration: underline; 
}
#feature img 
{
	display: block;
	float: left;
	padding-right: 10px;
	border: 0px; 
}
#feature p {
	color: #0f004e; 
}

#footer 
{ 	
	color: #0f004e;
	width: 900px;
	margin-left: 15px;
	margin-top: 15px;
}

#footer div 
{ 
	float: left;
	margin-right: 50px;
}
			
.clear 
{ 
	clear: both; 
}

/* PROJECTS DETAILS WINDOW */

#lw_wrapper.projectDetails {
 		background-color: #f89a50 !important;
 		height: 450px;
 		width: 800px;
}

#lw_wrapper.projectDetails img {
		float: left;
		padding-left: 16px;
}

.projectDetails .project_details {
		float: left;
		width: 400px;
		margin-left: 22px;
		margin-top: -12px;
		font-family: arial, helvetica, verdana;
}
.projectDetails .project_details p {
		font-size: 12px;
		line-height: 15px;
}
.projectDetails .project_details li {
		font-size: 12px;
		line-height: 13px;
}

/* LIGHTWINDOW */
.jqmClose {
    float: right;
    background: transparent url(../images/close.gif) no-repeat;
    height: 18px;
    width: 19px;
    margin: 4px 3px 0 0;
    display: block;
    text-indent: 9999px;
    overflow: hidden;
}

p.title_text {
    padding:0;
		margin:0;
		height: auto;
		width: auto;
		margin-left:13px;
}

#lw_wrapper h2 {
font-size:1.6em;
line-height:16px;
margin-top:0;
padding:14px 20px 0;
color: #0F004E;
}


.close a {
  float: right !important;
  color: #0f004e;
  line-height: 20px;
  border: 1px solid black;
  margin: 0;
  padding: 0;
}


