﻿* 
{ 
	margin					: 0; 
	padding					: 0;
}


body 
{ 
	background				: #ccc1a6; 
	font					: normal normal 150%/1.0 Calibri, Arial, Tahoma;

	color					: #343635;
}

#site_center 
{
	text-align				: center;
}

#main 
{
	width					: 812px; 
	margin					: 0 auto; 
	text-align				: left; 
	margin-top				: 36px;
}


/*-- Body (wrapper) --*/
#bgtop
{
	height					: 9px;
	background				: url(../../images/bgtoph.png);
}

#bgmid
{
	background				: url(../../images/bgmidh.png) repeat-y;
}

#bgbot
{
	height					: 8px;
	background				: url(../../images/bgboth.png);
}




#qfloat
{
	height				: 31px;
	width				: 633px;
	margin-left			: 24px;
	padding-top			: 28px;
	overflow			: hidden;
}

#nfloat
{
	height				: 89px;
	width				: 149px;
	padding-top			: 40px;
	padding-left		: 633px;
	padding-right		: 26px;
	color				: #fff;
	font-weight			: bold;
	text-align			: right;
}

#nfloat a
{
	color				: #fff;
	text-decoration		: none;
	padding-right		: 20px;
	font-size			: 10pt;
	text-transform		: uppercase;
}

#tabgreen
{
	width				: 149px;
	height				: 26px;
	background			: transparent url(../../images/hm-tab-green.jpg) top right no-repeat;	
	padding-top			: 7px;
}

#tabgreen a:hover
{
	color				: #e8f2cd;	
}

#taborange
{
	width				: 149px;
	height				: 26px;
	background			: transparent url(../../images/hm-tab-orange.jpg) top right no-repeat;
	padding-top			: 7px;
}

#taborange a:hover
{
	color				: #fce0c1;
}

#tabblue
{
	width				: 149px;
	height				: 26px;
	background			: transparent url(../../images/hm-tab-blue.jpg) top right no-repeat;
}

#tabblue a
{
	line-height: 26px;
}

#tabblue a:hover
{
	color				: #d6e0ed;
}

#lfloat
{
	height				: 76px;
	width				: 279px;
	margin-left			: 270px;
	padding				: 15px 0 15px 0;
	text-align			: center;
}

#picnav
{
	margin				: auto;
	height				: 187px;
	width				: 745px;
	border-bottom		: solid 1px #c8c7c7;
	text-transform		: uppercase;
}

#picnav #col1, #col2, #col3, #col4, #col5
{
	width				: 149px;
	height				: 187px;
	float				: left;
	text-align			: center;
}

#picnav a
{
	font				: .60em/1.0 Times New Roman, sans-serif, Arial;
	letter-spacing		: 1px;
}

/*-- Column 1 --*/
#col1
{
	background			: transparent url(../../images/col1.jpg) top left no-repeat;
	cursor				: pointer;
}

.col1off
{
	background			: transparent url(../../images/col1-off.jpg) top left no-repeat;
}

#col1:hover
{
	background			: transparent url(../../images/col1-on.jpg) top left no-repeat;
}

#col1 a
{
	position			: relative;
	top					: 166px;
	color				: #a3926c;
	text-decoration		: none;
}

#col1 a:hover, #col1:hover a
{
	color				: #fff;
	text-decoration		: none;
}

/*-- Column 2 --*/
#col2
{
	background			: transparent url(../../images/col2.jpg) top left no-repeat;
	cursor				: pointer;
}

.col2off
{
	background			: transparent url(../../images/col2-off.jpg) top left no-repeat;
}

#col2:hover
{
	background			: transparent url(../../images/col2-on.jpg) top left no-repeat;
}

#col2 a
{
	position			: relative;
	top					: 166px;
	color				: #a3926c;
	text-decoration		: none;
}

#col2 a:hover, #col2:hover a
{
	color				: #fff;
	text-decoration		: none;
}

/*-- Column 3 --*/
#col3
{
	background			: transparent url(../../images/col3.jpg) top left no-repeat;
	cursor				: pointer;
}

#col3off
{
	background			: transparent url(../../images/col3-off.jpg) top left no-repeat;
}

#col3:hover
{
	background			: transparent url(../../images/col3-on.jpg) top left no-repeat;
}

#col3 a
{
	position			: relative;
	top					: 166px;
	color				: #a3926c;
	text-decoration		: none;
}

#col3 a:hover, #col3:hover a
{
	color				: #fff;
	text-decoration		: none;
}

/*-- Column 4 --*/
#col4
{
	background			: transparent url(../../images/col4.jpg) top left no-repeat;
	cursor				: pointer;
}

#col4off
{
	background			: transparent url(../../images/col4-off.jpg) top left no-repeat;
}

#col4:hover
{
	background			: transparent url(../../images/col4-on.jpg) top left no-repeat;
}

#col4 a
{
	position			: relative;
	top					: 166px;
	color				: #a3926c;
	text-decoration		: none;
}

#col4 a:hover, #col4:hover a
{
	color				: #fff;
	text-decoration		: none;
}

/*-- Column 5 --*/
#col5
{
	background			: transparent url(../../images/col5.jpg) top left no-repeat;
	cursor				: pointer;
}

#col5off
{
	background			: transparent url(../../images/col5-off.jpg) top left no-repeat;
}

#col5:hover
{
	background			: transparent url(../../images/col5-on.jpg) top left no-repeat;
}

#col5 a
{
	position			: relative;
	top					: 166px;
	color				: #a3926c;
	text-decoration		: none;
}

#col5 a:hover, #col5:hover a
{
	color				: #fff;
	text-decoration		: none;
}




/*-- Footer (All Pages) --*/
#footer
{
	font-size				: .50em;
	font-family				: Arial Narrow, Tahoma, Verdana;
	letter-spacing			: 1px;
	text-align				: center;
	color					: #fff;
	font-weight				: 700;
	padding-top				: 15px;
}

#footer a
{
	color					: #fff;
	text-decoration			: none;
	text-transform			: uppercase;
	padding-left			: 6px;
	padding-right			: 6px;
}

#footer a:hover
{
	color					: #000;
}