@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #ececec;
	font-family: "Segoe UI","Segoe UI Light", Arial, Helvetica, sans-serif;
	background-image: url(../images/utility-bar-noise.png);
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.gridContainer{
	max-width: 100%;
	font-size: 16px;
	font-family:"Roboto Condensed","Segoe UI","Segoe UI Light", Arial, Helvetica, sans-serif;
	color: #575c7a;
	padding: 0px;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
	
}
.gridContainer header{
	max-width:100%;
	width:100%;
	margin:0px auto;
}
.gridContainer nav{	
	width:100%;
	margin:0px auto;
	z-index:1000;
	opacity:0.9;
	height:53px;
}
.gridContainer nav ul{	
	width:100%;
	max-width:1050px;
	margin:0px auto;
}
.content-wrapper{
	width:100%;
	max-width:1100px;
	margin:auto;
	background-color:#FFF
}
h1{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif, Arial;
}
h2{ font-size:1.7em; margin:0 0 1em 0}
h3{ font-size:1.5em; margin:0 0 1em 0}
.ListItemDetail h3{ margin-bottom:.1em;}
h6{ font-size:1.1em; margin:0 0 .4em 0}
p{
	line-height: 1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
.sidebar hr {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-top-style: none;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #FFF;
	border-right-style: none;
	border-left-style: none;
}

a{ color:#de9000;}
select {
	padding: 5px;
	color: #444;
}
.clear{
	clear:both;
}
.sidebar .search-entry fieldset #button {
	background-color: #F30;
	font-weight: bold;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #F03000;
	float: right;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sidebar .search-entry fieldset #button:hover {
	background-color: #4A4A4A;
	border: 1px solid #555555;	
}

a:hover{ color:#009eff;}
footer{ font-size:.85em; background-color:#575c7a; padding:10px 0px 0px; clear:both;}
footer section{
	margin:auto;
	max-width:1100px;
	width:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	background-repeat: repeat;
	/*padding-left: 1.82%;
	padding-right: 1.82%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.highlight{
	color: #000;
	background-color: #FFC;	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	/*padding-left: 1.1625%;
	padding-right: 1.1625%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1100px;
	/*padding-left: 0.9%;
	padding-right: 0.9%;*/
	margin: auto;
	background-image: url(../images/paper-noise.png);
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
