/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Helvetica", Tahoma, Verdana, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h4 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FE6320;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}



#wrapper {
  background-color: #fff;
}

#branding {
  height: 162px;
  background-color:#b0b0b0;
}

#branding h1 {
	text-indent: -5000px;
	background: #fff url(../images/header.jpg) no-repeat top left;
	height: 162px;
	margin: 0;
}

#mainNav ul {
  list-style: none;
  margin-left: 10px;
}

#mainNav li {
	font-size: 1.2em;
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 35px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	min-height: 30px;
}

#mainNav li a {
	text-decoration: none;
	color: #000;
}

#mainNav li a:hover {
	text-decoration: underline;
	color: #FE6320;
}

#mainContent h1 {
	font-size: 2.6em;
	color: #FE6320;
	border-bottom: 1px dashed #FE6320;
}

#mainNav h2 {
	font-size: 1.8em;
	margin-left: 10px;
	color: #FE6320;
}


#secondaryContent {
  background: #fff url(../images/logos.gif) no-repeat top right;
  height: 600px;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color:#fff;
  text-align: right;
  color: #919191;
  padding: 1px 20px;
  border-top: 2px solid #000;
}

#footer p {
	font-size: 1.2em;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 1024px; 
  margin: 0 auto; 
  text-align: left; 
  background: #fff url(../images/navigation-bg.gif) repeat-y top left; 
}

#mainNav { 
  width: 180px; 
  float: left; 
}

#content { 
  width: 815px; 
  float: right;
  
}

#mainContent { 
  width: 600px; 
  margin: 0; 
  float: left; 
}

#secondaryContent { 
  width: 200px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
} 

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
	color: #000;
}

h3 a:hover {
	text-decoration: underline;
	color: #FE6320;
}

.newsitem { 
	width: 80%;
	margin-left: 5px;
}

.rightpic {
	float: right;
	padding: 10px;
}

.rightpic img {
	border: 1px solid #000000;
}
#thumbnails img {
	border: 0px;
	float: left;
}
