@charset "utf-8";

/* CSS Document */


body
{
	margin: 30px 0 20px 0;
	padding: 0;
	background-color: #ebf5fc;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(images/body_back.jpg);
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 934px;
	padding: 140px 0 0 0;
	background-image: url(images/filler.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}


#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 168px;
	width: 934px;
	background-color: transparent;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo
{
	position: absolute;
	width: 358px;
	height: 110px;
	top: 10px;
	left: 29px;
	overflow: visible;
}

#search {
	float: right;
	height: 30px;
	width: 270px;
	margin-right: 0px;
	margin-top: 20px;
}


#nav1
{
	position: absolute;
	top: 87px;
	height: 35px;
	width: 158px;
	background: url('images/menu1_left_right.gif') no-repeat 0 0;
	left: 748px;
}

#menu1
{
	margin: 0;
	padding: 0;
	height: 35px;
}


#menu1 li 
{
	list-style: none;
	margin: 0;
	white-space: nowrap;
	font-size: 11px;
	float: right;
	line-height: 33px;
	padding: 0 0 0 15px;
	background: url('images/menu1_ext.gif') repeat-x 0 0;	

}

#menu1 li.active , #menu1 li.last-active
{
	background: url('images/menu1_left_act.gif') no-repeat 0 0;
}

#menu1 li.first-active
{
	background: url('images/menu1_first_active.gif') no-repeat 0 0;
}

#menu1 li.first
{
	background: url('images/menu1_first.gif') no-repeat 0 0px;
}

#menu1 a, #menu1 span
{
	display: block;
	text-decoration: none;
	color: #00396b;
	font-weight: normal;
	background: transparent;
	padding: 0 12px 0 0;
}

#menu1 a.active, #menu1 a.first-active, #menu1 a.last-active, #menu1 span.active, #menu1 span.first-active, #menu1 span.last-active
{
	font-weight: bold;
	color: white;
	background: url('images/menu1_right_act.gif') no-repeat 100% 0;
}

