@import url('/css/footer.css');
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
i,em {font-style:italic;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

p {
	margin: 0px;
	padding: .4em 0em .2em;
}

/*
    // ========================================== \\
   ||                                              ||
   ||               Template Styles                ||
   ||                                              ||
    \\ ========================================== //
*/
body {	
	background: url('/images/background_body.jpg') center top no-repeat #000000;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Arial, sans-serif;
	line-height: 155%;
	font-size: 14px;
	color: #333333;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h16 {
	margin: 0px;
	padding: .6em 0em .2em 0em;
	
	font-family: Arial, sans-serif;
	font-weight: 100;
	color: #ffd327;
}
#container h1 {
	font-size: 30px;
	color: #333333;
	padding-bottom: .1em;
	line-height: 140%;
}
#container h2 {
	font-size: 18px;
	color: #666666;
	padding: .1em 0em .5em;
	line-height: 140%;
}
#container h3 {
	font-size: 18px;
	color: #333333;
	line-height: 140%;
}


#main {
	width: 986px;
	float: none;
	clear: both;
	margin: 10px auto 30px;
}

nav, header, #banner, #content_wrap, footer {
	display: block;
	width: 100%;
	float: none;
	clear: both;
}

nav {
	background: url('/images/bac_nav.png') left top repeat-x transparent;
	border-radius: 6px 6px 0px 0px;
	height: 40px;
	overflow: visible;
}
nav .cmsZone {
	position: relative;
	zoom: 1;
}
nav.cmsZone:after {
	float: left;
	clear: both;
	content: " ";
	display: table;
}
nav .cmsZoneToolbar {
	position: absolute;
	right: 0px;
	top: 0px;
}
#links {
	float: left;
	clear: left;
}
#links .menu-pulldown li:hover > ul { 
	display: block; 
}

nav #menu-icon {
	display: none;
}



#search {
	background: url('/images/bac_search.png') top left no-repeat transparent;
	position: relative;
	width: 210px;
	height: 30px;
	float: right;
	clear: right;
	margin: 4px 0px;
}
#search input[type="text"] {
	background: none transparent;
	border: 0px;
	border-radius: 5px 3px 3px 5px;
	display: block;
	width: 151px;
	height: 22px;
	padding: 0px 5px 0px 8px;
	font-size: 12px;

	position: absolute;
	top: 4px;
	left: 5px;
}
#search input[type="text"]:focus {
    outline: 0;
    box-shadow: 0 0 10px #333333;
}
#search input[type="submit"] {
	background: none transparent;
	border: 0px;
	border-radius: 8px;
	display: block;
	width: 28px;
	height: 25px;
	opacity: 0;
	font-size: 0px;

	position: absolute;
	top: 2px;
	left: 165px;
}

header {
	background: url('/images/bac_header.png') left top repeat-x transparent;
	padding: 10px 0px;
}


#logo {
	float: left;
	clear: left;
	width: 400px;
	margin-left: 28px;
}
#logo img {
	height: auto;
}
#social-sprite {
	float: right;
	clear: right;
	width: 150px;
	margin: 20px 30px 0px 0px;
}
#social-sprite p {
	display: block;
	float: none; 
	clear: both;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
	text-transform: uppercase;
	font-size: 11px;
}

#banner {
	background-color: #000000;
	margin-top: 12px;
	padding-top: 15px;
}
#banner img {
	height: auto;
}




/*Begin main content with tan transparency*/
#content_wrap {
	/*background: url('/images/bac_main_trans.png') left top repeat transparent;*/
	background-color: #000000;
}
#content_wrap * {
	color: #fff;
}
#content_wrap, #content a {
	color: #ffffff;
}
#content_wrap h1 {
	color: #ffd327;
}
#content_wrap h2, #content_wrap label {
	color: #ffffff;
}
#content_wrap h3 {
	color: #ffd327;
}
#content_wrap .heavyText {
	color: #ffd327;
}

#sidebar_wrap {
	float: left;
	clear: left;
	width: 40.5%;
}
#sidebar {
	width: 340px;
	padding: 0px 30px;
	float: none;
	clear: both;
}
#addthis {
	width: 360px;
	float: none;
	clear: both;
	margin: 0px auto;
	min-height: 25px;
	padding: 20px 0px;
	overflow: visible;
}


#content {
	border-left: 1px solid #76736f;
	float: right;
	clear: right;
	width: 53%;
	margin: 50px 0px 20px 0px;
	padding: 0px 3%;
}
.clearboth {
	width: 100%;
	float: none;
	clear: both;
}
#content img {
	border: 6px solid #ffffff;
	margin: 5px 15px;
}
html.isSubpage #content img {
	border: 0;
	padding: 3px;
}
#content .cmsAddToRegion {
	margin-top: 15px;
	display: inline-block;
}

