/* CSS Document */
@import url("contribute.css");
html {
	height:100%;
}

body {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

#container {
	text-align:left;
	width:730px;
	height:431px;
	margin:auto;
	margin-top:60px;
	border:10px solid #cc0000;
}
/* Start menu */
#menu {
	width:321px;
	height:30px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	background-image:url(../Images/menu-bar.gif);
}

#menu li {
	margin:0;
	padding:0;
	float:left;
	display: block;
}

#menu li a {
	font-size:1px;
	text-indent:-9999px;
	text-decoration:none;
	display: block;
	height: 30px;
}

/*	Menu list ID's, with links styled to do CSS Rollovers */
#menu_index {
	left:0px;
}

#menu_index a {
	width:62px;
}

body#index #menu_index a, #menu_index a:active, #menu_index a:hover {
	background:url(../Images/menu-bar.gif) 0 -30px no-repeat;	
}

#menu_services {
	left:62px;
}

#menu_services a {
	width:72px;
}

body#services #menu_services a, #menu_services a:active, #menu_services a:hover {
	background:url(../Images/menu-bar.gif) -62px -30px no-repeat;	
}

#menu_team {
	left:134px;
}

#menu_team a {
	width:77px;
}

body#team #menu_team a, #menu_team a:active, #menu_team a:hover {
	background:url(../Images/menu-bar.gif) -134px -30px no-repeat;	
}

#menu_contact {
	left:211px;
}

#menu_contact a {
	width:67px;
}

body#contact #menu_contact a, #menu_contact a:active, #menu_contact a:hover {
	background:url(../Images/menu-bar.gif) -211px -30px no-repeat;	
}

#menu_news {
	left:278px;
}

#menu_news a {
	width:43px;
}

body#news #menu_news a, #menu_news a:active, #menu_news a:hover {
	background:url(../Images/menu-bar.gif) -278px -30px no-repeat;	
}
/* End menu */
a, a:link {
	color:#006633;
	outline-style:none;
	text-decoration:none;
}

a:visited, a:active, a.current {
	color:#006633;
}

a:hover {
	text-decoration:underline;
	color:#151515;
}

#submenu {
	margin:84px 0px 0px 15px;
	padding:0;
	list-style:none;
	font-size:0.8em;
}

#submenu li {
	color:#999999;
}

#submenu li a {
	padding-left:10px;
	padding-right:5px;
	background:url(../Images/arrow.gif) left center no-repeat;
}

#header {
	float:left;
	clear:both;
	height:140px;
	width:730px;
}

#header img, #flashcontent {
	float:left;
	margin:0;
	padding:0;
}

#team h1 {
	margin-left:325px;
	margin-top:67px;
	margin-bottom:0px;
}

#logo {
	width:291px;
	height:260px;
	display:block;
	float:left;
	clear:both;
}

#services #logo {width:274px;}
#team #logo {width:325px;}
#contact #logo {width:407px;}
#news #logo {width:357px;}

#contentscroll {
	float:left;
	width:412px;
	padding-right:25px;
	text-align:left;
	overflow:auto;
	height:258px;
	_height:260px;
}

#services #contentscroll {
	width:429px;
}

#team #contentscroll {
	width:378px;
}

#contact #contentscroll {
	width:296px;
}

#news #contentscroll {
	width:346px;
}

#content {
	width:395px;
}

#services #content {
	width:400px;
}

#team #content {
	width:360px;
}

#contact #content {
	width:270px;
}

#news #content {
	width:320px;
}

#content img {
	border:0;
}

.clear {
	clear:both;
	font-size:0.01em;
	height:0px;
}

.bigquote {
	color:#CC0000;
	font-size:1.2em;
	font-weight:normal;
	margin-top:30px;
}