/***********************************************/
/* screenkids.css                              */
/* Use with template mainkids.dwt              */
/***********************************************/


/*****************Float Clear Fix****************/
.floatclear {
	display:inline-block;
	width:100%;
}
/* Hide from IE-mac \*/
html .floatclear {
	height:1%;
	width:auto;
}
.floatclear {
	display:table;
}
/* End hide from IE-mac */


/********************* end **********************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.166;
	color: #333333;
	background-color: #FFEC8B;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.166;	
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.166;	
	color: #005FA9;
	text-decoration: underline;
}


/************** header tag styles **************/


h1{
	margin: 0px;
	padding: 0px;
	font: 18px Arial,sans-serif;
	color: #fff;
}

h2{
	margin: 0px;
	padding: 5px 30px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.166;	
	color: #005FA9;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	line-height: 1.166;
	color: #660;
}

h5{
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h6{
	font: bold 114% Arial,sans-serif;
	color: #660;
	margin: 0px;
	padding: 0px;
}

img {
    border: 0px;
}


/********* form and related tag styles *********/


form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	width: 775px;
	height: 66px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #E3701A;
}

#vNav{
	display: none;
}

#page_cells{
	width: 730px;
	margin: 0px;
	padding: 0px;
	background-image: url(pagecellkids.gif);
	background-repeat: repeat-y;
}

#left_cell{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #8FBC8F;
	font: Verdana, Arial, sans-serif;
}

#right_cell{
	width: 530px;
	margin: 15px 0px 0px 180px;
	padding: 0px 10px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	color: #333333;
	border-left: 1px solid #333;
}

#vtls_content{
	width: 530px;
	margin: 15px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	color: #333333;
	background-color: #FFF;
	border-left: 1px solid #333;
}

#vtls_footer{
        width: 555px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        line-height: 1.2;
        color: #333333;
        text-align: left;       /* IE5.x workaround */
}

#vtls_iframe{
        padding: 0px 0px 12px 0px;
        margin: 0px 0px 0px 0px;
        text-align: left;       /* IE5.x workaround */
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        line-height: 1.2;
        color: #333333;
        background-color: #FFF;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/


/************* top_nav styles ****************/
#masthead img {
	margin: 0px;
	padding: 0px;
    border: 0px;
}


/************ left_nav styles **************/

#left_nav{
	display: none;
}


/************* vtlsLinks styles **************/

#left_vtlsLinks{
	display: none;
}

/************* left_address styles **************/

#left_address{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #fff;
	background-color: #548B54;
	border-top: 1px solid #fff;
}

#left_address p{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #fff;
	background-color: #548B54;
}

#left_address a:link{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.166;
	display: block;
	color: #fff;
	background-color: #548B54;
	text-decoration: none;
}

#left_address a:visited{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.166;
	display: block;
	color: #fff;
	background-color: #548B54;
	text-decoration: none;
}

#left_address a:hover{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.166;
	display: block;
	color: #fff;
	background-color: #8FBC8F;
	text-decoration: none;
}


/************* kidsize styles **************/

#kid_size{
	display: none;
}


/************** vtls_content styles *****************/

#vtls_content h2{
	margin: 0px;
	padding: 5px 30px 10px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.166;	
	color: #005FA9;
}


/************** headlines styles *****************/

#headlines{
	margin: 0px;
	padding: 0px 3px 0px 14px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;	
	color: #333;
}

#headlines h1{
	margin: 0px;
	padding: 20px 30px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;	
	color: #005FA9;
}

#headlines h3{
	margin: 0px;
	padding: 5px 30px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;	
	color: #005FA9;
}

#headlines p{
	margin: 5px 0px 0px 0px;
	padding: 0px 30px 8px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;	
	color: #333;
}

#headlines img{
	float: left;
	padding: 0px 18px 5px 0px;
	border: 0px;
}


/************** note styles *****************/

#note{
	margin: 0px;
	padding: 0px 3px 0px 14px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;	
	color: #7A8B8B;
}

#note p{
	margin: 5px 0px 0px 0px;
	padding: 0px 30px 10px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;	
	color: #7A8B8B;
}

#note img{
	padding: 0px 0px 0px 0px;
	border: 0px;
}


/*************** features styles ******************/

#features {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 1.3;	
	color: #333;
}

#features h3{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 7px;
	color: #333;
}

#features p{
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 5px 2px;
	font-size: 12px;
	line-height: 1.3;	
	color: #333;
}

#features ul{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 35px;
	color: #333;
}

#features a:link, #features a:visited, #features a:hover{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}

#features td.capsule{
	font: bold 13px Arial,sans-serif;
	color: #F4A460;
	background-color: #F4A460;
	padding: 2px 5px 2px 0px;
	margin-right: -5px;
	margin-bottom: 3px;
	border-top: 1px solid #F4A460;
	border-bottom: 1px solid #F4A460;
}

.capsule{
	font: bold 13px Arial,sans-serif;
	color: #fff;
	background-color: #F4A460;
	padding: 2px 5px 2px 5px;
	margin-right: -5px;
	margin-bottom: 3px;
}

td.storyLeft{
	padding-right: 12px;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
}

#features img{
	padding: 4px 0px 5px 0px;
	border: 0px;
}


/*************** google styles ******************/

#google {
	display: none;
}


/************** address styles ****************/

#copyright{
  	font-size: 9px;
	color: #000;
	padding: 0px 0px 0px 17px;
	margin-top: 0px;
  	background-color: #fff;
}

#copyright a:link, #copyright a:visited, #copyright a:hover{
	font-size: 9px;
}


/*************** sites styles ******************/

.sites {
	padding: 0px 0px 0px 3px;
}

.sites h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.sites p {
	font-size: 90%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

a.sites:link{
  	color: #005FA9;
}

a.sites:visited{
  	color: #333;
}

a.sites:hover{
  	color: #005FA9;
	text-decoration: underline;
}

.sites a.capsule{
	font: bold 12px Arial,sans-serif;
	color: #fff;
	background-color: #005FA9;
	display:block;
	padding: 0px;
	margin: 0px;
}

.sites a.capsule:hover{
	text-decoration: underline;
}

td.linkHead{
	margin: 0px;
	padding: 0px;
}

.linkHead p{
	margin: 0px;
	padding: 0px;
}

.linkHead a:link, .linkHead a:visited {
	font: bold 12px Arial,sans-serif;
	display: block;
	background-color: #CC9966;
	font-weight: bold;
	padding: 3px 2px 2px 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.linkHead a:hover{
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #CC9966;
}


/********************* end **********************/

