@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #fff url(../images/bg-diagonal-blue.png) center top repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
b {font-size: 110%;}
em {color: red;}
#maincontainer {
	width: 922px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 2px;
	border-style: solid;
	border-color: #003399;
	background-color: #FFFFFF;
}
#topsection {
  /*background-image: url(../images/logo.png);
	background-repeat: no-repeat; */
	background: url(../images/top_bkg.png) repeat-x;
	height: 124px; /*Height of top section*/
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#topsection h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
}
#top-navigation {
	float:right;
	padding-right: 10px;
	margin-top: 5px;
}
#top-navigation {
	list-style-type: none;
}
#top-navigation li {
	float:left;
	display: inline;
	color: #FFFFFF;
}
#top-navigation a {
	color: #003399;
	text-decoration: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 300%;
}
#top-navigation a:hover {
	background-color: #3399FF;
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	float: left;
	height: 124px;
}
#logo img { border:0px; }
#logo a { text-decoration: none; }
#donation {
	float: left;
	margin-top: 25px;
}
#donation form { margin:0px; padding: 0px }
#donation img { border:0px; }
#donation a { text-decoration: none; }
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-left: 250px; /*Set left margin to LeftColumnWidth*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}
#contentcolumn h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #000000;
	line-height: 110%;
}
#contentcolumn h2 {
	margin-top: 0px;
	font-size: 16px;
	font-variant: small-caps; 
	font-weight: bold; 
	font-style: italic; 
	text-decoration:underline; 
	color: #003399;
}
#contentcolumn h3 {
	margin-top: 0px;
	font-size: 14px;
	color: #6F2F32;
	font-weight: bold;
}
#contentcolumn a { color: #003399; }
#contentcolumn a:hover { color: #6F2F32; text-decoration: none; }
#content {
	width: 652px;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#leftcolumn {
	float: left;
	width: 250px; /*Width of left column*/
	margin-left: -922px; /*Set left margin to -(MainContainerWidth)*/
	background-color: #FFFFFF;
	min-height: 700px;
}
#leftcolumn img {
	padding-left: 15px;
	border: 0px;
}
#menu {
	padding: 5px 0px 1em 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 

}
#menu ul.level1 {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu ul.level2 {
	list-style-image: url(../images/ul-family-blue.gif);
	list-style-position: outside;
	padding: 0px, 0px, 0px, 10px;
	border: none;

}
#menu li.level1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	padding: 3px;
}
#menu li.level2 {
	font-size: 12px;
	font-weight: bold;
}
#menu li.level2 a {
	color: #003399;
	display: block;
	padding: 2px 5px 5px 0.5em;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 191px;
}
#menu li.level2first {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
#menu li.level2first a {
	color: #003399;
	display: block;
	padding: 2px 5px 5px 0.5em;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 191px;
}
html>body #menu li a {
	width: auto;
}
#menu li.level2 a:hover {
	color: #FFFFFF;
	background-color: #003399;
}
#menu li.level2first a:hover {
	color: #FFFFFF;
	background-color: #003399;
}
#footer {
	clear: left;
	width: 100%;
	height: 40px;
	background: url(../images/footer_bkg.png) repeat-x;
	text-align: center;
	border-top: 2px solid #003399;

}
#footer strong {
	font-size: 100%;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#slideshow {
	width: 672px;
	height: 507px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.google-map {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 480px;
	border: 0px;
}
.halfbox { float: left; width: 316px;  padding: 5px; min-height: 200px; background-color: #FFFFFF; }
.smallbox { width: 180px; color: #B55055; margin-left: 30px; }
.width600 { width: 600px; }
.clear { clear: both; }
.noborder { border: 0px; }
.imgfloatright { float: right; padding-right: 5px; padding-left: 10px; }
.floatleft { float: left; }
.imgcaption { font-size: 10px; font-style: italic; }
.boldname { color: #B55055; font-size: 16px; }
.imgstaffpic { float:right; padding-right: 10px; margin-top: 17px; }
.highlight { color: #003399; }
.indent { margin-left: 40px; }
.paddingleft { padding-left: 5px; }
.gift { width: 652px;  }
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
strong { font-size: 150%; color: #003399; }
#warm-line strong { font-size: 100%; }