img {
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../../images/menubar2/greystripes.gif) repeat-x;
}

body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	}

/* Basic containers */
#container {
	width: 762px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 10px 10px;
}

#masthead {
	text-align:left;
	width: 762px;
	position: relative;
	height:99px;
	padding: 13px 0px 13px 0px;
	margin:0px;
}

td #masthead {
	margin: 0px auto;
	padding:0px;
}

ul {
	text-align:left;
}

#masthead a {
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	padding: 0px;
	margin:0px;
}

/* Anchors in the main menu */
#menu_aboutus  {
	background: url(../../images/menubar2/aboutus2.gif) top left no-repeat;
}

#menu_projects {
	background: url(../../images/menubar2/projects2.gif) top left no-repeat;
}

#menu_clients {
	background: url(../../images/menubar2/clients2.gif) top left no-repeat;
}

#menu_theory {
	background: url(../../images/menubar2/theory2.gif) top left no-repeat;
}

#menu_community {
	background: url(../../images/menubar2/community2.gif) top left no-repeat;
}

#menu_directory {
	background: url(../../images/menubar2/directory2.gif) top left no-repeat;
}

#menu_contact {
	background: url(../../images/menubar2/contact2.gif) top left no-repeat;
}

#menu_projectadmin {
	background: url(../../images/menubar2/projectadmin.gif) top left no-repeat;
}

#menu_newsadmin {
	background: url(../../images/menubar2/newsadmin.gif) top left no-repeat;
}

#leftmenu {
	padding:0px;
	margin:0px;
	width: 96px;
	list-style: none;
	display:block;
}

#leftmenu a {
	width: 96px;
	display:block;
}

#projectadminmenu {
	padding:0px;
	margin:0px;
	width: 333px;
	list-style: none;
	display:block;
}

#projectadminmenu a {
	width:333px;
	display:block;
}


/* Styling and positioning of news items section of masthead */

#mastnews {
	position:absolute; /* absolutely positioned relative to the enclosing masthead DIV since that is positioned */
	top: 13px; left: 382px;
	padding:0px;
	margin:0px;
	width: 186px;
	list-style: none;
	display:block;
}

td #mastnews {
	top:0px;
}

/* Styling and positioning of second level menu items section of masthead */

#submenu {
	position:absolute; /* absolutely positioned relative to the enclosing masthead DIV since that is positioned */
	top: 13px; left: 96px;
	padding:0px;
	margin:0px;
	width: 282px;
	list-style: none;
	display:block;
}

td #submenu {
	top:0px;
}

#submenu_aboutus {
	background: url(../../images/menubar2/aboutus2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_clients {
	background: url(../../images/menubar2/clients2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_projects {
	background: url(../../images/menubar2/projects2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_theory {
	background: url(../../images/menubar2/theory2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_community {
	background: url(../../images/menubar2/community2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_directory {
	background: url(../../images/menubar2/directory2ad.gif) top left no-repeat; margin-bottom:-3px;
}

#submenu_contact {
	background: url(../../images/menubar2/contact2ad.gif) top left no-repeat; margin-bottom:-3px;
}


#news_heading {
	background: url(../../images/menubar2/latestnews.gif) top left no-repeat; margin-bottom:-3px;
}

/* Special styling to hide text that has a rendered version in the background image */
.bgtext {
	display:block;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:15px; /* for IE5/Win only */
}

/* Logo at top right of masthead */
#logo {
	float:right;
}

/* Text styling */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin:20px 0px;
}

.textcell {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-align: left;
	width: 378px;
	padding-right: 45px;
	list-style: circle;
}
.pagetitle {
	font-family: verdana;
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
}
.footer {
	margin:0px;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 10px;
	height:20px;
}
.news {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
}

.nodisplay {
	display: none;
}

/* Two column layout - 333px width columns with 45px gap between them */

#column1 {
	float:left;
	width: 333px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#column2 {
	float:right;
	width: 333px;
	margin: 0px 0px 15px 45px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
#column2 { margin-right:45px; }
/* end hack */

#column1narrow {
	float:left;
	width: 141px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#column2wide {
	float:right;
	width: 570px;
	margin: 0px 0px 15px 45px;
	padding: 0px;
}

p {
	margin-top: 0px;
}

#projectsSearchBox {
	color:#999999;
	margin-top:3px;
	margin-bottom:0px;
	width:190px;
}
#viewAllLink {
	margin: 7px 0px 0px 0px; padding:0px;
}