@import "content_style.css";

html,body { 
	margin:0; 
	padding:0 
}
body { 
	font: 12px arial, sans-serif; 
	background-image: url(../../graphics/tile.png); 
	text-align:center; 
}
a {
	display:inline;
}
#header { 
	height:80px; 
	line-height:80px; 
	margin:0; 
	padding-left:10px; 
	background: #feffff; 
	color: #79b30b; 
	text-align: right; 
	border-bottom: 3px solid #4ab5d6; 
}
#header2 { 
	height: 160px; 
	background: #4ab5d6; 
	color: #79b30b; 
	text-align: right; 
	border-bottom: 1px solid #feffff; 
}
#top_nav { 
	height: 22px;
	background: #009; 
	color: #fff; 
	border-top: 1px solid #feffff; 
	border-bottom: 1px solid #feffff; 
}
#container { 
	background-color: white; 
	text-align:left ; 
	border: 1px solid #006; 
}
#content p {
	line-height:1.4
}
#footer { 
	background: #009; 
	color: #fff; 
	border-top: 1px solid #feffff; 
}
.header_img { 
	border-left: 1px solid white; 
}
#midbit { 
	width: 100%; 
	margin-bottom: 10px;
}
#content { 
	background-color: #ffffff; 
	width: 640px ; 
	padding: 0 20px; 
	border-right: 1px solid #009; 
	vertical-align: top;
}
#rhs { 
	vertical-align: 
	top; padding: 0 10px 0 10px;
}
#container {
	width: 904px;
	margin: 10px auto
}
#extra { 
	border: 1px solid #006; 
	background-color: 
	#fefde9; margin-bottom: 5px;
}
.box_title {
	background-color: #0000a5; 
	padding: 5px 10px; 
	color: white; font-weight: bold;
}
.padding {
	padding: 3px;
}
#extra1{ float:right; clear:right; width:190px; margin-right: 10px; margin-left: 10px; }
#footer{ clear:both; width:100%; height: 20px; border-top: 1px solid #fff; }
#footer_wrap { clear:both; width:100%; border-top: 2px solid #4ab5d6; }
#top_stripe { width: 100%; border-top: 2px solid #4ab5d6; }
#developed { color: white; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; float: left; margin-top: 2px; margin-left: 14px; }
#contact { color: white; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin-top: 2px; float: right; margin-right: 10px; }
a.foot   { text-decoration: none }
a.foot:link   { color: #fff; text-decoration: underline }
a.foot:visited    { color: #fff; text-decoration: underline }
a.foot:hover   { color: #feea0f; text-decoration: none }

/* Home page shortcuts */
#relationsD p { 
	background: #009; 
	color: white; 
	font-size: 18px; 
	margin: 0;
}
#relationsD .padding { 
	background: white; 
	border: 1px solid #009; 
	padding: 10px;
}
.relDD { 
}

#relationsC .padding { 
	padding-left: 15px;
}


#highlights {
	width: 450px;
	border: 1px solid #009;
	border-collapse: collapse;
	background-color: #fefde9;
}

#highlights .title {
	background: #009; 
	color: white; 
	font-size: 18px; 
	padding-left: 10px;
}

#highlights .link {
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
}

#highlights .image {
	vertical-align: top;
	padding-left: 10px;
}

#highlights .subtext {
	vertical-align: top;
	padding-left: 10px;
}

/* templates/calendar.php */
table#monthcal {
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
}
table#monthcal td {
        border-bottom: 1px solid #aaa;
        border-right: 1px solid #aaa;
}
img.prev_next {
        border: none;
        height: 12px;
        width: 11px;
        vertical-align: middle;
        position: relative;
        top: 1px;
        margin-bottom: 5px;
}
table.dayview {
        border: 1px solid #ccc;
        width: 100%;
        margin: 10px 0px;
}
table.dayview td {
        padding: 2px 8px;
        height: 20px;
}
td.daysothermonth {
        background-color: #eee;
}
td.weekend {
        background-color: #ddd;
}
td.today {
        background-color: #cef;
}
td.daysthismonth {
        background-color: #F9E3B6;
}
.tiny {
        font-size: 9px;
}
a.subnavlinkon {
        font-weight: bold;
}
/* end templates/calendar.php */

