/* style_a.css */


@charset "UTF-8";

body {
	background-color:#f0f0f0;
	margin:0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
	color:#333333;
}

ul {
	margin:0 10px 10px 15px;
	padding:0;
	list-style:none;
}

ul li {
	line-height:16px;
	color:#333333;
	font-size:12px;
	background:url(../images/bullet.gif) no-repeat 5px 4px;
	margin:0 0 5px 0;
	padding-left:15px;
}

ul.child {
	margin:5px 10px 10px 0;
	padding:0;
	list-style:none;
}

ul.child li {
	line-height:16px;
	color:#333333;
	font-size:12px;
	background:none;
	margin:0 0 5px 0;
	padding-left:15px;
}

strong {
	font-weight:bold;
}

a {
	color:#4485bb;
	text-decoration:underline;
}

a:hover {
	color:#2a67a8;
	text-decoration:underline;
}

/* top nav links */
a.topnav {
	color: #666666;
	font-size: 11px;
	text-decoration:none;
}

a.topnav:hover {
	color: #333333;
	font-size: 11px;
	text-decoration:none;
}


/* left side nav links */
a.leftnav {
	color: #666666;
	font-size: 12px;
	display:block;
	/*height:20px;*/
	padding:5px 0 5px 5px;
	text-decoration:none;
}

a.leftnav:hover {
	color: #000000;
	font-size: 12px;
	display:block;
	/*height:20px;*/
	padding:5px 0 5px 5px;
	background:#ffffff; 
	text-decoration:none;
}

a.currentpage {
	background:#cc3333;
	font-size: 12px;
	color:#ffffff;
	display:block;
	/*height:20px;*/
	padding:5px 0 5px 5px;
	text-decoration:none;
}

a.currentpage:hover {
	background:#ffffff;
	font-size: 12px;
	color:#cc3333;
	display:block;
	/*height:20px;*/
	padding:5px 0 5px 5px;
	text-decoration:none;
}


/* links to page sub-sections */
a.sublink {
	color:#CC3333;
	font-size:12px;
	text-decoration:none;
}

a.sublink:hover {
	color:#CC3333;
	font-size:12px;
	text-decoration:underline;
}

/*td a.leftnav:link    {display:block; background:#f0f0f0; height:25px;}
td a.leftnav:active  {display:block; background:#cc3333; height:25px;}
td a.leftnav:visited {display:block; background:#f0f0f0; height:25px;}
td a.leftnav:hover   {background:#ffffff; height:25px;}*/

h1 {		/* red heading */
	color: #CC3333;
	font-size: 18px;
	font-weight: bold;
	padding:0;
	margin:0 10px 10px 10px;
}

h1.g {	/* dark gray heading 1 */
	color:#212121;
	font-size:14px;
	padding:0;
	margin:0 10px 10px 10px;
}

h2 {		/* blue heading 2 */
	color:#4485bb;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 10px 10px 10px;
}

h2.g {	/* bolded gray heading 2 */
	color:#555555;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0 10px 10px 10px;
}

h2.r {		/* red heading 2 */
	color:#cc3333;
	font-size:12px;
	padding:0;
	margin:0 10px 10px 10px;
}

h3 {		/* blue heading 3 */
	color:#4485bb;
	font-size:11px;
	padding:0;
	margin:0 10px 10px 10px;
}

h4 {		/* gray heading 4 */
	color:#555555;
	font-size:10px;
	padding:0;
	margin:0 10px 10px 10px;
}

.sub_head {
	color: #4485bb;
	font-size: 12px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height:16px;
	padding:0;
	margin:0 10px 10px 10px;
}

.pbd {	/* paragraph with dashed lower border */
	border-bottom: 1px #c2c2c2 dashed;
	color:#555555;
	font-family:"garamond";
	padding:0;
}

.pbs {	/* paragraph with solid lower border */
	border-bottom: 1px #c2c2c2 solid;
	color:#555555;
	padding:0;
}

.pxext {
	color:#555555;
	padding:0;
}

hr {
	color:#c2c2c2;
	height:1px;
	background:#c2c2c2;
	border:0;
	width:90%;
	padding:0;
}

.button {
	background:#2a67a8;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	font-size: 10px;
}

.centerbodytext {		/* center section text */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
        margin-left:15px;
}

textarea {			
	background-color: #f0f0f0;
	border: 1px solid #2a67a8;
	color: #6b6b6b;
	font-family: verdana, ms sans serif;
	font-size: 12px;
	padding:2px;
}

input {			/* custom search button */
	background-color: #f0f0f0;
	border: 1px solid #2a67a8;
	color: #6b6b6b;
	font-family: verdana, ms sans serif;
	font-size: 12px;
	padding:2px;
}

.rightblueheadings {	/* right blue headings */
	color: #4485bb;
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 5px 0;
}

.rightbodytext {		/* right section text */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.breadcrumbs {
	margin:10px;
	color:#4485bb;
}

.breadcrumbs a {
	color:#4485bb;
	text-decoration:none;
}

.breadcrumbs a:hover {
	color:#2a67a8;
	text-decoration:underline;
}

.subcontent_box {
	margin:10px;
	border:1px solid #c2c2c2;
	padding:10px;
}

.subcontent_title {
	margin:0 10px 10px 10px;
}

.photo_1 {
	border:1px solid #c2c2c2;
}

.bottom {
	height: 20px;
}

.gallery {
	margin:10px;
}

.gallery_thumb {
	float:left;
	position:relative;
	margin:0 5px 5px 0;
	border: 1px solid #ccc;
}

.gallery_thumb img {
	margin:5px 5px 0 5px;
}

.caption {
	padding:3px;
	background: #f0f0f0;
	color:#000000;
	width:93px;
}

#calendar {
	border: 1px solid #2a67a8;
	width:96%;
	margin:10px;
}

#calendar th {
	background-color:#2a67a8;
	color:#ffffff;
	font-weight:bold;
}

#calendar td {
	border: 1px solid #2a67a8;
	background-color:#fdfdfd;
}

.error {
	margin:10px;
	padding:10px;
	color:#cc3333;
	border:1px solid #cc3333;
	display:block;
	position:relative;
	font-weight:bold;
}

.border_right {
	float:right;
	margin:0 0 10px 10px;
	border: 1px solid #2a67a8;
}
