/*[fmt]AA90-1A0A-34B*/
/*
Theme Name: Gardien
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #F05123 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
html, body
{
}
html
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body
{
	background: #656565;
	font: 12px/24px Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
	color: #333;
}
/*Links*/
a
{
	color: #F05123;
	text-decoration: none;
}
a:link
{
}
a:visited
{
}
a:focus, a:hover, a:active
{
	color: #000;
}
/*Headers*/
h1, h2, h3
{
}
h1
{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 14px;
	line-height: 32px;
}
h2
{
	font-size: 18px;
	color: #F05123;
	font-weight: normal;
	margin-bottom: 8px;
}
h2 a
{
	color: #000;
}
h2 a:hover
{
	color: #F05123;
}
h3
{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom: 6px;
}
h4, h5, h6
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
h4
{
}
h5
{
}
h6
{
}
/*Text blocks, Content*/
address
{
}
blockquote
{
}
cite
{
}
em
{
	font-style: italic;
}
p
{
	margin: 0 0 1em;
}
pre
{
}
small
{
	font-size: 0.8em;
}
span
{
}
strong
{
	font-weight: bold;
}
/*Misc*/
abbr, acronym
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
del
{
	color: #8B0000;
	text-decoration: line-through;
}
hr
{
	display: none;
}
ins
{
	color: #006400;
	text-decoration: none;
}
sub, sup
{
	font-size: 0.7em;
}
sup
{
	vertical-align: sub;
}
sup
{
	vertical-align: super;
}
/*Tables*/
table
{
}
caption
{
}
thead
{
}
tfoot
{
}
tbody
{
}
tr
{
}
tr.alt
{
}
th
{
}
td
{
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
}
/*Froms*/
form
{
}
fieldset
{
}
legend
{
}
label
{
}
input
{
	vertical-align: middle;
}
input.button
{
}
input.primary-button
{
}
input.secondary-button
{
}
textarea
{
}
select
{
}
.checkboxes
{
}
/*Lists*/
ul, ol
{
}
ul
{
}
ol
{
}
li
{
}
/*Defition Lists*/
dl
{
}
dd
{
}
dt
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap
{
	background: #656565 url(images/main_background.gif) repeat-y top left;
	width: 1050px;
	margin: 0 auto;
}
#wrap
{
	margin: 0 auto;
/*centered*/
}
#header, #main, #footer
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
#header
{
	height: 80px;
	padding-bottom: 20px;
}
#main
{
}
#container
{
	float: right;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 0 0 -304px;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 696px;
}
#content
{
/*margin: 0 0 0 304px;
margin (side of sidebar) width of sidebar*/
	overflow: hidden;
	padding: 0;
}
#sidebar
{
	float: left;
/*right = sidebar on right; left = sidebar on left*/
	padding: 0 38px 0 20px;
	width: 246px;
/*= (width - padding)*/
	min-height: 500px;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter img, .aligncenter p.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
img.alignleft
{
	display: inline;
	margin: 11px 16px 7px 0;
	padding: 0;
/*border: 3px solid #EF5022;*/
	border: 0 none #000000;
}
img.alignright
{
	display: inline;
	margin: 5px 0 7px 16px;
	padding: 0;
/*border: 3px solid #F50123;*/
	border: 0 none #000000;
}
.entry div.alignleft
{
	float: left;
	margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry img
{
	max-width: 620px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption img
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #fff;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar*/
table
{
	font-size: 12px;
	border:1px solid #d5d5d5;
}
caption
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
thead
{
	text-align: left;
	border-bottom: 2px solid #D5D5D5;
}
tbody td
{
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 8px 4px 8px;
	border-bottom: 1px solid #D5D5D5;
}
tbody td h3 {
	font-size:14px;
}
tfoot
{
	background-color: #FFF;
	text-align: left;
}
td#next
{
	text-align: right;
}
td
{
}
table.no-borders tbody td
{
	border: none;
	background: none;
}

/*Header
------------------------------------------------------------------*/
#logo
{
	width: 284px;
	height: 55px;
	padding: 25px 0 0 20px;
	float: left;
}
#header-right
{
	width: 695px;
	height: 80px;
	float: left;
	position: relative;
}
#langMenu
{
	position: absolute;
	top: 14px;
	right: 83px;
	height: 16px;
	width: 120px;
}
#langMenu select
{
	background: #999;
	color: #FFF;
	padding: 1px;
	border: 1px solid #000;
}
#searchform
{
	position: absolute;
	top: 46px;
	right: 30px;
}
#searchform label
{
	display: none;
}
#search-text
{
	border: 1px solid #000;
	width: 177px;
/*box width - padding*/
	height: 19px;
	margin: 0 6px 0 0;
	padding: 2px 0 0 3px;
	display: block;
	float: left;
	color: #656565;
}
#search-submit
{
	background: url(images/button_go.gif) no-repeat top left;
	width: 38px;
	height: 21px;
	border: 0 none #000000;
	display: block;
	float: left;
	margin-top: 1px;
	cursor: pointer;
}
/*Sidebar
------------------------------------------------------------------*/
#sidebar
{
}
#nav
{
	margin-left: 0;
}
#nav ul#menu
{
	margin-left: 45px;
}
#nav ul li
{
	width: 201px;
}
#nav ul li ul li
{
	width: 100%;
	padding-left: 0;
}
#nav ul li.current_page_item, #nav ul li ul li.current_page_ancestor, 
#nav ul li ul li.current_page_parent
{
	background: transparent url(images/nav_current_go.gif) no-repeat scroll 0 4px;
}
#nav ul li a
{
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 4px 0 4px 45px;
}
#nav ul li ul li a
{
	margin-left: 10px;
	font-size: 12px;
/*list indent*/
	font-weight: normal;
	padding: 2px 0 3px 45px;
	display: block;
}
#nav a:hover, #nav ul li a:hover, 
#nav ul li.current_page_item ul li a:hover
{
	color: #F05123;
}
#nav ul li.current_page_item a, #nav ul li ul li.current_page_parent a, 
#nav ul li ul li.current_page_ancestor
{
	color: #F05123;
}
#nav ul li.current_page_item ul li a
{
	color: #000;
}
/*Hide subpages unless the current page is a parent*/
#nav ul li ul
{
	display: none;
}
#nav ul li.current_page_item ul, #nav ul li.current_page_parent ul, 
#nav ul li.current_page_ancestor ul
{
	display: inline;
}
/*Display 'Company -> Press Release' UL in sidebar nav when viewing a single post or an archive page*/
body.single #nav ul li.page-item-6 ul, 
body.archive #nav ul li.page-item-6 ul
{
	display: inline;
}
a.button-go-right
{
	margin: 70px 0 0 90px;
	font-size: 14px;
	color: #656565;
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background: url(images/button_go.gif) no-repeat right center;
	padding-right: 43px;
}
#sb-customer-login a img
{
	width: 38px;
	height: 21px;
	position: absolute;
	top: 2px;
	margin-left: 5px;
}
/*special case for customer login button when the current page is home*/
body.home #nav
{
	position: relative;
}
body.home #sb-customer-login a
{
	position: absolute;
	margin: 0 0 0 90px;
	top: 352px;
}
/*Footer
------------------------------------------------------------------*/
#footer
{
/*background: transparent url(images/footer_gradient.jpg) repeat-x top left;*/
	background-color: #FFF;
	height: 70px;
	padding: 70px 0 10px;
}
a#ftMap
{
	height: 70px;
	width: 95px;
	background: transparent url(images/footer_map_75.png) no-repeat 11px 18px;
	float: left;
	display: block;
}
ul#ftMenu
{
	height: 47px;
	float: left;
	padding-top: 23px;
	margin-left: 65px;
}
ul#ftMenu li
{
	display: block;
	float: left;
}
ul#ftMenu li a
{
	text-decoration: none;
	color: #888;
	display: block;
	float: left;
	padding-right: 55px;
	display: block;
	background: transparent url(images/footer_dots.gif) no-repeat right center;
}
ul#ftMenu li.last a
{
	background: none;
	padding-right: 0px;
}
ul#ftMenu li a:hover, ul#ftMenu li.current_page_item a, 
ul#ftMenu li.current_page_ancestor a
{
	text-decoration: underline;
	color: #EF5022;
}
#ftRight
{
	width: 140px;
	height: 47px;
	float: left;
	font-size: 9px;
	padding-top: 23px;
	color: #AAA;
}
#ftRight a
{
	color: #888;
	text-decoration: none;
}
#ftRight a:hover
{
	text-decoration: underline;
	color: #F50123;
}
/*Home page specific
------------------------------------------------------------------*/
#home-slideshow
{
	width: 666px;
	height: 375px;
	margin-right: 30px;
}
#ssBg
{
	width: 646px;
	height: 355px;
	border: 10px solid #F05123;
	overflow: hidden;
	/*[disabled]background:transparent url(images/message_bg.jpg) no-repeat top left;*/
}
#ssBg div.ngg-gallery-thumbnail img
{
	width: 646px;
	height: 355px;
}
div#home-announcements
{
}
div#home-announcements h2
{
	padding: 20px;
	margin: 0;
}
div.announcement-excerpt
{
	padding: 8px 20px 0;
	margin-bottom: 0;
}
h2.excerpt-title a
{
	font-size: 16px;
	font-weight: normal;
}
h2.excerpt-title
{
	margin-bottom: 2px;
}
span.excerpt-date
{
	font-weight: normal;
	padding-right: 5px;
}
body.home div#content
{
	padding-left: 20px;
	margin-right: 50px;
}
/*Generic page & sub-page styling
------------------------------------------------------------------*/
div#content
{
	margin-right: 75px;
	margin-bottom: 30px;
}
div.entry p, div.entry
{
	text-align: justify !important;
}
div.entry-nav-bar
{
	background: transparent url(images/subpage_nav_bg.jpg) repeat-x top left;
	width: 100%;
	height: 25px;
	margin-bottom: 18px;
	padding-left: 10px;
}
body.blog div.entry-nav-bar
{
}
p.news-header
{
	margin-bottom: 26px;
}
.entry-nav-bar li
{
	display: inline;
	margin-right: 18px;
}
.entry-nav-bar li a
{
	color: #656565;
}
.entry-nav-bar li a:hover, .entry-nav-bar li a:active, 
.entry-nav-bar li a:focus, .entry-nav-bar li.current_page_item a
{
	color: #F05123;
}
div.entry span.nextpagelink
{
	float: right;
}

div.entry ul, div.entry ol{
	margin:0 0 22px 22px;
	padding:0 0 0 22px;
	overflow: hidden;
}

div.entry ul{
	list-style-type: disc !important;
}

div.entry ol{
	list-style-type: decimal;
}

/*Locations Map Page Styles
------------------------------------------------------------------*/
div#locations-map
{
	margin-left: -600px;
}
#mapDiv
{
	position: absolute;
	width: 1428px;
	height: 1000px;
	z-index: 2;
}
/*Styles for the category archives
------------------------------------------------------------------*/
body.archive h1.pagetitle
{
/*padding-bottom: 9px;
border-bottom: 1px solid #CCC;*/
	margin-bottom: 18px;
}
/*Styles for the news post index page (blog index)
------------------------------------------------------------------*/
h1#prTitle
{
/*padding-bottom: 9px;
border-bottom: 1px solid #CCC;*/
	margin-bottom: 14px;
}
.news-index div.post
{
	margin-bottom: 34px;
/*padding-bottom: 30px;
border-bottom: 1px solid #D8D8D8;*/
}
.news-index div.post h2
{
	margin-bottom: 0;
}
.news-index .postmetadata p
{
	margin: 0;
	line-height: 14px;
	font-size: 12px;
}
.news-index p.meta
{
	font-size: 11px;
}
.post-meta-date
{
	font-size: 11px;
	font-weight: normal;
}
p.post-meta-date, p.meta
{
	margin-bottom: 8px;
}
/*Styles for a single news post page
------------------------------------------------------------------*/
.single-post p.meta
{
	font-size: 11px;
}
div.entry ul.previousnext
{
	margin: 0;
}
.single-post div.entry ul.previousnext
{
	margin-top: 16px;
}
.single-post ul.previousnext li
{
	display: block;
}
.single-post ul.previousnext li.previous_post
{
	float: left;
}
.single-post ul.previousnext li.next_post
{
	float: right;
}
/*Styles for the search results
----------------------------------------------------------------*/
h3.search-title
{
	margin: 0;
}
h3.search-title a
{
	color: #000000;
}
h3.search-title a:hover
{
	color: #F05123;
}
div.search-entry
{
	margin-bottom: 24px;
}
/*Photo Gallery Styles
--------------------------------------------------------------------*/
.ngg-albumoverview
{
}
.ngg-album-compact, .ngg-galleryoverview .ngg-gallery-thumbnail-box
{
	width: 300px;
	float: left;
	padding-right: 10px;
	margin-bottom: 25px;
	height: 245px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box
{
	margin-bottom: 0;
	height: 200px;
}
.ngg-album-compactbox
{
}
.ngg-album-link
{
}
.ngg-album-link img
{
	width: 245px;
}
/*Contact Form Overrides*/
form.cform fieldset legend, .linklove
{
	display: none;
}
form.cform
{
	width: 100%;
}
form.cform ol li
{
	padding-bottom: 6px;
}
form.cform ol li label
{
	display: block;
	background: none;
	padding: 0 0 3px;
	font-weight: bold;
}
form.cform ol.cf-ol li.cf-box-title
{
	padding: 0;
	margin: 0;
}
form.cform ol.cf-ol li.cf-box-group
{
	padding: 0 !important;
	margin: 0 0 10px !important;
}
form.cform ol.cf-ol li.cf-box-group label, 
form.cform ol.cf-ol li.cf-box-group label span
{
	display: inline;
	font-weight: normal;
}
form.cform ol.cf-ol li.cf-box-group label
{
	padding-right: 20px;
	vertical-align: middle;
}
form.cform ol.cf-ol li.cf-box-group input
{
	display: inline;
	vertical-align: middle;
}
form.cform ol.cf-ol li textarea.area
{
	width: 500px;
}
form.cform p.cf-sb
{
	margin-right: 146px;
}
.cform input.fldrequired, .cform input.fldrequired:hover, 
.cform textarea.fldrequired
{
	border-right: 3px solid #EF5022 !important;
	width: 228px;
}
/*Override Thickbox border
------------------------------------------------------------------*/
#TB_window
{
	border: 6px solid #F05123 !important;
}
/*GENERIC CLASSES
------------------------------------------------------------------*/
.more-link
{
	cursor: pointer;
	cursor: hand;
}
.more-text
{
}
ul#milestone-list
{
	list-style: none !important;
	margin: 0 0 0 36px !important;
	font-size: 9pt;
}
ul#milestone-list strong
{
	font-size: 11pt;
	font-weight: normal;
}
ul#milestone-list li
{
	list-style: none !important;
	margin-bottom: 22px;
	text-indent: -36px;
}
ul#milestone-list ul
{
	list-style: none !important;
	margin: 0 !important;
}
ul#milestone-list ul li
{
	text-indent: 0;
	margin: 11px 0 !important;
}
/*Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
html .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}

