/*
	File: template.css 
	Contents: 
		- DIV id rules
		- Templated site class rules
		- Coupon class rules
		- Dynamic content class rules
	
*/


@media screen {
	
html {
	color: #000000;
	background-color: #a8a8a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/left_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-size: 98%;
	line-height: 95%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right:0px;		
	}

ul, li {
	text-indent: 0px;
	text-align:left;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 694px;
}

#header{
	height: 178px;
	margin: 0px auto 0px auto;
	width: 694px;
}

#primaryNav {
	width: 694px;
	height: 57px;
	padding-top: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: visible;

}
#main-content{
	width: 694px;
	background-image:url(../images/repeat.jpg)
	background-repeat: repeat-y;	
	text-align: left;
}
#bg-layer{
	width: 694px;
		
}

#content {
	float: left;
	margin: 0;
	width: 694px;
	text-align: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#innerContent {
	height: 100%;
	text-align: left;
}
.navborder {
    border-right: 1px solid #000000;
	border-left: 1px solid #000000;
} 

#column1, #column2, #column3 {
	padding-left: 2px;
	padding-right: 2px;
	}

#column1 {
	background-color: #C5CBDE;
	border: solid 2px #666666;
	margin: 0px;
	width: 340px;
	}
	
#column1 p {
	line-height: 1.4;
}
	
#column1 a,
#column1 a:link,
#column1 a:visited,
#column1 a:active {
	text-decoration: underline;
	color: #000066;
	font-weight:bold;
}

#column1 a:hover {
    color: #818181;
	text-decoration: underline;
	font-weight:bold;
}

#column2 {
	background-color: #ffffff;
	border: solid 2px #666666;
	margin: 0px;
	width: 340px;
}

#column2 p {
	line-height: 1.4;
}

#column3 {
	background-color: #14536E;
	color: #ffffff;
	border: solid 2px #666666;
	margin: 0px;
	width: 340px;
}

#column3 p {
	line-height: 1.4;
}

#column4 {
    background-color: #ffffff;
	border: solid 2px #666666;
	margin: 0px;
	width: 685px;
	}
	
#column4 p {
	line-height: 1.4;
}	
	
	
#column2_1 {
    background-color: #C5CBDE;
	width: 370px;
	height: 10em;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	padding-right: 5px;
}

#column2_1 p {
	line-height: 1.4;
}

#column2_1 a,
#column2_1 a:link,
#column2_1 a:visited,
#column2_1 a:active {
	font-size:105%;
    font-weight: bold;
	text-decoration: underline;
	color: #000066;
	padding-left: 10px;
}

#column2_1 a:hover {
    color: #818181;
	font-size:105%;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
}

#column2_2 {
    background-color: #C5CBDE;
	width: 370px;
	height: 400px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

#column2_2 p {
	line-height: 1.4;
}

#column2_2 a,
#column2_2 a:link,
#column2_2 a:visited,
#column2_2 a:active {
	font-size:105%;
    font-weight: bold;
	text-decoration: underline;
	color: #000066;
	padding-left: 10px;
}

#column2_2 a:hover {
    color: #818181;
	font-size:105%;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
}

#columnpage {
    background-color: #C5CBDE;
	color:#333333;
	width: 680px;
	height: 400px;
	padding: 0px 2px 0px 2px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

#columnpage a,
#columnpage a:link,
#columnpage a:visited,
#columnpage a:active {
	font-size:100%;
    font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

#columnpage a:hover {
    color: #818181;
	font-size:100%;
	font-weight: bold;
	text-decoration: underline;
}

.columntitle {
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 2px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	width: 97%;
}


.columntext {
	padding-left: 10px;
	padding-right: 10px;
}
.pagetitle {
	color: #000000;
	font-size: 16px;
	text-transform:uppercase;
	text-indent: 10px;
	font-weight:bold;
	font-style:italic;
}

.searchtable {
	margin: 0px 5px 5px 5px;	
}
	
#footer {
	clear: both;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../images/repeat.jpg);
	background-repeat: no-repeat;
}

#bottom-nav {
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 1px 5px 0px 5px;
	position: relative;
	text-align: center;
	width: 694px;
}

#bottom-nav p{
line-height: 1.25;
}


#contentZone {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 601px;
	background-image: url(../siteImages/content_bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}


#element {
	border: solid 1px #000000;
	height: 99px;
	position: relative;
	width: 99px;
}

#about1{
	float: left;
	width: 200px;


}
#about2{
	float: left;
	width: 200px;
}
#about3{
	float: left;
	width: 150px;

	

}
#about_bottom
{
   padding-top: 5px;
	float: left;
	width:555px;

}
.about_bottom
{
	margin-left: 50px;
}

#privacy
{
    width: 500px;
	float: left;
}

.primary-nav {
	color: #000000;
	font-weight: bold;
}

.primary-nav a,
.primary-nav a:link,
.primary-nav a:visited,
.primary-nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.primary-nav a:hover {
	color: #818181;
	font-weight: bold;
	text-decoration: underline;
}


.bottom-nav {
	color: #000000;
	font-size: 90%;
	font-weight: normal;
	clear: both;
}

.bottom-nav a,
.bottom-nav a:link, 
.bottom-nav a:visited, 
.bottom-nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.bottom-nav a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


/*--------Image Table generated by XSL gallery------*/
.gallery_table{
	
}
.gallery_table img{
	border: 1px solid #CE9933;
	/*---This margin acts as cellpadding---*/
	margin: 0px 10px 10px 10px;
}
.gallery_table td{
	text-align: center;
}


/*---------- Do not adjust these ------------*/
.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead
{
	text-align: left;
}

.pp
{
	text-align: left;
}
}
