/*defaults*/
body {
	background: #003300 url('../images/body_bg1.jpg') repeat-x 0 0;
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size: 90%;
	margin: 20px 0;
	padding: 0;
}

p {
    margin:0;
    padding:0 0 15px 0;
}

a, ul#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #225799;
	text-decoration: none;
}
/*structural elements*/

#container {
	margin: 0px auto;
	text-align: center;
	width: 760px;
}

#holder {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px 20px 5px 20px;
	position: relative;
	text-align: left;
	width: 100%;
}

#logo {
	background: url('../images/newlogo.gif') no-repeat 180px 0;
	border-bottom: 1px solid #DADADA;
	padding: 55px 0px 20px 0px;
}

#header {
	background: url('../images/header_home.jpg') no-repeat;
	height: 200px;
	border: 1px solid #003300;
}

#content {
	float: left;
	line-height: 140%;
	padding: 20px 10px 0 0;
	width: 490px;
}

#content_news {
	float: left;
	line-height: 140%;
	padding: 20px 10px 0 0;
	width: 750px;
}

#sub_content {
	float: right;
	line-height: 120%;
	padding: 20px 0;
	text-align: left;
	width: 250px;
}

.newsItem {
	background: #f7f1b5;
	border: 1px solid #003300;
	font-size: 90%;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}

#footer {
	background: #DADADA;
	border-top: 2px solid #003300;
	clear: both;
	font-size: 80%;
	padding: 5px 20px 5px 20px;
	width: 100%;
}
/*   headings  */

.newsItem h3 {
	color: #003300;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 {
    margin-top: 5px;
    line-height: 120%;
}

#content h3 {
    margin: 5px 0 5px 0;
    font-weight: normal;
}

#content h4 {
    margin: 0;
}

#content ul, li, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}

#content dl, dt {
  margin: 0;
  padding: 0 0 10px 0;
}


#sub_content h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
}

#sub_content h4 {
    margin: 0;
}

#sub_content ul, li, ol {
  margin: 0;
  padding: 0 0 0 15px;
}

#logo h1 {
	color: #225799;
	font-size: 170%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*navigation*/

ul#navigation {
	margin-left: 0;
	margin-top: -5px;
	padding: 0px;
}

ul#navigation li, #footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation a {
	color: #003300;
	margin: 0 20px 0 0;
	outline: none;
	text-decoration: none;
}

#home #homeLink, #about #aboutLink, #technology #technologyLink, #portfolio #portfolioLink, #partners #partnersLink, #contact #contactLink, #jobs #jobsLink {
	text-decoration: underline;
}
/*footer styling, pre-styled so you can "whack" another navigation menu in there if you like*/

#footer ul {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

img{
	border: 1px solid black !important;
	padding: 0;
	vertical-align: middle;
	margin: 5px 5px 5px 0px
}

#navigation .current a {
	color: #CCCCCC;
}
/* ---------- Branding ---------- */

h1 {
	background: url('../images/newlogo.gif') no-repeat 180px 0;
	border-bottom: 1px solid #003300;
	left: 0px;
	margin-top: 0px;
	padding: 15px 0px 20px 0px;
	text-align: left;
	text-indent: -9999px;
	top: 0px;
	width: 100%;
}

h1 + blockquote {
	position: absolute;
	top: -9999px;
}

* html div#holder blockquote {
	position: absolute;
	top: -9999px;
}

.hidden {
    position: absolute;
    text-indent: -9999px;
}



#localtion {
  font-size: 1em;
  font-family: verdana,arial;
  font-weight: bold;
}
#degrees {
  font-size: 1.4em;
  font-family: verdana,arial;
  font-weight: bold;
}
div#properties ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0px auto;
  padding: 0px;
}

/* ----- Form ------ */

fieldset {
  border: medium none;
  display:block;
  margin: 0px;
  padding: 0px;
}


