@charset "utf-8";
/* CSS Document */
@import url("top_nav.css");

/* CSS Document */
@import url("sec_page.css");

* {
	margin: 0;
	padding: 0;
}

* body {
	font: .75em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	background: #fff;
	color: #444;
}






:link,
:visited,
:active {
	outline: none;
}

:link,
:visited {
	text-decoration: none
}

ul,
ol {
	list-style: none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
	font-size: 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,
ol,
li,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600;
}

/* whoever thought blue linked image borders were a good idea? */
a img,
:link img,
:visited img {
	border: none
}

/* de-italicize address */
address {
	font-style: normal
}



.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nostart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hidden,
#skip {
	display: none;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clear {
	display: block;
	clear: both;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}









html {
	height: 100%;
}

* html {
	height: 100%;
}

* html #container {
	height: 100%;
	width: 951px;
}

body {
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
	height: 100% !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	height: 100%;
}

#container {
	zoom: 1;
	position: relative;
	background: #FFFFFF;
	width: 980px;
	width: 980px !important;
	min-height: 100%;
	height: 100% !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;

}

/*---------------------------------------------*/

/*  header                                     */

/*---------------------------------------------*/

#header {
	padding: 0;
	z-index: 100;
	height: 103px;
	position: relative;
	width: 980px;
	font-family: Verdana, Geneva, sans-serif;
	color: #363636;
	background-image: url(/gorr/assets/slices/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;


}

#govHeader {
	float: right;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #3d5174;
	width: 390px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;

	text-align: right;

}

#govHeader a,
#govHeader a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
	color: #3d5174;
	border-bottom: none;
}

#govHeader a:hover {
	text-decoration: underline;
}

#headerlinks {
	height: 20px;
	width: auto;
	width: 380px;
	float: right;
	padding-top: 5px;
	text-align: right;

}

#headerlinks ul {
	height: 20px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerlinks ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#headerlinks ul li a {
	display: block;
	position: relative;
	z-index: 999;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #363636;
	border-bottom: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#headerlinks ul li a.last {
	padding-right: 0px;
	border-right: none;
}

#headerlinks ul li a:hover,
#headerlinks ul li a.last:hover {
	text-decoration: underline;
	color: #347299;
}

form#seek {
	display: inline;
	height: 21px;
	float: right;
	width: 360px;
	position: absolute;
	top: 48px;
	right: 0;
	font-size: 10px;

	text-align: right;
}

form#seek input.searchbox {
	width: 115px;
	border: 1px solid #cfcfd0;
	background: #FFF url(/gorr/assets/slices/search_icon.gif) no-repeat 0 1px;
	padding: 3px 1px 3px 20px;
	color: #999999;
	font-size: 1em;

}

#submit_search {
	height: 18px;
	width: 56px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

form#seek select {
	width: 100px;
	border: 1px solid #e6e6e6;
	background: #FFF;
	color: #999999;
	font-size: 1em;
	height: 100%;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	height: 100%
}

form#seek label {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}

.hidden {
	display: none;
}

#header div#logo {

	height: 50px;
	width: 514px;
}

#header div#logo a {
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block !important;
	text-decoration: none;
	font-size: 1px;
	color: #fff;

	height: 50px !important;
	width: 514px;
	z-index: 999;
	background-image: url(/gorr/assets/slices/logo_clear.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 0px;
	padding: 0px;
}

table.search a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}

#header table.search a:hover {
	text-decoration: underline;
}

/*---------------------------------------------*/

/*  Banner                                    */

/*---------------------------------------------*/
#banner {
	padding: 0;
	z-index: 100;
	height: 103px;
	position: relative;
	width: 980px;
	height: 275px;

	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#banner img {
	width: 980px;
	height: 275px;
}

/*---------------------------------------------*/

/*  footer                                     */

/*---------------------------------------------*/



#footer {


	font-family: Verdana, Geneva, sans-serif;
	width: 980px;
	width: 980px !important;
	color: #999;
	bottom: 0px;
	width: 980px;
	float: left;



	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer table td {
	margin: 0px;
	padding: 0px;
}

img.logo {
	margin-left: 0px;
	border: 0 none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
}

#footer table.fLinks {
	width: auto;
	border: 0;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#footer table.fLinks td {
	background-color: #fff;
	vertical-align: middle;
}

table.fLinks a,
table.fLinks a.stateLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #555;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #fff;
}

#footer div.footerlinks a:hover,
table.fLinks a.stateLinks:hover {
	text-decoration: underline;
	color: #000;
}

img.opra {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	margin-right: 0px;
}

#footer div.footerText {
	float: left;
	margin-left: 0px;
	width: 980px;
	line-height: normal;
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

