/* standard elements */
html {min-height: 100%;}

* {
    margin: 0;
    padding: 0;
}

body
{
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}

div.center
{
    text-align:center; 
}

.clear
{
    clear:both;
}

a img {border: none;}

p.small
{
    font-size:8pt;
}

body 
{
    background-color:white;
    color: Black;
    font: normal 14pt Verdana,sans-serif;
}

p, ul {padding-bottom: 1.0em;}

ul
{
    margin-left:25px;
    margin-top:10px;
}

h1 {font: normal 1.6em Verdana,sans-serif;}
h2 {font: normal 1.4em Verdana, sans-serif;}
h3 {font: normal 1.2em Verdana,sans-serif;}

h1,h2,h3 {color: Black;}

#body
{
    font-family:verdana;
    width:90%;
    margin-left:5%;
    padding-top:15px;
    padding-bottom:10px;
}

.right-bar
{
	float:left;
	width:78%;
	margin-left:15px;
}

.left-bar
{
	float:left;
	width:20%;
}

div.map-container
{
    padding-top:15px;
    padding-bottom:15px;
}

form
{
    margin:0;
    padding:0;
}

hr
{
	width:90%;
}

div#home
{
    font-size:16pt;
}

#footer
{
    padding-bottom:5px;
    padding-top:5px;
    font-size:10px;
    text-align:center;
	background-image: url(footer_gradient.png);
	background-repeat: repeat-x;
}

#header a img
{
	padding-left:50px;
}

.sidebar-content
{
	margin-bottom:15px;
}

/* Rounded Corners */

.roundedcornr_box {
    background: #dcdcdc;
}
.roundedcornr_top div {
    background: url(roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
    background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
    background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
    background: url(roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content 
{ 
    margin: 0 10px;
    font-size:62.5%;
    /*border:1px solid Black;*/
    padding:5px;
    background-color:#dcdcdc;
}
.roundedcornr_content h2
{
    padding:0px;
    padding-bottom:10px;
    font-weight:bold;
}

.menu
{
	margin-top:45px;
	font-size:70%;
}

.menu li
{
	display:inline;
	list-style-type:none;
	padding:5px;
}

.menu li.current
{
	background-color:#d4340c;
	padding:5px;
}

.menu li a
{
	text-decoration:none;
	color:#d4340c;
}

.menu li a:hover
{
	color:black;
}

.menu li.current a
{
	color:white;
}

.not-available
{
	background-color:#DCDCDC;
	padding:10px;
	border:2px solid silver;
	text-align:center;
	font-size:75%;
	font-weight:bold;
}
     