/***********************************************/
/* Web Site: Blanchrdstown CIS	               */
/*                                             */
/* Media: Screen                               */
/*                                             */
/* Author: Silvia PIlotto                      */
/*                                             */
/* Created: 2010                  */
/***********************************************/

/* ----- BASIC HTML ---------------------------------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 200%;
	line-height: 140%;
	padding: 0;
	margin: 0 0 10px 0;
	color: #99cc33;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 150%;
	line-height: 190%;
	padding: 0;
	margin: 0 0 6px 0;
	color: #99cc33;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	line-height: 190%;
	padding: 0;
	margin: 0 0 8px 0;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

ul {
	margin: 8px 0 10px 14px; /* Required for cross-browser list indentation */
	padding: 0 0 0 14px; /* Required for cross-browser list indentation */
	list-style-image: url(li_bullet.jpg);
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-image:url(li_bullet.jpg);
}

ul ul {
	margin: 8px 0 10px 10px; /* Required for cross-browser list indentation */
	padding: 0 0 0 10px; /* Required for cross-browser list indentation */
	list-style-image: url(li_bullet.jpg);
}

ul ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
}

ol {
	margin: 8px 0 10px 15px; /* Required for cross-browser list indentation */
	padding: 0 0 0 15px; /* Required for cross-browser list indentation */
	}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

ol ol {
	margin: 8px 0 10px 12px; /* Required for cross-browser list indentation */
	padding: 0 0 0 12px; /* Required for cross-browser list indentation */
}

ol li li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	background: #f0f7e5;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 7px 0;
}

/* ----- STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color:#0099cc;


}

#body .fontNormal{
font-size: medium;
}


.hide {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}


.logo_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.body_image {
	padding: 0 0 5px 10px;
	border:none;
	
	float:right;	
}



#wrapper {
	width: 100%;
	background-color:#0099cc;
}

#main {
	width: 990px;
	margin: 10px auto 10px auto;
	padding: 0;
	background-color:#CCCCCC;

}

#canvas {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: #f0f0f0 url(canvas_bg.gif) repeat-x;
}

#header {
	width: 960px;
	height: auto;
	margin: 0;
	float:left;
}

#primary_logo {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 205px;
	height: 135px;
	margin: 0;
}

#secondary_logo {
	position: absolute;
	bottom: 10px;
	left: 45px;
	width: 140px;
	}

#banner {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 476px;
	height: auto;
	margin: 15px 0 0 41px;
}

#title {
	width: 476px;
	height: auto;
	margin: 0 0 4px 0;
}

#subtitle {
	width: 476px;
	height: auto;
	padding-top: 0px;
}

#subtitle p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.subtitle1 {
	font-size: 20px;
	color: #0099CC;
	}

#page_actions {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 140px;
	height: auto;
	margin: 10px 40px 0 0;
	font-size: 90%;
}

#page_actions ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions li {
	margin: 0;
	padding: 0;
	text-align: right;
}

#page_actions a {
	color: #0099CC;
}

#page_actions a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}

.page_actions_image {
	vertical-align: top;
	margin: 0 0 10px 0;
	padding: 1px;
	border: none;
	}


#content {
	position:relative;
	float:left;
	width: 960px;
	height: auto;
	margin: 0;
}

#section {
	position: relative;
	top: 0;
	left: 205px;
	width: 618px;
	height: auto;
	margin: 0 55px 0 0;
	padding: 30px 40px 30px 40px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#copy {
	float: left;
	width: 618px;
	height: auto;
}

#sidebar {
	float: right;
	width: 200px;
	height: auto;
	margin: 13px 0 20px 0;
	border: 1px solid #daeac1;
}


#sidebar h2 {
	margin: 0 0 7px 0;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #daeac1;
	background: #f0f0f0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
}

#sidebar p {
	padding: 5px 0px 0px 20px;
	font-size: 90%;
	line-height: 150%;
}

#sidebar a {
	color: #0099CC;
	}

#prop {
	float: right;
	width: 0;
	height: 700px;
}

#section ul a {
	font-weight: bold;
	color: #0099cc;

}

#section ul a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#section ol a {
	font-weight: bold;
}

#section ol a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 160px;
	height: auto;
	margin: 31px 0 0 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav_border {
	margin: 0 0 25px 0;
	border-top: 1px solid #ccc;
}

#nav_feature {
	width: 160px;
	height: auto;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#phone {
	padding: 5px 20px 0 0;
	margin: 0 0 5px 0;
	}

#phone li{
	font-size: 110%;
	font-weight:bold;
}

#footer {
	height: auto;
	margin: 0 55px 0 205px;
	padding: 14px 0 12px 40px;
}

#footer p {
	font-size: 0.8em;
	color: #888;
}

#footer a, #footer a:visited {
	background: none;
	color: #888;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover {
	background: none;
	color: #0099cc;
	text-decoration: underline;
}

#base {
	width: 990px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #999 url(base_bg.gif) repeat-y;
}

/* ----- GLOBAL NAVIGATION --------------------------------*/

#nav ul {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-type: none;
}

