@charset "UTF-8";
#headerTop {
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: auto;
}
/* CSS Document */

#header {
	background-color: #FC0;
	height: 80px;
	width: auto;
	background-image: url(images/headerslice.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#logo {
	text-align: left;
	width: 940px;
	height: 80px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: -80px;
	top: -80px;
	bottom: -80px;
	z-index: 2;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu {
	background-color: #FFF;
	width: 960px;
	height: 26px;
	padding: 0px;
	margin: 0px;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* BUBBLE PLASTIC HORIZONTAL MENU */

.menu.horizontal {
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #999;
}
.menu.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
}
.menu.horizontal ul li a {
	display: block;
	height: 26px;
	padding-left: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
.menu.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-right: 35px;
	cursor: pointer;
}

.menu.horizontal ul li a:hover,.menu.horizontal ul li.highlight a  {
	color: #666;
}
.menu.horizontal ul li a:hover span.menu_ar,
.menu.horizontal ul li.highlight a span.menu_ar {
	color: #666;
}








body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	height: 100%;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
 }
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 600px
	top: -80px;
	vertical-align: top;
} 

#container img {
	display: block;
	margin: 15px 0px 15px 0px;
	position:relative;
}

#container projectmenu img {
	display: inline;
	margin: 15px 0px 15px 0px;
	position:relative;
}

#footer  {
	border-top-style: double;
	border-top-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #666;
	background-color: #FFF;
	text-align: center;
	width: auto;
	padding: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
#mainContent  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	list-style-position: outside;
	list-style-type: circle;
	list-style-vertical-align: super;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
	letter-spacing: 150%;
	word-spacing: 110%;
	min-height: 250	
	
} 
#mainContentProject1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	list-style-position: outside;
	list-style-type: circle;
	list-style-vertical-align: super;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
		
	text-align: justify;
	letter-spacing: 150%;
	word-spacing: 110%;
} 

#mainContentProject1 img  {
	display: inline;
	margin: 15px 0px 15px 0px;
	position:relative;
}

#sidebarProject1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}


p a {
	color: #C29B00;
	text-decoration: none;
}

p a:visited {
	color: #C29B00;
	text-decoration: none;
}
p a:hover {
	color: #FC0;
	text-decoration: none;
}
p a:active {
	color: #C29B00;
	text-decoration: none;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
}

.projectDiv1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	list-style-position: outside;
	list-style-type: circle;
	list-style-vertical-align: super;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 220px;
	text-align: justify;
	letter-spacing: 150%;
	word-spacing: 110%;
} 

.projectDiv2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	list-style-position: outside;
	list-style-type: circle;
	list-style-vertical-align: super;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 220px;
	text-align: justify;
	letter-spacing: 150%;
	word-spacing: 110%;
} 

.projectDiv3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	list-style-position: outside;
	list-style-type: circle;
	list-style-vertical-align: super;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 00px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 245px;
	text-align: justify;
	letter-spacing: 150%;
	word-spacing: 110%;
} 

.image {
	display: block;
	margin: 15px 0px 15px 0px;
	position:relative;
