@font-face {
    font-family: 'open_sanssemibold';
    src: url('/inmate/fonts/opensans-semibold-webfont.eot');
    src: url('/inmate/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inmate/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/inmate/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/inmate/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('/inmate/fonts/opensans-regular-webfont.eot');
    src: url('/inmate/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inmate/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/inmate/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/inmate/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('/inmate/fonts/opensans-bold-webfont.eot');
    src: url('/inmate/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inmate/fonts/opensans-bold-webfont.woff') format('woff'),
         url('/inmate/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/inmate/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body,ul,li,p,h1,h2,h3,h4,div,form { 
	padding: 0px;
	margin: 0px;
}
html,
body,
#main-wrapper {
	min-width: 1200px;
}
body {
	font-family: 'open_sansregular' Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	text-align: justify;
	line-height: 1.6;
	background: #60381F;
}
/* --HEADINGS-- */
h1,
h2,
h3,
h4 {
	font-family: 'open_sansbold' Open Sans, Helvetica, Arial, sans-serif;
}
h1 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	word-spacing: 4px;
	text-align: left;
	text-transform: uppercase;
	color: #FF0009;
	border-bottom: #FF0009 solid 1px;
}
h1 span {
	display: block;
	padding: 0px 0px 6px 0px;
	border-bottom: #FF0009 solid 4px;
}
h2 {
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	color: #555;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666;
}
ul {
	margin: 6px 0px 10px 15px;
}
ul li {
	padding: 0px 0px 12px 20px;
	line-height: 1.4;
	list-style-type: none;
}
ol {
	margin: 6px 0px 10px 10px;
}
ol li {
	padding: 0px 0px 12px 0px;
	line-height: 1.4;
}
/* --TEXT-- */
cite {
	font-style: normal;
}
p {
	padding-bottom: 12px;
}
a {
	color: #FF8A00;
	text-decoration: none;
	font-family: 'open_sanssemibold' Open Sans, Helvetica, Arial, sans-serif;
}
a:hover {
	color: #E68512;
	text-decoration: none;
}
.big {
	font-size: 18px;
}
.small {
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.prominent {
	color: #4DB848;
}
.yellow {
	color: #FFDA00;
}
.sep {
	padding: 0px;
	margin: 30px auto 10px auto;
	border-bottom: 2px dotted #CCC;
}
.btm {
	padding: 25px 45px 0px 45px;
	margin: 25px auto 0px auto;
	border-top: #93B472 1px solid;
}
.btm p {
	text-align: center;
}
/* --FLOATS-- */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.img_lt {
	float: left;
	margin: 10px 20px 10px 0px;
}
.img_rt {
	float: right;
	margin: 10px 0px 20px 30px;
}
.img_bdr {
	padding: 2px;
	border: #EBEBEB 3px solid;
	background-color: #FFF;
}
/* --MISC. STYLES-- */
img {
	border: none;
	display: block;
}
.nomargin {
	margin: 0px;
}
.nopadding {
	padding: 0px;
}
.blockcenter {
	margin: 0px auto;
}
.inline {
	display: inline;
}
#wrapper {
	width: 1020px;
	padding: 0px 20px;
	margin: 0px auto;
}
/* -- HEADER STYLES -- */
#top-header {
	padding: 2px 20px;
	background: #242424;
}
#subnavigation,
#social-media {
	float: left;
}
#subnavigation {
	width: 55%;;
}
#social-media {
	width: 45%;
}
#social-media ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#social-media ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#social-media ul li a {
	width: 22px;
	height: 22px;
	display: block;
}
#social-media ul li a.facebook {
	background: url(../images/facebook.png) no-repeat center top;
}
#social-media ul li a.twitter {
	background: url(../images/twitter.png) no-repeat center top;
}
#social-media ul li a.pinit {
	background: url(../images/pinit.png) no-repeat center top;
}
#social-media ul li a.google-plus {
	background: url(../images/google-plus.png) no-repeat center top;
}
#social-media ul li a.youtube {
	background: url(../images/youtube.png) no-repeat center top;
}
#top-header ul {
	padding: 0px;
	margin: 0px;
}
#top-header ul li {
	padding: 0px 5px;
	margin: 0px;
	float: left;
}
#top-header ul li a {
	color: #CCC;
	font-size: 14px;
}
#top-header ul li a:hover {
	color: #FFF;
}
#header {
	width: 940px;
	padding: 0px 40px;;
	margin: 0px;
	background: #fff;
}
#navigation,
.logo {
	float: left;
}
.logo {
	width: 326px;
}
.logo img {
	vertical-align: bottom;
	padding: 10px 0;
	max-height: 66px;
	width: auto;
	position: relative;
}
#navigation {
	width: 614px;
}
#main-nav {
	float: right;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	padding: 32px 0px;
	margin: 0px;
	float: left;
}
#navigation ul li:hover {
	background: #60381F;
}
#navigation ul li a {
	padding: 0px 15px 5px;
	border-right: #686868 dotted 1px;
	color: #686868;
	font-size: 14px;
	font-weight: 700;
}
#navigation ul li:hover a span {
	color: #FFF;
	border-bottom: #FFF 1px dotted;
}
#navigation ul li:hover a {
	border-right: 0px;
}

/* DROP DOWN STYLES */
#navigation ul li ul {
	display: none;
	position: absolute;
	top: 115px;
	background-color: #CCC;
}
#navigation ul li:hover ul {
	width: 200px;
	margin: 1px 0px 0px;
	display: block;
	z-index: 9999;
}
#navigation ul li ul li {
	padding: 0px;
	margin: 0px;
	float: none;
	position: relative;
	z-index: 9999;
}
#navigation ul li ul li a {
	width: 170px;
	padding: 11px 15px;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	display: block;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 11px !important;
	font-family: 'open_sansbold' Helvetica, Arial, sans-serif;
	background: #FFF !important;
}
#navigation ul li ul li a.dropdown-arrow span {
	display: block;
	background: url(../images/header/dropdown-arrow.png) no-repeat right center;
}
#navigation ul li ul li:hover a {
	color: #FFF !important;
	background-color: #444 !important;
}
#content-wrapper {
	margin: 10px 0px;
	min-height: 750px;
	background: #D2B48C;
}
#footer {
	padding: 0px 40px;
	background: #000;
}
#footer p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 3;
}