#nav li {
	display: inline;
	padding: 0;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav li a {
	display: block;
	width: 139px;
	height: auto;
	margin: 0;
	padding: 3px 20px 3px 1px;
	background: url(nav_bullet_off.gif) 0 0 no-repeat;
	color: #444;
	text-decoration: none;
	line-height: 1.4em;
}

#nav li a:hover {
	display: block;
	background: url(nav_bullet_hover3.gif) 0 0 no-repeat;
	color:#0099cc;
}

#nav li span {
	display: block;
	width: 154px;
	height: auto !important;
	height: 19px;
	margin: 0;
	padding: 3px 20px 3px 1px;
	background: url(nav_bullet_on2.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
	color:#0099cc;
}

#nav li span.active a {
	display: block;
	width: 143px;
	height: auto;
	margin: -3px 0 -3px 0;
	padding: 3px 30px 3px 1px;
	background: url(nav_bullet_parent.gif) 0 0 no-repeat;
	font-weight: bold;
	line-height: 1.4em;
}

#nav li span.active a:hover {
	display: block;
	background: url(nav_bullet_parent.gif) 0 0 no-repeat;
	color: #222;
}

#nav ul ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	list-style-type: none;
}

#nav ul ul li {
	display: inline;
	padding: 0;
	line-height: 230%;
	list-style-type: none;
}

#nav ul ul a {
	display: block;
	width: 134px;
	height: auto;
	margin: 0;
	padding: 5px 25px 5px 10px;
	background: url(nav_bullet_off2.gif) 0 0 no-repeat;
	text-decoration: none;
	line-height: 1.4em;
}

#nav ul ul a:hover {
	display: block;
	background: url(nav_bullet_hover2.gif) 0 0 no-repeat;
}

#nav ul ul span {
	display: block;
 	width: 146px; 
	height: auto !important;
	height: 16px;
	margin: 0;
	padding: 5px 25px 4px 10px;
	background: url(nav_bullet_on2.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
}

#nav_feature ul {
	margin: 0;
	padding: 0;
	border-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	list-style-type: none;
}

#nav_feature li {
	display: inline;
	padding: 0;
	list-style-type: none;
}

#nav_feature li a {
	display: block;
	margin: 0;
	padding: 0 0 0 1px;
	border-bottom: 0;
	background: none;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	line-height: 140%;
}

#nav_feature li a:hover {
	display: block;
	background: none;
	color: #0099CC;
}

#nav ul .navChild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li .navChild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#nav ul a:hover.navChild {
	display: block;
	background: url(nav_bullet_hover3.gif) 0 0 no-repeat;
}


#nav ul .navChild span {
	color:#0099cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#breadcrumbs {
	width: 618px;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #0099cc;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs_container a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #0099CC;
	text-decoration: underline;
}

#widget {
  width: 616px;
  height: 200px;
  margin-bottom: 15px;
  padding: 6px 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ----- STANDARD PAGE ELEMENTS ---------------------------*/


.quote div p {
	font-size: 90%;
	line-height: 160%;
}

.alignright, .alignleft {
	float: right;
	clear: right;
	margin: 5px 0 6px 10px;
}

.quote {
 margin: 15px 0px 15px 0px;
 padding: 5px 0 0 50px;
 border: #99cc33;
 border-style:solid;
}

.strong {
font-weight:bold;
}


#section p a, .highlightgrey a, .highlight a {
	font-weight: bold;
	color: #0099CC;
}

#section p a:hover, .highlightgrey a:hover, .highlight a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #0099CC;
	text-decoration: underline;
}

.highlightgrey, .highlight {
	clear:both;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #d0e5ac;
	line-height: 1.7em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

table {
	margin: 10px 0;
}

td {
	padding: 5px;
}

.rowheader {
	background: #7fba00;
	color:#FFFFFF;
	padding: 10px;
}

	
.leftcolumnbox {
	background: #0099CC;
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	padding: 15px 5px;
	margin: 0 10px 0 0;
}

.smalltext {
	font-size: 70%;
}

/* ----- FORMS -----------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 90%;
	color: #333;
}

fieldset h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	}

fieldset p {
	clear: both;
	font-size: 1em;
}

fieldset fieldset {
	margin: 5px 0 0 0;
	border: none;
}

fieldset legend {
	padding: 0 5px 10px 5px;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #111;
}

fieldset .error {
	background:#faeaea;
}

fieldset ul {
	margin-left: 3em;
	font-size: 1em;
}

fieldset label {
	width: 160px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset legend {
	width: 110px;
	margin: 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset label {
	width: 120px;
	padding: 3px 10px 0 0;
	font-weight: normal;
}

fieldset label {
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

fieldset input, fieldset select, fieldset .right {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

fieldset textarea {
	display: block;
	float: left;
	width: 225px;
	height: 160px;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.fullwidth {
	display: inline;
	width: 300px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: left;
}

.inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.indent {
	display: inline;
	margin: 3px 0 0 170px;
}

fieldset br {
	clear: both;
	letter-spacing: 0;
}

fieldset .submit {
	margin: 0 0 0 170px;
}

#formbutton {
	display: inline;
	margin: 0 0 0 170px;
}


