/*
Rothsay / rothsay.com
July 2009
Layout CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #003678 url(../img/rothsay-bg.gif) repeat-x 0 0;
}

/*
----------------------------------
General Layout
----------------------------------
*/

#container {
	margin: 0 auto;
	width: 960px;
}

#top {
	width: 960px;
	height: 90px;
	position: relative;
}

#nav {
	width: 960px;
	height: 31px;
}

#logo {
	position: absolute;
	top: 8px;
	left: 30px;
	height: 0;
	width: 0;
}

#main {
	background: url(../img/main-bg.gif) repeat-y 320px 0px;
	width: 960px;
}

#home {
	width: 960px;
}

	#home embed {
		display: block;
	}





#privacy {
	width: 960px;
	padding: 30px;
	background: #E6EBF2;
}
	
	#privacy ul {
		padding-left: 30px;
	}

	#privacy ul li {
		color: #555555;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		margin-bottom: 1.0em;
	}

	#privacy ol {
		padding-left: 30px;
	}

	#privacy ol li {
		color: #555555;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		margin-bottom: 1.0em;
	}






#left {
	width: 320px;
	float: left;
}

#right {
	background: #E6EBF2;
	width: 640px;
	float: left;
}

#header {
	width: 960px;
	height: 125px;
}

#header-main {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 640px;
	height: 125px;
	float: left;
}

	#header-main h3 {
		padding: 85px 0 0 30px;
	}
	
	.header-about { background-image: url(../img/header-about.jpg); }
	.header-environment { background-image: url(../img/header-environment.jpg); }
	.header-products { background-image: url(../img/header-products.jpg); }
	.header-services { background-image: url(../img/header-services.jpg); }
	.header-contact { background-image: url(../img/header-contact.jpg); }

#header-link {
	background: url(../img/) no-repeat 0 0;
	width: 260px;
	height: 65px;
	padding: 30px 30px 0 30px;
	float: left;
}

	#header-link p {
		color: #FFFFFF;
		font-size: 1.5em;
		line-height: 1.0em;
		font-weight: normal;
	}
	
	#header-link small {
		color: #A3B7CF;
		font-size: 0.75em;
		line-height: 1.5em;
		font-weight: normal;
		font-style: italic;
	}
	
	#header-link img {
		border: 0;
		float: right;
	}



.main-content {
	width: 640px;
	float: left;
}

.right-content {
	width: 320px;
	float: left;
}

.content {
	width: 260px;
	padding: 30px;
}

	.content img {
		margin: 0;
		padding: 0;
	}

.content-img {
	width: 320px;
}

.content-wide {
	width: 580px;
	padding: 30px;
}

.content ul {
	list-style: none;
}

.content ul li {
	background: url(../img/plus.gif) no-repeat 0 5px;
	color: #555555;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin-bottom: 1.0em;
}

.content ol {
	list-style: none;
}

.content ol li {
	color: #555555;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin-bottom: 1.0em;
}


/*
----------------------------------
The Rothsay Advantage
----------------------------------
*/


#advantage-side {
	width: 320px;
	padding: 30px 0 0 0;
}

	#advantage-side a:link,
	#advantage-side a:visited {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	#advantage-side a:hover {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	#advantage-side a img {
		border: 0;
	}
	
	#advantage-side ul {
		list-style: none;
	}
	
	#advantage-side li {
		background: url(../img/adv-plus.png) no-repeat 0 0;
		color: #96BAE6;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding: 0 20px 0 12px;
		margin-bottom: 1.0em;
	}
	

.advantage {
	border-bottom: 1px solid #335E93;
	padding: 10px 0 10px 0;
}

	.advantage p {
		color: #96BAE6;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding-right: 20px;
		display: block;
	}
	
	.advantage strong {
		color: #FFFFFF;
		font-weight: bold;
	}

/*
----------------------------------
Contact Info
----------------------------------
*/


#contact-info-side {
	width: 320px;
	padding: 30px 0 30px 0;
}

	#contact-info-side a:link,
	#contact-info-side a:visited {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	#contact-info-side a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#contact-info-side a img {
		border: 0;
	}
	
.contact-info {
	border-bottom: 1px solid #335E93;
	padding: 10px 0 10px 0;
}

	.contact-info p {
		color: #96BAE6;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding-right: 20px;
		display: block;
	}
	
	.contact-info strong {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.contact-info img {
		padding: 0 10px 10px 0;
		float: left;
	}
	
	
	
/*
----------------------------------
Rothsay News
----------------------------------
*/


#news-side {
	width: 320px;
	padding: 30px 0 0 0;
}

	#news-side a:link,
	#news-side a:visited {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	#news-side a:hover {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	#news-side a img {
		border: 0;
	}
	