#nav2
{
	position: absolute;
	top: 123px;
	left: 12px;
	height: 45px;
	width: 872px;
	padding: 0 8px 0 30px;
	background-image: url('images/menu_2_bar.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu2
{
	margin: 0;
	padding: 0;	
	height: 32px;
}

#menu2 li , #menu2 li.active  
{
	list-style: none;
	float: left;
	margin: 0;
	white-space: nowrap;
	font-size: 10px;
	line-height: 32px;
	padding: 0 0 0 12px;
	

}
#menu2 li
{
	background-image: url('images/menu_2_tab.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#menu2 li.active
{
	position: relative;
	line-height: 36px;
	background: white url('images/menu2_active_left.gif') no-repeat 0 0;
	left: -2px;
	height: 36px;
}
#menu2 a, #menu2 a.active, #menu2 span, #menu2 span.active
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 0 12px 0 0;
	background: transparent;
}
#menu2 a.active, #menu2 span.active
{
	color: #00396b;
	background: url('images/menu2_active_right.gif') no-repeat 100% 0;
}


#main
{
	padding-top: 10px;
	width: 935px;
	min-height: 475px;
	_height: 350px;
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main_left {
	width: 175px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#main_left2 {
	width: 175px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 15px;
}

#menu3_container
{
	text-align:left;
	width: 160px;
	margin-left: 15px;
}

ul#menu3_list
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu3_list li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#menu3_list li a
{
	display: block;
	width:135px;
	padding-top:7px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:2px;
	color: #315e88;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #00396b;
	font-weight: 100;
	background-image: url(images/menu3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


ul#menu3_list li a:hover, ul#menu3_list a:hover
{
	background-image: url(images/menu3_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#main_content {
	float: left;
	width: 595px;
	background-color: #FFF;
	border-right-width: thin;
	border-right-color: #CCC;
	border-right-style: solid;
	margin-left: auto;
	margin-right: auto;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #ccc;
	clear: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main_content2 {
	float: left;
	float: left;
	width: 590px;
	background-color: #FFF;
	border-right-width: thin;
	border-right-color: #D1DAE1;
	border-right-style: solid;
	margin-left: auto;
	margin-right: auto;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #D1DAE1;
	clear: none;
	margin-top: 15px;
	margin-bottom: 15px;

}

#content_main {
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
		min-height: 475px;
}

#main_right {
	float: left;
	width: 140px;
}


#foot
{
	/*height: 68px;*/
	height: 49px;
	width: 934px;
	background: url('images/foot_back.png') no-repeat 0 100%;
	color: #506273;
	font-size: 11px;
	clear: both;
	text-align: center;
}
#foot a
{
	font-weight: normal;
	color: #506273;
	padding-left: 0;
	background-image: none;
}

#foot div
{
	padding: 8px 0 0 10px;
	line-height: 16px;
}

a:link {
	color: #0D4D8B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0D4D8B;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #0D4D8B;

}
}
.center_text {
	text-align: center;
}
.center_image {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

hr {
	color: #CCC;
	width: 85%;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.4em;
	color: #666;
	line-height: 1.3em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}


h4 {
	font-size: 14px;
	line-height: 1.3em;
}
h5 {
	font-size: 12px;
	line-height: 1.1em;
}

h6 {
	font-size: 11px;
	color: #666;
	line-height: 1.1em;
}

p {margin:0px 0px 10px 0px;padding-left:1px;}
/* -----  ----- */
	.red {color:#dc3c1e;}
	.orange {color:#f0640f;}
	.yellow {color:#f69828;}
	.YellowLight{color:#fec82a;}
	.green {color:#4e9e19;}
	.blue {color:#365ebf;}
	.blueDark {color:#0D4D8B;}
	.gray {color:#505050;}
	.lightGray {color:#c5c5c5;}
	.lime {color:#d2d246;}
	.sky {color:#94b5e0;}

/* ----- ----- */
.h1_red {
	color: #F27d00;
}

.h1_blue {
	color: #003967;
}
.h2_blue {
	color: #003967;
	font-size: 20px;
}
.heading_ltblue {
	color: #315e88;
}

.kids_k {
	color: #00C;
}
.kids_i {
	color: #F00;
}
.kids_d {
	color: #0C0;
}
.kids_s {
	color: #F90;
}
.red {
	color: #F00;
}

.orange_center {	text-align: center;
	color: #F27d00;
	font-weight: bold;
}
#table_chatspeak {	width: 450px;
	text-align: center;
}

#ad_first_side {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_buying_guides {
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 475px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content_coolsites {
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
		min-height: 475px;
}


#content_heading {
	margin-right: auto;
	margin-left: auto;
}

#content_heading_txt {
	text-align: center;
	display: block;
	padding-top: 20px;

}
#content_tips a:link{
	color: #315E88;
}
#content_tips {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	min-height: 475px;
	line-height: 2em;
}

#content_main_side_inner {
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-color: #FFF;
	margin-right: 30px;
	padding: 30px;
	width: 680px;
	min-height: 475px;
}


#content_main_side {
	width: 785px;
	float: left;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
		min-height: 475px;
}

#content_main_side2 {
	width: 715px;
	border: 1px solid #CCC;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFF;
	margin-right: 20px;
	padding: 20px;
		min-height: 475px;
}

#content_main_single {
	text-align: left;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
		min-height: 475px;
}
#content_main_side_adv {
	width: 140px;
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
}

#contentmainside_adv1 {
	width: 120px;
	padding-right: 20px;
	padding-top: 25px;
}
#content_speedup {
	padding: 60px;
	min-height: 475px;
}

#content_diy {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 475px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
}

#content_downloads {
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
		min-height: 475px;
}

#outer {
	width:910px;
	border:1px solid #ddd;
	border-width:5px 1px 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu_items {
	margin-right: auto;
	margin-left: auto;
}

#menu {
	list-style-type:none;
	width:920px;
	padding:0;
	margin:0 auto;
}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {
	float:left;
	background:#088;
	position:relative;
	background-color: #CFDAE4;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li, #menu li a {
	display:block;
	color:#666;
	font-family:arial, sans-serif;
	font-size:11px;
	line-height:24px;
	width:113px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
#menu li:hover, #menu li a:hover {
	background-color: #CFDAE4;
}
#menu ul {
	position:absolute;
	left:-9999px;
	width:50px;
}
#menu li.click {
	background-color: #EBF6FC;
}
#menu li.click ul{left:0; top:24px; background:url(transparent.gif);}

div.box165in, div.box565in { padding: 5px 10px 10px 10px; }

div.box565 {
	width: 565px;
	background: url(images/box565_ltblue_top.gif) no-repeat 0 0;
}
div.box565in, div.box565pl {
	width: 545px;
	background-image: url(images/box565_lt_blue_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.box565pl { background-image: none; }

div.box165 {
	width: 170px;
	background-image: url(images/box/box165_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.box165in, div.box165pl {
	width: 150px;
	background-color: transparent;
	background-image: url(images/box/box165_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.box165pl { background-image: none; }


div.box165lg {
	width: 170px;
	background-image: url(images/box/box165long_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.box165lgin, div.box165lgpl {
	width: 150px;
	background-color: transparent;
	background-image: url(images/box/box165_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.box165lgpl { background-image: none; }




#content_heading_box {
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#menu3_box {
	width: 170px;
	background-color: #FFF;
}


.mbn { margin-bottom: 0 !important; }

#menu3_innerbox {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
#content_parental_tips {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	min-height: 475px;
	line-height: 2em;
	text-align: left;
	width: 510px;
}
.orange_center {	text-align: center;
	color: #F27d00;
	font-weight: bold;
}
#table_chatspeak {
	width: 450px;
	text-align: center;
	font-size: 14px;
}
