/*-----------------------------------------------------------------------------

###########################################################
# Base Site Functionality v2.0
# =================================================
#   Screen Stylesheet
# =================================================
# COPYRIGHT (C) 2008 Chris Brown ALL RIGHTS RESERVED
#
# This program is NOT free software and you may NOT 
# redistribute and/or modify it in any way.
#
########################################################### 


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, map, area {
	margin:0pt;
	padding:0pt;
	border: 0;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 12px  Arial, Helvetica, sans-serif;
	background-color:#BBBBBB;
	color: #000000;	
	text-align:center;
}



#wrapper
	{
	width: 900px; /* Set page width here - you can also use percentage */
	margin-top:0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px black solid;
	border-top: none;
	
}

#pagehead {
	height: 240px;
	background-image: url(/images/zacs_ridge_headimg.jpg);

}

.head_container {

}

.menu_container {
	margin-top: 25px;
}

.container{

}


/* links */

a:link {
	color: red;
	
}

a:visited {
  color: red;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

a:active {
	color: #FF0000;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	letter-spacing: 1px;
	font-size: 18px;
}
	
h2
	{
	font-size: 18px; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 16px; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 14px; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 12px; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 12px; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	/* list-style: none; */
	font-size: 12px; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 12px; /* Equivalent to 12pt */	
}

/* More Links */



a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}
.nav{
color: #FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
a.nav:link {
	color: #FFFFFF;
	padding: 2px;
	font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.nav:visited {
	color: #FFFFFF;
	padding: 2px;
	font-size:12px;
font-weight:bold;
text-decoration:none;

}

a.nav:hover {
	color: #FFFFFF;
	/* background-color: #666666; */
	padding: 2px;
	font-size:12px;
font-weight:bold;
text-decoration:underline;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footer:link {
	color:#CCCCCC;
	padding: 2px;}

a.footer:visited {
	color: #cccccc;
	padding: 2px;
}

a.footer:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

/* Header
-----------------------------------------------------------------------------*/
.headerContainer{

}

/* Navigation
-----------------------------------------------------------------------------*/

.menuContainer{

}

/* Footer
-----------------------------------------------------------------------------*/
.footerContainer{

}

/* Homepage
-----------------------------------------------------------------------------*/


/* Your template
-----------------------------------------------------------------------------*/
.bottomRedBorder { border-bottom:6px #EA0000 solid; }
.elevenBold { font-size:11px ; font-weight:bold; }
.contentContainer{
background-image:url(../images/hriz_strip.jpg);
background-repeat:repeat-y;
}

.strokeOne{
border:#000000 1px solid;
}

.strokeTwo{
border:#000000 2px solid;
}

.strokeThree{
border:#000000 3px solid;
}

.red{
color:#EA0000
}
.darkRed{
	color:#770000;
}
.white{
color:#FFFFFF;
}

.black{
color:#000000;
}

.darkGrey{
	color:#333333;
}
.lightGrey{
color:#CCCCCC;
}

.padOne{
padding: 3px;
}
.padTwo{
padding: 3px;
}
.padThree{
padding: 3px;
}

.padFive{
padding: 5px;
}

.padSix{
padding: 6px;
}

.padEight{
padding: 8px;
}

.padTen{
	padding: 10px;
}
/* Forms
-----------------------------------------------------------------------------*/


fieldset{

}

input{

}

textarea{

}
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{
	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
	text-align: left;
	font-weight: normal;
}

/* Added with Aug 2009 update - Greg Emmert 
-----------------------------------------------------------------------------*/

.outer_container {
}

.column_right {
	margin: 8px 16px 8px 16px;
	text-align:center;
	padding-top: 10px;
}

.column_right img {
	border:none;
}

.column_right h2 {
	text-align:center
}

.two_column_l {
	padding:8px 8px 8px 8px;
	text-align:left;
}

.two_column_r {
	padding:8px 8px 8px 8px;
	text-align:left;
	margin: 8px 8px 8px 8px;
}



.column_left {
	padding:inherit;
}

.column_left img {
	float:left;
	padding: 4px 8px 8px 8px;
}
	
.tag_name {
	margin-right:8px;
	text-align:right;
	font-weight: bold;
}
.tag_value {
	text-align:left;
	font-size: 14px;
}

.programs {
	margin:inherit;
}

.programs h1 {
	font-size:18px;
}

.programs h2 {
	font-size:14px;
}

.programs h3 {
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

.programs p {
	text-align:justify;
}

.register_box {
	text-align:center;
	border: solid #000000 thin;
}

.bullets_box {
	text-align:left;
	border: solid #000000 thin;
	padding-right: 12px;
}

.bullets_box li {

}

.boldtext {
	font-weight:normal;
	font-size:14px;
}

.boldtext td {
	font-weight:normal;
	font-size:14px;
}

.smallprint {
	font-size:10px;
}

/* News 
-----------------------------------------------------------------------------*/

#newsFlash {
	width:280px;
	border: solid #000000 thin;
	background-color: #FEFADE;
}

#newsFlash h1 {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

#newsFlash ul {
	text-align: left;
	padding-top: 4 px;
}

#newsBlock {
	width:280px;
	border: solid #000000 thin;
}

.newsContainer {
	text-align:center;
	margin: 10px 10px 10px 10px;
	padding: 8px 8px 0px 8px;
}

.newsContainer p{
	font-weight: bold;
	font-size: small;
}

.newsContainer a{
	font-weight:normal;
	font-size:small;
}

.newsContainer a:hover {
	text-decoration:none;
}


.newsContainer img{
	float:none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

