@charset "utf-8";
/* CSS Document */

body {background-color:#eeeeee; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}

#basic-accordian{
	width:170px;

}

.accordion_headings{
	cursor:pointer;
	font-size:16px;
}

.accordion_child{
	padding-left:8px;
	background:#EEE;
}

.accordion_child a {
   
    font-size:12px;
	color:#3a5f7b;
	text-decoration:none;
	font-weight:bold;
}

.accordion_child a:hover {
    text-decoration:underline;
}

.header_highlight{
	background:#00CCFF;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

.big_header {
   color:#4a7089;
   font-size:20px;
   font-weight:bold;
}

.med_header {
   color:#4a7089;
   font-size:16px;
   font-weight:bold;
}

.sm_header {
   color:#000000;
   font-size:14px;
   font-weight:bold;
}

.sm_left_bar {
   color:#a8daff;
   font-size:11px;
   font-weight:bold;

}

.listings {
   

}

.listings li {
   padding:3px;

}

.links a{
   color:#4a7089;
}

.links a:hover{
   color:#666666;
}

input {
   
}

input[type="text"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

input[type="checkbox"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

input[type="submit"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

input[type="file"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

input[type="button"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

input[type="reset"] {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

textarea {
   border:1px solid #999999;
   background-image:url(images/field_bg_blue.gif);
   background-repeat:repeat-x;
}

.footer a{
	color:white;
	text-decoration:none;

}

.footer a:hover{
	color:#ead70e;
	text-decoration:none;

}

.slideshow { height: 232px; width: 232px; margin: auto; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }