body {
	background: #F5F6F7;
	color: #000; 
	margin: 10px;
	font: normal 13px/1.5em  Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	
	font: bold  13px/1.5em "Trebuchet MS", Arial, sans-serif;
}

h1 {

	font: bold 18px/20px "Trebuchet MS" Arial, sans-serif;
		
	padding: 1.083em  0 .541em 15px;
	

}


h1 span {
	color: #999
}



p {
	margin-bottom: .75em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}



/*
A HaRd challenge - styling an HR element
http://www.robertnyman.com/2007/03/09/a-hard-challenge-styling-an-hr-element/
*/
hr {
  clear: both;
  width: 100%; 
    
  height: 1px;
  margin: 0 0 39px 0; /* 1 + 39 == 40 == line height * 2 */
  
  /* IE */
  _margin: -7px 0 33px 0; 
  
  border: none; 
  
  visibility: hidden;
}

/*

a.feed {
	padding-left: 16px !important;
	background: transparent url(../images/feed-icon.gif) center left no-repeat;
}
*/



/* ---------------------------------------------------
=links
----------------------------------------------------- */

a {

	color: #2D8FB4;

	text-decoration: underline;
	
}

a:hover {
	color: #66994c;
	text-decoration: none;
}



/* ---------------------------------------------------
=utilities
----------------------------------------------------- */

.cut {clear: both; height: 1px; overflow: hidden }
.hidden { display: none;}
.inline { display: inline; }


/* ---------------------------------------------------
=structure
----------------------------------------------------- */



#header {
	/*
	border-top: 4px solid #ccc;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	*/
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color:#fff;
	height:100px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}

#logo  {
	margin: 8px 0 0 8px;
}

.verticalSpace{
	line-height: 8px;
	height: 8px;
	display: block;
}
#main {
	background: #fff;
	/*
	border-right: 4px solid #ccc;
	border-left: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	*/
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);

}


#content {
	border-top: 2px solid #fff;
	padding: 1em 0 0 0;
	background: transparent url(../images/bg-content.png) top left repeat-x;
}

#footer {
	color: #333;
	margin:8px auto 8px auto;	
}

#footer p {
	margin: 0 15px 0 15px;
}



#footer a {
	color: #333;
	
}

#footer a:hover {
	color: #eee;

	
}

/* ---------------------------------------------------
=nav
----------------------------------------------------- */


#nav {
	text-align: right;
	list-style: none;	
	background: transparent url(../images/bg-nav.png) -5px 0  no-repeat;
	/* Move nav o the right and apply FnE trick too */
	float: right;
	padding-left: 130px;	
	height: 70px;
}

#nav li {
	/*display: inline;
	*/
	float: left;
	
	/*margin-right: .75em;
	*/
}

#nav li.last {
	margin-right: 0;
}


#nav li a {
	color: #fff;
	background: transparent url(../images/bg-nav-a.gif) top left no-repeat;
	padding: 0 0 0 2px;
	display: block;
	text-align: center;
	line-height: 46px;	
	vertical-align: middle;
}

#nav li a {
    width: 6em;
}
#nav li.small a {
    width: 8.4em;
}	

#nav li a:hover {	
	background: #E6FFD9 url(../images/bg-nav-current-a.gif) top left repeat-x;
	color: #000;
}

#nav li.current a {
	text-decoration: none;
	background: #E6FFD9 url(../images/bg-nav-current-a.gif) top left repeat-x;
	font-weight: bold;
	color: #000;
}


/* small extra nav button  */
/*
#nav li.current.small a {
    text-decoration: none;
    background: #E6FFD9 url(../images/bg-nav-current-a.gif) top left repeat-x;
    font-weight: bold;
    color: #000;
}
#nav li.small a {
    color: #fff;
    background: transparent url(../images/bg-nav-a.gif) top left  no-repeat;
    padding: 0 2px 0 2px !important;
    display: block;
    text-align: center;
    line-height: 23px !important;  
    vertical-align: middle;
}
*/