#content input, #content select, #content select *, #content textarea {
	color: #333 !important;
}

#container .fm-submit input[type="submit"] {
	width: 140px;
	display: block;
	float: none;
	clear: both;
	margin: 0px auto;
}



/*One Column Template styles*/
.one-col #content {
	width: 95%;
	border-left: 0;
}
.one-col #sidebar {
	display: none;
}






/*content photo gallery / slider*//*
html #content_wrap .flexslider img {
	margin: 0 auto;
	padding: 0;
}
#content_wrap .flexslider .slides li {
	height: 450px;
}
#content_wrap .flexslider.flex-carousel li {
	height: 118px;
	width: 175px !important;
}*/
/*
#content_wrap .flexslider {
	border-radius: 0;
	background: none transparent;
	border: 0;
	padding: 0;
	margin: 20px;
}
#content_wrap .flexslider .slides li {
	position: relative;
}
html #content_wrap .flexslider img {
	padding: 0;
	width: auto !important;
	max-height: 346px;
	margin: 0 auto !important;
	float: none !important;
}
#content_wrap .flexslider.carousel li {
	width: 150px !important;
	max-height: 130px;
	overflow: hidden;
	margin: 0 !important;
	float: left;
	display: block !important;
}
#content_wrap .flexslider.carousel img {
	max-width: 100% !important;
	height: auto;
	opacity: 1 !important;
}
#content_wrap .flexslider .description {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	padding: 3px 5px;
	margin: 0 auto;
	float: none;
	margin-top: -30px;
	position: relative;
	z-index: 200;
}
#content_wrap .flexslider .description * {
	text-align: center;
	color: #333;
}
*/

/*====== | Footer styles imported from footer.css | ===============*/


/*====== | Button Styles - used in multiple places? | =============*/

/*Clearfix*/

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*Css Sprite styles for social icons*/
#social-sprite {
	display: block;
	float: right;
	clear: right;
}
#social-sprite a.sprite {
	background-image: url('/images/sprite_social_24.png');
	display: block;
	float: left !important;
	clear: none !important;
	content: " ";
	text-decoration: none;
	width: 24px !important;
	height: 24px !important;
	max-width: 24px;
	max-height: 24px;
	margin: 2px 4px;
	overflow: hidden;}
.sprite-facebook{ background-position: 0 0; width: 24px; height: 24px; } 
.sprite-flickr{ background-position: 0 -74px; width: 24px; height: 24px; } 
.sprite-googleplus{ background-position: 0 -148px; width: 24px; height: 24px; } 
.sprite-linkedin{ background-position: 0 -222px; width: 24px; height: 24px; } 
.sprite-rss{ background-position: 0 -296px; width: 24px; height: 24px; } 
.sprite-twitter{ background-position: 0 -370px; width: 24px; height: 24px; } 
.sprite-youtube{ background-position: 0 -444px; width: 24px; height: 24px; } 


.catGrid {
	height: auto !important;
	padding-bottom: 10px;
}


/*
    // ========================================== \\
   ||                                              ||
   ||               END Template Styles            ||
   ||                                              ||
    \\ ========================================== //
*/


/*====================== 
				| IE7 styles | 
=======================*/

html.ie7 #search input[type="submit"] {
	color: #ffffff;
}
html.ie7 #search input[type="text"] {
	padding: 5px;
}
html.ie7 #footer_menu {
	height: 300px;
}



/*========= | Special Fonts | =========*/

/*Special Font Styles*/

@font-face {
    font-family: 'PTSans';
    src: url('/fonts/ptsans-regular.eot');
    src: url('/fonts/ptsans-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptsans-regular.woff') format('woff'),
         url('/fonts/ptsans-regular.ttf') format('truetype'),
         url('/fonts/ptsans-regular.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'PTSans-Bold';
    src: url('/fonts/ptsans-bold.eot');
    src: url('/fonts/ptsans-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptsans-bold.woff') format('woff'),
         url('/fonts/ptsans-bold.ttf') format('truetype'),
         url('/fonts/ptsans-bold.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*re-usable img cropping CSS*/
#container .imgcrop {
	overflow: hidden;
}
#container .imgcrop img {
	max-width: none !important;
	width: auto;
	height: auto;
	display: block;
}
#container img.width100 {
	width: 100%;
}
#container img.height100 {
	height: 100%;
}