/* START CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	background:#11375f url(../images/background.gif) repeat-y top center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

h1 {font-size:24px;margin-bottom:5px;}
h2 {font-size:20px;margin-bottom:5px;line-height:25px;}
h3 {font-size:18px;margin-bottom:5px;}
h4 {font-size:16px;margin-bottom:5px;}
h5 {font-size:14px;font-weight:bold;border-bottom:1px dotted #C1C1C1;padding-bottom:2px;margin-bottom:2px;}
p {font-size:13px;margin-bottom:8px;}
strong {font-weight:bold;}
hr {border:0;height:1px;color: #bbb;background:#bbb;}
li {font-size:13px;}
ul {list-style-type: disc;margin-left:15px;margin-bottom:10px;}

/* Header */
#main_header {
margin-left: auto;
margin-right: auto;
width:960px;
height:110px;
border-bottom:1px solid #bbb;
background:#ffffff;
}

#logo_image {
float:left;
padding-top:6px;
padding-left:15px;
}
#tagline {
padding-top:70px;
padding-right:20px;
float:right;
}

#sub_header {
margin-left: auto;
margin-right: auto;
width:960px;
height:140px;
background:#ffffff;
}

#main_container {
margin-left: auto;
margin-right: auto;
width:960px;
background:#ffffff;
}

/* Content */
#main_content {
margin-left:220px;
padding:10px 20px 20px 20px;
width:695px;
border-left:1px solid #bbb;
background:#ffffff;
}
#main_content a {
color:#9D824F;
}

#main_content ul li ul {margin-top:10px;}
#main_content ul {line-height:15px;}

#main_content ol {
list-style-type:decimal;
margin-left:20px;
margin-bottom:10px;
}

.example {
margin:10px 35px;
padding:8px;
border:1px dashed #CACACA;
background:#FAF9DC;

}

.image_right {
float:right;
margin:8px 0 8px 8px;
border:1px solid;
border-color: #C1C1C1 #A6A6A6 #A6A6A6 #C1C1C1;
}

.contact_info {
float:right;
width:212px;
padding:10px;
background:#F0F0F0;
border:1px solid #C1C1C1;
margin:8px 0 8px 8px;
}

.contact_details {
float:right;
width:300px;
height:125px;
padding:10px 10px 2px 13px;
background:#ebebeb;
margin:0 8px;
}

.contact_details h3{
font-size:16px;
margin-bottom:8px;
padding-bottom:4px;
border-bottom:1px solid #C1C1C1;
color:#11375f;
font-weight:bold;
}

/* Contact Form */
#cForm {width:300px;}
#cForm fieldset { border:0;margin:0;padding:0;}
#cForm label { font-size:13px;padding-top:6px;float:left;height:30px;}
#cForm input.text,textarea { float:right;clear:both;width:200px;font-size:13px;color:#333;padding:3px;margin:2px 0;border:1px solid #ccc; }
#cForm input.submit { padding:1px 3px;font-size:13px;font-weight:bold;}
#cForm textarea {width:320px;}
#cForm .submit {margin:0px 0 0 220px;}

/* Sidebar */
#left_sidebar {
float:left;
width:220px;
background:#ffffff;
}

.sidebar_widget {
}

.bullet {
background: url(../images/bullet.gif) no-repeat top left;
width:15px;
height:15px;
padding-left:16px;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 212px;
}

.buttonmenu ul {
border-bottom: 1px solid #B1B1B1;
}

.buttonmenu li a{
color:#000;
display: block;
width: 212px;
padding: 8px 4px;
text-decoration: none;
font-size:13px;
font-weight:bold;
border-bottom: 1px solid #B1B1B1;
background-color: #fff;
text-decoration:none;
list-style-image: url(../images/bullet.gif);
}


.buttonmenu li a:visited{
color:#000;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color:#000;
background-color: #DDDDDD;
}

/* Footer */
#bottom_footer {
border-top:2px solid #bbb;
padding:15px 10px 10px 10px;
text-align:center;
background:#ffffff;
clear:both;
}
#bottom_footer p {
font-size:10px;
}

/* Javascript Accordian */
#basic-accordian{
	padding:5px;
}

.accordion_headings{
	padding:5px;
	background:#969696;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
}

.accordion_headings:hover{
	background:#535353;
}

.accordion_child{
	padding:15px;
}

.header_highlight{
	background:#727272;
}
