/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	background: #800;
	color: #fff;
	font: 14px Arial, Verdana, sans-serif;
}
a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("../images/icon_mailto.gif") no-repeat center right; }
a[href$='.pdf'] 		{padding:0 18px 0 0; background: transparent url("../images/pdf-icon16x16.gif") no-repeat center right; }
a {
	color: #FFCC00;
	border-bottom:1px dotted blue;
	text-decoration:none;
}
a:hover	{
	color:#666;
	border-bottom:1px dotted #ddd;
	}
#footer	a:hover	{color:#800;}
p {	padding: 0 0 20px 0;}

a img {	border:none;}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:#000 url("../images/page.jpg") repeat-y;
}
#header {
	height: 150px;
	background:#ddd url("../images/header.jpg") no-repeat;
	position:relative;
}
#content {padding: 0 0 30px 0; overflow:hidden}
#main {
	float: left;
	width: 700px;
	/*display: inline;*/
	padding:0 20px 30px 20px;
	background:transparent url("../images/main.jpg") no-repeat;
	/*background:#f00 url("../images/main.jpg") no-repeat;*/
}
#main p, #main ul, #main ol, #main dl	{
					line-height:20px;
	}
#main ul			{margin-left:35px;}
#main strong	{
	color:#fc0;
	}
#sidebar {
	padding:0 20px 30px 0;
	float: left;
	width: 200px;
	/*display: inline;*/
	background:transparent url("../images/sidebar.jpg") no-repeat;
	/*background:#fc0 url("../images/sidebar.jpg") no-repeat;*/
}
#sidebar a	{
	border:none;
	}
#menu	{
	width:960px;background:#ffcb58;padding: 0 0 0 0;border-bottom:1px solid #666;/*border-top:1px solid #666;color:#000;*/background:transparent url("../images/menu.jpg") no-repeat;font-weight:bold;text-transform:uppercase;
	}
/*	##################################
   	HEADINGS
	################################## */
	
h1, h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#fc0;
}
h2 {
	margin: 10px 0 10px 0;
	font-size: 23px;
	letter-spacing:-1;
}
h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
	font-family: Arial, Verdana, sans-serif;
}
h3 {
	font: bold 20px "Arial Narrow", Arial, sans-serif;
	color:#007f5a;
	}
h1#blog-title {
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
h1#blog-title a {
	text-decoration: none;
}

h2#blog-description {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-indent:-9999px;
	overflow: hidden;
}
/*	##################################
   	CONTENT
	################################## */
	

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	background:#124f6f url("../images/bg-footer.png");
	font-size:10px;
}
#footer p {
	padding:0;
}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.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%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #fc0;
}
fieldset {
	border: none;
	width:200px;
}
legend	{
	color:#bd7f2a;
	font-weight: bold;
	}
fieldset p	{
	padding: 0 0 10px 0;
	}
label	{
	display:inline-block;
	width:150px;
	color:#fff;
	font:bold 12px Arial,Helvetica,'MS Sans Serif',sans-serif;
	}
p.odd label	{
	display:inline;
	}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }

textarea	{width:250px;}

.floatLeft				{float:left;margin:0 5px 5px 0;}
.floatRight				{float:right;margin:0 0 5px 5px;}
.special				{font: normal 15px "Georgia", Times, serif;color:#069;}
.hidden					{display:none;width:1px;height:1px;}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;font-size:11px;width:100%;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe tr.normal		{background:#fff;}
.stripeMe tr.alternate	{background:#ccc;}
.stripeMe tr.title		{background:none;}
.stripeMe tr.over		{background:#fc0;color:#069;}
.stripeMe td			{padding:5px;vertical-align:top;}
#legal					{float:right;}
#nonlegal				{float:left;
.center	{
	margin:0 auto;
	text-align:center;
	}
.centeredImage
    {
	margin-left: auto;
	margin-right: auto;
	display:block;}
    }
    
#logo-icons	{list-style:none;background:#000;width:960px;height:90px;}
#logo-icons	li {float:left;}
#logo-icons a {border:none;}

dl {
	font-size:12px;
	margin-bottom:30px;
}

dt {
	line-height:16px;
	margin-bottom:3px;
}

dd {
	margin-bottom:10px;
	line-height:15px;
}
