/*
* Header
*************************************************************************** */


/*
* Heading
*************************************************************************** */
body#homepage #heading {
	height: 185px;
}

body#homepage .heading_text {
	position: relative;
}
body#homepage #heading .heading_text h1 {
	display: none;
}


#frameset .frame{
	width: 125px;
	text-align: center;
}

/*
* Middle
*************************************************************************** */


/*
* Content
*************************************************************************** */

body#homepage #content {
	width: 960px;
}

.modules {
	float: left;
	background-repeat: repeat-y;
}

.single-module {
	width: 240px;
	float: left;
	padding: 0;
}
.single-module .module {
	padding: 10px;
}

#content {
	margin: 0;
}

#content .single-module img {
	float: left;
	margin: 0 10px 5px 0;
}

#content .single-module h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0.25em 0;
	text-transform: uppercase;
}

#content .single-module h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.25em 0;
}
#content .single-module p {
	font-size: 1em;
}
cite {
	font-weight: bold;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

#content #double-module {
	width: 480px;
}

#content #fourth-module {
	padding: 0;
}

#content .single-module .mini-module .module {
	padding: 10px;
	border-bottom: solid 1px;
}

#content .single-module .mini-module#last-mini-module .module {
	border-bottom: 0;
}

#content #fourth-module ul {
	list-style-type: none;
}

#content #fourth-module #useful_links li {
	margin: 0;
	padding: 0;
	background-image: none;
	display: inline;
	padding-right: 1em;
}

#content #fourth-module #useful_links li a {
	white-space: nowrap;
}

#content #fourth-module legend {
	font-weight: bold;
	padding-bottom: 6px;
}

#content #fourth-module form {
	margin-top: 10px;
	padding-top: 10px;
}

#content #fourth-module fieldset {
	border: none;
}

#content #fourth-module label {
	display: none;
}

#content #fourth-module #newsletter form {
	margin: 0;
	padding: 0;
}

#content #fourth-module #newsletter form fieldset {
	border: 0;
}

#content #fourth-module #newsletter form legend {
	display: none;
}

#content #fourth-module #newsletter form label {
	display: block;
	margin: 0;
	padding: 0;
}

#content #fourth-module #newsletter form input#newsletter_email {
	border: 1px solid;
	width: 218px;
	margin: 0.5em 0;
}

#content #fourth-module #newsletter form label#lbl_signup {
	display: none;
}

#content #fourth-module #newsletter form input#signup {
	float: right;
}

.single-module .module.image h4, 
.single-module .module.image p, 
.single-module .module.image ul { 
	margin-left: 110px !important;
}

