@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-position: top;
}
.pac #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #F0F1F5;
} 
.pac #header {
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(../images/Peninsula-full.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
a:hover {
}

.pac #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pac #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.pac #mainContent {
	background-image: url(../images/Peninsula-man.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------------------- Footer ---------------------- */
#footer {
	clear:both;
	color:#424242;
	padding:10px 0pt;
	position:relative;
	text-align:center;
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
}
#footer a {
    color:#424242;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    font-size:0.814em;
    margin: 0.25em;
}
#footer .boilerplate {
    color:#424242;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #353535;
	margin: 0px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	display: inline;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000;
}
h4            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 0.7em;
	font-style: italic;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B96511;
}
.h1Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #353535;
}
.h1Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
}
.h2Txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CFCFCF;
	margin-left: 5px;
	margin-bottom: 5px;
}
h5 a {
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 18px;
}

p		{
	color:#464646;
	margin:0 0 10px 0;
	padding:0;
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
.services {
	width: 190px;
	border: thin solid #494965;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
	padding-left: 15px;
	margin-bottom: 5px;
	background-image: url(../images/arrow_right_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
 }
hr {
	color: #960025;
	border: 2px solid #950526;
}

/*this container holds the right-hand column divs*/
#holderdiv {
	width: 180px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 195px;
	padding-right: 10px;
	padding-left: 5px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	background-color: #f7f1f1;/*themecolour4;*/
	background-image: url(../images/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #C6BFBF;
	font-size: 14px;
	width: 195px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.leftcoldiv2 {
	background-color: #FBFBFC;/*themecolour1;*/
	background-image: url(../images/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #C6BFBF;
	width: 195px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.navcoldiv {
	background-image: url(../images/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #C6BFBF;
	width: 195px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
