@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	line-height: 110%;
	color: #ff3300;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	line-height: 110%;
	color: #ff9900;
}

h3 {
	font-size: 120%;
	line-height: 110%;
	color: #ff9900;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	line-height: 110%;
	color: #ff9900;
	font-weight: bold;
}

/* links */

a {
	color: #f93a10;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.orange {
	color: #ff9900;
	text-decoration: none;
}

a.orange:hover {
	color: #ff9900;
	text-decoration: underline;
}	

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}

#homeBoxes a {
	text-decoration: none;
}

#homeBoxes a:hover {
	text-decoration: underline;
}

#homeBox2 a {
	color: #ff9900;
}

#homeBox3 a {
	color: #767575;
}

#copyright a, #coast a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover, #coast a:hover {
	text-decoration: underline;
}

#topNav a {
	padding: 0px;
	text-decoration: none;
	color: #ffffff;
}

#topNav a:hover {
	color: #ff9900;
}

#topNav a:active {
	text-decoration: underline;
	color: #ff9900;
}

#locationTab a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs a {
	color: #666666;
}



/* -- DIVs -- */

#homeBase {
	color: #000000;
}

#homePreview1 {
	color: #ffffff;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
}

#topNav li {
	display: inline;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/templates/nav-divide.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#phone img {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

#homeBox1 span, #homeBox2 span, #homeBox3 span {
	display: none;
}

/* #topNav li.topnavFirst {
	display: inline;
	padding: 0 20px 0 0;
	background-image: url(../images/templates/nav-divide.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
} */

/* -- CLASSes --*/

.arrow {
	vertical-align: middle;
	padding: 0 7px 0 0;
}

.previewTitle {
	margin: 0 0 7px 0;
}

.logo {
	margin: 0 25px 0 0;
	vertical-align: middle;
}

.phone {
	vertical-align: top;
	/* padding: 12px 0 0 0; */
}

/* SIDE NAVigation */

#navCol ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

#navCol ul li {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #999999;
}

#navCol ul li a {
	color: #4e4e4e;
	text-decoration: none;
}

#navCol ul li a:hover {
	text-decoration: underline;
}

#navCol ul.nav2 {
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

#navCol ul.nav2 li {
	list-style-type: circle;
	margin: 3px 0px;
	padding: 3px 0px;
	border-bottom: none;
}

#navCol ul.nav2 a {
	color: #6e6e6e;
}

#navCol ul.nav3 {
	margin: 0px;
	padding: 0px;
}

#navCol ul.nav3 li {
	list-style-type: none;
}

#navCol ul.nav3 li a {
	text-decoration: underline;
}

/* Related docs */

#related h2 {
	color:#ff3300;
}

#related ul {
	margin: 0px;
	padding: 0px;
}

#related li {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px;
}

/* News modules */

#newsPreview ul, li {
	margin: 0px;
	padding: 0px;
}

#newsPreview li {
	list-style-type: none;
	padding: 3px 0;
}

ul.itemList {
	list-style: none;
	margin: 0;
	padding: 0;	
	border-top: 1px dashed #9A9A9A;
}

ul.itemList li {
	list-style: none;
	border-top: 0px dashed #ffffff;
	border-bottom: 1px dashed #9A9A9A;
}

ul.itemList li:hover {
	background-color: #f9f9f9;
	cursor: hand;
	border-top: 0px dashed #9A9A9A;
	border-bottom: 1px dashed #9A9A9A;
}

ul.itemList li.main {
	margin: 0;
	padding: 15px 8px;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #9A9A9A;
	list-style: none;
	clear: left;
}

ul.itemList li.main:hover {
	background-color: #f9f9f9;
	cursor: hand;
}

ul.itemList li.main h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 115%;
}

ul.itemList li h3 {
	margin: 0 0 2px 0;
	padding: 3px 0;
	font-size: 100%;
}

ul.itemList li h3 a {
	color: #f93a10;
	text-decoration: none;
	border-bottom: 0px dashed #4e4e4e;
}

