@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	
	background-image: url(images/bk_main.gif);
	background-repeat:repeat-x;
	background-color: #681709;
	 
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #57150c;
	font-size: 1.25em;
	padding: 3px;}

h2 {}

h3 {}

p, ul li  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	line-height: 1.45em;
	font-size: .75em;
	padding: 3px;
}

#midCol p, ul li  {
	padding-left: 15px;
	list-style-position: inside;
	list-style-image: url(images/ico_star.png);
}

blockquote {
	padding-left: 20px;
}

#midCol p strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #851a0c;
	line-height: 1.45em;
	font-size: 1.05em;

}

#midCol p {
	
	padding-top:10px;
}

#midCol p a, #midCol ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #e7a524;
	text-decoration: underline;
}

#midCol p a:HOVER, #midCol ul li a:HOVER  {
	color: #851a0c;
	text-decoration: underline;
}

#midCol ul li a:HOVER {
	
}


#wrapper {
	width: 1027px;
	margin-left: auto;
	margin-right: auto;
	
}

#header {	
	background-image: url(images/bk_headerVer2.jpg);
	height: 152px;
}

#footer {
	height: 25px;
	padding-bottom: 20px;
}

#topLinks {
	position: relative;
	top: 115px;
	left: 20px;
	height: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-top: 10px;
	
}

#footerLinks {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #FFF;
	padding-top: 10px;
	
}


#topLinks ul li, #footerLinks ul li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}

#topLinks ul li a {
	color: #FFF;
	text-decoration: none;
}


#footerLinks p {
	color: #FFFFFF;
}

#footerLinks ul li a, #footerLinks p a {
	color: #FFF;
	text-decoration: underline;
}
#footerLinks ul li a:HOVER{
	color: #FFF;
}


#topLinks ul li a:HOVER {
	color: #d4524b;
	text-decoration: underline;
}


#internalWrapper {
	/* background-image: url(images/bk_interal.gif); */
	background-repeat: repeat-y;
	background-position: 8px;
	padding-left: 7px;	
	padding-right: 7px;	
	padding-bottom: 7px;
	padding-top: 7px;	
	background-color: #FFF;
	
	
}

#leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	

}
 #rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: center;
	
}

#midCol {
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 600px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: solid 1px #faf2d0;
	margin-top: 3px;
	background-color:  #fcfbf6;
	margin-left: 180px;
	min-height: 475px;
	
}



.clear {
	clear: both;
}
.greetings {
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
}

.sideBox {
	width: 165px;
	background-image:url(images/bk_sidebox.gif);
	background-position: top;
	background-color: #851a0c;
	padding: 4px;
	padding-top: 20px;
	margin: 3px;
	margin-bottom: 10px;
}

.sideBox a{
	color: #FFFFFF;
	font-size: .75em;
 
}

.insideBox {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	border: solid 1px #FFCCCC;
	background-color:  #fcfbf6;
	margin-top: 10px;
	
}
.insideBox p {
	font-size: .65em;
	color: #58504f;
}

.insideBox h1 {
	font-size: .7em;
	color: #851a0c;
	text-transform: capitalize;
}

.emailBox {
	font-family: arial;
	color: #393939;	
	font-size: .75em;
	padding: 3px;
	width: 140px;
}

.label {
	width: 250px;
}

.image {
	float: left;
	padding: 4px;
	margin: 4px;
	background-color: #FFF;
	border: solid 1px #e7a524;
}
