/* CSS Document */

/* template styles*/
body{
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EEEEEE;
}

a{
	text-decoration:none;
}
a {
	text-decoration:none;
}

a img{
	border:none;
}

.mainContent{
	line-height:140%
}

.navigation{
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.menuSpacer{
	background-image:url(../img/menu_spacer.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.menuSpacerBottom{
	background-image:url(../img/menu_bottom_spacer.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.menuItem{
	display:inline;
	height:33px;
	padding: 0 15px 0 15px;
}

.mainMenu a{
	color:#ffffff;
}

.mainMenu a:hover{
	color:#ccc;
}

.secondaryMenu a{
	color:#333333;
}

.secondaryMenu a:hover{
	color:#000000;
}


.textCopyright{
	color:#333333;
	font-size:11px;
	text-align:center;
	letter-spacing:2px;
}

.textPhoneFooter{
	font-size:24px;
	color:#CC0000;
}

.clear{
	clear:both;
}