/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background-color: #656465;
	background-image: url(../images/gray-background-fade.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #333;
	color: #666;
	padding: 0 0 40px;
}


/* 960 grid system container background
----------------------------------------------- */
div#container {
    padding: 17px 7px;
    margin-top: 20px;
}

.container_12,
.container_16 {
	background:#fff;
}

div#layout
{
	background-image: url(../images/layout-background.gif);
	background-position: -6px top;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}





/* Home Page layout
----------------------------------------------- */
div#layout-home {
	background-image: url(../images/home-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
div#layout-home #left_column_content p {
    color:#333333;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    margin-top:323px;
    text-align:center;
}
div#layout-home #main_column {
    padding-left: 40px;
    width:510px;
    margin-top: 40px;
}
div#layout-home #main_column p {
    color: #fff;
    font-weight: bold;
}
div#home-certification-bar p {
    color: #333;
    font-size: .8em;
    margin-left: 20px;
}
div#home-certification-bar a {
    margin: 0 3em;
}

div#home-thumbs {
    height: 96px;
    position: static;
}
div#home-thumbs a#home-image { position: absolute; }

div#home-thumbs a#home-swf
{
	position: absolute;
	display: none;
}



/* branding
----------------------------------------------- */
div#branding
{
	background-image: url(../images/banner-background.jpg);
	background-repeat: no-repeat;
	height: 132px;
	background-position: left top;
}
body.HomePage div#branding
{
	background-image: url(../images/banner-background-no-logo.jpg);
	background-repeat: no-repeat;
	height: 132px;
	background-position: left top;
}
body.HomePage div#company_name img
{
/*
    display: none;
*/
}
div#branding #company_license {
	font-weight:bold;
	font-size:1em;
    color: #fff;
	text-align:right;
	padding: 5px 10px 0 0;
	float: right;
}
div#branding #company_name {
	font-weight:normal;
	font-size:3em;
	text-align:left;
}
div#branding #company_name a {
	font-weight:normal;
	text-decoration: none;
}
div#branding .tools {
    margin-top: 10px;
    font-size: 0.846em;
}


/* page heading
----------------------------------------------- */
h1#page-heading {
	font-weight: normal;
	margin: 15px 0 10px 0;
    font-family: Times New Roman, serif;
    text-transform: uppercase;
    color: #f26522;
    font-size: 2.3em;
}

body.HomePage h2#page-heading {
	padding: .5em 0 .5em 0;
}


/* authorDate dateline for news and events
----------------------------------------------- */
p.authorDate {
    font-weight: bold;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	margin-right: 91px;
	margin-right: 10px;

}
.box h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#336699;
	margin:-10px -10px 5px -10px;
	padding:6px 10px 0 10px;
}
.box h2 a {
	color:#fff;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
	font-weight: bold;
	text-decoration: none;
}
.box h2 a.visible {
	background:#333 url("../images/switch_minus.gif") 97% 50% no-repeat;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover
{
	background-image: url("../images/switch_plus.gif");
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
	margin-top: 15px;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}





/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	padding:0px 10px;
	color: #fff;
}
ul.menu li a:hover {
}
ul.menu li a:active {
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
}
ul.section li a {
}
ul.section li a:hover {
    color: #333;
}
ul.section li a:active {
	color:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#0066cc;
/*
    background-image: url("../images/blue_raquo.gif");
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding-left:15px;
    margin-left: 10px;
*/
}
ul.section li.current .raquo {
    float: left;
    margin-left: 10px;
    margin-right: 2px;
}
ul.section li a.current:hover {
    color: #333;
}
ul.section li a.current:active {
}
ul.section li a.active {
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
}





/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset div.field {
    margin-bottom: 5px;
	clear: left;
}

fieldset div.field div.middleColumn {
    margin-left: 7em;
}
fieldset label.left {
	width:6em;
	line-height: 1.2;
	float: left;
	text-align: right;
	padding-top: 5px;
}


fieldset label {
	width:98%;
}
fieldset input {
	width:98%;
}
fieldset textarea {
	width:98%;
}
fieldset select {
	width:99%;
}
fieldset.login label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form .validationError {
	font-weight:bold;
	color: #900;
}
form.search {
    margin: 10px 10px 0 0;
}
form.search div.middleColumn,
form.search div#Search {
    display: inline;
}
form.search div#Search div.middleColumn {
    margin-left: 0;
}
form.search input.text {
	width:66%;
}
form.search input.action {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left;
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}
.article ul {
    list-style-type: disc;
    color: #336699;
    padding-left: 10px;
}




/* index-list
----------------------------------------------- */
.index-list .thumbnail {
    float: left;
    width: 50px;
    clear:left;
}
.index-list .listing {
    margin-left: 60px;
}





/* images
----------------------------------------------- */
.main-image {
	float:right;
	margin: 0 0 3px 10px;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
img.left {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
img.right {
	float:left;
	margin:3px 0 3px 10px;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.hero-image {
    margin-bottom: 20px;
}
.thumbnail {
    margin-bottom: 15px;
}



/* pagination
----------------------------------------------- */
.pagination {
    clear: both;
    text-align: center;
}

.backlink {
/*
    background-image: url("../images/blue_laquo.gif");
    background-position: 0 6px;
    background-repeat: no-repeat;
    margin-bottom:50px;
    margin-top:18px;
    padding-left:15px;
*/
}

.backlink a {
    color: #0066cc;
}


/* Gallery
----------------------------------------------- */
.GalleryList {
	margin: 20px -10px 0 -10px;
}
.GalleryItem {
	padding: 4px 10px;
	float: left;
}
.GalleryItem img {
    border: 1px solid #666;
}
.MediaTitle {
    width: 152px;
    height: 35px;
    overflow: hidden;
}





/* site information
----------------------------------------------- */
#site_info {
	background-color: transparent;
    padding: 0 7px;
}

#site_info .box {
	color:#ccc;
	margin-bottom:10px;
	margin-top: 20px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* Presidents Letter Promo
----------------------------------------------- */
#pres-letter-promo
{
	background-image: url(../images/letter-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #ccc;
    padding: 3px 10px 0 110px;
    height: 120px;
}
#pres-letter-promo h4 {
    color: #336699;
    text-transform: none;
    margin-top: .5em;
}
#pres-letter-promo a {
    color: #0066cc;
}
#pres-letter-promo p {
    color: #fff;
}





/* Footer
----------------------------------------------- */
#site_info div#footer {
    background-color: transparent;
    margin-top: 0px;
}

#footer ul.nav {
    padding-left: 0;
    margin-left: -2em;
    float: left;
    background-color: transparent;
}

#footer ul.nav li a {
    text-transform: capitalize;
    font-size: 1.0em;
}


#lescure_copyright {
    float: right;
    font-size: .91666666em;
    padding: .5em 0 0 0;
}
#qi {
    float: right;
    clear: both;
    margin-top: .5em;
    font-size: .91666666em;
}
#qi a {
    color: #f26522;
}



/*Contact Us
--------------------------------------------- */
#map {
    margin-top: 20px;
}
#map iframe {
    border: 1px solid #333;
}




