@charset "UTF-8";

@import url(navigation.css);
@import url(navigation_side.css);
@import url(header.css);
@import url(footer.css);

/***************
COLORS:

#f0f1f3  =  ultra-light grey
#c5d0e1  =  ultra-light blue
#b8c2ce  =  light blue-grey
#828f9e  =  light-medium blue-grey
#464b65  =  medium blue-grey
#18202d  =  dark blue-grey
#318bdf  =  bright blue (links)
#dbdde2  =  footer grey

***************/

/***** INITIALIZATION **********/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

#height_fix {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 1px;
}
	
body {
	display: block;
	background: #f0f1f3 url(images/content_bg.png) center top repeat-y;
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 12pt;
}

/***** MAIN WRAPPERS *****/

#page_wrapper {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#page_box {
	float: left;
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	width: 980px;
	margin: 20px auto 10px auto;
	padding-top: 5px;
}

#main_search_form {
	margin: 0px;
	padding: 0px;
	border: none;
}
#main_search_form fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
#main_search_form input.input_text {
	float: left;
	width: 70%;
}
#main_search_form input.input_submit {
	float: right;
	width: 25%;
}

#content_box {
	display: block;
	float: right;
	width: 750px;
	margin: 0px;
}


/***** FLOATING ELEMENTS *****/

.float_left,
.stack_left {
	float: left;
	clear: left;
	margin: 0px 20px 10px 0px;
}

.float_right,
.stack_right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 20px;
}

.stack_left,
.stack_right {
	clear: none;
}

.clear_float,
.clear_left,
.clear_right {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


/***** LAYOUT, BOX ELEMENTS, ETC. *****/

.two_column {
	column-count: 2;
	column-gap: 21px;
	-moz-column-count: 2;
	-moz-column-gap: 21px;
	-webkit-column-count: 2;
	-webkit-column-gap: 21px;
}

.spacer {
	display: block;
	width: auto;
	height: 21px;
	padding: 0px;
	margin: 0px;
	border: none;
	clear: both;
}

.squeeze {
	width: 350px;
}

.crush {
	width: 200px;
}

.shrinkwrap {
	width: 20px;
	min-width: 20px;
	display: table !important;
}

/***** SUB HEADER *****/

#breadcrumbs {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
}

#search_bar_form {
	float: right;
}

#search_bar {
	float: right;
	font-size: 9pt;
	font-weight: normal;
	font-family: "Arial", sans-serif;
	width: 400px;
}

#search_bar_text {
	width: 200px;
	font-size: 9pt;
}
#search_bar_submit {
	font-size: 9pt;
	width: 60px;
}

#sharethis_0 {
	float: right;
	padding-top: 5px;
	margin-right: 10px;
}

#page_title {
	color: #464b65;
	font-size: 18pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	margin-bottom: 15px;
	margin-top: 7px;
	background: url(images/title_bg.png) left top repeat-y;
	text-align: left;
	padding: 7px;
	padding-left: 230px;
	box-shadow: 0px 2px 3px  #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	-webkit-box-shadow: 0px 2px 3px #ccc;
}


/***** HEADERS *****/

h1, h2, h3, h4, h5 {
	line-height: 1em;
}

h1 .small_text,
h2 .small_text,
h3 .small_text,
h4 .small_text,
h5 .small_text {
	line-height: .85em !important;
}

h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered {
	border: none !important;
	text-align: center !important;
}

h1 {
	margin: 21px 0px 14px 0px;
	color: #18202d;
	font-size: 1.6em;
	border-bottom: solid 1px #18202d;
}

ul h1 {
	font-size: 1.2em;
	border: none;
}

h2 {
	margin: 21px 0px 14px 0px;
	color: #464b65;
	font-size: 1.25em;
	border-bottom: solid 1px #464b65;
}

h3 {
	color: #18202d;
	margin: 21px 0px -.5em 0px;
	font-size: 1.15em;
	border-bottom: solid 1px #464b65;
}

h3 + ul,
h3 + .spacer,
h3 + .clear_float,
.note_box_lite h3 + p,
.note_box_lite h3 + ul,
.note_box_lite h3 + .spacer,
.note_box_lite h3 + .clear_float,
.note_box_med h3 + p,
.note_box_med h3 + ul,
.note_box_med h3 + .spacer,
.note_box_med h3 + .clear_float,
.note_box_dark h3 + p,
.note_box_dark h3 + ul,
.note_box_dark h3 + .spacer,
.note_box_dark h3 + .clear_float {
	margin-top: .5em;
}

h3 .small_text {
	color: #464b65;
}

h4 {
	color: #18202d;
	margin: 14px 0px -1em 0px;
	font-size: 1.05em;
	border: none;
}

h5 {
	color: #464b65;
	margin: 14px 0px -1em 0px;
	font-size: 1em;
	border: none;
}

