* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: 1em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
}

#top { 
height: 26px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
height: 20px;
}


.header {
	height: 100px;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }
.header h3 { padding-left: 13px; padding-top: 0px; font-size: 17px; color: #FFF; }


	
.middle {
	float: left;
	width: 100%;
	margin: 10px 10px;
	padding: 1% 1%;
	text-align: justify;
}

.floatRight {
	float: right;
	text-align: center;
	width: 30%;
	margin: 0 0px;
	padding: 1% 1%;
	text-align: justify;
}

.floatLeft {
	float: left;
	text-align: center;
	width: 40%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;

}

.nav {
	width: 100%;
	text-align: center;
  background: #FFFFFF; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	font-size: 14px; 
	font-weight: bold;
	
}

.innernav {
	float: left;
	width: 20%;
	margin: 0 10px;
	padding: 1% 1%;
	white-space: nowrap;
	
}
.innernav ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.innernav li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.innernav h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


h2 { color: #3B6EBF; font-size: 20px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.middle h3 { color: #3B6EBF; font-size: 13px; margin-bottom: 10px; margin-top: 10px;}

.middle ul {
	padding: 0 0 15px 20px;
	margin:0;
}

.middle li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.advantages ul {
	padding: 20px 00px 15px 20px;
	margin:0;
 }
 
.advantages ul li {
	list-style-type: disc;
	color: #000000;
}

.errortext {
	color: #bd0000;
	font-weight: bold;
	font-size: 12px; 
	
}

.errorField {
	background: #ee3333;
}

.notificationText {
	margin: 20px auto;
	padding: 1%;
	color: #ff0000;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

/*---------- bubble tooltip -----------*/
a.tt{
		//z-index:10;
    position:relative;
    color:#3B6EBF;
		font-weight:bold;
		font: Arial, sans-serif;		
    text-decoration:none;
    border:0;
}
a.tt span{ display: none; }

a.tt img{ position:relative;z-index: 0}



/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ color: #aaaaff;background:;}
a.tt:hover span.tooltip{
		z-index:25;
    display:block;
    position:absolute;
    top:-55px; left:20;
		padding: 15px 0 0 0;
		width:400px;
		color:  #3B6EBF;
    text-align: center;
}
a.tt:hover span.middle{
background: #fff;
border-style: dotted;
			    border-width: thin;	
			    border-color: #3B6EBF;
	display: block;
	padding: 0 8px; 
	font: 0.74em "Trebuchet MS" Verdana, Arial, sans-serif;	
}

.note {
	font: 0.74em "Trebuchet MS" Verdana, Arial, sans-serif;
	color: #666;
}


.asterix {
	color: #900;
	font-weight: bold;
}

.boxedInner {
		border-style: solid;
		border-width: 1px;
		border-color: #8f8f8f;
		width:750px;
}
.boxedMiddle {
		border-style: solid;
		border-width: 1px;
		border-color: #aaaaaa;
		width:752px;
}
.boxedOuter {
		border-style: solid;
		border-width: 1px;
		border-color: #c4c4c4;
		width:754px;
}

.tickFeatures {
	list-style-image: url("images/tick.png");
}

TABLE.grid {
	border-collapse: separate;
  border: 1px solid #8f8f8f;
}

TABLE.grid td, TABLE.grid th  { border: 1px solid #8f8f8f; padding: 1em; }



/* specific table styles */

table.forums,
 { font-size:0.8em; }
	 table.forums tr th { font-size:0.8em; }
	 table.forums tr td .title {
	 font-size:1.4em; 
	 width:100%;	
	}

table.forums tr td .desc {
	margin:0.5em 0;	
}

table.forums tr td
{
	padding:4px 15px;
	padding:7px;
	border:1px solid #ddd;	
}

table.forums a.tiny
{
	font-size:0.8em;
	color:#666;
}

table.forums .posts
{
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.8em;
}

table.forums  tr th
{
	background:#3B6EBF;
	color:white;
	font-size:0.8em;
	padding:3px 10px;
	border:1px solid #222;
}
table.forums  tr td.lastpost {
	font-size:0.85em;
	color:#333; 
}

.blueBorder {
		border-style: solid;
		border-width: 1px;
		border-color: #E1E1E1;
}

