/* CSS Document */

@page { size: portait; margin: 0.5in;}

body {
	/*font: .7em verdana, arial, sans-serif;*/
	font-family:Verdana, Helvetica, sans-serif;
	/*font-size: .7em;*/
	margin: 10px;
	background-color:#F5FFE6;
	text-align:center;
}

* {margin:0; padding:0;}

div#mainwrapper {width:750px;} /* centers layout when > max width */

#menu {
	display:none;
}

div#column2 {
	background:#FFFFFF;
	margin:0 0px 0 0px;
	padding:6px 0;
	/*min-height hack - dustindiaz.com/min-height-fast-hack*/
	min-height:500px; 
	height:auto !important;
	height:500px;
	/*end*/
}

div#column3 {
	width:0px;
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	padding:5px 0px 5px 0;
	margin-right:5px;
	
}

div#column3 img {
	margin:5px 0 5px 0;
}


/*Allsett Clearing Method*/

.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

*html .clearfix {height:1%;}

.clearfix {display:block;}

/*end*/

div#column2 p {
	margin:0 5px 0 10px;
}

#centre_left {
	margin:0 0 0 0;
	}

#centre_right {
	border-left:thin dotted #CCCCCC;
	}

#centre_left h1 {
	/* background-image:url(../images/welcome.gif); */
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
}

#centre_right h1 {
	/* background-image:url(../images/news2.gif); */
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
}

div#column2 h1 span {
	display:none;
}

div#column1 h1 span {
	display:none;
}

div#column1 span a {
	color:#003300;
	text-decoration:underline;
	padding-left:6px;
}

div#column2 ul {
	padding-left:5px;
	margin-left:20px;
}

div#column2 li {
	padding-left:0px;
}

div#projects_img h1 {
	background-image:url(../images/projects.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:22px;
}

div#services_img h1 {
	background-image:url(../images/services.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:22px;
}

div#members_img h1 {
	background-image:url(../images/members.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:22px;
}

/*Header Search Bar*/

.search_bar {
	float:right;
	width: 300px;
	margin-left:10px;
	margin-top:115px;
	margin-right:0px;
}

/*Header Top menu*/

.top_menu {
	/* float:left; */
    font-family : arial, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 650px;
	/*margin-top:120px;*/
	margin-left:5px;
	padding-top:120px;
}

.section-head {
font-family : arial, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
font-size : 10pt; 
vertical-align : top; 
text-align : left; 
color : #808080; 
font-weight : bold; 
font-style : normal; 
font-size : medium; 
} 
.article-head {
font-family : arial, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
font-size : 9pt; 
vertical-align : top; 
text-align : left; 
color : #808080; 
font-weight : normal; 
font-style : normal; 
font-size : medium; 
} 
.article-standout {
font-family : arial, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
font-size : 9pt; 
vertical-align : top; 
text-align : left; 
color : #808080; 
font-weight : bold; 
font-style : normal; 
font-size : medium; 
} 

div#sectionnav {
	width: 219px;
	margin: 0; border: 0; padding: 15px 3px 15px 3px;
	float: section;
	text-align: section;
	font-size:13px;
}

#sectionnav ul
 { 
 margin: 0 0 5px 0;
 padding: 0;
 border: 0;
 list-style: none;
 }
 
#sectionnav ul li
 {
 text-align: section;
 margin: 0 0 0 0;
 font: normal 1.0em Verdana, Arial, sans;
 border-top: 1px solid #444;
 }
 
#sectionnav ul li a 
 { 
 width: 219px;
 display: block;
 margin: 0;
 color: #000;
 padding: 3px 3px 3px 3px;
 text-decoration: none;
 }

#sectionnav ul li a:hover { color: #fff; background: #444; }
#sectionnav .header { margin: 0 0 1px 0; color: #fff; text-transform: uppercase; letter-spacing: 0.2em; border-top: 0; padding:10px 0px 5px 0px;  font: normal 1.1em Arial, Helvetica, sans; }
#sectionnav .header a { width: 150px; display: block; color: #fff; margin: 0; border-top: 0; padding:0; }
#sectionnav .header a:hover { color: #fff; background: none; }

 	.F:link{text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:10pt;text-align:left;color:#808080;font-weight:bold;font-style:normal;}
 	.F:active{text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:10pt;text-align:left;color:#808080;font-weight:bold;font-style:normal;}
 	.F:visited{text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:10pt;text-align:left;color:#808080;font-weight:bold;font-style:normal;}
 	.F:hover{text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:10pt;text-align:left;color:#808080;font-weight:bold;font-style:normal;}
