/*
	Design by Free CSS Templates
*/

/* Basic */

*
{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	color: #050505;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #252525;
	font-size: 11pt;
}

a
{
	color: #0099FF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	margin: 10px 5px 10px 20px;
	list-style: square;
}
ol
{
	margin: 10px 5px 10px 40px;
	list-style: decimal;
}

/* Outer */

#outer
{
	margin: 0 auto;
	padding:0px;
	width:1187px;
}

/* Header */

#header
{   margin:0px;
	padding: 5px 5px 5px 12px;
	height: 137px;
	width: 320px;
	float: left;
	position:  absolute;
	background:#FFFFFF url('../images/a1.gif') top right no-repeat;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	text-align: center;
		
}

#header h4, #header h4 a
{
	/* position: absolute;*/
	font-size: 1.3em;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 2px 25px 20px 0;
}

#header p
{
	/* position: absolute;*/
	font-size: 0.9em;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-right: 50px;
}



/* Menu */

#menu
{
	height: 147px;
	width:850px;
	background:#FFFFFF url('../images/a2.gif') top right repeat-x;
	margin-left: 337px;
	position: relative;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	
}

#menu ul
{
	margin:0px;
	margin-left: 5px;
	list-style: none;
	padding-top: 7px;
	padding-bottom: 10px;	
	float:left;	
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 11px;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0px;
}

#menu li a
{
	text-decoration: none;
	color: #050505;
	font-weight: bold;
	padding: 11px;
	margin-right: 11px;
	font-size: 13px;
}

#menu li a:hover
{
	background:#FFFFFF url('../images/a4.gif') bottom left repeat-x;
/*	color: #fff;*/
}

.doc-item{padding:5px}
.doc-item:hover{background-color:#F5F5F5}

.textField{ font-size:16px; height:24px;padding:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background:#F5F5F5;border:1px solid #bbb}
.textField:focus{border:1px solid #239ad2}

* .button {
  margin: 0;
  padding: 3px 10px;
  font-size: 1em;
  color: black;
  cursor: pointer;
  border-left: 1px solid lightgray;
  border-right: 1px solid black;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid black;
}
* .button:hover,* .button.hover {
  border-left: 1px solid black;
  border-right: 1px solid lightgray;
  border-top: 1px solid black;
  border-bottom: 1px solid lightgray;
}


.MutableMenuStyle{
	display: inline;
	border-left: 0px;
	padding-left: 0em;
	text-decoration: none;
	font-weight: bold;
	padding: 11px;
	margin-right: 11px;
	font-size: 13px;
	background: #FFFFFF url('../images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	background: #fff url('../images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 21px;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h1
{
	font-size: 1.5em;
}

#content h2
{
	font-size: 1.2em;
}

#content h3
{
	font-size: 1.1em;
}

#content h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#content img 
{
	border-style:inset; 
	border-color:transparent;
	border-width:12px;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -337px;
	width: 1187px;
}

#primaryContent
{
	margin: 0px 0px 0px 337px;
	padding: 21px;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 274px;
	padding: 21px;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.7em;
	text-align: center;
}

.clear
{
	clear: both;
}

#overMenuBlock{
margin:0px;
margin-left:530px; 
padding:0px;
height:45px;
width:320px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#FFFFFF;

}

#s{
margin:0 auto;
padding:0px;
height:100px;
width:850px;
float:left;
position:relative;
background-color:#FFFFFF;
}
#s1{
margin:0px;
_margin-right:-3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
/*background-color:#999999;*/
}
#s2{
margin:0px;
_margin-left:3px;
_margin-right:-3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
/*background-color:#0000FF;*/
}
#s3{
margin:0px;
_margin-left:3px;
_margin-right:-3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
/*background-color:#FF0000;*/
}
#s4{
margin:0px;
_margin-left:3px;
_margin-right:-3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
/*background-color:#FFFF00;*/
}
#s5{
margin:0px;
_margin-left:3px;
_margin-right:-3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
/*background-color:#FF0099;*/
}
/*#s6{
margin:0px;
_margin-left:3px;
padding:0px;
height:100px;
width:170px;
float:left;
position:relative;
background-color:#9900CC;
}*/






