@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(/img/grymarb.gif);
	background-position:center;
	background-repeat:repeat;
	margin: 0 0 0 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 */
	background-color:#CCCCCC;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #000000; 
	background-image: url(../img/header_background.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#FFFFFF;
	height: 100px;
} 
#header_content {
height:0px;
padding:0;
margin:0;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../img/sidebar_background.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding: 20px 10px 0px 20px;
	height:400px;
	overflow:hidden;
}
#navigation {
	padding: 20px 0 0 0;
}
#sidebar h1, #sidebar h2, #sidebar p{
	font-size: x-small;
}
#main_content { 
	background: #FFFFFF;
	/*margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: auto;
	height: 450px;
	overflow: auto;
} 
#main_content h1 {
font-family:"Times New Roman", Times, serif;
font-size:22px;
color:#DF2D37;
}
#main_content h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
color: #DF2D37;
}
#main_content h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#999;
}
#main_content p, #main_content ul, #main_content li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

form#form1   { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; text-align: center; border: solid 1px #999999 }
#form1 .buttons   { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #DF2D37; margin-right: 6px }

.centredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.rightImage {
    display: block;
    margin-left: auto;
    margin-right: 0;
    }
.leftImage {
    display: block;
    margin-left: 0;
    margin-right: auto;
    }

#footer { 
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	padding: 20px 10px 0 20px;
	height: 50px;
} 
#footer p {
	font-size:10px;
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_content {
	text-align:right;
}
#footer_content a {
color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.caption {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-style:italic;
font-size:80%;
}

p.updated {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: transparent;
	color: #990033;
}
a img {
border:0;
}
table#directory {border-collapse: collapse;
padding:0;
margin:0;}

.company {text-align:center;}

#flash{
	position: absolute;
	left: auto;
	top: 501px;
}
#twitter{
	position:absolute;
	top: 490px;
	left: auto;
}
.postIt {
	width:500px;
	background-image:url(/img/pin.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	background-color:#FFA;
    position: relative;
 	bottom: 4px;
  	right: 4px;
	/*border: 1px solid #000;*/

}
.notice {
margin:0;
padding:0;
	
}
.curl { 
padding:10px 43px 10px 10px;
background:url(/img/bottom_curl.png) 100% 100% no-repeat;
}