@font-face {
    font-family: 'copy';
    src: url('../fonts/copy.eot');
    src: url('../fonts/copy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/copy.woff') format('woff'),
         url('../fonts/copy.ttf') format('truetype'),
         url('../fonts/copy.svg#copy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'headers';
    src: url('../fonts/headers.eot');
    src: url('../fonts/headers.eot?#iefix') format('embedded-opentype'),
         url('../fonts/headers.woff') format('woff'),
         url('../fonts/headers.ttf') format('truetype'),
         url('../fonts/headers.svg#headers') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'accents';
    src: url('../fonts/accents.eot');
    src: url('../fonts/accents.eot?#iefix') format('embedded-opentype'),
         url('../fonts/accents.woff') format('woff'),
         url('../fonts/accents.ttf') format('truetype'),
         url('../fonts/accents.svg#accents') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:100%;
	vertical-align: baseline;
	text-decoration: none;
	background:transparent;
}
body {
	font-size: 100%;
	font-family: 'p', sans-serif;
}

strong { 
	font-family: custom-font-2, sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'headers', sans-serif;
	font-weight:normal;
	color:#ff58b6;
}

#middle-column h2{
	text-transform:uppercase;
}

#middle-column li{
	text-shadow: 0px 1px 2px rgba(0,0,0,.8);
}

h1 {
	font-size:28px;
	line-height: 1.2;
	}
p{
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: left;
	font-size: 15px;
	color:#595959;
	font-weight:normal;
	font-family:'copy', sans-serif;
}

#meet-text a, #conveniently-located a{
	font-size:22px;
	font-family: 'headers', sans-serif;
	font-weight:normal;
	color:#3d86a6;
	letter-spacing:-1px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
	border-bottom:2px solid #3d86a6;
}

li{
	line-height: 1.4;
	margin-bottom: 19.6px;
	text-align: left;
	font-size: 14px;
	color:#fff;
	font-weight:normal;
	margin:0 0 8px 25px;
}
a {
	text-decoration:none;
 	cursor:pointer;
}

a:hover{
	
}

h2 {
	color: #262626;
	font-family: 'headers',sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin: 0 0 15px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	
}
h3 {
	color: #262626;
	font-family: 'headers',sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin: 0 0 15px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
h4{
	font-size:35px;
	font-family:'accents', serif;
	color:#595959;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
	letter-spacing:-2px;
	
}
h5, h6 {
	font-size:.875 em;
}

abbr{
	font-size:.9em;
	font-family: 'headers', sans-serif;
}

li, q, blockquote  {
}

.right{
	text-align:right;
}

.justified{
	text-align:justify;
}

#normal-state-container li a,#hover-state-container li a {
	font-size:11px;
	line-height:26px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: verdana, arial, sans-serif	; 
	font-weight:bold;
	color:#8f8f91;	
}

#hover-state-container li a{
	color:#7d0719;
}

.red-asterisk{
	color:#7d0719;
	font-size:150%;
	line-height:.25;
	margin:0 0 0 3px;
}

.bold{
	font-weight:bold;
}