/* Overall Site Styles to be represented in CMS */

body {
	color: #000;
}

h1 {
	font: normal 140% Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
}
h2 {
	margin: 20px 0px 10px;
	font: bold 75% Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px dotted #999;
	padding-bottom: 12px;
}	
h3 {
	margin: 20px 0px 10px;
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #000;
}
h4 {
	margin: 20px 0px 10px;
	font: bold 65% Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin-top: 0px;
	font: 75%/140% arial, Helvetica, sans-serif;
}

table td, table th {
	font: 75%/140% arial, Helvetica, sans-serif;
	padding: 2px;
}

ul {
	list-style: disc;
	color: #000;
	margin-left: 17px;
	padding: 0;
}
ul li, ol li {
	font: 75%/140% arial, Helvetica, sans-serif;
	color: #000;
/*	line-height: 100%;		*/
}
ul li ul li ul li {
	font-size: 95%;
}
div#CMS ul li, div#CMS ol li {
	padding-bottom: 6px;
}
ul li a, ol li a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

p a, ul li a, ol li a {
	color: #000;
	text-decoration: underline;
}

/* Specific style classes

.logoPaddedRight {
	margin-right: 25px;
}

 */
 
.leftAlign {
	float: left;
	margin-right: 5px;
}
.rightAlign {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}


body {
	margin: 0;
	background-color: #FFF;
	text-align: center;
}

/* Main layout holders ___________________________________________________ */

div#header {
	display: none;
}

div#title {
	border-bottom: 3px solid #000;
}
div#title h1 {
/*	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #C7BEA1;
	padding: 16px 0 0 0;	*/
	margin: 0;
}
div#title img#strapline {
	display: none;
}
div#title img#title {
	float: left;
}

div#main {
	background-color: #FFF;
	padding: 15px 0;
}

div#footer {
	border-bottom: 1px solid #000;
}
div#footer p {
	padding-top: 10px;
}
div#footer ul {
	display: none;
}

div.content {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Central columns */

div#menu {
	display: none;
}

div#CMS {
	float: left;
	width: 70%;
}
div#CMS p#breadcrumb {
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin: 50px 0 6px 0;
	font-size: 70%;
}
div#CMS p#breadcrumb a {
	color: #000;
	text-decoration: underline;
}

div#CMS p#top {
	display: none;
}

/* Right hand feature boxes */

div#feature {
	float: right;
	width: 30%;
}
div#feature div.box {
	padding: 0 12px;
	margin-top: 12px;
}
div#feature div.box h2 {
	border-bottom: 0;
	padding-top: 10px;
}
div#feature div.box p {
	color: #000;
	margin-bottom: 8px;
}

div#feature div.box p.pdf {
	background-image: url(../images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	font-size: 70%;
}
div#feature div.box p.pdf img {
	float: left;
	margin: 0 10px 0 0;
}
div#feature div.box p.pdf a {
	font-weight: bold;
	text-decoration: none;
}

div#feature div.box p.quote {
	font-weight: bold;
	padding: 10px 0 0 0;
}
div#feature div.box p.company {
	font-size: 70%;
	padding: 0 0 4px 0;
}
div#feature div.box p.link {
	font-size: 70%;
	border-bottom: 1px dotted #CCC;
	padding: 6px 0 10px 0;
}

#searchnav {
	padding-top: 8px;
	text-align: right;
}
#searchnav a {
	font: 70% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.photo {
	border: 2px solid #000;
	margin: 10px 0;
}

/* Basic overall styles ____________________________________________________ */

.clear {
	clear: both;
}
html>body .clear {
	height: 0;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/* Form styles _____________________________________________________________ */

.formline {
	height: 25px;
	clear: left;
}
.formlineLarge {
	height: 95px;
	clear: left;
}
label {
	width: 105px;
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #000;
}
.formline label, .formlineLarge label {
	float: left;
}
.formline input, .formlineLarge textarea {
	float: left;
	width: 260px;
	border: 1px solid #999;
	font: 70% Arial, Helvetica, sans-serif;
	color: #000;
}
input.button {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	font-weight: bold;
}

/* Homepage styles */

#homeFlash {
	display: none;
}
#homeContent {
	padding: 40px 0;
}
#homeContent h1, #homeContent h2, #homeContent h3 {
	color: #000;
	padding-right: 50px;
}
#homeContent h1 {
	padding-bottom: 20px;
}
#homeContent p, #homeContent ul li, #homeContent ol li {
	color: #000;
	font-weight: normal;
}
#homeContent p {
	padding-right: 50px;
}
#homeContent p a, #homeContent ul li a {
	color: #000;
	background-image: url(../images/bkg_link_home.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#homeContent ul {
	list-style: none;
	margin-left: 0;
	padding-top: 10px;
	margin-top: 15px;
	background-image:url(../images/bkg_dotted_pale.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-right: 50px;
}
#homeContent ul li a {
	font-weight: normal;
}

.homeBox {
	border: 1px solid #999;
	width: 30%;
	float: left;
	margin-right: 2px;
	padding: 9px 9px;
}
.homeBoxPlain {
	width: 30%;
	padding: 9px 9px;
}

.homeBox br {
	clear: both;
}
.homeBox p, .homeBoxPlain p {
	margin-bottom: 8px;
	line-height: 120%;
}
.homeBox h2, .homeBoxPlain h2 {
	margin-top: 6px;
	padding-bottom: 5px;
	clear: both;
}
.homeBox ul, .homeBoxPlain ul {
	list-style: url(../images/bullet_home.gif);
	margin-top: 0;
	margin-bottom: 0;
}
.homeBox ul li, .homeBoxPlain ul li {
	font-size: 70%;
	color: #990033;
	padding-bottom: 3px;
}
.homeBox ul li a, .homeBoxPlain ul li a {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}
.homeBox ul li a:hover, .homeBoxPlain ul li a:hover {
	text-decoration: none;
}