﻿body
{
	background-color: #656565;
	font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #515151;
	font-size: 14px;
}
a {
  text-decoration: none;
  color: #005ace;
}
.genText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	}

#wrapper
{
	background-color: #EBEBEB;
	width: 1024px;
	height: 650px;
	margin:7px auto;
	position: relative;
}

.header
{
	text-align: left;
	font-size: 36px;
	color: #797979;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	position: relative;
	left: 150px;
	top: 30px;
}

#main
{
	position: relative;
	margin:60px auto;
	margin-bottom: 0px;
	width:98%;
	height: 75%;
	text-align: left;
}

#search
{
	position: relative;
	text-align: right;
	margin-right: 30px;
}

#search input
{
	color:#941200;
	border-style: dotted;
	border-color: #ffbb80;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
	text-align:center;
	height: 25px;
	width: 100px;
}

#search a
{
	color:#941200;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
	text-decoration: none;
}

#menu
{
	float:left;
	width: 250px;
	height:100%;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 0px 60px;
	color: #515151;
	text-decoration:none;
}

#menu li
{
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 20px 15px;
}

#menu a
{
	color: #515151;
	text-decoration:none;
}

#content
{
	float:right;
	width: 750px;
	height:100%;
}

#blurb
{
	width: 650px;
	font-size: 16px;
}

.img
{
	border:2px solid #79ac44;
	height: 115px;
	width: 115px;
}

.imgSmall
{
	border:2px solid #ebebeb;
	height: 74px;
	width: 74px;
	padding:2px;
	background-color:#79ac44;
}

.imgSmall:hover
{
	padding:2px;
	border:2px solid #ff2700;
	background-color:#79ac44;
}

.imgSmallActive
{
	padding:2px;
	border:2px solid #ff2700;
	background-color:#79ac44;
}

.imgBig
{
	border:2px solid #79ac44;
	height: 450px;
	width: 450px;
}

.imgNoSize
{
	border:2px solid #79ac44;
}

.text
{
	text-align:center;
	width: 100px;
}

.text-small
{
	text-align:center;
	width: 100px;
	font-size: 11px;
}

.textSmall
{
	text-align:center;
	width: 130px;
	font-size: 12px;
}

.text a
{
	color: #515151;
	text-decoration:none;
}

.pagination
{
	width: 204px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pagination a
{
	color:#941200;
	text-decoration: none;
	font-weight: normal;
}
