@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/2012homepage/container-background.jpg) repeat-y center;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	margin: 0 auto;
	height: 50px;
	padding: 0px;
	background: #ebebe9;

}


.top-bar {
	background: #333 url(../images/2012homepage/topbar-bg.png);
	clear: both;
	color: #ddd;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-shadow: 0 1px black;
	box-shadow: 0 12px 0 rgba(0,0,0,0.05);
	height: 50px;
}

.top-bar .search {
	background: none;
	display: inline;
	float: right;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	width: 216px;
}
.top-bar .content ul {
	list-style: none;
	padding: 0px;
}

.top-bar .content ul li {
	list-style: none;
	float: left;
	padding-right: 15px;
}

.top-bar .content ul li a {
	color: #FFF;
	font-weight: normal;
}


.top-bar .content ul li a:visited {
	color: #FFF;
}

.top-bar .search input[type="text"] {
    background: #fff ;
    background: rgba(255,255,255,0.95) ;
    border: none;
    color: #333;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    margin: 3px 0;
    padding: 0 12px;
    text-shadow: 0 0 1px #ddd;
    width: 192px; 
}

.lt-ie9 .top-bar .search input[type="text"] {
    line-height: 30px;
    position: relative;
    width: 100%;
}

.no-boxsizing .top-bar .search input[type="text"] {
    width: 192px;    
}

.top-bar .search input[type="submit"] {
	background: #c00 url(../images/2012homepage/search.png);
	border: 1px solid #b00;
	border: 1px solid rgba(0,0,0,0.125);
	color: transparent !important;
	height: 26px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 2px;
	text-shadow: none;
	top: 5px;
	width: 26px;
}

.top-bar .search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}


.inlinesvg .top-bar .search input[type="submit"] {
	background: #c00 url('../images/2012homepage/search.png') no-repeat;
}

.no-inlinesvg .top-bar .search input[type="submit"] {
    background: #c00 url('../images/2012homepage/search.png') no-repeat;
}

.lt-ie8 .top-bar .search input[type="submit"] {
    text-indent: -9999em !important;
    top: 6px;
}
.leftlogo {
	float: left;
	width: 510px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.leftlogo h1 {
	display: none;
	font-size: medium;
}

.rightlogo {
	float: right;
	background: #D51500;
	height: 30px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.content .rightlogo a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}

#gallery {
	height: 431px;
	clear: both;
	background: url(../images/2012homepage/gray-opaque.png) repeat;
}

nav {
	background: #464646 url(../images/2012homepage/navigation-background.png) repeat-x;
	margin: 0px auto;
	padding-top: 2px;
	height: 33px;
	z-index: -1;
	clear: both;
	font-size: 14px;
}

