
body {
	color:#000;
	text-align: left;
  	font-family: 'lucida grande', verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	margin: 21px 0;
	background: #fff;

}

.whiteline {
	border-top: 1px solid #fff;
	}

.fineprint {
	font-size: 10px;
	color: #333333;
	}
	
.pleaselogin {
	width: 580px;
	padding: 10px;
	background: #80cfe2;
	border: 2px solid #00a0c6;
	
	}

a:link {color:#cb2417; text-decoration:underline;}
a:visited {color:#505559; text-decoration: underline;}
a:active {color:#cb2417; text-decoration: none;}
a:hover {color:#1d2228; text-decoration:none;}
a img {border-width:0;}

h1 {
	color: #007399;
	font: bold 160%  'lucida grande', tahoma, verdana, arial, sans-serif;
	text-transform: capitalize;
	margin: 10px 0px;

}

h2 {
	font: bold 90% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	margin: 12px 5px; 
	font-size: 95%; 
	color: #cb2417;
	text-transform: uppercase;
}

h4 {
	font-size: 110%; 
	color: #007399; 
	font-weight: bold; 
	text-transform: uppercase;
	margin: 5px;
}

h5 {
	font-size: 80%;
	margin: 5px 5px;
	font-style: normal;
}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/


}

.divider {
	height: 0px;
	margin: 2px 0px;
	border-top: 1px dotted #000;
	line-height: 0px;
	font-size: 0;
	}

.submitted_by {
	float: right;
	font-size: 10px; 
	}
	
#topsection{
	background: #fff url(/oldlutheran/images/newheader9.png) no-repeat;
	height: 80px; /*Height of top section*/

}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-right: 250px;
}

#cartcontents {
	border-style: solid;
	border-color: #bfbfbf;
	border-width: 1px;
	margin: 10px;
}

div#cartcontents:hover {
  	border: 1px solid #000;
}



/* ----------- Footer & PHP Testing Footer ------------- */

#footer{
	clear: both;
	width: 960px;
	background: #fff url(/oldlutheran/images/blue_stripe.png) repeat-x;
	text-align: center;
	padding: 4px 0;
	position: relative;
	margin: 0 auto; /*Center container on page*/
	margin-top: 30px;
} 

#nav_footer {
	position: relative;
	height: 20px;
	font:  75% 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 5px auto;
	text-align: center;
	clear: both;
		margin: 0 auto; /*Center container on page*/

}

#nav_footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:99;
	position: relative;
}

#nav_footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav_footer li.bar {
	display: inline;
	margin: 0;
	padding: 5px 10px;
}

#nav_footer em {
	font:  80% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
}

#nav_footer a {
	padding: 0;
	font-weight: bold;
	margin: 0;
}


#dbtest{
	clear: both;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	margin: 0 auto; /*Center container on page*/
} 

#dbtest a{
	color: #FFFF80;
}

/* ----------- Breadcrumb Wrapper ------------- */

.breadcrumbs{
	width: 960px;
	padding: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin: 0 auto; /*Center container on page*/
}

.breadcrumbs .bsection {
	text-transform: uppercase;
	font-size: 12px;
}

.breadcrumbs .bsection a {
	text-transform: uppercase;
	font-size: 10pt;
}

.breadcrumbs a {
	font-size: 10pt;
}

/* ----------- Page Wrapper ------------- */

	
.innertube{
	width: 960px;
	padding: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin: 0 auto; /*Center container on page*/
	font: normal 14px 'lucida grande', tahoma, verdana, arial, sans-serif;

}

/* MAIN PAGE CONTENTS */

/* ------------ Pagination --------------- */

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #007399;
	text-decoration: none; 
	color: #fff;
	background: #007399;
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #007399;
	color: #007399;
	background: #CCF2FF;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #007399;
  font-weight: bold;
	background: #e5f9ff;
	color: #007399;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


/* ----------- Welcome Message ------------ */

.welcomemsg {
	font:  75% 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-align: right;
	font-weight: bold;

}

.welcomemsg em {
	font:  75% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
}




/* ------------ Top Horizontal Nav ------------ */

#nav_main {
	position: relative;
	height: 20px;
	font:  90% 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 5px auto;
	text-align: right;
	
}

#nav_main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:99;
	position: relative;
}

#nav_main li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav_main li.bar {
	display: inline;
	margin: 0;
	padding: 5px 15px;
}

#nav_main em {
	font:  80% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
}

#nav_main a {
	padding: 0;
	font-weight: bold;
	margin: 0;
}

#nav_main a:link {
	color: #cb2417;
}

#nav_main a:hover {
	color:#000;
}

/* --------------- Clear Floats -------------- */

.clear_10px {
    font-size:.8em;
    line-height:.8em;
     
}


/* ----------- Top Main Navigation ------------- */

#visnavwrapper {
	background: #D9FF66 url(/oldlutheran/images/green_stripes.png) repeat-x;	
  	width: 948px;
  	padding: 6px;
  	display: inline;
  	margin-bottom: 10px;
  	float: left;
 }
 


div#viscontents {
  	background: #ECFFB3;
  	width: 948px;
	float: left;
	font-size: 80%;
	display: block;
	}

#navdropbox {
	z-index: 99;
	position: relative;
	top:0px;
	left:0px;
}



#viscontents ul li {
	padding: 5px 6px 5px 6px;
	margin: 5px 6px 0px 6px;
}

