/*
Copyright 2009 St. Claire, Inc. - All Rights Reserved
*/

/*
-------------------- BASIC --------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #EAD8B0 url(bgr_body.png) repeat-x;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #484848;
  }

/*
-------------------- CONTAINER --------------------
*/

#container_top {
	background: url(bgr_cont_t.png) bottom no-repeat;
	margin: 0px auto;
	width: 972px;
	height: 48px;
  }

#container {
	background: url(bgr_cont_m.png) repeat-y;
	margin: 0px auto;
	width: 972px;
  }

#container_head {
	margin: 0px 11px;
	width: 950px;
	height: 275px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-bottom-width: 4px;
}

#container_head p {
	float: right;
	margin: 10px;
	color: #666666;
}

#container_head a, a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

#container_head a:hover {
	color: #6699CC;
}

#container_bot {
	background: url(bgr_cont_b.png) top no-repeat;
	margin: 0px auto;
	padding-top: 12px;
	width: 972px;
	height: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
  }


/*
-------------------- NAVBAR --------------------
*/

#body_nav {
	margin: 0;
	margin-left: 11px;
	width: 260px;
	float: left;
	line-height: 80%;
}

#navbar {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#navbar li
{
	display: inline;
	/* for IE5 and IE6 */
}

#navbar a
{
	text-align: left;
	text-indent: 19px;
padding-top: 2px;
	line-height: 250%;
	color: #99CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 260px;
	background: url(bgr_nav.png) top no-repeat;
}

#navbar a.selected
{
	color: #FFFFFF;
}

#navbar button, img {
	border: 0;
}

#button img:hover {
	background: #FFFFFF;
}

#button img {
	background: #99CCFF;
}

#button img {
	margin: 15px;
}

#body_nav a:hover
{
	color: #FFFFFF;
}

/*
-------------------- CONTENT --------------------
*/

#body_content {
	margin-left: 290px;
	margin-right: 11px;
	text-align: left;
}

#body_content a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#body_content a:hover {
	color: #336699;
}


#body_content p, #body_content h1, #body_content li {
	padding-top: 0px;
}

#body_content p {
	padding-bottom: 10px;
	line-height: 140%;
}

#body_content li {
	margin-left: 30px;
	padding-bottom: 10px;
}

#tightlist_1 li {
	margin-left: 30px;
	padding-bottom: 1px;
}

#tightlist_2 li {
	list-style-type:none;
	margin-left: 50px;
	padding-bottom: 1px;
}


#body_content h1 {
	color: #336699;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 20px;
	padding-bottom: 3px;
}

#body_content h2 {
	color: #336699;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 3px;
}

#body_content h3 {
	color: #336699;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 140%;
}

#firstcaps {
	font-size: 16px;
	font-weight: bold;
}

#body_content_pics {
	float: right;
	margin-top: 20px;
}

#body_content_para {
	margin-right: 190px;
}

#body_content_para1 {
	margin-right: 50px;
}

#body_content_para1 hr {
	border: 0;
	background-color: #990033;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
-------------------- ELEMENTS --------------------
*/

#companies {
	background: #336699;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 200%;
	display: block;
	width: 950px;
}

#burgcaps {
    display: block;
    padding-top: 10px;
	color: #990033;
	font-weight: bold;
}

/*
-------------------- FORM --------------------
*/

#myform {
  display: inline
}


.cssform p{
margin: 0;
margin-left: 30px;
padding: 8px 0 8px 0;
padding-left: 165px;
height: 1%;
}

.cssform label{
text-align: right;
font-weight: bold;
float: left;
margin-left: -175px;
width: 160px;
}

.cssform input[type="text"]{
width: 370px;
margin-bottom: 15px;
}

.cssform textarea{
width: 370px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}
