/* CSS Document */


a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
/************************    HEADER TEXT  ************/
#title  {
	font-size:1.9em;
	font-family:Georgia, verdana, arial, helvetica, arial, sans-serif;
	padding-left:100px;
	font-weight:normal;
	margin-top:10px;;
}
/**********************    NAVIGATION IN TOP-RIGHT CORNER   *****/
#cornernav  {
	float:right;
	margin-top:5px;
	margin-right:5px;
}

#cornernav a {
	color:#686868;
	padding-right:20px;
}
/***************************   INLINE NAVIGATION   WRAPPER     *****/
#navwrap  {
	position:relative;
	padding-top:1px;
	padding-bottom:1px;
	border-top:3px solid #888;
	border-bottom:2px solid #888;
}
/*****************************   INLINE NAVIGATION   *********/
#topnav  {
	background:url(teal.gif) repeat-x;
	padding-top:5px;
	color:#fff;
}

#topnav ul
{
	height:2.4em;
	line-height:2.4em;
	list-style: none;
	padding:0;
	margin:0;
}

#topnav li
{
	float: left;
}

#topnav li a
{
	line-height:2.4em;
	float:left;
	width:80px;
	display: block;
	color: #00F;
	text-align: center;
}
/****************************    INPUT BUTTONS  ********/
input.side, input.blue  {
	width:100px;
	background-color:#77abb8;
	font-weight: bold; 
	font-size:1em; 
	margin-top:2px;
	color: #f0f0f0;
	margin-left:0px;
	height:23px;
}

input.blue {
	width:40px;
}
/****************************    SEARCH BAR   ************/
#search,#sort {
	position:absolute;
	top:5px;
	right:10px;
}	

/******************************   SIDE NAVIGATION     ****/
#sidenav    {
	float:left;
	margin-left:10px;
	margin-top:20px;
	width:130px; 
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

#sidenav ul  {
	list-style-type:circle;
	padding-left:20px;
	margin-left:0px;
}

#sidenav p.search  {
	padding-left:1em;
	padding-bottom:10px;
}

#sidenav  li  {
	padding-top:0.6em !important;
	padding-top:0.4em;
}

#sidenav li a {
	color:#000;
}

#sidenav li a:hover  {
	color:#2279af;
}

#sidenav h2 {
	font-size:100%;
	background:url(teal.gif);
	color:#fff;
	height:1.8em;
	line-height:1.8em;
	padding-left:15px;
	margin-top:0;
}
/*************************    MAIN CONTENT AREA  ******* */
#content   {
	width:78%;
	float:left;
	margin-left:10px;
	margin-top:20px;
}


#content  p {
	text-indent:20px;
}

#content a {
	color:#4488b8;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content img {
	/*float:left;*/
}

#content h1 {
	height:1.8em;
	line-height:1.8em;
	background:url(grey.gif) repeat-x;
	border-top:1px solid #c4c4c4;
	margin-top:0;
	font-size:1.2em;
	color:#000;
	padding-left:5px;
}
/*  *************************    FOOTER   *****************  */
#footer  {
	clear:both;
	height:3em;
	border-top:1px solid #77abb8;
	text-align:center;
	color:#000;
	margin-top:2em;
	font-size:.8em;
}

#footer a {
	color:#000;
}


.title{
	font-size:100%;
	background:url(teal.gif);
	color:#fff;
	height:1.8em;
	line-height:1.8em;
	padding-left:15px;
	margin-top:0;
}