.nav-primary {
	color: rgb(255, 255, 255);
	overflow: visible;
	width: 966px;
	margin: 0px auto;
	height: auto;
	color: #333;
	padding: 3px 0 10px;
}
.nav-primary .parents {
	margin: 0px;
	left: 0px;
	display: block;
	position: relative;
}
.nav-primary li {
	position: relative;
	list-style: none;
}
.nav-primary .parents > li {
	margin: 0px;
	float: left;
	display: block;

}
.nav-primary .parents > li:hover {
	color: rgb(51, 51, 51);
	text-decoration: none;
	border-left-color: transparent;
	background: #999;
}
.nav-primary .parents > li:first-of-type { 
}
.lt-ie9 .nav-primary .parents > li:first-of-type {
	position: relative;
}
.nav-primary .parents > li:last-of-type {
	border-right-color: transparent; border-right-width: 1px; border-right-style: solid;
}
.nav-primary .parents > li:last-of-type:hover { 
}
.nav-primary .parents > li > a {
	padding: 5px 14px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	float: none;
	display: block;
	margin-left: 1px;
	border-right: 1px groove #999;
}
.nav-primary .parents > li:first-of-type > a {
	padding-left: 12px;
}
.nav-primary .parents > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: transparent;
}
.nav-primary .children {
	left: -999em;
	width: 216px;
	position: absolute;
	z-index: 99;
	background: #999;
}
.lt-ie9 .nav-primary .children {
	border: 1px solid rgb(204, 204, 204); width: 218px; box-shadow: 0px 1px 3px #7f7f7f;
}
.lt-ie8 .nav-primary .children {
	margin: 0px; padding: 0px; width: 216px;
}
.nav-primary .children li {
	margin: 0px; padding: 0px; width: 216px; line-height: 21px; float: none; display: block;
}
.lt-ie8 .nav-primary .children li {
	margin: 0px; padding: 0px; border: 0px currentColor;
}
.nav-primary .children a {
	padding: 6px 24px 6px 12px;
	color: #FFF;
	line-height: 21px;
	font-family: sans-serif;
	text-decoration: none;
	float: none;
	display: block;
}
.nav-primary li:hover .children {
	left: 0px;
}
.nav-primary li a:focus + .children {
	left: 0px;
}
.lt-ie8 .nav-primary .parents > li:first-of-type:hover .children {
	left: 1px;
}
.lt-ie8 .nav-primary .parents > li:first-of-type a:focus .children {
	left: 1px;
}
.nav-primary li:hover .children li:hover { background: #CCC; }
.lt-ie9 .nav-primary li:hover .children li:hover {
	
}
.nav-primary .parents > li:last-of-type:hover .children {
	left: auto; right: 0px;
}
.nav-primary .parents > li:last-of-type:focus .children {
	left: auto; right: 0px;
}
.nav-primary .parents > li.jquery:hover .children {
	left: auto; right: 0px;
}
.nav-primary .parents > li.jquery:focus .children {
	left: auto; right: 0px;
}




.flexslider {
	height: 360px;
	position: relative;
	margin: 0 auto;
	width: 966px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	clear: both;
}

.flexslider a {
	
}
.flexslider a:active {
	
}
.flexslider a:focus {
	
}
.flexslider .slides {

}
.flexslider .slides > li {
	display: none; -webkit-backface-visibility: hidden; 	position: relative;
}

.flexslider .slides img {
	display: block; max-width: 100%;
}
.slides {
	list-style: none; margin: 0px; padding: 0px;
}
.slides::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider:hover .flex-direction-nav a {
	 opacity: 0.75;
}
.feature .featurecaption {
	padding: 6px 18px 9px;
	left: 24px;
	bottom: 24px;
	color: white;
	position: absolute;
	background: #000;
}

.feature p {
	margin: 0px; line-height: 21px;
}
.feature h4 {
	margin: 0px; line-height: 21px; color: rgb(255, 255, 255); line-height: 36px; font-family: "TexGyreAdventor", sans-serif; font-size: 24px; font-weight: bold; text-decoration: none;
}
.feature a {
	color: rgb(255, 255, 255); text-decoration: none;
}
.feature a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
.flex-control-nav {
	list-style: none; margin: 0px; padding: 0px;
}
.flex-direction-nav {
	list-style: none; margin: 0px; padding: 0px;
}
.flex-direction-nav a {
	background: url(../images/2012homepage/feature-arrows.png) no-repeat;
	margin: -24px 0px 0px;
	top: 50%;
	width: 48px;
	height: 48px;
	text-indent: -999em;
	display: block;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.flex-direction-nav .flex-next {
	background-position: -48px 0px; border-radius: 5px 0px 0px 5px; right: 0px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px;
}
.flex-direction-nav .flex-prev {
	border-radius: 0px 5px 5px 0px; left: 0px; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0;
}
.flex-direction-nav .flex-disabled {
 cursor: default; opacity: 0.3;
}

.flex-control-nav {
	position: absolute;
	bottom: 0px;
	left: 850px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}


.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #000;
}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active {
	background: #000;
	cursor: default;
	background-color: #FFF;
	border: 1px solid #999;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.second-nav-background {
	display: block;
	height: 38px;
	background: url(../images/2012homepage/second-navigation-background.png);
}

.second-nav {
	margin: 0px auto;
	width: 965px;
	display: block;
	height: 32px;
	padding-bottom: 6px;
}

.second-nav .Second-nav-lft {
	float: left;
}
.second-nav .Second-nav-lft ul {
	list-style: none;
	font-size: 14px;
}
.second-nav .Second-nav-lft ul li {
	display: block;
	float: left;
}
.second-nav .Second-nav-lft ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 14px;
	margin-left: 1px;
	white-space: nowrap;
	border-right: 1px groove #999;
}

