@charset "UTF-8";
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* our code below this line */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #81283e url(images/bk_bar.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C2231;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
} 
#nav {
	width: 100%;
	text-align: right;
	position: relative;
	right: 0px;
	padding: 0px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	float: left;
	color: #333;
	margin: 0px 0px 20px;
}
#nav ul {
	margin: 0px auto;
	border: 0px;
	list-style-type: none;
	padding: 0px 0px 20px;
	color: #666666;
	text-align: center;
} 

#nav li {
	display: inline;
	color: #DFC1FF;
	margin: 0px;
	padding: 0px;
    text-align: center;
} 
#nav ul li a:link, #nav a:visited {
	color: #fcdd73;
	text-decoration: none;
	margin-left: 16px;
	letter-spacing: 0.1em;
	font: 80% Georgia, "Times New Roman", Times, serif;
	padding: 0px 8px 4px;
	margin-top: 0px;
} 
#nav ul li a:hover {
	color: #EDA690;
	text-decoration: underline;
}
/*#current { 

color: #2d63af; 
text-decoration: none; 
}*/ 
#nav ul li#active a {
	text-decoration: underline;
	color: #EDA690;
	font-weight: normal;
	
} 
#container h1 {
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	color: #fcdd73;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #fcdd7e;
	letter-spacing: .02em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container h3 {
	font: normal 100% Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 12px;
	padding: 0px;
}
#innerwrapper {
	background: url(images/bk_fpbk.jpg) no-repeat right top;
	text-align: left;
	margin-top: 24px;
	
}

#innerwrapperC {
	background: url(images/bk_contact.jpg) no-repeat right top;
	text-align: left;
	margin-top: 24px;
	
}
#innerwrapperA {
	text-align: left;
	margin-top: 24px;
	margin-bottom: 12px;
	
}
#nav ul li img {
	padding-top: 4px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#innerwrapper p {
	font: italic 75% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#strap {
	margin-top: 0px;
	text-align: center;
	padding-right: 48px;
	padding-left: 48px;
}
#strap blockquote {
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	color: #fcdd7e;
	text-align: center;
}
#strap p {
	font: normal 75% Verdana, Geneva, sans-serif;
	color: #fcdd7e;
	text-align: center;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border: 1px solid #4C2231;
	min-height: 527px;
}
#sidebar1 p {
	font: normal 80%/1.8em Georgia, "Times New Roman", Times, serif;
	color: #fcdd7e;
	padding-bottom: 8px;
	
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 377px;
	border: 5px solid #FFF;
	min-height: 477px;
	background: #EED9A0;
	margin: 25px;
	padding: 5px 10px 10px 5px;
}
#sidebar2 p {
	font: normal 80%/1.8em Georgia, "Times New Roman", Times, serif;
	color: #4C2231;
	
}
#sidenav {
	margin: 0px auto;
	text-align:center;
} 
#sidenav ul {
	margin: 0 auto;
	list-style-type: none;
	padding: 8px 0 16px;
	width: 100%;
	
} 

#sidenav li {
	color: #fff4d4;
	width: 100%;
	
} 
#sidenav li.nomargin {margin-left: 0;}
#sidenav ul li a:link, #sidenav a:visited {
	display: block;
	margin: 4px;
	padding: 8px;
	text-align: center;
	border: 1px solid #644f2b;
	font: 75% Georgia, "Times New Roman", Times, serif;
	color: #644f2b;
	text-decoration: none;
	background: #fdf9ee;
	/*color: #600002;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 2px 4px 8px 4px;
	font: normal 75% Georgia, "Times New Roman", Times, serif;
	text-align: center;*/
} 

#sidenav ul li a:hover {
	text-decoration: none;
	background: #E0D0B7;
	
} 
/*#current { 

color: #fffffff; 
text-decoration: none; 
}*/ 
#sidenav ul li#active a {
	text-decoration: underline;
	color: #644f2b;
	background: #E0D0B7;
	font: normal 75% Georgia, "Times New Roman", Times, serif;
} 
#mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContentPr blockquote {
	font: italic 90%/1.8em Georgia, "Times New Roman", Times, serif;
	color: #913450;
	text-align: justify;
	margin: 0px 28px;
	
	padding-top: 0px;
	padding-bottom: 12px;
}
#mainContentPr h1 {
	color: #fcdd73;
}
#mainContentPr {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EED9A0;
	border: 5px solid #FFF;
} 
#mainContentPr p {
	font: 75%/1.6em Georgia, "Times New Roman", Times, serif;
	color: #4C2231;
	margin: 0px;
	padding: 0px 0px 6px;
}
#mainContentPr h1 {
	color: #4C2231;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainContentPr h2 {
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #4C2231;
	margin: 0px;
	padding: 6px 0px;
}
#mainContentPr h4 {
	font: bold normal 85% Verdana, Geneva, sans-serif;
	padding: 12px 0px 0px;
	margin: 0px;
	color: #913450;
}
#footer {
	padding: 0 10px 0 20px;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #EDA690;
}
#footer p a {
	color: #E8E6B3;
	margin-right: 4px;
	margin-left: 4px;
}

#footer p a:hover {
	color: #39456D;
	background: #E8E6B3;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border:
	none;
}
h3 {
	color: #FCD668;
	text-align: right;
	font: 125% Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
