/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
}

#wrapper {
	width:748px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image:url(images/bg_mid.jpg);
	background-repeat:repeat-y;
}

#header {
	/*height:36px;*/
	padding:5px;
	padding-left:15px;
}

#curve_top {
	background-image:url(images/bg_top.jpg);
	background-repeat:no-repeat;
	height:16px;
}

#curve_left {
	background-image:url(images/bg_left.jpg);
	background-repeat:no-repeat;
	width:5px;
	float:left;
	height:600px;
}

#curve_right {
	background-image:url(images/bg_right.jpg);
	background-repeat:no-repeat;
	width:5px;
	float:left;
	height:600px;
}

#curve_bottom {
	height:17px;
	background-image:url(images/bg_btm.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	clear:both;
}

#content {
	width:738px;
	background-color:#FFFFFF;
	float:left;
}

#content_left {
	float:left;
	width:275px;
	margin-left:12px;
	margin-top:10px;
}

*html #content_left {
	float:left;
	width:275px;
	margin-left:5px;
	margin-top:10px;
}

#content_right {
	margin-top:10px;
	float:right;
	width:420px;
	margin-right:22px;
	padding-left: 0px;
}

*html #content_right {
	margin-top:10px;
	float:right;
	width:420px;
	margin-right:10px;
	padding-left: 0px;
}

#footer {
	width:748px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
}

	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #448F8F;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #448F8F;
}

h2 {
	margin: 0;
	color: #448F8F;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #448F8F;
	text-decoration: none;
}

h3 {
	margin: 0 0 8px 0;
	color: #448F8F;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
	
h4 {
	margin: 0;
	color: #448F8F;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px dotted #006699;
	border-bottom: 1px dotted #006699;

}

h5 {
	margin: 0 0 8px 0;
	color: #448F8F;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #448F8F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.address {
	padding-top:15px;
	font-size:11px;
	text-align:center;
}

.subheading
{
	margin: 20px 0px 5px 0px;
	padding: 0px;
	color: #1F93c6;
	font-size: 12px;
	font-weight: bold;
}

.contactform input.bordered {
	border: 1px solid #666666;
	width: 230px;
	font-size: 12px;
}

.contactform textarea.bordered {
	border: 1px solid #666666;
	width: 290px;
	font-size: 12px;
}

.contactform th {
	width: 50px;
	text-align: left;
	font-weight: normal;
	padding: 4px 10px 4px 0px;
	vertical-align: top;
	font-size: 11px;
	border-bottom: 1px solid #EAEAEA;
}

.contactform td {
	padding: 4px;
	vertical-align: top;
	font-size: 11px;
	border-bottom: 1px solid #EAEAEA;
}

td {
font-size: 11px;
}

div.formbutton 
{
	padding: 10px 0px 10px 0px;
}

.btnsubmit {
	font-size: 11px;
	line-height:14px;
}

#spamtrap {
	display:none;
}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
border-right: 1px solid #DADADA;

	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
		padding: 8px 20px 8px 20px;
	color: #515151;
	text-decoration: none;


}

.chromestyle ul li:last-child a {
	border-right: none !important;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration:underline;
	color: #227A7A;
}


#newsletter-head {
margin-top:10px;
width:266px;
height:30px;
line-height:30px;
background: url(images/border-top.jpg) no-repeat left top;
vertical-align:bottom;
font-weight:bold;
text-align:center;
}
#newsletter-mid {
width:266px;
background: url(images/border-mid.jpg) repeat-y left top;
}
#newsletter-content {
padding:10px;
color:#333333;
}
#newsletter-content form {
font-size:10px;
margin-top:10px;
margin-bottom:20px;
}
#newsletter-content input {
font-size:10px;
}
#newsletter-content form label
{
float: left;
width: 80px;
clear: left;
padding-top: 2px;
margin-bottom: 5px;
}
#newsletter-content form input
{
clear: right;
width: 150px;
margin-bottom: 5px;
float: right;
border: 1px solid #cccccc;
}
#newsletter-content form .submit
{
clear: both;
text-align: right;
padding:0px;
}
#newsletter-footer {
width:266px;
height:30px;
background: url(images/border-bottom.jpg) no-repeat left bottom;
}
.al {text-align:left}
.ac {text-align:center}
.ar {text-align:right}