.news {
	border-bottom: 1px solid #335E93;
	padding: 10px 0 10px 0;
}

	.news p {
		color: #96BAE6;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding-right: 20px;
		display: block;
	}
	
	.news strong {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.news img {
		padding: 0 10px 10px 0;
		float: left;
	}



/*
----------------------------------
Highlight
----------------------------------
*/



.highlight {
	background: #FFFFFF;
	width: 220px;
	padding: 20px;
	margin: 0 0 30px 0;
}

	.highlight ul {
		list-style: none;
	}
	
	.highlight ul li {
		background: url(../img/hi-plus.gif) no-repeat 0 5px;
		color: #3374B0;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding: 0 0 0 12px;
		margin-bottom: 1.0em;
	}




/*
----------------------------------
Highlight Green
----------------------------------
*/



.highlight-green {
	background: #00703C;
	width: 220px;
	padding: 20px;
	margin: 0 0 30px 0;
}

	.highlight-green a:link,
	.highlight-green a:visited {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	.highlight-green a:hover {
		text-decoration: underline;
		color: #BCFFB3;
	}
	
	.highlight-green a img {
		border: 0;
	}

	.highlight-green ul {
		list-style: none;
	}
	
	.highlight-green ul li {
		background: url(../img/hi2-plus.gif) no-repeat 0 5px;
		color: #FFFFFF;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding: 0 0 0 12px;
		margin-bottom: 1.0em;
	}
	
	.highlight-green h4 {
		color: #BCFFB3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
}
	
	.highlight-green p {
		color: #FFFFFF;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		display: block;
	}
	
	.highlight-green strong {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.highlight-green img {
		padding: 0 10px 10px 0;
		float: left;
	}


/*
----------------------------------
Highlight WIDE
----------------------------------
*/



.highlight-wide {
	background: #FFFFFF;
	width: 540px;
	padding: 20px;
	margin: 30px;
	clear: both;
}

	.highlight-wide ul {
		list-style: none;
	}
	
	.highlight-wide ul li {
		background: url(../img/hi-plus.gif) no-repeat 0 5px;
		color: #3374B0;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		padding: 0 0 0 12px;
		margin-bottom: 1.0em;
	}
	
	.highlight-wide img {
		float: right;
		padding: auto 0 auto 10px;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
	}

	.highlight-wide p {
	width: 250px;
	}



/*
----------------------------------
Association
----------------------------------
*/


.association {
	width: 580px;
	padding: 0;
}

	.association p {
		float: left;
		width: 360px;
	}
	
	.association img {
		float: right;
		padding-bottom: 20px;
	}

.spacer-line {
	width: 580px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #C9CDD3;
	margin-bottom: 15px;
	clear: both;
}

.spacer-no-line {
	width: 580px;
	padding: 30px 0 0 0;
	clear: both;
}

#spacer {
	clear: both;
	width: 580px;
	height: 0;
}

#spacer-wide {
	clear: both;
	width: 960px;
	height: 0;
}

.spacer-small-line {
	width: 260px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #C9CDD3;
	margin-bottom: 15px;
	clear: both;
}




/*
----------------------------------
Contact
----------------------------------
*/


.contact {
	width: 580px;
	padding: 0;
}

	.contact p {
		float: left;
		width: 360px;
	}
	
	.contact img {
		float: right;
		width: 200px;
	}




/*
----------------------------------
Chart
----------------------------------
*/



.chart {
	background: #FFFFFF;
	width: 220px;
	padding: 20px;
	margin: 0 0 30px 0;
}

.chart td {
	color: #555555;
	font-size: 1.1em;
	line-height: 1.0em;
}

.small {
	font-size: 1.0em;
	line-height: 1.0em;
}

.chart span {
	font-size: 0.8em;
	line-height: 0.8em;
}

.title {
	font-weight: bold;
}



	
/*
----------------------------------
Overviews
----------------------------------
*/


.overview {
	width: 260px;
}
	
	.overview a img {
		border: 0;
	}

	.overview img {
		padding: 0 0 10px 0;
	}








/* Footer */

#footer {
	background-color: #053C7D;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	clear: both;
}

	#footer p {
		color: #E6EBF1;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	
	#footer p strong {
		color: #E6EBF1;
		font-weight: bold;
	}

	#footer ul {
		
		width: 116px;
		float: left;
	}
	
	#footer li {
		list-style-type: none;
		width: 111px;
		float: none;
		display: block;
		color: #E6EBF1;
		font-size: 1.1em;
		line-height: 1.2em;
		padding: 0 5px 5px 0; 
	}
	
	#footer li strong {
		color: #E6EBF1;
		font-weight: bold;
	}
	
	#footer a {
		text-decoration: none!important;
	}

	#footer a:link,
	#footer a:visited {
		color: #B9C7D9;
	}
	
	#footer a:hover {
		text-decoration: underline!important;
	}
	
	
	

#address {
	padding: 30px;
	width: 258px;
	float: left;
}

#sitemap {
	border-left: 1px solid #265187;
	padding: 30px;
	width: 581px;
	float: left;
}


/* Blocks */

#clear {
	clear: both;
	width: 960px;
	height: 5px;
	font-size:0;
	line-height:0;
}

.hidden {
	display: none;
}

img {
	display: block;
}