@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #D25A0B;
	text-decoration: none;
}
h1 {
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D25A0B;
	border-right-color: #D25A0B;
	border-bottom-color: #D25A0B;
	border-left-color: #D25A0B;
	font-size: 1.2em;
	text-transform: capitalize;
	padding-bottom: 10px;
	padding-left: 10px;
}

p {
	font-size: 80%;
}

#container  {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	height: 80px;
	background-image: url(../images/fixed/maskhead.gif);
	background-repeat: no-repeat;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #D25A0B;
	border-right-color: #D25A0B;
	border-bottom-color: #D25A0B;
	border-left-color: #D25A0B;
	float: left;
	background-position: left center;
} 
#headerbanner {
	float: right;
	width: 470px;
	height: 70px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#sidebar1/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div  */
	border: 1px solid #666666;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar2  {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	margin-top: 0;
	margin-right: 24%;
	margin-bottom: 0;
	margin-left: 24.5%;
}
#footer  {
	background-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #D25A0B;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#modernbricksmenu{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
	background-color: #D25A0B; /*Menu hover bgcolor*/
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px; /*Brown color theme*/
	background-color: #D25A0B;
}

#myform{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(media/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
#issues img {
	padding: 10px;
	background-color: #EBEBEB;
	margin: 20px;
}
#logos img {
	margin: 5px;
}
#logos img a {
	margin: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
}


#email {
	background-color: #EBEBEB;
	border: 1px solid #D25A0B;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#email textfield   {
	border: thin solid #D25A0B;
}
#leftbanner {
	float: left;
}