/*#footer div.footerText a {
	color: #666;
	text-decoration: none;
}*/
#footer div.footerText a:link,
#footer div.footerText a:visited,
#footer div.footerText a:active {
	color: #666;
	text-decoration: none;
}

#footer div.footerText a:hover {
	color: #111;
	text-decoration: underline;
}

.clearA {
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0;
	font-size: 1px;
}


/* -------------------- Breadcrumb section --------------------*/

#breadCrumb {
	margin: 0;
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 12px;
	visibility: visible;
	width: 980px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/gorr/assets/slices/bg_brreadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: center 0px;

}



a.secondLevelTitleLast:link,
a.secondLevelTitleLast:visited,
a.secondLevelTitleLast:active {
	text-decoration: underline;
	margin: 0;
	padding: 0;
	color: #4f6690;
	padding: 0;
	margin: 0;
	display: inline;
}

#breadCrumb span.secondLevelPageTitle {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #4f6690;
}


a.secondLevelTitleFirst:hover,
a.secondLevelTitleLast:hover {
	color: #333;
	text-decoration: underline;
}

.secondLevelTitleFirst {
	color: #4f6690;
	text-decoration: none;
}

/*  --------------------------------- Interact Links ------------------------------------------ */
ul.interact_links {
	list-style: none;
	float: right;
	height: 31px;
	padding: 0 0 0px;
	margin: 0;
	width: 165px;
}

ul.interact_links li {
	display: inline;
	width: 40px;
	float: left;
	height: 31px;
	margin: 0px;
	padding: 0px;

}

ul.interact_links li a {
	display: inline;
	width: 40px;
	float: right;
	height: 31px;
}

ul.interact_links li a.rss_link {
	background-image: url(/gorr/assets/slices_v2/rss.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	padding-top: 0px;

}

ul.interact_links li a.facebook_link {
	background-image: url(/gorr/assets/slices_v2/facebook.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	padding-top: 0px;
}

ul.interact_links li a.YouTube_link {
	background-image: url(/gorr/assets/slices_v2/youtube.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	padding-top: 0px;
}

ul.interact_links li a.tweet_link {
	background-image: url(/gorr/assets/slices_v2/twitter.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	padding-top: 0px;
	width: 30px;
}

ul.interact_links li.flickr_link {
	background-image: url(/gorr/assets/slices_v2/flickr.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	padding-top: 0px;
	visibility: hidden;
}

/*----------------------------  Home Page -----------------------------------*/

ul.slideshow {
	list-style: none;
	width: 450px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;

}

ul.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
}

ul.slideshow li.show {
	z-index: 500;
}

ul img {
	border: none;
}

#slideshow-caption {
	width: 450px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #000;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
	padding: 5px 10px;
	z-index: 1000;
}

#slideshow-caption h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#slideshow-caption p {
	margin: 5px 0 0 0;
	padding: 0;
}

/*------------------------- Btm Links -----------------------------------*/
#navigation_btm {
	float: left;
	text-align: center;
	border-top: 1px solid #555;
	background-image: url(/gorr/assets/slices/bg_btm_nav.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	min-height: 100px;
	width: 980px;
	width: 980px !important;
	color: #999;
	bottom: 0px;
	width: 980px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation_btm ul {
	width: 30%;
	float: left;
	display: inline;
	list-style: none;
	text-align: left;

	padding-left: 70px;
	margin-bottom: 5px;

}

#navigation_btm ul.col_0 {
	width: auto;
	padding-left: 150px;
}

#navigation_btm ul.col_2 {
	width: auto;
	padding-left: 110px;
	padding-right: 80px;
}

#navigation_btm ul.col_6,
#navigation_btm ul.col_5 {
	width: auto;
}

#navigation_btm ul a {
	font-size: 12px;

	line-height: 24px;
	font-weight: 600;
	color: #666;

}

#navigation_btm ul a:hover {
	font-size: 12px;
	line-height: normal;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	text-decoration: underline;

}

#navigation_btm ul a.sec {
	font-size: 11px;
	line-height: normal;
	font-weight: 300;
	color: #475b80;
}

#navigation_btm ul a.sec:hover {
	font-size: 12px;
	line-height: normal;
	line-height: 22px;
	font-weight: 600;
	color: #111;
	text-decoration: underline;

}

#navigation_btm ul a.sec:hover {
	font-size: 11px;
	line-height: normal;
	font-weight: 300;
	color: #666;
	color: #111;
	text-decoration: underline;

}

#navigation_btm span.navigation_gradient {
	height: 71px;
	float: left;
	width: 980px;
	margin-top: 0px;
	/*	background-image: url(/gorr/assets/slices/bg_btm_links_btm.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;*/
}