﻿
/* -- core overrides and additions -- */

body {
	background:#FFFFFF;	
	font: 13px/1.5 Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:0;
    }

a {
    color:#27477C;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
a:focus {
	outline: 1px dotted;
	}
hr {
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	}

/* -- headings -- */

h1 {
	font-size: 24px;
	margin-top: 15px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	margin:0 0 10px 0;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	}

/* -- spacing -- */

ol {
	list-style: decimal;
	}
ul {
	list-style: disc;
	}
li {
	margin-left: 30px;
	}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
	margin-bottom: 0px;
	}
	
p {
	margin-bottom: 20px;
	}	

/* -- page structure -- */

#container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    }
#containerLeftWrapper {
	background: url(../images/containerLeftWrapperBkgd.png) top left repeat-y;
	float: left;
	padding: 0 5px;
	width: 960px;
	}
#containerLeftTop {
    background: url(../images/containerLeftTopBkgd.png) top left no-repeat;
    float: left;
    height: 11px;
    margin: 7px 0 0;
    width: 970px;
	}
#containerLeftBottom {
	background: url(../images/containerLeftBottomBkgd.png) top left no-repeat;
	float: left;
	height: 10px;
	width: 970px;
	}
#containerLeft {
    background: #FFF;
	float: left;
    width: 960px;
    }
#containerRight {
	float: left;
	position: relative;
	right: 5px;
    width: 30px;
    }

/* -- header elements -- */

#header {
    color: #575757;
    float: left;
    height: 40px;
    width: 960px;
    }
	
#headerBanner {
	background: url(../images/government_banner.jpg) repeat-x
	height:100px;
	width:960px;
	}	
#headerLogo {
    float: left;
    margin: 0 10px;
    width: 123px;
    }
#headerLogo img {
    padding: 5px 0 0;
    }
#headerLinks {
	float: left;
    font-size: 14px;
    font-style: italic;
    margin: 8px 10px 0 0;
    width: 321px;
	}
#headerLinks a {
    color: #575757;
    }
#headerSearch {
	float: left;
	padding: 10px 0 0;
	text-align: center;
	width: 210px;
	}
#headerSocial {
    float: right;
    margin: 0 10px;
    text-align: right;
    width: 242px;
    }
#headerSocial img {
    padding: 5px 0 0 5px;
    vertical-align: bottom;
    }

/* -- header search -- */

#search {
	background: url('../images/headerSearchBkgd.png') no-repeat left top;
	height: 22px;
	width: 210px;
	}
#gmTerms {
	color: #666;
	background: transparent;
	border: none;
    font-size: 11px;
    padding: 3px 0 0 0;
    vertical-align: top;
    width: 165px;
    }
#gmSubmit {
	border: none;
	left: 3px;
	position: relative;
	top: 2px;
    }
#gmSubmit:hover {
    cursor: pointer;
    }

/* -- authoring region -- */

#authoringRegion {
    background: #FFFF99;
    height: 26px;
    }
#siteActionsMenu {
    float: right;
    padding: 4px;
    }
#welcomeLoginBox {
    float: right;
    padding: 4px;
    }
#welcomeLoginBox div {
    height: 13px;
    }

/* -- global navigation -- */

#globalNav {
	background: #666 url(../images/globalNavBkgd.png) bottom left repeat-x;
	height: 35px;
	width: 960px;
	}
.globalNavContainer {
	font-size: 16px;
	height: 34px;
	}
table.globalNavItem {
	border-left: 1px solid #666;
	border-right: 1px solid #4D4D4D;
    }
.globalNavItem {
    line-height: 33px;
    margin: 0;
    padding: 0 15px;
    }
.globalNavItem a {
	background: none;
    color: #FFF;
    text-decoration: none;
    }
table.globalNavItem.globalNavSelected, table.globalNavItem.globalNavHover {
	background: #666 url(../images/globalNavSelectedBkgd.png) top left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
    }
.globalNavFlyOuts {
    }
.globalNavFlyOutsItem {
    background: #6D6D6B;
    border-bottom: 1px solid #8D8D8B;
    color: #FFFFFF;
    font-size: 12px;
    }
.globalNavFlyOutsItem a {
    display: block;
    padding: 5px 10px;
    }
.globalNavFlyOutsHover a {
    background: #CCC;
    color: #000;
    text-decoration: none;
    }

/* -- header info -- */

#headerInfo {
	float: left;
	padding: 10px;
	width: 940px;
	}
#headerInfoLeft {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 710px;
	}
#headerInfoLeft a {
	color: #FF0000;
	}
#headerInfoRight {
	float: right;
	text-align: right;
	width: 230px;
	}
#headerInfoRight a {
	color: #000;
	}
#headerInfoRight img {
	vertical-align: text-bottom;
	}


/* -- back pages -- */

#backBody {
	float: left;
	padding: 0 30px 20px 30px;
	}
#mainContentFull {
    float: left;
    margin:10px;
    width: 950px;
    min-height:400px;
    }
#mainContentHead {
	float: left;
    font-size: 12px;
    width: 100%;
	}
#breadCrumb {
    color: #999;
    float: left;
    }
#addThis {
	float: right;
	}
#sideBar {
    float: left;
    padding: 0 0 0 15px;
    width: 195px
    }


/* -- back footer -- */

#backFooter {
	background: url(../images/backFooterBkgd.jpg) top left no-repeat;
	float: left;
	line-height: normal;
	width: 960px;
	}
#backFooter a {
	color: #000;
	}
#backFooterNav {
	float: left;
	padding: 50px 10px 12px 25px;
	width: 330px;
	}
#backFooterBanner {
	float: left;
	padding: 38px 10px 5px 10px;
	width: 330px;
	}
#backFooterLinks {
	float: left;
	line-height: 17px;
	padding: 40px 0 10px 20px;
	width: 220px;
	}
#backFooterLinks img {
	vertical-align: text-top;
	padding: 1px 3px 2px 0;
	}
#backFooterContact {
	color: #6D6D6D;
	float: right;
	padding: 50px 15px 10px 10px;
	width: 215px;
	}

/* -- footer banner --*/

#footerBanner {
    height: 120px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 240px;
    }
#footerBanner #fbImages {
    height: 120px;
    width: 240px;
    }
#footerBanner #fbImages img, #footerBanner #fbNav img {
    margin: 0;
    padding: 0;
    }

/* -- legal -- */

#legal {
    color: #000000;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    }
#legal a {
    color: #000000;
    }
#legalLeft {
    float: left;
    padding: 5px 0 15px 15px;
    width: 465px;
    }
#legalRight {
    float: left;
    padding: 5px 15px 15px 0;
    text-align: right;
    width: 465px;
    }

/* -- misc -- */

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
	}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}