@charset "UTF-8";
/* CSS Document */


/* Basic elements */

body {
color: #333333;
font-family: "Helvetica Neue", arial, Helvetica, sans-serif;
}

a, a:visited {
color: #448FB4;
font-size: 12px;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
color: #333333;
font-family: Helvetica, "Helvetica Neue", arial, sans-serif;
font-size: 13px;
font-stretch: semi-expanded;
letter-spacing: 0px;
line-height: 18px;
margin-bottom: 10px;
text-decoration: underline;
}

h5 {
color: #333333;
font-family: Helvetica, "Helvetica Neue", arial, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: 0px;
line-height: 1em;
padding-top: 8px;
}

p {
font-size: 12px;
line-height: 18px;
margin-bottom: 5px;
}

/*  Basic Layout*/

#content {
margin: 0 auto;
width: 760px;
line-height: 20px;
}

#header {
height: 38px;
}

#banner {
height: 250px;
background-image: url(../images/banner.jpg);
margin-bottom: 25px;
}


/* Header navigation*/

table {
margin-top: 10px;
}

#nav {
background: url(../images/navBg.png);
height: 25px;
width: 100%;
}

#nav li {
color: white;
display: inline;
float: left;
}

#nav li a {
color: white;
float: left;
line-height: 12px;
padding: 5px 10px 5px;
text-decoration: none;
}

#nav li a:hover {
background-color: black;
}



/* Banner text */

#statement {
color: white;
font-size: 16px;
line-height: 24px;
margin: 40px 40px 40px 205px;
text-align: justify;
width: 436px;
word-spacing: normal;
}


/* Everything below banner */
#main-content {
	margin-left: 10px;
	width: 98%;
	
}

/* left hand side below banner*/

#content1 {
float: left;
width: 72%;
}

/* right hand side below banner*/
#content2 {
border-left: thin;
border-left-color: #CCC;
border-left-style: solid;
border-left-width: thin;
border-spacing: 10px;	
float: left;
height: 400px;
margin-bottom: 20px;
padding-left: 15px;
width: 25%;
}

#footer {
	clear: both;
	margin: 0px auto 0px;
	width: 500px;
	padding-top:100px;
	text-align:center;
}

#footer div{
	margin-left:10px;
	color: #aaa;
	
}


/*  Left hand side */

#contentHolder1 {
background-image: url();
width: 100%;
}

#contentHolder2 {
width: 100%;
}

#contentHolder3 {
width: 100%;
}

.contentHolder {
width: 533px;
height: 131p;
margin-bottom: 25px;
}

div.contentHolder img {
float: left;
}

.description {
padding-left: 160px;
padding-right: 25px;
text-align: justify;
}

#content2 h2 {
margin-bottom: 10px;
}

/* Right hand side -other*/


fieldset {
border: 0;
display: none;
}



/* Download */

#download-latest {
background-color: #e0e6ed;
height: 80px;
margin-bottom: 14px;
}

#downloadLatestHeader {
color: #448FB4;
padding: 5px 10px;
font-size: 12px;
float: right;
margin-right: 30px;
}

#download-latest p {
padding: 40px 20px;
}

#downloadLink {
background-color: white;
background-image: url(../images/arrow_down.png);
background-position: 0px 5px;
background-repeat: no-repeat;
border: 1px solid #448FB4;
color: #666666;
padding: 5px 10px 5px 20px;
}



/* Right hand side rss feed */

#newsgroup {
border-top: 1px solid #cccccc;
margin-bottom: 0px;
padding-top: 10px;
}

.rss-item {
font-size: 12px;
font-family: "Helvetica Neue", arial, Helvetica, sans-serif;
line-height: 18px;
text-align: left;
}

li.rss-item {
margin-bottom: 18px;
}

a.rss-item {
color: #448fb4;
font-family: "Helvetica Neue", arial, Helvetica, sans-serif;
}

#joinGoogleGroup {
background-color: #448FB4;
color: #ffffff;
float: right;
margin-right: 30px;
padding: 5px 10px;
}


