@charset "utf-8";
/* CSS Document */


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;
	text-decoration: none;
	font-size: 12px;
}


.top-bar .content ul li a:visited {
	color: #FFF;
}
.leftlogo img  {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.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;
}
.rightlogo {
	float: right;
	color: #FFF;
	padding: 0px;
	text-align: center;
	background-color: #c00;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;

	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.25);
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    *border: 0;
    *display: inline; /* IE7 inline-block hack */
    *line-height: 20px;
    /**margin-left: .3em;*/
    *zoom: 1; 
	margin-top: 0px;
	margin-right: 12px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.content .rightlogo a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}

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;
}
.lt-ie9 .nav-primary {
	position: relative; box-shadow: 0px 1px 3px #bfbfbf;
}
.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;
}






/* ~~ 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;
	text-decoration: none;
}
.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;
	padding-right: 5px;
}
.bottom-bar .copyright {
	color: #FFF;
	font-size: 9px;
}
.bottom-bar .copyright a{
	color: #D51500;
	font-weight: bold;
	text-decoration: none;

}


/*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;
}
