/* STYLES IN THIS FILE ARE USED FOR GLOBAL ELEMENTS */

html
{
	overflow-y:scroll;
}

body 
{
	font-family:arial;
	font-size:12px;
	color:#4d5357;
	text-align:center; /* IE - Page Center */
	
	line-height:18px;
}


/* PAGE ELEMENTS */

a{color:#669631; text-decoration:underline;}
a:hover{color:#7a7a7a;}

a.smallGrey
{
	font-size:10px;
	color:#7a7a7a;
	text-decoration:none;
}

p.greenText
{
	color:#669631;
	font-size:14px;
}

p.footer
{
	font-size:10px;
}


a img{border:none;}

sup
{
	vertical-align:top;
	font-size:11px;
}

/* STRUCTURE ELEMENTS */

#page-wrapper
{
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#page-header, #page-body, #page-footer
{
	position:relative;
	width:960px;
}


/* PAGE HEADER */
#page-header{}

	#header-contact
	{
		width:185px;
		height:40px;
		
		position:absolute;
		right:2px;
		bottom:0px;
		background:url(../images/home-top-call-bg.jpg) repeat-x;
	}
	
	#header-contactInner
	{
		background:url(../images/home-top-phone.jpg) no-repeat right -1px;
		height:32px;
	}
	
	#header-contactInner p
	{
		float:left;
		margin:17px 0 0 0;
	}
	
	p#emailUs
	{
		margin-right:5px;
	} 
	
	p#emailUs a
	{
		background:transparent url(../images/home-top-link-sep.jpg) no-repeat right -15px;
		padding:0 8px 0 0;
	}
	

/* PAGE FOOTER */
#page-footer
{
	height:65px;

	clear:both;

	position:relative;
	margin:80px 0 80px 0;
}

	
	#footer-left
	{
		position:absolute;
		left:116px;
		bottom:16px;

	}
	
	#footer-right
	{
		position:absolute;
		right:2px;
		bottom:0px;
		
	}
	
	#page-footer a
	{
		color:#669631;
		text-decoration:none;
		text-transform:uppercase;
	}	
.green
	{
	font-size:12px;
	font-weight:bold;
	color:#5b8f22;

	}
	
	
#clickToCall{display:none;}	