/* Stylesheet for Corporate Blue Templateby PerreLink Design */

body{
padding:0;
margin:0;
background-image: url(images/shadow_bg.gif);
background-repeat: repeat-y;
background-color: #0C5E6E;
font:12px Verdana,Arial,Helvetica,sans-serif;
color:#000000;
}
/* heading styles */
h1{
margin-top:16px;
color: #0B4754;
font: bold 16px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h2{
color: #185764;
font:bold 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* styling for the main content table */
.maintable{
border-right:1px solid #000000;
border-bottom:1px solid #000000;
padding:0px;

}
.innertable {
background-image: url(siteby.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

/* styles the footer table */
.footer{
margin-bottom:10px;
color: #2F4F4F;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align:center;
}

.footer td{
padding-top: 15px;
margin-top:10px;
margin-bottom:10px;
color: #2F4F4F;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align:center;
}

/* we have only used fairly basic styling for the links */
a:link {
color: #0000A0;
font:12px Verdana,Arial,Helvetica,sans-serif;
text-decoration:underline;
}

a:visited {
color: Maroon;
font:12px Verdana,Arial,Helvetica,sans-serif;
text-decoration:underline;
}

a:hover{
color: #0065C6;
font:12px Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
}

a:active {
	color: #0066FF;
font:12px Verdana,Arial,Helvetica,sans-serif;
text-decoration:underline;
}

/*styles for the contact form*/
form { margin: 2px 20px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
color : #00386E;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
color: #1A6071;
font:  bold 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
margin: 6px;
}
/*styles the comments box*/
textarea {
background: url(images/shadeform.jpg) repeat-y;
}
/*styles the input fields*/
input {
	background: url(images/shadeform.jpg) repeat-y;
}
/* list styles */

ul li {
	margin-bottom: 8px;
	color: #000000;	
}

/* used to position any images used right or left in your container */
.imgleft {
	float: left;
}
.imgright{
	float: right;
}

/* the boxed pull quote - can be used on any page - just inset the code from the index html page */
.pullquote {	
float: right;
width:25%;
padding:4px;
border: 1px solid #005161;
font-size:1.3em;
line-height:1.2em;
margin-top:5px;
margin-left:5px;
margin-bottom:10px;
margin-right:10px;
background: url(images/shadeform.jpg) repeat-y;
background-color: #DEE9F4;
font-weight:bold;
color: #8B4513;
}



