@import "tabber.css";

* {margin: 0; padding: 0;}
body {padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:0; color:#333333;}
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }
form select option {padding: 0 0.5em 0 0;}

a { color: #176CA0; 
	text-decoration: none; 
	font-weight: normal }

body {
	background: url(../images/main_bg.jpg) repeat-x;
	background-color: #9fc0fb;
	background-position:top;
	font: 12px verdana, helvetica, sans-serif;
	}

div.main, div.head, div.footer {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	display:table;
	}
	
div.main {padding-bottom:10px;}

div.indexheader1 {
	}
	
div.indexheader2 {
	background: url(../images/header-index.jpg) no-repeat;
	height: 170px;
	color:#fff;
	padding: 8px 0 0 15px;
	margin:0;
	}

div.header1 {
	background: url(../images/logo_bg.jpg) repeat-x;
	height:71px;
	}
	
div.header2 {
	background: url(../images/top_bar_bg.jpg) repeat-x;
	height: 24px;
	color:#fff;
	padding: 8px 0 0 15px;
	margin:0;
	}	

div.indexheader2 a, div.header2 a {
	font: 13px Tahoma, helvetica, sans-serif;
	color: white;
	}

div.menu {
	width:175px;
	float:left;
	}

div.content {
	width: 565px;
	float:right;
	min-height:500px;
	padding:15px 20px 10px 5px;
	}
	
div#index {
	background: url(../images/phone_shadow.jpg) no-repeat;
	background-position: top right;
	}

div.footer {
	background-color: #9fc0fb; 
	text-align: center; 
	padding-bottom:10px; 
	font:11px Verdana, Helvetica, Sans-Serif; 
	color:#333333; 
	padding-top:20px;
	}
	
h1 {
	font: 20px Verdana, Helvetica, Sans-Serif;
	color: #df8a31;
	margin: 0 0 10px 0;
	}
	
h2 {
	font: bold 15px Verdana, Helvetica, Sans-Serif;
	color:#2f4369;
	margin: 20px 0 10px 0;
	}
	
h3 {
	font: bold 13px Verdana, Helvetica, Sans-Serif;
	color: #4a522e;
	margin: 15px 0 10px 0;
	}

p { 
	font: 12px Verdana, Helvetica, Sans-Serif;
	color: #333333;
	margin: 7px 0 12px 0;
	padding:0;
	text-align:justify;
	line-height:175%;
	}
	
ul.nobullets {
	font: 12px Verdana, Helvetica, Sans-Serif;
	list-style:none;
	padding:0px;
	margin: 5px 20px 5px 40px;
	}

ul.nobullets li {
	padding: 5px 0 5px 0;
	margin: 0px;
	}
	
ul {line-height:23px;} 

ul.bullets {
list-style: none;
line-height:18px;
margin-bottom:10px;
	}
	
ul.bullets li {
margin-left:30px;
padding: 5px 0 4px 27px;
background-image: url(../images/arrow1.gif);
background-repeat: no-repeat;}



div.blueboxhead {
	border: 1px solid #928e93;
	background: url(../images/top_bar_bg.jpg) repeat-x #31436a;
	height: 22px;
	color:#fff;
	padding: 8px 10px 3px 15px;
	margin: 20px 0 0 0;
	}
	
div.blueboxhead h1{
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:normal;
	font-size:13px;
	}

div.blueboxbody {
	padding:5px 10px 5px 10px;
	border: 1px solid #928e93;
	border-top:0px;
	margin: 0;	}


/**********************/
#firstcell {margin-top:10px; border-top: 1px solid #928e93;}

#lastcell {border-bottom: 1px solid #928e93;}

#nav {
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of 6b6c68 Items */
	border-bottom: 1px solid #928e93;
	border-top: 1px solid #928e93;
	background: #fff; /* IE6 Bug */
	}
	
#nav li {margin:0px; }
	
.mainitems {
	position: relative;
	width:100%;
	z-index: 6;
	margin:0;
	}
	
.subitems {
	position: absolute;
	list-style: none;
	left: 154px; /* Set 1px less than menu width */
	top: 0;
	margin: 0 0 0 0;
	display: none;
    width: 184px;
	border: 1px solid #969792 ;
	border-left:0;
	border-right:0;
	background: #fff; /* IE6 Bug */
	}

/* Styles for Menu Items */
.mainitems a {
	display: block;
	text-decoration: none;
	color: #59575a;
	background: #fff; /* IE6 Bug */
	padding: 2px 4px 2px 15px;
	margin:0;
	border: 1px solid #928e93; /* IE6 Bug */
	border-bottom: 0;
	border-top: 0;
	font-size:11px;
	}
	
.mainitems h1 {
	display: block;
	text-decoration: none;
	width:137px;
	color: #2e2e2e;
	background: #E2EEFE; /* IE6 Bug */
	padding: 9px 8px 0px 8px;
	margin:0;
	border: 1px solid #928e93 ; /* IE6 Bug */
	border-bottom: 0;
	border-top: 0;
	font-size: 12px;
	font-weight:normal;
	background: url(../images/top_bar_bg.jpg) repeat-x;
	height: 24px;
	color:#fff;
	}
	
.mainitems h2 a{
	display: block;
	text-decoration: none;
	color: #3e4a74;
	background: #e4eefb; /* IE6 Bug */
	padding:6px;
	padding-left:8px;
	}

.mainitems h2 {
	margin:0;
	}

.mainitems a:hover {
   background: #B4E3FF;
   border-color: #928e93;
   
	}
.subitems a {
	padding: 1px 0px 1px 10px;
	}

#nav li:hover ul, li.over ul { display: block;} /* The magic */

/********************/




/* Accordion Thing */

div.whitebox {
   border:1px solid #ccc;
   background-color:#fff;
   padding:10px;
   margin:20px 0px 15px 0;
   }

#bottom_container {
   padding-top:5px;
   }

#bottom_container h1 {
font-size:18px;
}

#bottom_container h2 {
font-size:13px;
}

.accordion_toggle {
font-size:12px;
display: block;
height:20px;
background-color: #e5e9ee;
padding: 4px 10px 0 10px;
color: #252525;
font-weight: bold;
text-decoration: none;
outline: none;
border-bottom: 3px solid #ccc;
cursor: pointer;
margin: 2px 0 2px 0;
}

.accordion_toggle_active {
background-color: #cdd4de;
color: #000;
border-bottom: 3px solid #969495;
}

.accordion_content {
background-color: #ffffff;
color: #252525;
overflow: hidden;
margin-bottom:3px;
padding-bottom:3px;
}
.accordion_content p {
   line-height: 150%;
   padding: 5px 10px 7px 10px;
   margin-bottom:0px;
}

/*END ACCORDION THING */



div.screenshot {
   text-align:center;
   padding-bottom:15px;
   padding-top:10px;
   margin:0px;}
   
div.h2box{
   border:1px solid #ccc;
   background-color:#fff;
   color:#252525;
   padding:5px;
   margin:20px 0px 15px 0;}

div.h2box h2 {
   font: bold 16px arial, helvetica, sans-serif;
   color:#252525;
   margin: 0;
   }
   
