body		{ background-image: url(bground.gif); padding: 0  }
body, html  { margin: 0;  }

div#main	{ 
	width: 950px; 
	margin: 0 auto;
	padding: 0 15px;
	/*background-image: url(shadow_leftright.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
}

#footer {
	width: 950px;
	/*background-image: url(shadow_bottom.gif);*/
	background-color:orange;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	font-size: 100%;
}

div#header {
	background-color: gray;
}

#toplevelnav { font-size:10px; height: 44px; padding-top: 0; 
	/*background-image: url(sectionbar.gif); */
	background-image: url(orange_bar.gif); background-repeat: repeat-x; background-position: left center; text-align: center; vertical-align: middle; }

#toplevelnav ul 
{
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

#toplevelnav li
{
	display: inline;
}


#toplevelnav li a 
{ color: #8c2147; font-weight: bold; text-decoration: none; padding-left:8px; padding-right:8px; text-transform:uppercase; vertical-align: middle; }
#toplevelnav li a:hover
{ color: #fff; font-weight: bold; text-decoration: none; padding-left:8px; padding-right:8px; text-transform:uppercase; vertical-align: middle; }

/* from dropdowns

div#toplevelnav a.section-toplevel
{
    display: block;
    float: left;
    color: White;
    margin-left: 10px;
    border-top: solid 2px transparent;
    border-left: solid 2px transparent;
    border-right: solid 2px transparent;
    padding: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}
div#toplevelnav a.section-toplevel:hover, div#toplevelnav a.selected
{
    border-top: solid 2px #0E51A7;
    border-left: solid 2px #0E51A7;
    border-right: solid 2px #0E51A7;
    background-color: #E6F1FA;
    color: #0E51A7;
}
div#toplevelnav
{
    position: relative;
    font-size: 130%;
    height: 39px;
    z-index: 499;
	background-color: green
}
div#toplevelnav a.homesection
{
    background-image: url(home.gif);
    background-repeat: no-repeat;
    background-position: 7px 50%;
    padding-left: 28px;
}

div#toplevelnav ul.sections-submenu
{
    background-color: white;
    border: solid 2px #0E51A7;
    border-top: 0;
    margin-left: 10px;
    width: 160px;
    font-size: 10pt;
    -moz-box-shadow: 2px 2px 2px #B2C6DE;
    -webkit-box-shadow: 2px 2px 2px #B2C6DE;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

div#toplevelnav ul.sections-submenu a
{
   padding: 3px;
}

div#toplevelnav ul.sections-submenu a:hover
{
  background-color: #E6F1FA;
}*/

div#secondlevelnav
{
    background-color: #E6F1FA;
    padding: 7px;
    overflow: hidden;
    zoom: 1;
    background-image: url(secondleveldrop.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 2em;
    clear: both;
}


div#search { float: right }
div#search form { position: relative; top: -3px; margin: 0px; padding: 0px; }
div#whereareyou	{ margin-bottom: 10px; padding-top: 5px; padding-bottom: 5px }
div#sidebar	{ margin: 25px; float: left; width: 200px; height: auto;}
         	   
div#contentblock
	{ 
	padding: 5px;
	background-color:white;
	}
	
div#content {
	/*background-color:white;*/
	overflow:hidden;
	padding:5px;
	}

a.lefthandhomelink, a.lefthandhomelink:visited {
font-weight: normal; color: green; display: none;
}

a { color: #0E51A7 }
a.lefthandslink { font-weight: bold }

#ffMLwrapper ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ffMLwrapper ul ul
{
    padding-left: 1em;
}
a.lefthandlink, a.lefthandslink
{
color:black;
}
.navitem { position: relative }
a.lefthandslink { }


a.lefthandlink:visited
{
color:black;
}
a.lefthandlink:hover, a.lefthandlink:hover
{
color:red;
}



#ffMLwrapper hr { display: none }

div#sidebar h2 { padding: 3px; margin: 0; color: White; background-color: #0E51A7; background-image: url(gradient2.png); background-repeat: repeat-x; background-position: left top }

div#sidebar form { margin-bottom: 10px }
div.sidebar-inner {  }

form { padding: 0; margin: 0 }

h1#global-title { font-size: 240%; margin: 0; margin-bottom: 0.5em; color: #bbbbbb; padding: 0 }

h1#site-title 
{
    text-transform: uppercase;
    float: right;
    margin: 0;
    font-size: 150%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    letter-spacing: 4px;
}

div#userinfo
{
    background-image: url(login.gif);
    background-position: 10px center;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-color: #EAFCE4;
    font-size: 80%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

form.search
{
    overflow: hidden;
    zoom: 1;
    border: solid 1px #3DA31D;
    background-color: White;
    padding: 0;
    background-image: url(searchbg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

input.searchbox
{
    width: 155px;
    font-size: 130%;
    float: left;
    display: block;
    border: 0;
    background-color: transparent;

}

input.searchsubmit
{
    background-image: url(search.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 130%;
    display: block;
    text-indent: -10000px;
    float: right;
    border: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    
}

#ffSiteImage img
{
    max-width: 100%;
}

#ffSiteImage
{
    text-align: center;
    padding: 5px; border: solid 1px #CEF6C2; margin-bottom: 15px
}

div.comment
{
    background-color: #F1FDED
}

div.blog-header { font-size: 120% }

.component, .floatedcomponent { margin-bottom: 7px }
.floatedcomponent { margin: 7px; }

/* layout styles */

.hf2c-twocolumnleft { float: left; width: 48% }
.hf2c-twocolumnright { float: right; width: 48% }
.hf2c-footer { clear: both }

/* component styles */
.prominent { font-size: 110% }

/* change column spacing */

.threecolumnleft {
	margin-right:1px;
	width:340px;
}

.threecolumncentre {
	margin-right:1px;
	width:270px;
}

.threecolumnright {
	width:270px;
}
