/* Master */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
body {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 160%;
	background-color: #FFF;
	}
	
img {
	border:none;
	}	

/* Typography */

h1,h2,h3 {
	letter-spacing:-.03em;
	font-weight:normal;
	}

h1 {
	font-size:100px;
	}
	
h2 {
	font-size:80px;
	letter-spacing:-.03em;
	}

h3 {
	font-size:60px;
	margin:10px 0;
	}
	
h4 {
	font-size:50px;
	font-weight:normal;
	}
	
h5 {
	font-size:35px;
	font-weight:normal;
	}
	
h6 {
	font-size:21px;
	font-weight:normal;
	}
	
p {
	font-size:13px;
	line-height:19px;
	}
	
li {
	font-size:13px;
	}
a {
	color:#666;
	text-decoration:none;
	}
	
a:hover {
	color:#666;
	}
	
h5 a,h5 a:hover {
	color:#f8f3e5;
	}

/* Spacing Elements */

.break30 {
	clear:both; height: 30px;
	}

.break20 {
	clear:both; height: 20px;
	}

.break10 {
	clear:both; height: 10px;
	}

.thick_separator {
	background-color: black;
	height: 3px;
	color: black;
	width: 960px;
	clear: both;
	border: none;
	}
	
.thin_separator {
	background-color: black;
	height: 1px;
	color: black;
	width: 960px;
	clear: both;
	border: none;
	}
	
.clear {
	clear:both;
	}
		
/* Contents */

#container {
	margin: auto;
	padding: auto;
	width: 960px;
	}

#content {
	margin: auto;
	padding: auto;
	width: 960px;
	}

#content p {
	font-size:16px;
}
	

header .logo {display:block;float:left;height:211px;margin:15px 0 0 384px;width:191px;}
header .pdf-download {float:right;display:block;width:76px;height:55px;background:url(../../assets/images/tab.png) no-repeat;color:#fff;text-align:center;text-decoration:none;padding-top:20px;font-size:12px;margin-top:-10px;}

nav {float:left;padding-bottom:10px;border-bottom:solid 1px #e5e5e5;height:72px;}
nav ul {list-style:none;}
nav ul li{float:left;}
nav ul li a,nav ul li a:visited {width:159px;height:59px;text-align:center;border-right:solid 1px #e5e5e5;display:block;text-decoration:none;color:black;padding-top:7px;background-color:#fff;}
nav ul li a strong,nav ul li a:visited strong {font-weight:normal;font-size:18px;letter-spacing:-1px;}
nav ul li a p,nav ul li a:visited p {color:#555555;}
nav ul li a:hover {color:#666;}
nav ul li .active {display:block;opacity:100;}
nav ul .contact-link {border-right:none !important;}
nav ul li:last-child a {border:none;}
nav ul li:last-child a:hover {}
nav .borders {height:2px;background-color:#000;float:left;width:159px;opacity:0;}

.featured {
	margin:10px 0;
	padding:0;
	clear:both;
	/* Added this for image rotator */
	position:relative;
	height:600px;
	}

.featured ul li {
	/* Added this for image rotator */
	float:left;
	position:absolute;
	list-style: none;
}

.featured ul li.show {
	/* Added this for image rotator */
	z-index:500
}

#featured { /* For Services */
	margin:10px 0;
	padding:0;
	clear:both;
}

.homepage_featured {
	border: 1px dotted #000;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
	
.textContent h3 {font-size:14px; color:#000;font-family: Arial, Georgia, "Times New Roman", Times, serif;font-weight:bold;text-transform:uppercase;}	
.textContent {margin-top:40px; margin-bottom:40px;}
.textContent:first-child {margin-top:0;}
.textContent p, .centered_full p {margin-top:1em; font-size:1em; line-height:1.5em;}
.textContent p:first-child, .centered_full p:first-child {margin-top:0;}

#content .col .col_3 h6 {
	padding:50px 0;
	border-bottom:2px solid #000;
}

#content .col .col_7 p {
	padding:50px 10px;
}

#content .col .col_2 img {
	padding:50px 0;
}


#contact_right_column {
	color:#000;
	display:inline;
	float: left;
	margin-top: 20px;
	width: 460px;
	height: 512px;
	background-image:url(../../assets/images/contact-map.jpg);
	background-repeat:no-repeat;
}


#contact_info {
	display: inline;
	position: relative;
	top: 100px;
	left: 40px;
	color:#000;
}

.contact_text, a:link.contact_text, a:visited.contact_text {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:135%;
}
a:hover.contact_text  {
	font-family:Georgia;
	font-size:14px;
	color:#000;
}
.contact_company {
	font-family:Georgia;
	font-size:24px;
	color:#000;
}

input,textarea {
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
	font-size:14px;
	}

.submit_button {
    /* Disables default styling */
    border: none;
    background: #000;
    color: #fff;

    /* You need to set font, font size and cursor for buttons */
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;

    padding: 8px 13px;
    font-weight: bold;
}

.submit_button {
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #999 inset, /* Outer bevel */
        0 0 0 2px #CCC inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #999 inset, /* Outer bevel */
        0 0 0 2px #CCC inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
}


/* Footer */
#footer {
	background:#000;
	}
#footer p {
	padding:20px 10px;
	text-align:left;
	text-decoration:none;
	font-size:10px;
	color:#FFF;
	}


/* Columns */
.col {
	float:left;
	padding:0 10px 0 10px;
	}
	
.col_1 {width:60px;}

.col_2 {width:140px;}

.col_3 {width:220px;}

.col_4 {width:300px;}

.col_5 {width:380px;}

.col_6 {width:460px;}

.col_7 {width:540px;}

.col_8 {width:620px;}

.col_9 {width:700px;}

.col_10 {width:780px;}

.col_11 {width:860px;}

.col_12 {width:940px;}

.col.first {
	padding-left:0;
	border-left:0;
	}

.col.last {
	padding-right:0;
	}
	
.clear {
	clear:both;
	}

#footer {
	margin: auto;
	padding: auto;
	width: 960px;
	}