.second-nav .Second-nav-lft ul li a:hover {
	background: #999999;
}

.second-nav .second-nav-rgt {
	float: right;
}
.second-nav .second-nav-rgt p a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-left: 1px;
	white-space: nowrap;
	font-size: 14px;
	padding: 5px 14px;
}

.second-nav .second-nav-rgt p a:hover {
	background: #999999;
}
.content {
	padding: 10px 0;
	width: 960px;
	margin: 0px auto;
	height: auto;
}
.content .boxes {
	height: 294px;
	width: 313px;
	float: left;
	display: block;
	margin-left: 3px;
	background: #FFF;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #CCC;
}


.content .gray-top {
	color: #FFFFFF;
	height: 40px;
	margin-bottom: 10px;
	background: #333;
}


.content .white-top {
	color: #D51500;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.content .red-top {
	color: #FFF;
	height: 40px;
	margin-bottom: 10px;
	background: #D51500;
}

.content p {
	font-size: 12px;
}

.content h2 {
	font-size: 16px;
	padding-top: 5px;
}
.content ul li {
	list-style: url(../images/2012homepage/gray-bullets.png) outside;
	font-size: 12px;
}
.content img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}


.content a {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}

.content .boxes .news-item {
	border-bottom: 2px dotted #333;
	margin-right: 2px;
	margin-left: 2px;
	height: 70px;
}
.content .boxes .news-item p {
	padding: 0px;
}

.content .boxes .news-item img {
	float: left;
}

.content .boxes .lft-align {
	float: left;
}

.content .boxes .rgt-align {
	float: right;
}

.content .boxes-bottom {
	text-align: right;
	display: block;
	background: url(../images/2012homepage/red-arrow.png) no-repeat right;
	padding-right: 15px;
	font-size: 10px;
	position:absolute;
    right:10px;
    bottom:5px;
}


.content .event-box {
	height: 200px;
	width: 313px;
	float: left;
	display: block;
	margin-left: 3px;
	background: #FFF;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #CCC;
}
.content .event-box .center-image {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

.content .event-box .vevent {
	font-size: 9px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url(../images/2012homepage/gray-bullets.png) no-repeat left 5px;
	margin-left: 10px;
}

.content .event-box .find-connect {
	color: #FFF;
}
.content .event-box .find-connect p a img {
	padding-left: 2px;
}


.content .event-box .find-connect p {
	font-weight: normal;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 10px;
}
.content .event-box .find-connect ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.content .event-box .find-connect ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.content .event-box .find-connect ul li a img {
	margin: 0px;
	padding: 0px 8px 0px 0px;
}

.content .event-box .rgt-align {
	float: right;
}

.content .event-box .lft-align {
	float: left;
}




/* ~~ The footer ~~ */
footer {
	padding: 10px 0 0px;
	background: #464646;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}


.footer-image {
	width: 400px;
	float: left;
	padding-top: 0px;
	padding-bottom: 100px;
	padding-left: 50px;
}

.footer-links {
	width: 505px;
	float: right;
	padding-bottom: 10px;
}
.footer-links dl {
	color: #FFF;
	width: 150px;
	float: left;
}
.footer-links dl dt {
	font-size: 12px;
	font-weight: bold;
}

.footer-links dl dd a {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}
.bottom-bar {
	background: #000;
	clear: both;
	margin: 0px;
	height: 100px;
}

.bottom-bar .social-media {
	float: right;
	display: block;
}
.bottom-bar .social-media ul {
	list-style: none;
}

.bottom-bar .social-media ul li {
	display: block;
	float: left;
	list-style: none;
}
.bottom-bar .copyright {
	color: #FFF;
	font-size: 9px;
}



/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