#viscontents ul{
  	margin: 0px;
  	padding: 8px 6px 5px 6px;
  	list-style-type: none;
  	display: block;
}
 
#viscontents li{
	float: left;
	margin-left: 20px;
	width: 200px;
  	line-height: 12px;
  	font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
   	}

.vistogglemenu { /*This is the wrapper around the big nav links */
	font:  bold 14px 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	background: inherit;
	padding: 10px 10px 10px 10px;
	text-align: left;
	height: 24px;
	margin: 5px auto;
}

.hoverlinks a {
	display: block;
	padding: 5px;
	color: #007399; 
	width: 180px;
	text-decoration: underline;
	border: 1px solid #ECFFB3;
	font-weight: bold;
}

.hoverlinks a:hover {
	background: #33ccff;
	color: #fff;
	text-decoration: none; 
	border: 1px solid #000;
	font-weight: bold;
}


/* Border links are the boxes around the main categories of the top nav */

.borderlinks a{
padding: 5px;
width: 200px;
color: #007399;
text-decoration: none;
border: 1px solid #007399;
}

.borderlinks a:hover{
border: 1px solid #000;
background: #33ccff;
color: #fff;
}

.borderlinks_selected a{
border: 1px solid #000;
background: #1199dd;
color: #eee;
}

.borderlinks_current a{
border: 1px solid #000;
background: #007399;
color: #eee;
}

/* ------------ Buttons ------------- */


.buttonscontainer {
	width: 220px;
}

.button {
	color: #007399;
	background: #E6FF99 url(/oldlutheran/images/green_stripes.png) top repeat-x;
	padding: 6px;
	padding-left: 16px;
	display: block;
	border-bottom: 1px dotted #ccc;
	font: 16px "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ccc;	
	border-bottom: 2px solid #007399;
}
	

.button_search {
	color: #007399;
	background: #E6FF99 url(/oldlutheran/images/green_stripes.png) top repeat-x;
	padding: 6px;
	padding-left: 16px;
	display: block;
	border-bottom: 1px dotted #ccc;
	font: 16px "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #007399;
}
	
.buttons a {
	color: #007399;
	background-color: #CCF2FF;
	padding: 6px;
	padding-left: 16px;
	display: block;
	border-bottom: 1px dotted #808080;
	font: 13px "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.buttons a:hover {
background: #33ccff;
color: #fff;
text-decoration: none;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.search_button { /* Controls Submit, Search & Reset Buttons*/
	background:#0086b3; 
	border: 1px solid #ffffff;
	color:#ffffff; 
	width:125px; 
	height: 26px; 
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
	font-size: 16px;
	margin: 0 auto;
} 

.search_button:hover {
	background-position:center left; 
	color:#D9FF66;
	background: #007399;
}


/* ------------ Right Side of Page  ------------- */

#page_right_wrap {
	width: 220px;
	float: right;
	margin-left: 20px;
	clear: both;
}

#main_wrap {
	width: 700px;
	float: left;
}

.right_side_search {
	background: #CCF2FF;
	color: #007399;
	font: 110% bold 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom: 0px;
	}
	
.search_box_input {
	height: 20px;
	width: 200px;
	margin: 8px 0px;
	font-size: 110%;
	padding: 2px;
	margin-bottom: 5px;
}
	
/* ------------ Error Message ------------- */

.errormsgtxt {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	background-color: #cb2417; 
	padding: 4px;
}

/* --------------- Tell a friend form --------------- */

form.taf {
	background:#ECFFB3; 
	width:900px; 
	margin-top: 10px;
	display: block;
}

form.taf fieldset {
	width:900px; 
	border: none;
	display:block; 
	font: 120% 'lucida grande', tahoma, verdana, arial, sans-serif; 
}


form.taf label {
	clear:left; 
	display:block; 
	float:left; 
	font-size:1.0em; 
	width:200px; 
	text-align:right; 
	padding-right:10px; 
	color:#000; 
}

form.taf h4 {
	font: bold 120% 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	}
	
form.taf input {
	border:1px solid #ccc; 
	background:#fff; 
	padding-left:0.5em; 
	margin-bottom:0.7em; 
	margin-right: 5px;
	width: 330px;
	height: 16px;
	font-size: 12px;
}

form.taf select {
margin-left:0.5em;
}

form.taf textarea {
	width:330px; 
	height:5em; 
	border:1px solid #ccc; 
	padding:0.5em; 
	overflow:auto; 
}

form.taf option { /* ------ Dropdown background color */
	background:#fff; 
	color:#505559;
}   

form.taf optgroup {
	background:#74a5cd; 
	color:#2D3437; 
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

form.taf optgroup option {
	background:#74a5cd; 
	color:#274b5a;
}

form.taf .button1, form.taf .button2 { /* Controls Submit & Reset Buttons*/
	background:#007399;
	color:#fff; 
	cursor:pointer; 
	width:200px; 
	height: 30px; 
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
	font-size: 21px;
	margin: 0 auto;
	border: 1px solid #505559;
} 

form.taf .button1:hover, form.taf .button2:hover {
	color:#ccff33;
}

P.blocktext { 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	}

.delete_button {
	float: right; 
	font-size: 70%; 
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
	padding-right: 10px;
}

.ellipsis {
	height: 24px;
	float: left;
	display: block;
	padding:4px 15px 0px 15px;
	color:#f2f2f2;
	text-decoration: none;
}
