/* CSS Document */

body					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
}

/*		**********		**********		Wrappers		**********		**********		*/

#main_wrapper			{
	margin: 0 auto;
	padding: 0px;
}

#top_wrapper			{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 50px;
	background-color: #0f1c25;
}

#middle_wrapper			{
	margin: 0 auto;
	width: 100%;
	background-color: #193953;
	border-top: 1px solid #fef7e2;
	border-bottom: 1px solid #fef7e2;
}

#bottom_wrapper			{
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	height: 45px;
	width: 100%;
	background-color: #0f1c25;
}

/*		**********		**********		Regular Divs	**********		**********		*/

#top					{
	margin: 0 auto;
	width: 800px;
	height: 45px;
	background-color: #0f1c25;
}

#middle				{
	margin: 0 auto;
	width: 800px;
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	background-color: #193953;
}

#bottom				{
	margin: 0 auto;
	width: 800px;
	height: 45px;
	text-align: center;
	background-color: #0f1c25;
}

#page_name				{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fef7e2;
	float: right;
	width: 698px;
	margin: 30px 35px 0 0;
}

#content_right			{
	float: right;
	width: 550px;
	margin: 20px 35px 65px 0;
}

#clear				{
	clear: both;
}

/*		**********		**********		NAVIGATION STYLES		**********		**********		*/

#navigation {
	padding-top: 143px;
	margin: 0 0 0 0;
}

#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0 0 0 25px;
}

#navigation li a {
	color: #786d45;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ed1c24;
	text-decoration: none;
}

/*		**********		**********		COPY STYLES		**********		**********		*/


p					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #93afc5;
}

.normal				{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-right: 10px;
	color: #93afc5;
}

.header				{
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

.header_bold			{
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

.footer_small			{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #eaf6fe;
}

.footer_small	a		{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #eaf6fe;
	text-decoration: none;
}



/*		**********		**********		LINK STYLES		**********		**********		*/

.rolloverhome a			{
	display:block;
	width: 90px;
	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url("rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
}

.rolloverhome a:hover		{
	background-position: 0 -35px;
	color: #049;
}

.rolloverhome a:active		{
	background-position: 0 -70px;
	color:#fff;
}

/* ********** */

.rolloverblogg a			{
	display:block;
	width: 90px;
	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url("rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
}

.rolloverblogg a:hover		{
	background-position: 0 -35px;
	color: #049;
}

.rolloverblogg a:active		{
	background-position: 0 -70px;
	color:#fff;
}

/* ********** */

.rollovercontact a			{
	display:block;
	width: 90px;
	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url("rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
}

.rollovercontact a:hover		{
	background-position: 0 -35px;
	color: #049;
}

.rollovercontact a:active		{
	background-position: 0 -70px;
	color:#fff;
}