ul.itemList li h3 a.archive {
	color: #f93a10;
	text-decoration: none;
	border-bottom: 0px dashed #ffffff;
}

ul.itemList li h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin: 0px 0px 0xp 20px;
}

ul.itemList li span {
	font-size: 90%;
	color: #666;
}

ul.itemList li div {
	margin-top: 4px;
}

h3.itemList {
	text-transform: uppercase;
	color: #666;
	font-size: 120%;
	margin: 10px 0;
	padding: 0;
}

/* h4.itemList {
	text-transform: uppercase;
	color: #ff6600;
	font-size: 100%;
	margin: 20px 0 10px 0;
	padding: 0;
} */

ul.itemList li div.itemImg {
	float: left;
	width: 100px;
}

ul.itemList li div.itemTxt {
	float: left;
	width: 345px;
}

ul.itemList li div.itemDl {
	clear: both;
}

/* 'Other' news story styling */

ul.itemList2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.itemList2 li {
	list-style: none;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}

ul.itemList2 li:hover {
	background-color: #f9f9f9;
	cursor: hand;
	border-top: 1px dashed #9A9A9A;
	border-bottom: 1px dashed #9A9A9A;
}

ul.itemList2 li h3 {
	color: #4e4e4e;
	margin: 0px;
	padding: 5px 8px;
}

ul.itemList2 li h3 a {
	color: #f93a10;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/* border-bottom: 1px dashed #4e4e4e; */
}

ul.itemList2 li h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin: 0px 0px 0xp 20px;
}

/* -- casestudy module -- */

#casestudies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#casestudies li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#casestudies li:hover {
	background-color: #f9f9f9;
	cursor: hand;
}

#casestudies li:hover div.casestudyPreview {
	background-color: #f9f9f9;
	cursor: hand;
}

.casestudyPreview {
	float: left;
	width: 460px;
	padding: 10px 0;
	border-top: 1px dashed #cccccc;
}

.casestudyPreviewImage {
	float: left;
	width: 90px;
}

.casestudyPreviewContent {
	float: left;
	width: 350px;
	padding: 0 0 5px 20px;
}

.casestudyImage {
	padding: 0 0 20px 20px;
}

/* Partners moduule */

/* ul.partnerList {
	list-style: none;
	margin: 0;
	padding: 0;	
	border-top: 1px dashed #9A9A9A;
}

ul.partnerList li {
	list-style: none;
	border-top: 0px dashed #ffffff;
	border-bottom: 1px dashed #9A9A9A;
}

ul.partnerList li.partner {
	margin: 0;
	padding: 15px 8px;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #9A9A9A;
	list-style: none;
	clear: left;
}

ul.partnerList li.partner:hover {
	background-color: #ffffff;
} */

#partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#partners li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* FORMs */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #ff9900;
	padding: 15px;
}

fieldset ol {
	margin: 0px;
	padding: 15px 0 0 0;
	list-style-type: none;
}

fieldset ol li {
	padding: 3px 0;
}

legend {
	color: #f93a10;
	font-weight: bold;
	padding: 0 10px;
}

label {
	float: left;
	width: 125px;
}

#errorbox {
	border: 1px solid #F71842;
	padding: 15px;
	margin: 20px 0px;
	color: #F71842;
}

input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

textarea {
	width: 90%;
}

input.submit {
	margin: 15px 0;
	padding: 5px;
}

fieldset ol li fieldset ol li {
	/* display: block; */
	clear: both;
	margin: 2px 0;
	vertical-align: middle;
}

fieldset ol li fieldset ol li input.inline {
	float: left;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

fieldset ol li fieldset ol li label {
	float: left;
	width: 250px;
	vertical-align: middle;
}

/* -- image gallery -- */

.picRow {
	width: 100%;
	/* background-color: red; */
	margin-bottom: 10px;
}

.thumbArea {
	float: left;
	width: 100px;
	/* background-color: #F5F5F5; */
	margin: 0px 15px 15px 0px;
}

.thumb {
	padding: 0px;
	margin: 0px;
}







