/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	padding: 0;
	margin: 0;
	border-width: 0;
	list-style-type: none;
	border-style: none;
}


html, body {
    height: 100%;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/New%20Folder/sitebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
	color: #666666;
}

a:visited{
	text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: none;
	color: #009933;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul{
	list-style-type: none;
}

li{
	list-style-type: square;
	/*padding-left: 10px;*/
	text-align: left;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
    min-height: 100%; 
    height: auto !important; 
  	height: 100%; 
    margin: 0 auto -30px; 
	width:800px;
	/*overflow: hidden;*/
	text-align: center;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	/*border-bottom-color: #999999;*/
	border-left-color: #999999;
 }


#masthead{
	width: 290px;
	height: 85px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#maincontent{
	/*float: left;*/
	width: 800px;
	margin: 0px;
	font-size: 80%;
	list-style-image: url(images/New%20Folder/bullet.gif);
	text-align: left;
	padding: 0px;
}


/******************/
/*   Navigation   */
/******************/

#nav_wrapper {
	background-image: url(images/finalbtns/Nav.jpg);
	height: 85px;
	width: 510;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 510px;
	height: 85px;
	margin: auto;
	display: block;
}

#nav li {
	display: inline;
}

#nav li a{
	padding-top: 85px;
	float: left;
	height: 0;
	overflow: hidden;
}

/*button*/
#nav li a#home {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat 0px 0px; }
#nav li a#services {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -85px 0px; }
#nav li a#projects {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -170px 0px; }
#nav li a#news {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -255px 0px; }
#nav li a#contacts {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -340px 0px; }
#nav li a#members {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -425px 0px; }




/******************/
/*   Navigation   */
/******************/

/*over states*/
#nav li a#home:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat 0 -85px;}
#nav li a#services:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -85px -85px; }
#nav li a#projects:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -170px -85px; }
#nav li a#news:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -255px -85px; }
#nav li a#contacts:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -340px -85px;}
#nav li a#members:hover {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -425px -85px; }

/*on states*/
#nav.home li a#home {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat 0 -85px;}
#nav.services li a#services {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -85px -85px; }
#nav.projects li a#projects {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -170px -85px; }
#nav.news li a#news {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -255px -85px; }
#nav.contacts li a#contacts {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -340px -85px;}
#nav.members li a#members {width: 85px; background: url(images/finalbtns/Nav.jpg) no-repeat -425px -85px; }







#subcontent{
	float: left;
	width: 800px;
	font-size: 80%;
	background-image:url(images/contactbg.gif)
}

#subcontent2{
	float: left;
	width: 380px;
	list-style-image: url(images/New%20Folder/bullet.gif);
	text-align: justify;
	padding-left: 20px;
}

#subcontent3{
	float: left;
	width: 400px;
	list-style-image: url(images/New%20Folder/bullet.gif);
}


#rightcontent{
	float:right;
	width: 250px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/content-area2.gif);	
}

#rightcontent ul{
	text-decoration: none;
}

/* Form style */

/*label { display: inline-block; float: left; height: 20px; line-height: 20px; width: 155px; font-size: 1.1em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; width: 80%; height: 20px; line-height: 20px; background: #dee8f1 no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#999; border: 1px solid #608098; }

#succsess_page h1 { background: #dee8f1 left no-repeat; padding-left:22px; }





fieldset {
	margin: 1px;
	width: 90%;
	border: 1px solid #608098;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	background: #f8f8f8;
}


#featureform{
	font-size: 80%;
	width: 500px;
	clear: both;
	text-align: left;
	float: none;
	padding: 20px;
}

legend{
	font-weight: bold;
	color: #999999;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
 display: block;
}


.label required {
font-size: 0.75em;
color: #760000;
}


input {
	width: 300px;
	position: relative;
}

textarea {
	width: 300px;
	height: 100px;
}



.featureform h3{
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.featureform img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
 /*adjust margins to change separation between the feature image and text flowing around it */

input.submit { cursor: pointer; border: 1px solid #222; background:#ccc; color:#fff; }
input.submit:hover { background:#333; }

/*.Submit   {
	margin: 1px;
	background-color: #f8f8f8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	width: 100px;
	height: 25px;
	font-style: normal;
	border: ridge #ece9d8;
	text-transform: capitalize;
	text-align: center;
}*/


#headlines{
  	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	clear: both;
	float: left;
	width: 800px;
	height: 180px;
}

#information{
	font-size: 12px;
	/*padding: 10px;*/
	float: left;
	width: 800px;
	text-align: left;
	background-image:url(images/infomationbg.gif);
	padding-top: 30px;	
}

/***********************************************/
/* Components                                  */
/***********************************************/

.hbuttons a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/home_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons a:hover{
	background-image:url(images/finalbtns/home_active.gif);
	color: #00CC00;
	font-weight: bold;
}

.hbuttons2 a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/services_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons2 a:hover{
	background-image:url(images/finalbtns/all_active.gif);
	color: #00CC00;
	font-weight: bold;
}


.hbuttons3 a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/projects_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons3 a:hover{
	background-image:url(images/finalbtns/all_active.gif);
	color: #00CC00;
	font-weight: bold;
}

.hbuttons4 a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/news_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons4 a:hover{
	background-image:url(images/finalbtns/all_active.gif);
	color: #00CC00;
	font-weight: bold;
}

.hbuttons5 a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/conatcts_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons5 a:hover{
	background-image:url(images/finalbtns/all_active.gif);
	color: #00CC00;
	font-weight: bold;
}

.hbuttons6 a{
	display: block;
	color: #666666;
	width: 85px;
	float: left;
	display: inline;
	background-image:url(images/finalbtns/members_null.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	height: 85px;

}

.hbuttons6 a:hover{
	background-image:url(images/finalbtns/all_active.gif);
	color: #00CC00;
	font-weight: bold;
}

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/***************** .banner styles ***************/

.banner img{
	float:left;
	margin: 0px;
	padding: 0px;
}


/************** .feature styles ***************/

.feature{
	float:left;
	padding: 0px 0px 0px 0px;
	background-image: url(images/content-area1.gif);
}

.feature p{
	text-align: justify;
	padding: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** .story styles *****************/

.story{
	float: left;
	width: 548px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	background-image: url(images/content-area1.gif);	
}

.story img{
	float: left;
	padding: 10px;
}

.story p{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}


/************** #box styles ********************/

.box{
	width: 548px;
	background: url(images/bg_tile.gif) repeat-y;
	}
	
.box h2{
	background: url(images/top_bg.gif) no-repeat left top;
	padding-top: 20px;
}

.box .last{
	background: url(images/bottom_bg.gif) no-repeat left bottom;
	padding-bottom: 20px;
	
}

.box h2, .box p{
	padding: 10px;
}
.box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;

}

.box h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #333333;
}

.box img{
	float: left;
	padding: 10px;
}

/*************** # rightcontent ****************/

.members img {
	float: left;
	padding: 5px;
}

.members p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

#rightcontent{
	display: inline;
	font-size: 80%;
}
/************* #siteInfo styles ***************/

#siteInfo{
	width:800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footerbackground2.gif);
	background-repeat: no-repeat;
	height: 30px;
	/*padding-right: 10px;
	padding-left: 10px;*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

#siteInfo a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 2.1em;
}

#siteInfo img{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*********** #navBar link styles ***********/

html p {
margin-top: 0;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.push {
    height: 30px;
}