/* Title Styles */
h1 {
	font-size: 18px;
	color: #4b4b4b;
	font-weight: bold;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	color: #ffa902;
	font-weight: bold;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: bold;
	margin-bottom: 5px;
}
div.equipment h3 {
	padding-top: 5px;
	margin-top: 10px;
	font-size: 16px;
	border-top: 1px solid #0099ff;
}
h4 {
	font-size: 14px;
	color: #ffa901;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
	color: #474747;
	font-weight: bold;
	margin-bottom: 5px;
}

/* General Text Styles */
div.content p {
	line-height: 1.4em;
}
p {
	color: #727272;
	font-size: 12px;
	padding-bottom: 12px;
}
p.date {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0px;
}
p.right {
	float: right;
}
p.small {
	font-size: 10px;
}
.red {
	color: #FF0000;
}

/* List Styles */
ul {
	margin-left: 15px;
}
ul li {
	font-size: 12px;
	color: #666666;
}

/* Form Styles */
input {
	font-size: 12px;
	padding: 3px;
}
textarea {
	font-size: 12px;
	padding: 3px;
}

/* Block Styles */
div.block_title h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div.block_content p {
	font-size: 11px;
	padding-bottom: 2px;
	color: #8b8b8b;
}
div.block_content strong {
	color: #565656;
}
div.block_content strong a {
	color: #565656;
	text-decoration: none;
}
div.block_content strong a:hover {
	text-decoration: underline;
}

/* General Link Styles */
a {
	color: #0090ff;
}
a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
	padding-left: 13px;
	background-image: url(../_images/arrow_double_blue.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
a.arrow_small {
	background-image: url(../_images/arrow_double_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
a.arrow_back {
	color: #ff8400;
	background-image: url(../_images/arrow_orange_small_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

/* Sidebar Menu Styles */
div.menu_left h4 {
	color: #ffa902;
	font-weight: bold;
	font-size: 12px;
}
div.menu_left a {
	color: #ffa902;
	text-decoration: none;
}
div.menu_left a:hover {
	text-decoration: underline;
}

/* Horizontal Rules Styles */
div.hr_dotted {
	background-image: url(../_images/hr_dotted.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 1px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
}
div.hr_solid {
	background-color: #7f7f7f;
	height: 1px;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}
div.hr_blue {
	background-color: #0099ff;
	height: 1px;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

/* Image Styles */
img.callout {
	float:right;
	border: 3px solid #bcbcbc;
	margin-left: 5px;
}
img#title_about {
	border-bottom: 1px solid #666666;
	width: 523px;
	margin-bottom: 5px;
}
img.right {
	float: right;
}
img.subhead_title {
	background-image: url(../_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
}
img.greyborder {
	border: 5px solid #666666;
}

/* Sitemap block styles */
div.sitemap_box {
	height: 200px;
	width: 31%;
	float: left;
	margin: 0px 5px 10px 0px;
}
div.sitemap_box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.sitemap_box li {
	background-image: url(../_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 3px;
	margin: 0px;
}
div.sitemap_box li.title {
	border-bottom: 3px solid #666666;
	font-weight: bold;
	font-size: 12px;
	background-image: none;
}
div.sitemap_box a {
	color: #0066cc;
}


/* Tier 1 block styles */
div.masthead div.callout_1 h3 {
	display: block;
	margin: 15px 0px 2px 20px;
	font-size: 16px;
	color: #FFFFFF;
}
div.masthead div.callout_2 h3 {
	display: block;
	margin: 15px 0px 2px 20px;
	font-size: 16px;
	color: #FFFFFF;
}
div.masthead div.callout_3 h3 {
	display: block;
	margin: 15px 0px 2px 20px;
	font-size: 16px;
	color: #FFFFFF;
}

div.masthead div.callout_1 p {
	font-size: 11px;
	display: block;
	margin: 8px 10px 0px 10px;
	color: #FFFFFF;
	padding: 15px 60px 0px 15px;
}

div.masthead div.callout_2 p {
	font-size: 11px;
	display: block;
	margin: 8px 10px 0px 10px;
	color: #FFFFFF;
	padding: 15px 60px 0px 15px;
}

div.masthead div.callout_3 p {
	font-size: 11px;
	display: block;
	margin: 8px 10px 0px 10px;
	color: #FFFFFF;
	padding: 15px 60px 0px 15px;
}

div.masthead a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.masthead a:active {
	color: #FFFFFF;
	text-decoration: none;
}
div.masthead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.masthead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer Specific Styles */
.copyright {
	position: absolute;
	top: 11px;
	left: 10px;
	color: #979797;
	font-size: 1em;
}
.elliance {
	position: absolute;
	top: 11px;
	right: 10px;
	color: #979797;
	font-size: 1em;
}
.elliance a {
	color: #979797;
	text-decoration: none;
}


/* Case Study Styles */
div.working_casestudies {
	padding-bottom: 20px;
}
div.working_casestudies p {
	padding-bottom: 0px;
}
div.working_casestudies a {
	color: #ff6600;
}
div.working_casestudies a:hover {
	color: #ff6600;
}

div.working_casestudies h4 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
div.working_casestudies h4 a {
	color: #666666;
	text-decoration: none;
}
div.working_casestudies h4 a:hover {
	color: #666666;
	text-decoration: underline;
}

div.working_casestudies h5 {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #ff6600;
}
