/*   MAIN CONTAINERS   */

body {
	font-size: 62.5%;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	background-image: url(../images/butbk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #A7D3EE;
}

.container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}


.logo {
	float: none;
	width: 770px;
	margin-top: 15px;
}

.header {
	float: none;
	width: 770px;
}


.fullcontentcontainer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/shadbk.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.subnavcol {
	float: left;
	width: 150px;
}

.contentcontainer {
	width: 700px;

	margin-left: 40px; }

.contentcoldoubleleft {
	width: 315px;
	float: left;
}

.contentcoldoubleright {
	width: 210px;
	float: right;
	text-align: right;
}


.clear {
	clear: both;
}

.mainnav {
	float: none;
	width: 770px;
	display: block;
	height: 29px;
	overflow: visible;
	clear: both;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/navbk.png);
}

/*   MAIN NAVIGATION   */


.mainnav  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E88C3;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/navbuttonbk.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 6px;
	overflow: visible;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mainnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/navbkon.png);
	background-repeat: repeat-x;
}

.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	height: auto;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/navroll.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	top: 6px;
	overflow: visible;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}



/*   LEFT SUBNAV COLUMN  */

.subnavcol p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	font-weight: normal;
	position: relative;
}

.subnavcolmain a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #34A3D9;
	display: block;
	height: 15px;
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A7E7EF;
	border-right-color: #A7E7EF;
	background-image: url(../images/sidemain.png);
}

.subnavcolmain a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.subnavcolsub a {
	font-weight: normal;
	color: #2E88C3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	display: block;
	height: 15px;
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A7E7EF;
	border-right-color: #A7E7EF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/sidesub.png);
}

.subnavcolsub a:hover {
	text-decoration: none;
	color: #C54C8F;
}

.subnavcolon  {
	font-weight: normal;
	color: #C54C8F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	display: block;
	height: 15px;
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A7E7EF;
	border-right-color: #A7E7EF;
	background-image: url(../images/sidesubon.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}


/*   RIGHT CONTENT COLUMN    */

.contentcontainer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #2E88C3;
	font-weight: normal;
}


.contentcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	font-weight: normal; margin-bottom:6px; line-height: 140%; }
	
.contentcontainer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	font-weight: normal; margin-bottom:6px; line-height: 140%; }

ul li {list-style-type: circle;}	

.contentcontainer a {
	font-weight: bold;
	color: #C54C8F;
	text-decoration: none;
}

.contentcontainer a:hover {
	text-decoration: underline;
}

.contentcontainer #imagespace {
	text-decoration: underline; margin: 6px 10px 2px 6px;
}

.contentcontainer #imagespaceleft {
	text-decoration: underline;
	margin-left: 6px;
}


/*   BOTTOM NAV   */

.bottomnav {
	float: none;
	width: 770px;
	background-attachment: scroll;
	background-image: url(../images/botbk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	text-align: center;
}

.bottomnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;
	position: relative;
	padding: 8px;
}

.bottomnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E88C3;
	text-decoration: none;

}

.bottomnav a:hover {
	text-decoration: underline;
}


.bottomnavon {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C54C8F;} 
	
.shaded {background-color: #F1F3F3;}

#prices {width: 90%; padding: 1px; border: 1px solid #ACB5B9; font-size: 1.3em; margin-left:20px;}
#prices td {padding: 1px; border: 1px solid #C8CED0; text-align: center;}
#prices th {padding: 1px; border: 1px solid #C8CED0; text-transform: uppercase; color: #A54D9B;}
#prices .shaded {font-size: 110%; font-weight: bold;}
#prices .shadedl {font-size: 110%; font-weight: bold; text-align:left;}

#high {width: 94%; padding: 10px; border: 1px solid #ACB5B9; font-size: 1.4em; margin-left:10px; line-height: 140%;}

/* FORMS */
#form {width: 80%; padding: 3px; margin-left:20px;  }
fieldset {background-color: #FAEBF2; border: 1px solid #A54D9B; line-height: 145%; padding: 20px }
legend {font-weight: bolder; font-size: 140%; color: #A54D9B;}
label {padding: 6px 0px 6px 0px; color: #333333 }
input:focus{background-color:#ffffcc; color:000000:s; border-left: 3px solid #6A69AD;}
em {font-weight:bold; color: #804D5F; font-size: 14px;}

.caps {text-transform:uppercase;}
.capsmall {text-transform:uppercase; font-size: 90%; color: #8A7587}
.strong {font-weight: bold;}
.colorstrong {font-weight: bold; color: #A54D9B;}
.colorstrongb {font-weight: bold; color: #A54D9B; font-size:120%;}
.none {display: none;}
.highlight {background-color: #FAEBF2; width: 50%; margin-left: 20px; padding: 3px; line-height:150%;}
.line {border-top: 1px solid silver; padding-top:5px;}
h2 {font-weight: bold; font-size: 1.35em; line-height: 130%; color: #A0A0A0;}
h3 {font-weight: bold; font-size: 1.3em; line-height: 130%; color: #A0A0A0; text-transform: uppercase;}
h4 {margin-bottom: 0px;font-size: 2em; color: #A0A0A0; text-transform: uppercase; font-weight: normal}
.left {text-align: left;}
.right {text-align:right; border-top: 1px solid silver; text-transform: lowercase;}

.leftalignedpic {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	float: left;
	border: 3px solid #CCCCCC;
	padding: 1px;
}
