/* Start of CMSMS style sheet 'styles' */
/*
-----------------------------------------------------
Cora Works CSS Document
Location: drs-international.com/
FileName:  styles.css
Author: Jeff Fritz
-----------------------------------------------------
*/

/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



body {
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	background: #fff;
}


/**
Framework
**/


.inner {
width:960px;
margin:0 auto;
text-align:left;
overflow:hidden;
}


/**
Typography
**/
h1 {
	font:22px Arial, Helvetica, sans-serif;
        color: #2C5970;
	margin:0 0 10px 0;


}



h2 {
	font-size: 14px;
	color: #2C5970;
	font-weight: bold;

}


h3 {
	font-size: 12px;
	color: #000000;


}

p {
	color:#010101;
	line-height:1.3em;
	font-size: 13px;
}


.page-title {
	width:200px;
	float: left;
	clear: both;
}

.h2-large{
color:#2C5970;
	font-size: 20px;
	font-weight: bold;
}






/**
Utilities
**/
a {
color:#2C5970;
	text-decoration:none;

}

a:hover {
	
}

.read-more a{
	width:100px;
float: left;	
background: url(uploads/images/read-more.gif) no-repeat center;
	display: block;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/**
Header
**/

#header {
	clear:both;
        color: #131515
	padding-bottom: 40px;
	padding-top: 40px;
}

/* logo */

.logo {
	width:240px;
	float:left;
	padding-top: 15px;
	padding-left: 110px;
}

/* utility navigation */

.utility-navigation {
	float: left;
color: #5F8195
	margin-top: 15px;
	padding-left: 15px;
}


.quote{
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
	float: left;
	width: 400px;
	text-align: center;
	padding-right: 10px;
	padding-left: 5px;
}
.rss{
	float: left;
	width: 100px;
}




/**
Content Containers
**/

#content-container {
}

.index-content p{
	width: 475px;
	padding-left: 65px;
        color: #fff;
	line-height: 1.4em;
	padding-bottom: 63px;
	padding-top: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.index-col-row {
	background: #fff;
}


}

.content-header-container {
	background: url(uploads/images/banner.jpg) no-repeat center top;
}

.interior-content-header-container {
	
}


.col {
	width:500px;
	float:left;
	margin-right: 15px;
	padding: 10px;
}

.col-2 {
	width:300px;
	float:left;
	padding: 10px;
}

.col-container {
	padding-left: 65px;
	position: relative;
	background: 
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}







/**
Interior Layout
**/

.interior-content-container {
	background: #fff;


}

.interior-content-header {
text-align:center;

	
}


#interior-content {
	width:575px;
	float:left;
	padding:20px 10px 10px 30px;
margin:0 0 0 10px;
	
}


#interior-content ul li{
color:#010101;
text-align:left;
padding-bottom:5px;
	
}



 #side-bar{
font-size:12px;	
margin: 10px 0 0 10px;
	padding: 40px 10px 40px 10px;
	width:100px;
float:left;
}


#sidebar h1 {

color:#2C5970;


}

.contact-list h2{
font-size:14px;
margin:20px 0 10px 0;

}

.contact-list ul {

margin:0;
padding:0;
}


.contact-list li{
list-style:none;
margin:0;
padding:0 ;
}


/**
Footer
**/

#footer {
	clear:both;
	padding: 5px 5px 100px;
	margin-top: 20px;
	color: #042A3D;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

.footer-contents {
}

.footer-links {
	color: #042A3D;
text-align:left;
	float: left;
	width: 380px;
	padding-left: 40px;
}

.footer-links a{
	color: #042A3D;
}

.copyright {
	color:#042A3D;
text-align:left;
	
	
}

/* End of 'styles' */

