body {
margin:0px 0px 0px 0px;
width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	background:url(graphics/blue_bar.jpg) repeat-x top;
	text-align:center;
}

#container {
	widht:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 760px;
	
}
#header {
width:760px;
height:140px;
}
#logo {
width:350px;
float:left;
background:url(graphics/thudguard_logo.jpg) no-repeat;
height:119px;
}
#header_pic {
	float:right;
	width:350px;
	background:url(graphics/kids_header.jpg) no-repeat;
	height:119px;
	background-position: 50px;
}
#nav {
width:740px;
height:22px;
padding-right:20px;
}
#nav_l_col {
	float:left;
	width:300px;
	text-align:left;
	padding-top: 3px;
}
#nav_r_col {
	float:right;
	width:420px;
	text-align:right;
}
#nav_r_col a {
display:block;
background-image:url(graphics/nav_button.jpg);
background-position:center;
height:21px;
color:#fff;
float:left;
padding:1px 5px 0px 5px;
font-size:14px;
font-weight:bold;
}
#nav_r_col a:link {

}
#nav_r_col a:hover {
color:#FFCCCC;
background-position:center -22px;
text-decoration:none;
}
#content {
width:760px;
margin-top:10px;
background:url(graphics/page_middle.jpg) repeat-y;
}
#footer {
background:url(graphics/page_bottom.jpg) no-repeat;
height:20px;
width:740px;
padding:5px 10px 0px 10px;

}
#content_l_col {
width:410px;
float:left;
padding:5px 12px 5px 32px;
display:inline;
}
#content_r_col {
float:right;
width:256px;
padding:5px 32px 5px 12px;
display:inline;
width:
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.small {
	
	font-size: 10px;
}

.medium {
	
	font-size: 13px;
}
.error {
	
	font-size: 12px;
	color:#FF6600;
}
.big {
	
	font-size: 16px;
}
.biggblue {
	
	font-size: 16px;
	color:#6666CC;
}

.xbig {
	
	font-size: 24px;
}
.med_big {
	
	font-size: 12px;
	color:#6666CC;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
}

h1, h2, h3, h4, h5, h6 {
margin:0px;
}

.acc_content {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
padding:10px 0px 10px 10px;
border-bottom:#CCCCCC 1px solid;

}
#basic-accordian{
	width:400px;
	z-index:2;

}

.accordion_headings{
	
	
	color:#000;
	
	cursor:pointer;
	
	text-align:left;
	font-size:14px;
	width:400px;
	font-weight:bold;
	
	padding-top:10px;
	padding-bottom:10px;
	
	
}


.accordion_child{
width:400px;
padding:0px 0px 10px 10px;
border-bottom:#CCCCCC 1px solid;
border-top:#CCCCCC 1px solid;
margin-top:10px;
margin-bottom:10px;

}
.header_highlight{
	color:#000000;
	
	
}

.text_input_wrapper {
width:200px;
height:30px;
background:url(graphics/textinput_background.jpg) no-repeat;
}
.text_area_wrapper {
width:200px;
height:120px;
background:url(graphics/text_area_background.jpg) no-repeat;
}
#form .text_input {
margin-left:5px;
margin-top:3px;
border:none;
background:none;
width:190px;
height:25px;
padding:2px 5px 0px 2px;
font-size:16px;
color:#000099;
}
#form .text_area {
	margin-left:5px;
	margin-top:3px;
	border:none;
	background:none;
	width:189px;
	height:110px;
	padding:2px 5px 0px 2px;
	font-size:12px;
	color:#000099;
}
