/***********************************************/
/* Basic.css                                   */
/* Our Kids Standard CSS                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/* Clear browser defaults                             */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 1.166;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

em{
	color:#000000;
	font-style:normal;
	font-weight:bold;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #FF9933;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #FF9933;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
}

h3{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #FF9933;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h4{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #2E82B3;
	margin: 0px;
	padding: 10px 5px 10px 5px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

table{
	font-size:80%;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

li{
	padding-bottom:10px;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	margin: 0 auto;
	width: 673px;
	background-color: #FFFFFF;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#fullWidth{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#leftCol{
	width: 32%;
	margin: 0 5 0 0;
	padding: 0 5 0 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
}

#leftColWide{
	float: left;
	width: 62%;
	padding-right: 10px;
}

#rightColWide{
	float: left;
	width: 62%;
	padding-right: 10px;
	border-left: 1px #ccc solid;
}

#rightColWideAlt{
	float: left;
	width: 62%;
	padding-right: 10px;
}

#midCol{
	float: left;
	width: 35%;
	margin: 0 5 0 0;
	padding: 0 5 0 0;
}

#midColAlt{
	float: left;
	width: 35%;
}

#TwoColLeft{
	width: 49%;
	margin: 0 10 0 0;
	float: left;
}

#TwoColRight{
	width: 49%;
	margin: 0 10 0 0;
	border-left: 1px solid #cccccc;
	float: left;
}


#rightCol{
	float:right;
	width: 32%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 0 5 0 0;
	margin: 0 5 0 0;
}

#mastfoot{
	clear:both;
	padding: 0;
	border-top: 1px solid #cccccc;
	width: 673px;
	font-size:60%;
	text-align: center;
	margin: 0 auto;
}

#legal {
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #FFFFFF;
	border-top: solid 1px #ccc;
	font-size: 80%;
}

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature p {
	line-height: 1.5;
	padding: 0px 0px 10px 0px;
}

.feature img{
	padding: 0;
	float: left;
}

/************** .privacy styles ***************/

.privacy{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.privacy h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.privacy p {
	line-height: 1.5;
	padding: 0px 0px 10px 0px
}

.privacy img{
	padding: 0;
	float: left;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.storyBig{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
}

.storyBig h3{
	font-size: 100%;
}

.story p{
	padding: 5px;
	font-size: 80%;
}

.storyAlt tr{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 80%;
}

.story img{
	padding: 0;
	float: left;
}

.story p img{
	padding: 0;
	float: left;
}

.story ul{
	padding:5px;
	font-size:80%;
	text-indent:15px;
}
/************** .form styles *****************/

.form {
	margin: 30 0;
	padding: 0 0 30 0;
	clear: both;
}
.form p {
	margin-bottom: 30px;
}

.form h3 {
	margin: 30px 0px 0px 10px;
	font-size: 80%;
}

/************** .spotlight styles *****************/

.spotlight {
	background: #DADADA;
	padding-bottom: 5px;
	margin-top: 0px;
}

.spotlight h2 {
	padding: 5px;
}

.spotlight h3 {
	font-size: 100%;
	padding: 5px;
	color: #2E82B3
}

.spotlight p{
	background-color: #E3E3E3;
	color: #666666;
	width: 90%;
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 10px;
	border-right:#CCCCCC 1px solid;
	border-bottom: #CCCCCC 2px solid;
	font-size: 80%;
}

.spotlight p img{
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
}

/************** .tables styles *****************/

.tables {
	font-size: 80%;
}

.tables h2 {
	text-align: center;
}

.tables em {
	font-weight: bold;
	color: #000000;
}

/************** .tableswithdivisor styles *****************/

.tableswithdivisor {
}

.tableswithdivisor h2 {
	text-align: center;
}

.tableswithdivisor em {
	font-weight: bold;
	color: #000000;
}

.tableswithdivisor tr {
	border-bottom:#CCCCCC 1px groove;
}


/************** .events styles *****************/

.events{
	clear: both;
	font-size: 80%;
	border-bottom: solid #ccc 1px;
}

.events h2 {
	color: #FFFFFF;
	background: #2E82B3;
}

.events p{
	font-size: 80%;
	margin-right: 5px;
	text-indent: 10px;
}

.events p a{
}

.events img{
	padding: 0;
	float: left;
}

/************** .quote styles **************/

.quote {
	font-style: italic;
	padding: 10px 30px;
	color: #666666;
	font-size: 80%;
	background-color: #DBDADA;
	border-right:#CCCCCC 2px solid;
	border-bottom:#CCCCCC 3px solid;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}

/************** .readmore styles *****************/

.readmore a{
	float: right;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: inline;}
#navBar ul {
	padding: 0 0;
	color: white;
	background-color: #999999;
	margin: 0;
	line-height: 1.5;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	padding: 10px;
}

#navBar ul li {
	border-bottom: 1px solid #EEE;
	display: inline;
	list-style-type: square;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 20 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks p {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #address styles **************/

#address{
	padding: 20px;
	border: 1px solid #CCC;
	font-size: 80%;
	width: 80%;
}

#address h2 {
	margin-bottom: 10px;
}

#address p{
	color: #333333;
	line-height: 1.3;
}

#address img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-size: 80%;
}

/************** Image Positioning **************/

.leftimage{
	float: left;
	margin: 0 10px 20px 0;
	border: 0;
}


.rightimage{
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
}

.tableimage{
	clear:both;
	text-align:center;
}

.noindent{
	text-indent:0px;
}

.big_blue_num { 
	font-family:arial; 
	font-size:19px; 
	color:#2E82B3; 
	font-weight:bold
}

.main_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#6C6B6B;
	background: #E5E4E4;
}
.main_text p {
	font-size: 90%;
	padding-top: 7px;
	padding-right: 10px;
}

.graycolumn{
	background-color:#E0E0E0;
	height:545px;
	border-right:none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
margin: 20 0;
padding: 0px;
border-bottom: 1px solid #cccccc;
font-size: 60%;



}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DDDDDD;
}

#image_nonborder img { border:0px}
.yellow_11_b {font-family:tahoma; font-size:11px; font-weight:bold; color:#F2AB22; line-height:12px}
#link_blue a {font-family:tahoma; font-size:11px; color:#5A8C9C; line-height:12px}
.text_pom_b {font-family:tahoma; font-size:11px; font-weight:bold; color:#F26522; line-height:17px}
.text_blue_b{font-family:tahoma; font-size:11px; font-weight:bold; color:#5E809E; line-height:13px}
#link_blue_1 a {font-family:tahoma; font-size:11px; color:#0099CC; line-height:12px}
td {vertical-align:top}
.big_blue_num { font-family:arial; font-size:19px; color:#2E82B3; font-weight:bold}
#link_grey_b a {font-family:tahoma; font-size:11px; font-weight:bold; color:#6C6B6B; line-height:13px}
#link_bottom a {font-family:tahoma; font-size:11px; font-weight:bold; color:#ffffff; line-height:13px; text-decoration:none}
.style1 {color: #939393}
.style2 {color: #F26522}
