@charset "utf-8";
/* CSS Document */

BODY { background-color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:0; color:#3f3f3f;}

#top {
	text-align:center;
	height:90px;
	width:100%;
	border-bottom:#d9d9d9 thin solid;
}
#top_imgs {
	margin:0 auto;
	width:762px;
	height:41px;
	margin-top:24px;
}
#logo {
 	margin-left:10px;
	float:left;
}
#blurb {
	float:right;
}
#bottom {
	width:100%;
	text-align:center;
	float:left;
}

#banner {
	width:762px;
	margin:0 auto;
}
#content {
	width:762px;
	margin:0 auto;
	text-align:left;
}
#left {
	width:539px;
	float:left;
}
#mb {
    background-image:url(../images/mb-back.gif);
	background-repeat:repeat-y;
	width:539px;
	margin:0;
}
#mb2{
 background-image:url(../images/left-top.gif);
	background-position:top;
	background-repeat:no-repeat;
    width:539px;
	margin:0;
}
#mb3{
	background-image:url(../images/left-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#mb3don{
	background-image:url(../images/left-bottom1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#mb_content{
	padding:10px 20px 20px 20px;
}
#dl2{
	background-image:url(../images/left-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:539px;
	margin:0;
}
#timb {
    background-image:url(../images/timb-back.gif);
	background-repeat:repeat-y;
	width:539px;
	margin:0;
}
#timb2{
 background-image:url(../images/timb-top.gif);
	background-position:top;
	background-repeat:no-repeat;
    width:539px;
	margin:0;
}
#timb3{
	background-image:url(../images/timb-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#timb_content{
		padding:50px 20px 20px 20px;
}
#disc {
    background-image:url(../images/disc-back.gif);
	background-repeat:repeat-y;
	width:539px;
	margin:0;
}
#disc2{
 background-image:url(../images/footer-top.gif);
	background-position:top;
	background-repeat:no-repeat;
    width:539px;
	margin:0;
}
#disc3{
	background-image:url(../images/disc-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#disc_content{
	  height:25px;
		padding:50px 20px 20px 20px;
}
#disc_box{
	width:50%;
	font-weight:bold;
	float:left;
}
#disc_box img{margin-right:5px;}
#disc_box a{color:#3f3f3f;}
#right{
   color:#737373;
	width:195px;
	float:right;
}
#right #learn_box{
	margin:15px 0 10px 0;
	font-weight:bold;
}
#right #learn_box img{
	margin-right:10px;
}
#right #learn_box a{
	color:#737373;
}
#f {
    background-image:url(../images/form-back.gif);
	background-repeat:repeat-y;
	margin:0;
		width:195px;
}
#f2{
 background-image:url(../images/form-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
}
#f3{
	background-image:url(../images/form-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#f_content{
height:643px;
	padding:45px 0 20px 15px;
}
#fshort_content{
	padding:45px 0 20px 15px;
}
#learn2{
 background-image:url(../images/learn-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
}
#timb {
	width:539px;
}
#footer{
	background-image:url(../images/footer-background.gif);
	width:762px;
	height:103px;
	text-align:left;
	float:left;
	margin-top:20px;
}
#footer p{padding:25px;}
#footer a{color:#3f3f3f;}
//Form
    #right #form {
	margin:0; }
	}
    #right #form label {
      display: block;
      font-size: 11px;
      font-weight: bold;
      color: #737373;
      padding: 0; }
    #right #form .text, #right #form .select {
      margin: 0 0 9px 0; }
      #right #form .text input, #right #form select {
        width: 160px;
         font-size: 11px;
	}
    #right #form .submit {
      margin: 2em 0 0 0; 
	}
	
//Accordion styles
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
text-decoration:underline;
background-image: url(../images/accordion_header.jpg);
background-position:bottom left;
background-repeat:no-repeat;
height:30px;
line-height:25px;
padding:0 0 0 35px;
	
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings a{
	color:#10947a;
}
.accordion_headings:hover{
background-image:url(../images/accordion_header_down.jpg);
	height:30px;
}

.accordion_child{
	padding:7px;
	width:465px;
	
}

.header_highlight{
background-image:url(../images/accordion_header_down.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