h4 + ul,
h4 + .spacer,
h4 + .clear_float,
.note_box_lite h4 + p,
.note_box_lite h4 + ul,
.note_box_lite h4 + .spacer,
.note_box_lite h4 + .clear_float,
.note_box_med h4 + p,
.note_box_med h4 + ul,
.note_box_med h4 + .spacer,
.note_box_med h4 + .clear_float,
.note_box_dark h4 + p,
.note_box_dark h4 + ul,
.note_box_dark h4 + .spacer,
.note_box_dark h4 + .clear_float,
h5 + ul,
h5 + .spacer,
h5 + .clear_float,
.note_box_lite h5 + p,
.note_box_lite h5 + ul,
.note_box_lite h5 + .spacer,
.note_box_lite h5 + .clear_float,
.note_box_med h5 + p,
.note_box_med h5 + ul,
.note_box_med h5 + .spacer,
.note_box_med h5 + .clear_float,
.note_box_dark h5 + p,
.note_box_dark h5 + ul,
.note_box_dark h5 + .spacer,
.note_box_dark h5 + .clear_float {
	margin-top: 1.5em;
}
	
/***** TEXT, QUOTES, ETC *****/

div.hr {
	display: block;
	height: 1px;
	background: #b8c2ce;
	border: solid 1px #f0f1f3;
	border-width: 2px 7px;
	margin: 14px 0px;
	clear: both;
}

hr {
	border: 1px solid #b8c2ce;
	background: none;
	height: 0px;
	margin: 4em 0px;
}

p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1.1em;
}

p.drop_cap:first-letter {
	display: block;
	zoom: 1;
	line-height: 0.85em;
	float: left;
	margin: 0px 2px 0px 0px;
	font-size: 2.55em;
	font-weight: bold;
	color: #464b65;
}

.big_text {
	font-size: 1.25em;
}

.small_text {
	font-size: .8em !important;
	line-height: 1em !important;
}

strong {
	color: #18202d;
}

blockquote {
	font-size: .95em;
	font-style: italic;
}

blockquote em {
	font-style: normal;
}

.red,
strong.red,
p.red strong {
	color: #a00;
}

.blue,
strong.blue,
p.blue strong {
	color: #318bdf;
}

.error {
	color: #a00;
	font-weight: bold;
}

.note_box_dark .error {
	color: #fcc;
}

/***** LINKS *****/

a,
a:link,
a:visited {
	outline: none;
	color: #464b65;
	text-decoration: underline;
}

a:focus,
a:hover,
a:active {
	color: #318bdf;
}

a img {
	border: none;
	focus: none;
}

#fancybox-outer {
	background: #fff url(images/bottom_swirls.png) bottom center no-repeat !important;
}

.popup_content,
.external_link_disclaimer {
	padding: 10px 30px;
}

.external_link_disclaimer p,
.external_link_disclaimer h2 {
	text-align: center;
}

.bordered {
	border: solid 5px #b8c2ce;
	box-shadow: 0px 3px 7px  #000;
	-moz-box-shadow: 0px 3px 7px #000;
	-webkit-box-shadow: 0px 3px 7px #000;
}

a:link .bordered,
a:visited .bordered {
	border-color: #464b65;
}

a:focus .bordered,
a:hover .bordered,
a:active .bordered {
	border-color: #318bdf;
}

a.button:link,
a.button:visited {
	display: block;
	zoom: 1;
	padding: 7px 14px;
	color: #fff;
	background: #464b65;
	text-align: center;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: .9em;
	box-shadow: 0px 3px 4px  #777;
	-moz-box-shadow: 0px 3px 4px #777;
	-webkit-box-shadow: 0px 3px 4px #777;
}
a.button:focus,
a.button:hover,
a.button:active {
	background: #318bdf url(images/menu_over.png) left bottom repeat-x;
}

.tabs a:link,
.tabs a:visited {
	float: left;
	margin: 0px 1px 1px 0px;
	display: block;
	zoom: 1;
	padding: 3px 7px;
	color: #fff;
	background: #464b65;
	text-align: center;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: .75em;
	box-shadow: 0px 2px 3px  #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	-webkit-box-shadow: 0px 2px 3px #ccc;
}
.tabs a:focus,
.tabs a:hover,
.tabs a:active {
	background: #318bdf;
}

.tabs a.here {
	background: #318bdf;
	cursor: default;
}

/***** LISTS *****/

ul {
	padding-left: 14px;
	list-style-type: square;
	margin: 0px 0px 0px 14px;
}

li {
	font-size: .97em;
	margin-top: 7px;
	padding: 2px 0px;
}

#nav li {
	margin-top: 0px;
}

ul.clean {
	padding-left: 7px;
	list-style-type: none;
}

ul.clean li {
	font-size: 1em;
	margin-top: 0px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
	background: #f0f1f3;
	border-bottom: solid 1px #ddd;
	padding: 2px 7px;
	color: #464b65;
	box-shadow: 0px 2px 2px #aaa;
	-moz-box-shadow: 0px 2px 2px #aaa;
	-webkit-box-shadow: 0px 2px 2px #aaa;
}

