/* Start of CMSMS style sheet 'layout' */
body {
	background: #F1F1F1 url(images/body-bg.gif) -300px -10px  no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}

h1, h2, h3 {
	line-height: 1;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #222;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #009EE0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

span.small {
	font-size: 0.9em;
}

.clear-both {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 935px;
	margin: 0 0 0 36px;
	padding: 0px 0px 0px 0px;
}

	#header {
		width: 935px; 
		height: 37px;
		margin: 35px 0 45px 0;
		padding: 0;
	}
	
		#logo {
			margin: 0 48px 0 0;
		}
		
		#logo, #logo a {
			width: 79px;
			height: 38px;
			float: left;
		}
		
			#logo a {
				background-image: url(images/logo.gif);
				text-indent: -9999px;
				overflow: hidden;
				outline: none;
			}
			
		#title {
			width: 400px;
			height: 37px;
			padding: 0 0 0 26px;
			float: left;
			background: url(images/title-bg.gif) left bottom no-repeat;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 4.4em;
			line-height: 0.95em;
			color: #b2b2a6;
			text-transform: lowercase;
			letter-spacing: -2px;
		}
	
	#content {
		width: 808px;
		min-height: 400px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		font-size: 1.2em;
	}
	
		#image {
			width: 808px;
			height: 397px;
			margin: 0 0 20px 0;
			position: relative;
			background-color: #616161;
		}
		
		/* SHOWCASE LAYOUT */
		
		#showcase {
			width: 808px;
			height: 343px;
			margin: 0;
			position: relative;
			background-color: #616161;
		}
		
		#showcase-details {
			width: 768px;
			height: 14px;
			margin: 0 0 20px 0;
			padding: 20px;
			background-color: #555;
			color: #FFF;
			text-align: right;
			font-size: 0.8em;
		}
		
			#showcase-details a {
				color: #FFF;
				text-decoration: underline;
			}

                         #showcase-details a:hover {
				color: #FFF;
				text-decoration: none;
			}
		
		#showcase-content {
			width: 508px;
			margin: 0;
			float: left;
			font-size: 0.9em;
			line-height: 1.4;
		}
	
	#footer {
		width: 808px;
		height: 15px;
		margin: 0px 0px 40px 127px;
		padding: 30px 0px 0px 0px;
		clear: both;
	}
	
	#footer a {
		color: #1A171B;
	}
	
		#links {
			width: 180px;
			margin: 0px 0px 0px 0px;
			padding: 4px 0px 0px 0px;
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
		}
		
		#wdl {
			width: 580px;
			height: 18px;
			margin: 0px 0px 0px 0px;
			padding: 4px 20px 0px 0px;
			float: right;
			background: url(images/footer-logo.gif) right no-repeat;
			text-align: right;
		}

/* CONTENT LAYOUT */

.col-content, .col-content-home, .col-content-single {
	width: 808px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;
	border-bottom: 1px solid #9c9a9b;
	line-height: 1.4;
}

.col-content-home, .col-content-single, .col-last {
	border-bottom: none;
}

.col-content h2, .col-content-home h2, .col-content-single h2 {
	font-size: 1.6em;
}

.col-title {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1A171B;
}

.col1, .col2, .col3, .col1-wide {
	width: 256px;
	margin: 0 0 0 20px;
	float: left;
}

.col1, .col1-wide {
	margin: 0;
}

.col1-wide {
	width: 532px;
}

	.col1 p, .col2 p, .col3 p,
	.col1 table p, .col2 table p, .col3 table p,
	.col1 ul, .col2 ul, .col3 ul {
		font-size: 0.9em;
	}

.news-col {
	width: 532px;
}
	
.grey {
	width: 216px !important;
	padding: 20px;
	background-color: #565757;
	color: #f6f6f1;
}

	.grey h3 {
		margin: 0 0 3px 0;
	}
	
	.grey a {
		color: #FFF;
		text-decoration: underline;
	}

       .grey a:hover {
		color: #FFF;
		text-decoration: none;
	}
	
	.grey .case {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		color: #FFF;
	}
	
	.grey .case .case-title {
		font-size: 1.6em;
		font-style: normal;
	}
	
#content ul {
	margin: 0 0 10px 15px;
	list-style-type: disc;
}

/* CONTACT FORM */

.contactform label, .contactform input, .contactform textarea {
	float: left;
}

.contactform label {
	margin: 0 0 4px 0;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic
}

.contactform input, .contactform textarea {
	width: 206px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.contactform textarea {
	overflow: auto;
}

.contactform .submit input {
	width: auto;
	margin: 0;
	float: right;
	background-color: #009EE0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	cursor: pointer;
}

.contactform .fb_invalid input, .contactform .fb_invalid textarea {
	background-color: #FF6666;
}

.contactform div div.error {
	width: auto;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* GET A QUOTE FORM */
		
#get-a-quote {
	width: 36px;
	height: 109px;
	position: absolute;
	top: 405px;
	left: 0px;
}

	#get-a-quote a {
		width: 36px;
		height: 109px;
		float: left;
		background: url(images/get-a-quote.gif) no-repeat 0 0;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
	}
	
	#get-a-quote a:hover {
		background: url(images/get-a-quote.gif) no-repeat -36px 0;
	}
	
/* NEWS */
.news-item {
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 10px;
}

.news-title {
	margin: 0 0 5px 0;
}

.news-title {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
}

.news-details {
	margin: 0 0 20px 0;
}

.news-content {
	font-size: 1.1em;
	line-height: 1.4;
}

/* End of 'layout' */

