/* CSS Document */

body
{ background-color:#CCC;
	  
}

.mainframe
{
	max-width:1025px;
	overflow: auto;
	border: #CCC 1px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	
	margin-left: 9.96%;
	border: solid 1px #333;
	text-align: center;
	background-image:url(img/tablebg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
background-color: white;


}



.headcontent

{


height: 125px;
background-image:url(img/head.jpg);
background-repeat:no-repeat;
border-bottom: solid 0.1px black;
}

.menuframe

{
	width:1025px;
	height:38px;
	background: url(img/topnav_stretch.gif) repeat-x;
	vertical-align:bottom;
	background-color:#900;
	text-align:right;
}

.menucontent
{

}

.leftsidebar

{
	width:170px;
	vertical-align: top;
}
.rightsidebar

{
	width:170px;
	vertical-align: top;
}


.content

{   min-height: 600px;
	background-color: #FFF;
	width: 660px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	overflow: inherit;
	text-align:left;

	}
	

.widgettitle
{
	background:url("img/widgetleft.png") repeat-x scroll left top #FFF; 
	float:left;
	color:white;
	width:170px;
	padding-left: 3px; 
	font-weight: bold;
	font-size: 12.5px;
    
}

.widgettext
{
font-size: 12px;	
	padding-left: 3px;
	color:black;
	
}


.widget

{
	margin-top: 10px;
	width:160px;
	overflow: auto;
	border: solid 0px;
	color: black;
	background-color:#FFF;
	font-weight: none; 
}

.button

{ 
color: white;
text-decoration:none; 
padding-left: 10px;
font-weight: bold;
	
}

.button:hover

{ 
color: white;
text-decoration:none; 
padding-left: 10px;
font-weight: bold;
background-color:#000; 
height:40px;

	
}

.searchresult

{ 

font-weight:bold;
text-decoration:none;
color: #600;


}

/* SEARCHFORM */

.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 3px 3px;
	width: 115px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#600), to(#F00));
	background: -moz-linear-gradient(top,  #600, #F00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#F00'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#F00'); /* ie8 */
}

/* SEARFORM END */




/* NAVIGATION */

ul#topnav {
	padding-left: 5px;
	float:left;
	margin-top: -1px;
	width: 650px;
	list-style: none;
	 /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	background: url(img/topnav_stretch.gif) repeat-x;
	height:29px;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #500; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 8px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul#topnav li:hover { background:#900; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
/* NAVIGATION */

