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

html, body {
	height: 100%;
	min-height:100%;
	border: 0px;
	margin:0px;
	align: center;
	background-color: #495559;
	background-image: url(images/background-repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
}

	
#container {min-height:100%;
   position:relative;
   margin-left: auto;
   margin-right: auto;
   width: 1000px;
  }
   
/* holly hack to target IE win Only \*/
* html #container{height:100%;}
/* end hack */

#header {
	height: 372px;
	background-image:url(images/background_01.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#menu-top {height: 27px;
position: absolute;
top: 72px;
left: 540px;
z-index: 2;

}

#menu-left {width: 280px;
height:10px;
position: relative;
top: 21px;
float: left;

}

#header-images {
	top: 99px;
	position: relative;
	left:20px; 
	width: 1000px;
	height: 273px
	}
	
#content {
	left: 295px;
	width: 600px;
	height: 280px;
	position:relative;
	padding-top: 10px;
	padding-bottom:170px;   /* Height of the footer */
	z-index: 1;
}

#contentflash {
	left: 20px;
	width: 960px;
	position:absolute;
	padding-top: 110px;
	padding-bottom:50px;   /* Height of the footer */
}

#content2 {
	left: 293px;
	width: 600px;
	position:relative;
	margin-top: 25px;
	padding-left: 15px;
	paddin-top: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #5B7685;
	padding-bottom:170px;   /* Height of the footer */
	display: block;
}

#leftcolumn {
	width: 270px;
	height: 200px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #5B7685;
}
#rightcolumn {
	width: 290px;
	float: left;
	margin-left: 20px;
}


#box {
	width: 225px;
	height: 72px;
	margin-top: 8px;
	background-color: #465F71;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	}
	
#box a {  
   display:block;  
   width:100%;  
   height:100%;
   margin-left: -8px;
   margin-top: -2px;  
   padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
   text-decoration:none;  
  }  
  
#box a:hover {
	text-decoration:none;
	background-color: #607887;
} 	
	
#footer {
	height: 171px;
	position: absolute;
	bottom: 0px;
}	
/* main navigation menu
------------------------------------------------------------------*/	
#nav {
	margin: 0px auto;
	padding: 0px;
	position:relative;
	width: 454px;
	height: 27px;
	list-style: none;
}

#nav li {float: left;}
#nav a {text-decoration: none;
display: block;}

#nav #homebtn {background-image: url(images/home-btn.gif);
background-repeat:no-repeat;
background-position: 0 0;
text-indent: -5000px;
width: 66px;
height: 27px; 
}
#nav #homebtn:hover {
background-position: -66px 0; }
#nav #homebtn:active {
background-position: -132px 0; }


#nav #newbtn {background-image: url(images/new-dev-btn.gif);
background-repeat:no-repeat;
background-position: 0 0;
text-indent: -5000px;
width: 135px;
height: 27px; 
}
#nav #newbtn:hover {
background-position: -135px 0; }
#nav #newbtn:active {
background-position: -270px 0; }

#nav #compbtn {background-image: url(images/completed-dev-btn.gif);
background-repeat:no-repeat;
background-position: 0 0;
text-indent: -5000px;
width: 175px;
height: 27px; 
}
#nav #compbtn:hover {
background-position: -175px 0; }
#nav #compbtn:active {
background-position: -350px 0; }

#nav #contactbtn {background-image: url(images/contact-btn.gif);
background-repeat:no-repeat;
background-position: 0 0;
text-indent: -5000px;
width: 78px;
height: 27px; 
}
#nav #contactbtn:hover {
background-position: -78px 0; }
#nav #contactbtn:active {
background-position: -156px 0; }

li ul {
	position: absolute;
	left: 75px;
	top: 22px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	}
	
li ul li a {
	display: block;
	text-decoration: none;
	color: #9BA4A4;
	background: #fff;
	width: 170px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}	
li:hover ul, li.over ul { 
	display: block; }
#drop li a {
	display: block;
	text-decoration: none;
	color: #CDD5D3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #455C6C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #445B6B;
	}
	
#drop li a:hover {
	background-color: #2F4351;
	}	
	
	
	
/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home ul#nav #homebtn {
	background-position:-132px 0;
	}
body#new ul#nav #newbtn {
	background-position:-270px 0;
	}
body#completed ul#nav #compbtn {
	background-position:-350px 0;
	}
body#planning3 ul#navbar #planning {
	background-position:-274px 0;
	}
body#contact ul#nav #contactbtn {
	background-position:-156px 0;
	}	

/* left navigation menu
------------------------------------------------------------------*/	
#nav2 {
	margin: 0px;
	padding: 0px;
	position:relative;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: right;
}

#nav2 a {text-decoration: none;
display: block;
color: #9FA8B2;}

#nav2 a:hover {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}



/* fonts*/
.main {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C5CDCD;
}
.main2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C5CDCD;
	padding-top: -20px;
}
.main2 a {color: #C5CDCD;
}
.main2 a:hover {color: #FFFFFF;
}
.main-white {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.heading {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color: #B5A059;
	margin-bottom: -10px;
	}
	
.enter {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	letter-spacing: 1px;
	color: #B5A059;
	}	

.view {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 2px;
	color: #C5CDCD;
}

.view a:hover {color: #FFFFFF;
}
/*pics*/
.logo {float:left;
outline: none;
border: none;
}


.head-image {left: 273px;
position: absolute;
}

a
{
  outline: none;
  text-decoration: none;
}

a:visted
{
  outline: none;
}

a:focus, a:active {
  outline: none;
}
