/*--------------------------------------------------------------------- 

	Name: SSI Search 
	Coder: Alex Swanson
	Last Edit: 4/15/08 Tuesday @ 2:00pm 
	
----------------------------------------------------------------------- */


/* Global Reset
----------------------------------------------------------------------- */

* { margin: 0; padding: 0; }
html { min-height: 100%;}
html { overflow-y: scroll; }
body { font: 11px Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font: 11px; margin-bottom: 11px; }
a { outline: none; }
a img { border: none; }
form,input {margin: 0; padding: 0; display: inline;}
ul { margin: 0; padding: 0; }


/* Standard elements 
----------------------------------------------------------------------- */

a { color: #a90003;}
a:hover { color: #999999;}

body {
	background: #ffffff url('../img/bg.gif') repeat-x;
	color: #333333;
	font: normal 11px Verdana,sans-serif;
	padding-top: 0px;
}

h1 { font: normal 18px Verdana,sans-serif; color: #a90003; }
h2 { font: normal 18px Verdana,sans-serif;color: #333333;}
h3 { font: bold 18px Verdana,sans-serif; color: #a90003; }

h1,h2,h3 { padding-top: 0px; margin-bottom: 15px;}

h1 {
	display:block;
	border-bottom:1px solid #a90003;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}

.h1 .middle-arrow{

	background-image: url(../img/arrow-mid.gif);

}

.right-content-box2 h1 {background-image: url(../img/arrow3.gif);}
.middle-content-box3 h1 {background-image: url(../img/arrow-mid.gif);}
	 
h2 { background: url('../img/qoute.gif') no-repeat; display:block; padding: 5px 0 5px 30px;
	 border-bottom:1px solid #666666; }

/* Global Classes 
----------------------------------------------------------------------- */

.clearer {clear: both; font-size: 0; }
.left { float: left; }
.right { float: right; }
.red { color:#a90003; }

/* Structure 
----------------------------------------------------------------------- */

.inner-container {

	border: 2px solid #787878;
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px;
	width: 879px;
}

.outer-container {
	background:  /*url('../img/container.jpg') no-repeat center bottom*/;
	padding-bottom: 64px;
}

/* Header 
----------------------------------------------------------------------- */

.header {
	background:#ffffff /*url('../img/header.jpg') no-repeat*/;
	height: 71px;
	text-align: left;
}

.banner {
	background:#660000 /*url('../img/header.jpg') no-repeat*/;
	/*height: 197px;*/
	height: 250px;
	text-align: center;
}
.header .title {
	color: #cccccc;
	padding-top: 50px;
}

/* Main navigation
 ----------------------------------------------------------------------- */

.navigation { background: #a90003; padding: 8px 0px; }
.navigation ul { padding: 0;}
.navigation li { display:inline;}
.navigation li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #858282;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	width:150px;
	font-weight:bold;
		
}

.navigation li a:hover {

	background: #d8d8d8;
	color: #300603;	
	border-right: 1px solid #4f4949;
}

.navigation .activetab {

	background: #d8d8d8;
	color: #300603;	
	border-right: 1px solid #4f4949;
}

/* Main Content Area (Backgrounds)
----------------------------------------------------------------------- */

.main {

	background: #d8d8d8 /*url(../img/main.gif) repeat-y*/;
	padding: 22px 32px;
	line-height: 18px;
}

.main-1col-wide { background: #d8d8d8; padding: 22px 32px; line-height:18px; }
.main-2col-wideleft { background: #d8d8d8 url(../img/main-bg-2columns-wideLeft.gif) repeat-y; padding: 22px 32px; line-height:18px; }
.main-3col{ background: #d8d8d8 url(../img/main-bg-3columns.gif) repeat-y; padding: 22px 32px; line-height:18px; }


/* Content Boxes ( 1/2/3 Column )
----------------------------------------------------------------------- */

/* 1-Column */ 
.left-content-box1 { float: left; width: 800px; }

/* 2-Column */ 
.left-content-box2 { float: left; width: 510px; }
.right-content-box2 { float: right; width: 250px; padding:0 10px 0 10px; background-color:#bdbdbd; }

/* 2-Form */ 
.left-form-box2 { float: left; width: 400px; }
.right-form-box2 { float: right; width:400px; padding:0 0px 0 0px; background-color:#cccccc; }

/* 3-Column */ 
.left-content-box3 { float: left; width: 250px; }
.middle-content-box3 { float: left; width: 240px; padding:0 8px 0 8px; margin: 0px 12px; background-color:none; }
.right-content-box3 { float: right; width: 250px; padding:0 8px 0 8px; background-color:#d8d8d8; border: 1px solid #858282;  }

	/*margin:15px 0px; 
	background-color:#ffffff;
	background: url('../img/arrow2.gif') 20px 10px no-repeat;
	padding: 5px 0px 5px 0px;
	text-align:center;
	border: 2px solid #858282; */


.content p {font-family: verdana,sans-serif;}

.big-buttons li {
	background:#cccccc url('../img/arrow2.gif') 15px 10px no-repeat;
	text-align:left;
	border: 1px solid #858282;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	line-height: 28px;
}

.big-buttons li a { 

	font-size:12px;
	color: #333333;
	text-decoration: none;
	
	
}

.big-buttons li:hover {

	background-color:#cccccc;
	border: 1px solid #a90003; 
	color: #a90003;
	
}




.left-content-box3 ul {
	list-style-type: disc;
	list-style-image: url(../img/arrow1.gif);
	list-style-position: inside;
}


right-content-box2 li {
	margin-bottom:10px;
}

/* Footer 
----------------------------------------------------------------------- */

.footer {

	background: #999999;
	color: #F7F7F2;
	font: bold 10px sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer li { display:inline;}
.footer li a {

	font-size: 12px;
	color: #ffffff;
	padding: 8px 10px 8px 10px;
	text-decoration: none;

		
}

.footer li a:hover {

	color: #a90003;

		
}

.copywrite { margin: 10px 0 0 0; } 
.smalltext {
	font-size: 11px;
	line-height: normal;
}


/* form.css */

* {
  margin: 0;
  padding: 0;
}









.bio{
padding: 0 0 25px 25px;
margin: 0;
}



/* END OF STYLE SHEET
----------------------------------------------------------------------- */
