@charset "utf-8";
body, html {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
	width:100%;
	margin:0;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif; font-weight:normal; border-bottom:#18301a 1px solid; text-transform:uppercase;}
b {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.15em;}
p {font-size:.75em; text-align:justify;}

#container {
	width:900px;
	bottom:0;
	min-height: 115%;
	height: auto;
	height: 100%;
	margin: 0 auto; 
	padding:0 15px;
	text-align:left;
}

#sidebar{
	width:200px;
	float:left;
	bottom:0;
	min-height:1000px;
	margin:0;
	display:inline-table;
}
#content{
	width:675px;
	float:right;
	height:auto;
	margin:25px 0 0 25px;
}
.footer, .push {
	width:930px;
	height: 25px; /* .push must be the same height as .footer */
	clear:both;
	border-top:#333 2px solid;
	padding:10px 0;
	color:#000;
	text-align:center;
	font-size:10px;
	margin:0 auto;
}
#navbar {
	width:200px;
	margin-left:-20px;
	text-align:center;
	color:#FFF;
}
#navbar li {
	text-transform:uppercase;
	font-size:.9em;
	margin:20px 0;
	font-weight:bold;
}
#navbar ul {
	line-height:1.5em;
}



/*CONTACT FORM*/

#form ul	{
	display:block;
	clear:left;
}
#form li	{
	display: block;
	float:left;
	list-style-type: none;
	padding-right: 20px;
	padding-top:8px;
	width:120px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-size:.75em;
}



/*LINKS*/

#navbar a:link {
	color: #FFF;
	text-decoration: none;
}
#navbar a:active {
	color: #FFF;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom:#CCC 2px solid;
}

a:link {
	color: #444;
	text-decoration: none;
}
a:active {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: none;
	border-bottom:#777 1px dotted;
}