dd {
	font-size: .9em;
	background: #f0f1f3;
	border-top: solid 1px #fff;
	padding: 2px 7px;
	box-shadow: 0px 2px 2px #aaa;
	-moz-box-shadow: 0px 2px 2px #aaa;
	-webkit-box-shadow: 0px 2px 2px #aaa;
}

/***** SITEMAP *****/

ul.sitemap {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

ul.sitemap ul {
	padding-left: 21px;
	list-style-type: square;
}
	
ul.sitemap li {
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
}

ul.sitemap > li {
	font-size: 13pt;
	margin-top: 21px;
	font-weight: bold;
	background: #ccc;
	padding: 21px;
	background: #f0f1f3;
	-moz-box-shadow: 0px 2px 3px #bbb;
	-webkit-box-shadow: 0px 2px 3px #bbb;
	box-shadow: #bbb 0px 2px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sitemap .nav_subtext,
.sitemap .nav_headertext {
	display: none;
}

ul.sitemap > li > .nav_subtext {
	display: inline;
	color: #828F9E;
	font-weight: normal;
}

ul.sitemap > li > ul > li .nav_headertext {
	display: inline;
	color: #18202d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .75em;
}

ul.sitemap > li > a:link,
ul.sitemap > li > a:visited {
	color: #000;
}

ul.sitemap > li > a:focus,
ul.sitemap > li > a:hover,
ul.sitemap > li > a:active {
	color: #318BDF;
}

/***** IMAGES / PHOTOS *****/

.pli_caption {
	text-align: center;
	display: block;
	font-size: .75em;
	font-weight: normal;
	color: #444 !important;
	padding: 3px 7px 7px;
	background: #f0f1f3;
	border: solid 1px #ccc;
	border-width: 0 1px 1px;
}

.pli_box a {
	display: block;
	zoom: 1;
}

a.imglink img,
a.boxed img {
	border: solid 5px #464b65;
	box-shadow: 0px 2px 5px #777;
	-moz-box-shadow: 0px 2px 5px #777;
	-webkit-box-shadow: 0px 2px 5px #777;
	outline: none;
}

a.imglink:focus img,
a.imglink:hover img,
a.imglink:active img,
a.boxed:focus img,
a.boxed:hover img,
a.boxed:active img {
	border: solid 5px #318bdf;
}

.img_gallery_load {
	background: #000 url(/assets/images/icons/loading_blackbg.gif) center center no-repeat;
	height: 100px;
	margin: 0;
	padding: 0;
	border: none;
}

/***** CONTACT INFO *****/

p.contact_info {
	font-size: 1em;
	line-height: 1.3em;
}

p.contact_info span.name {
	font-size: 1.1em;
	font-weight: bold;
	color: #464b65;
}

p.contact_info span.title {
	font-weight: bold;
	font-size: 1em;
}

p.contact_info span.address {
	font-size: .9em;
}

p.contact_info span.email {
	font-size: .95em;
}

p.contact_info span.phone {
	font-size: .95em;
}

/***** SPECIAL NOTE BOXES *****/

.note_box_ghost {
	display: block;
	padding: 7px;
	background: #f0f1f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.note_box_ghost p {
	margin: 0;
}

.note_box_lite,
.note_box_med,
.note_box_dark {
	display: block;
	padding: 21px 21px 1px;
	background: #f0f1f3 url(images/bottom_swirls.png) bottom center no-repeat;
	margin-bottom: 21px;
	-moz-box-shadow: 0px 3px 4px #777;
	-webkit-box-shadow: 0px 3px 4px #777;
	box-shadow: 0px 3px 4px #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.note_box_med {
	background: #b8c2ce;
}

.note_box_dark {
	color: #fff;
	background: #464b65 url(images/bottom_swirls.png) bottom center no-repeat;
}

.note_box_dark h1,
.note_box_dark h2,
.note_box_dark h3,
.note_box_dark h4,
.note_box_dark h5 {
	color: #c5d0e1;
	border-color: #b8c2ce;
}


.note_box_dark a:link,
.note_box_dark a:visited {
	color: #b8c2ce;
}

.note_box_dark a:focus,
.note_box_dark a:hover,
.note_box_dark a:active {
	color: #318bdf;
}


.note_box_lite p,
.note_box_med p,
.note_box_dark p {
	margin: 0 0 20px;
	text-align: left;
}

.note_box_lite h1,
.note_box_med h1,
.note_box_dark h1,
.note_box_lite h2,
.note_box_med h2,
.note_box_dark h2,
.note_box_lite h3,
.note_box_med h3,
.note_box_dark h3,
.note_box_lite h4,
.note_box_med h4,
.note_box_dark h4 {
	margin-top: 0px;
}

.note_box_lite h3,
.note_box_med h3,
.note_box_dark h3 {
	margin-bottom: 7px;
}


.note_box_lite .note_box_lite,
.note_box_lite .note_box_med,
.note_box_lite .note_box_dark,
.note_box_med .note_box_lite,
.note_box_med .note_box_med,
.note_box_med .note_box_dark,
.note_box_dark .note_box_lite,
.note_box_dark .note_box_med,
.note_box_dark .note_box_dark {
	padding: 14px 14px 1px;
}
