/*--------------Screen Stylesheet for http://dev.carolinacustomdesigns.comAuthor: Martin A. ShueWebsite: https://dev.carolinacustomdesigns.com
----------------- 
: Site Colors : 
-------------------*/

a:link{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
@media only screen and (min-width: 480px){}@media only screen and (min-width: 768px){}@media only screen and (min-width: 992px){}@media only screen and (min-width: 1382px){}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){}

/* -------------------- Resets --------------------- */
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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

img {
border:0; /* kills Gecko bug when img's are placed inside links */
vertical-align:bottom; /* set vertical align to bottom for IE */
}
/* ------------------- Defaults ------------------- */
html {
overflow:auto; /* triggers 100% height in Opera 9.5 */
overflow-y:scroll; /* creates a horizontal scrollbar, for a more consistent look & feel */
}
body{
	background:#502a23;
	height:100%; /* helps make height 100% */
	font:100%/1.5 Arial, Helvetica, sans-serif; /* font-size 100% prevents IE's resize bug */
	color:#f7e8c9;
	margin:0 auto;
	padding:0;
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, p {
margin:0 0 1em;
}
p, ul, ol {
font-size:1em;
}
ul {
margin:0 0 25px;
list-style:none;
}
h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}

/* -------------------- Forms ---------------------- */
fieldset {
border:none;
}
form :focus {
outline:0; /* removes Safari's blue border */
}  
form{
	width:300px;
}
input, select, textarea {
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}
label {
cursor:pointer;
vertical-align:middle;
float:left;
margin:3px 0;
}
input {
	vertical-align:middle;
	float: right;
    margin: 2px 61px 2px 0;
}
textarea { 
overflow:auto; /* removes scrollbar from IE when none is needed */
}	
.required{
	font-size:10px;
}
/* Main Menu */
nav#global {
	
	
}
nav#global ul{
	
}
nav#global li {
	
}
nav#global a {
	
}
nav#global a:hover, nav#global a:focus, nav#global a:active {
	text-decoration:underline;
}
nav#global li.active{
	text-decoration:underline;
}

/* -------------------- Layout --------------------- */

#container{
	width:760px;
	margin:50px auto 0;
}
header#home{
	background:url(images/new_logo.jpg) no-repeat;
	width:416px;
	height:50px;
	float:left;
}
#wrap {
	margin-top:50px;
}
#content {
	
}
#intro{
}

#intro h1{
}
#intro ul{
}
#intro ul li{
	
}
#intro ul li a{
	
}
#intro ul li a:hover{
	text-decoration:underline;
}
#left {
	background-color:#f7e8c9;
	padding:0 15px 15px;
	margin-bottom:25px;
	color:#502a23;
}
#left ul li{
	display: inline-block;
    list-style: none outside none;
    width: 350px;
}
#left ul li a{
	color:#502a23;
}
#left p{
}
footer {
	width:980px;
	margin:0 auto 20px;
}

footer p.design a{
	text-decoration:none;
}
/* ------------------- Links ---------------------- */
a {
text-decoration:underline;
color:#000;
outline:0; /* removes dotted border in FX */
}
a:visited {
color:#999;
}
a:hover, a:active {
visibility:visible; /* kills IE6 a:hover bug */
text-decoration:none;
}
a:focus{
	outline:none;
}


/* ---------------- Global Classes --------------- */
.clear {
clear:both;
line-height:0;
height:0;
font-size:0;
}
.clearfix:after {
content:" "; 
display:block; 
height:0;
font-size:0; 
clear:both; 
visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide */.ip {	text-align: center;	margin-top: 80px;}.ip p {	font-size: 2em;}.ip p b {	color: royalblue;}.info {	text-align: center;	font-size: 1.5em;}