@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	color: #000000;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
h4 {
	font-size: small;
	font-weight: bold;
	line-height: normal;
	margin: 2px;
}
p,li {
	font-size: 9pt;
	line-height: 12pt;
}
li {
	line-height: 14pt;
}
ol,ul{
	font-size: 10pt;
}
.small {
	font-size: xx-small;
}

a img   { 
	border: none ;
}
.home #container {
	width: 1001px;
	padding: 0px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	z-index:-100;
} 
.content #container {
	width: 1001px;
	padding: 0px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	z-index:-100;

}
.home #header {
	height:199px;
	position: relative;
	z-index:10;
	background-color: #000;

} 
.content #header {
	position: relative;
	z-index:10;
	background-color: #999;
	height: 169px;

} 
.home #logo {
	position: absolute;
	height: 139px;
	width: 311px;
	left: -10px;
	top: -10px;
	z-index:1;
	text-decoration: none;
	overflow: hidden;
}

.home #headerGraphic {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	z-index: 0;
	background-color: #000;

}
.home #topNav {
	font-size: small;
	color: #CCC;
	position: absolute;
	top: 3px;
	right: 3px;
	text-decoration: none;
	z-index: 5;
}
.home #topNav a{
	font-size: small;
	color: #CCC;
	text-transform: none;
	text-decoration: none;
	cursor: auto;
}

.home #buttons {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index:100;
}

.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #banner {
	background-color: #000;
	position: absolute;
	height: 65px;
	width: 991px;
	top: 129px;
	z-index: 0;
	padding-left: 10px;
	padding-top: 10px;
}

.content #banner {
	background-color: #000;
	position: absolute;
	height: 30px;
	width: 991px;
	top: 129px;
	z-index: 0;
	padding: 5px;
}

.home #ContentContainer {
	background:#FFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	z-index:0;
	top: 0px;
	height: 400px;
	position: relative;
	
} 
.content #ContentContainer {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	z-index:0;
	height: auto;
	visibility: visible;
	background-color: #FFF;
	overflow: auto;
}
.home #search {
	position: absolute; /* since this element is floated, a width must be given */
	right:4px;
	top:8px;
	width: 306px;
	height:36px; /* padding keeps the content of the div away from the edges */
	background-color: #FC0;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.content #search {
	right:4px;
	top:4px;
	width: 206px;
	height:56px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	z-index: 5;
}
.home #blog {
	position: absolute; /* since this element is floated, a width must be given */
	right:4px;
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF987;
	bottom: 4px;
	top:58px;
	padding-right: 1px;
	padding-left: 5px;
	overflow: auto;

}
.content #sidebar {
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF9DF;
	padding-right: 1px;
	padding-left: 5px;
	z-index: 10;
	height: auto;
	top: 74px;
	right: 4px;
	bottom: 4px;
	position: absolute;
	overflow: visible;
}
.home #homecontent {
	position: absolute;
	top:0px;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	left: 0px;
	right: 324px;

}
.content #content {
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	float: left;
	width: 775px;
	z-index: 5;
}
.content #contentblank {
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	z-index: 5;
	right: 0px;
	width: 98%;
}

.home #basecontent {
	position: absolute; /* since this element is floated, a width must be given */
	left:4px;
	height:140px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF660;
	margin: 0px;
	padding-top:10px;
	padding-right: 10px;
	padding-left: 6px;
	bottom: 4px;
	right: 314px;

}
.home #footer {
	position: relative;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.content #footer {
	color: #FFF;
	background-color: #000;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.home #footer p {
	margin: 0; 
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: x-small;
	color: #CCC;
}
.home #footer a {
	font-size: x-small;
	color: #CCC;
	text-decoration: none;
}
.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;
}
#ie_clearing {
    display:block; /* DIV made visible */
    \clear:both; /* Normal clearing for IE5.x/Win */ 

    width: 100%; /* IE Clearing with 100% DIV for IE 6 */
    font-size:0; 
    margin: -2px 0 -1em 1px; /* IE clearing with extra-large DIV for IE7 */
}
.tight {
	margin-top: 2px;
	margin-bottom: 2px;
}
