/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* Hides hack from IE-mac \*/
* html .hollyhack { height: 1%;}
/* End hack hide from IE-mac */
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
/*Structure of this Stylesheet: 
 I - all main boxes
 II - defining the #top content
 III - defining the #content content
 IV - defining the #right sidebar
 */
body{
  background: #3D9FCC;
  margin: 0;
  padding: 0;
  font: 12px "Verdana",sans-serif;
  text-align: center;
  line-height: 1.7em;
  color: #000;
}
#content{
	background: #FFF url(images/topleft.gif) no-repeat top left;
	padding: 10px;
}
#footer{
	text-align: center;
}
#left{
	float: left;
	width: 610px;
	background: #3D9FCC;
}
#main{
	margin: 20px auto;
	text-align: left;
	width: 850px;
	background: #FFF;
}
#right{
	float: right;
	width: 240px;
	background: #FFF url(images/topleft.gif) no-repeat top left;
}
#top{
	margin: 10px 0 0 10px;
	width: 600px;
	background: #FFD101 url(images/toptopleft.gif) no-repeat top left;
	color: #F5F5F5;
}
/*Configuring the -top-box */

#top a{
	color: #F5F5F5;
	border-bottom: 1px #F5F5F5 dotted;
	padding:1px 10px 0px 5px;
	margin: 1px 0 0 10px;
	text-decoration: none;
}
#top a:hover{
	border-bottom: 1px #F5F5F5 solid;
}
#topbottom{
	clear: both;
	background: url(images/toptopbottom.gif) bottom right no-repeat;
	height: 40px;
	padding: 15px;
}
/* just the c#content box*/
h2, td.pageHeading{
	font: normal normal 1.5em "Georgia",serif;
	color: #000;
	text-decoration: none;
	background: url(images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
}
h3{
	font: normal normal 1em "Georgia",serif;
	text-transform: uppercase;
	text-indent: 2em;
	margin: 7px 0 2px 0;
}
#headline{
	background: url(images/header.gif) no-repeat top left;
	width: 590px;
	height: 90px;
	position: relative;
}
p{
	text-indent: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}
/* sidebar */
#inner{
	padding: 0 10px;
}
form{
	margin: 0;
	padding: 0 0 30px 0;
}
form input{
	background: #F5F5F5;
	border: 0;
	border-bottom: 1px #BBB dotted;
}
form label{
	font-family: "Georgia",serif;
}
form .button{
	background: #FFF;
	border-bottom: none;
	cursor: pointer;
}
form a{
	font-family: "Georgia",serif;
}
h5{
	background: url(images/nav-h.gif) center left no-repeat;
	font: 1.5em "Arial",sans-serif;
	padding-left: 25px;
	margin: 7px 0 3px 3px;
}
.nav{
	margin: 0;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;
	
}
.nav li a, .boxdiv a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 8px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover, .boxdiv a:hover{
	padding-left: 5px;
	border-left: 3px #3D9FCC solid;
}
.boxdiv {
	padding-top: 15px;
}
#content-text {
	padding: 10px 25px;
}
#catimage img, #ajaximage img {
	border: 1px dashed #999;
	background-color: #FFF;
	padding: 5px;
}