/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#f0f0f0;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial;
		font-size:0.813em;
		line-height:1.231em;
		color:#434343;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#931625; font-weight:bold;}
a:hover{text-decoration:none;}
h2 {color:#2191c1; margin-bottom:6px;}
strong {color:#2191c1;}
p {padding-top:16px;}

/* ============================= main layout ====================== */

.link {background:url(images/link_bg.gif) no-repeat 0 3px; padding-left:19px; display:block; float:left; margin:21px 20px 0 0;}
.link2 {background:url(images/link2_bg.gif) no-repeat 0 2px; padding-left:16px; display:block; float:left; margin:21px 15px 0 0;}
.link3 {color:#2191c1; font-weight:normal;}


li {color:#931625;}
li a { line-height:1.538em;}

.imgindent {margin:0 25px 0 0; float:left;}
.imgindent2 {margin:0 0 0 25px; float:right;}

.title {background:url(images/line.gif) bottom left repeat-x; padding-bottom:5px; margin-bottom:18px;}
.title2 {background:url(images/line.gif) bottom left repeat-x; padding-bottom:5px; margin-bottom:25px;}
.title3 {background:url(images/line.gif) bottom left repeat-x; padding-bottom:5px; margin-bottom:10px;}
.box .title {background:none; margin:29px 0 10px 21px;}
.rss {margin:29px 0 0 6px;}
.main_bg {background:#f0f0f0;}

/* ============================= header ====================== */

#header .left {padding:10px 0 0 30px;}
#header .right {padding:76px 30px 0 0;}

.menu {float:left; padding:66px 0 0 25px;}
.slogan {padding:135px 60px 0 0; float:right;}

/* ============================= middle ====================== */

.main_indent {padding:0 10px 20px 10px;}
.column_indent {padding:26px 0 0 29px;}
.col_pad {padding-right:25px;}

.banner {margin-top:20px;}
.margin1 {margin-top:51px;}
.margin2 {margin-top:27px;}
.margin3 {margin-top:60px;}
.margin4 {margin-top:20px;}
.margin5 {margin-top:10px;}
.margin6 {margin-top:16px;}

.padding1 {padding:7px 0 15px 0;}
.padding2 {padding-top:60px;}

.box {background:#fff url(images/box_tile.gif) bottom repeat-x;}
.box .tile_right {background:url(images/box_tile.gif) right repeat-y;}
.box .tile_left {background:url(images/box_tile.gif) left repeat-y;}
.box .tile_top {background:url(images/box_tile_top.gif) top repeat-x;}
.box .corner_bottom_right {background:url(images/box_corner_bottom_right.gif) bottom right no-repeat;}
.box .corner_bottom_left {background:url(images/box_corner_bottom_left.gif) bottom left no-repeat;}
.box .corner_top_right {background:url(images/box_corner_top_right.gif) top right no-repeat;}
.box .corner_top_left {background:url(images/box_corner_top_left.gif) top left no-repeat; width:100%;}
.box .indent {padding:20px 25px 25px 20px;}
.box .indent2 {padding:20px 28px 25px 20px;}


.small {font-size:0.846em;}
.img {margin:3px 0 9px 0;}
.grey {color:#9b9b9b;}
.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:9px; margin-bottom:8px;}
.phone {float:right; margin-right:183px;}
.col2 .phone {margin-right:70px;}
.events a {font-weight:bold; text-decoration:none; color:#2191c1;}
.events a:hover {text-decoration:underline; color:#931625;}
.img_block {margin-top:25px;}
.img_block2 {margin-bottom:60px; width:100%; overflow:hidden;}
.img_block3 {margin-bottom:51px; width:100%; overflow:hidden;}

/* ============================= footer ====================== */

#footer p {padding:32px 0 0 0px;}
#footer a {color:#fff; font-weight:normal;}

/* ============================= forms ============================= */

form .rowi {height:40px;}

.input {width:226px; height:15px; border:1px solid #7d7d7d; padding:0 0 0 5px; font-size:1em;}
textarea {width:226px; height:147px; border:1px solid #7d7d7d; padding:0 0 0 5px; overflow:auto; font-size:1em;}

