/* CSS Document */
/* Created for Riley & co by Blue Ginger - http://www.blueginger.co.uk/ */
* {margin: 0px; padding: 0px;} /* - this will reset all margins and paddings to 0 */
body {
	background-color: #ffffff;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0px;
	padding: 0px;
}
#wrapper {
	width: 764px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(./images/contentbkgrnd.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(./images/pg_hdr.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#container {
	display:block;
	width: 764px;
	margin: 0px; padding:0px;
	border:0px solid red;
}
#maincontent {float:left; width:66%; border:0px solid blue; padding-left:40px; color:#445575; }
#maincontent p {font-size:80%; margin-bottom:10px;}
#maincontent h1 {font-size:90%;}
#maincontent ul {font-size:80%; margin-left:20px;}

#maincontent .address {/*font-family:"Times New Roman", Times, serif;*/ color:#BBC0DD; font-size:68%; line-height:110%; margin-bottom:3px;}
#maincontent a {color:#666699; text-decoration:none;}
#maincontent a:hover {text-decoration:underline;}
#maincontent .footnote {font-size:65%; line-height:1.2em; padding-top:40px;}
#maincontent .smltext {font-size:65%; line-height:1.2em;}
#maincontent .add_high {color:#666699; margin-right:10px;}

#bottom_bit {clear:both; border:0px solid pink; padding-top:25px;}
#btm_content {float:left; width:66%; padding-left:40px; color:#445575;}
#disclaimer {margin: 0px 14px 0px 565px; padding-top:44px; color:#8088B6; font-size:65%; line-height:1.0em;}

#btm_content .address {/*font-family:"Times New Roman", Times, serif;*/ color:#BBC0DD; font-size:68%; line-height:110%; margin-bottom:3px;}
#btm_content a {color:#666699; text-decoration:none;}
#btm_content a:hover {text-decoration:underline;}
#btm_content .add_high {color:#666699; margin-right:10px;}

input.txt {
	color: #00008B;
	background-color: #DEDFEB;
	border: 1px solid #cccccc;
	width:200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:95%;
	}
input.btn {
	color: #00008B;
	background-color: #CCCCCC;
	border: 1px outset #00008B;
	padding:2px;
	}
textarea {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; line-height:14px; background-color: #DEDFEB; border: 1px solid #cccccc; }
.txtarea {
	color: #00008B;
	background-color: #DEDFEB;
	border: 1px solid #cccccc;
	width:200px;
	height:80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	}
#maincontent form {
	margin:0px; padding:0px;
	}
#maincontent form p {
	clear:left;
	margin: 0;
	padding: 0;
	margin-top:5px;
	}
#maincontent form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	}
#maincontent form p label.wide {
	float: left;
	width: 55%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	}
/*a:link, a:visited, a:active {color:#BABCD1; text-decoration:none;}
a:hover {color:#244278; text-decoration:underline;} */
/*a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	} */

#menu { background-color:#BEC0D9; width:724px;}
#menu img {margin-right:8px; margin-top:6px; background-color:#BEC0D9;}

#sidebar {margin: 0px 14px 0px 560px; padding:10px;  border:0px solid green; border-top:2px solid white; color:#8088B6;}
/*#sidebar a {border:1px solid orange; margin:0px; padding:0px;}
#sidebar a:hover {margin:0px;border:2px solid #fff;} */
#sidebar img {margin-top: 10px;}
#sidebar h1 {font-size:70%; margin-top:10px;}
#sidebar p {font-size:70%;}
/*#sidebar img {border:2px solid #D7D9E8;padding:0px;
	margin:0px;} */
/* #sidebar a.img:hover {
	border:2px solid #fff;
	padding:0px;
	margin:0px;
	} */
#footer {
	background-image: url(./images/pg_ftr.jpg);
	background-repeat: no-repeat;
	height: 47px;
	clear:both;
	color:#8088B6;
	font-size:70%;
	padding: 13px 0px 0px 40px;
}
#footer a:link, #footer a:visited, #footer a:active {color:#8088B6; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .ftr_link {padding-right:30px;}

#createdby {position:relative;
	width: 730px;
	\width: 740px;
	w\idth: 730px;
	margin:0px auto;
	padding: 0px 0px 10px 30px;
	color:#999999;
	font-size:70%;
	text-align:right;}
#createdby a {color:#0066FF; text-decoration:none;}
#createdby a:hover {text-decoration:underline;}
