/* Home page classs*/
.homeBg {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
}

.introText {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

/* Footer*/
.foot, a.foot, .foot a {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.foot, .foot a:hover{
	color: #333333;
}
/* Navigation*/
.nav,  a.nav, .nav a{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.nav, .nav a:hover{
	color: #333333;
}

.navActive, a.navActive, .navActive a {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.subnav, a.subnav, .subnav a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	
}
a:hover.subnav, .subnav a:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 16px;
	
}
/* Headings */
h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #A1A0A4;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
h2, a.h2, h2 a {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #33B3BF;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
}
a:hover.h2, h2 a:hover  {text-decoration: underline;}

h3 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}

/* text styles */
.text { 
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
 } 
a.text, .text a  {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
}
.text a:hover, a:hover.text{
	color: #33B3BF;
}
.textBlue {

	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #33B3BF;
}
p {
	padding-bottom: 3px;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-top: 4px;
}

/* bullet points */
li {
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 2px;
	list-style-image: url(images/bullet.gif);



}
ul {
	margin: 2px 0px 0px 13px;
	padding: 2px 0px 10px 8px;
}

/* forms */
.inputForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	width: 330px;
	border: 1px solid #CCCCCC;
}
.multiLine {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 330px;
	border: 1px solid #CCCCCC;
}

