/* STYLE GUIDE 
Dark Gray for text = #404040
Dark Red text = #94221c

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:none;
}

.main ol, .main ul {
	list-style:disc; margin:1.5em; line-height:1.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:bold;
}




html, body {
	background:url(bg.jpg) repeat;
}

div, p, td, tr, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.25em;
	color:#666;
}

/* TEXT STYLES */
h1, h2, h3 {
	font-family:"Liberation sans", Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:1.625em;
	margin-bottom:10px;
}


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.fleft {	float:left;}
img.fleft {float:left; margin:0 15px 15px 0;}
.fright{ float:right;}

.container {
	width:960px;
	margin:0px auto;
}

#header {
	/*height:214px;*/
	overflow:auto;
}

#logo {
	float:left;
	background:url(images/logo.jpg) left top no-repeat;
	width:282px;
	height:190px;
}

#contacts {
	float:right;
	width:300px;
	padding:75px 20px 0 0;
	font-weight:normal;
}

.locations {
	float:left;
	text-align:right;
	font-weight:bold;
}

.locations p {
		color:#94221c;
}

.email, .email a {
		color:#94221c;
		font-size:16px;
		font-weight:bold;
		margin-top:155px;
		margin-left:24px;
		text-decoration:none;
}

.addresses {
	float:right;
}


/* NAVAGATION */

.nav {
	display:block;
	clear:both;
	background:url(images/nav-bg.gif) top left no-repeat;
	height:48px;
	margin:10px 0;
	line-height: 1;
    list-style: none outside none;
    z-index: 99;
}

.nav2 {
	display:block;
	clear:both;
	height:48px;
	margin:10px 0;
	line-height: 1;
    list-style: none outside none;
    z-index: 99;
	border: 1px solid #fff;
	border-color: rgba(0,0,0,.15); 
	
	/* Border Radius */ 
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; 
	
	/* Gradient Background */
	background: #d9d9d9;
  	background: -moz-linear-gradient(100% 100% 90deg, #d9d9d9, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d9d9d9));

	/* Box Shadow */
	-moz-box-shadow: 0 5px 10px #000;
	-webkit-box-shadow: 0 3px 10px #000;
	box-shadow: 0 3px 7px #000;
}


.nav ul {
	margin:0 10px;
}

.nav li {
    float: left;
    margin: 7px 5px 0;
    width: auto;
}

.nav a {
    border: 1px solid transparent;
    color: #3E4245;
    display: block;
    line-height: 18px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    z-index: 100;
}

.nav li a:hover {
	color:#fff;
	text-shadow:none;
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,.15); 
	
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	
	/* Gradient Background */
	background: #878787;
  	background: -moz-linear-gradient(100% 100% 90deg, #b0b0b0, #878787);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#b0b0b0));

	/* Box Shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
}

.nav li.active a {
	color:#fff;
	text-shadow:none;
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,.15); 
	
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	
	/* Gradient Background */
	background: #878787;
  	background: -moz-linear-gradient(100% 100% 90deg, #b0b0b0, #878787);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#b0b0b0));

	/* Box Shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
}



/* /NAVIGATION */


.feature {
	margin:0 0 25px;
}

.main {
	background:#fff;
	border:1px solid #999;
	-webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 7px; /* FF1-3.6 */
          border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  overflow:auto;
  
  padding:30px 0;
	
}

.fullwidth {
	width:920px;
	margin:0 19px 20px;
}

.col1 {
	width:555px;
	float:left;
	margin:30px 20px;	
}

.col2 {
	width:345px;
	float:left;
	margin:30px 20px 30px 0;
}

.col600 {
	width:600px;
	float:left;
	margin:0 19px;
}

.col280 {
	width:280px;
	float:left;
	margin:0 19px;
}

.col520 {
	width:520px;
	float:left;
	margin:0 20px;
}

.col360 {
	width:360px;
	float:left;
	margin:0 20px;
}

.col440 {
	width:440px;
	float:left;
	margin:0 19px;
}


.box1 {
	width:290px;
	margin-right:20px;
	float:left;
}

.box2 {
	width:290px;
	float:left;
}

.main img {
	background: #EBEBEB;
    padding: 4px;
    border: 1px solid #CFCFCF;
}

.main p{
	margin:1em 0; 
	line-height:1.5em;
}

.main a { color:#bc1b1b; text-decoration:none; font-weight:bold; }
.col280 a img { float:left; background:#ebebeb; padding:4px; border:1px solid #cfcfcf; margin:0 20px 0 0; }


#footer {
	padding:20px 0px 50px;
	font-weight:bold;
}
#footer .credit {
	float:left;
}

#footer .copyright {
	float:right;
	text-align:right;
}
#footer .copyright a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.25em;
	color:#666;
	
}

.clear {
	clear:both;
}