/*Default CSS Stylesheet for TAG Website*/

/*COMMON STYLES*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.6em;
	list-style-type: none;
	color: #444;
	background-image: url('background-sliver.png');
	background-repeat: repeat-x;
	background-color: #fff;
}

img {
	border: none;
}

ul, li {
	list-style-type: none;
}

/*STRUCTURE AND POSITIONING*/

#content {
	width: 750px;
	margin: 0px 20px;
	position: relative;
	left:50%;
	margin-left:-375px;
	background-color: #fff;
}

#homeImageWrapper {
	clear: left;
	float: left;
	width: 750px;
}

#linksWrapper {
	position: relative;
	width: 750px;   /*589px;*/
	height: 205px;
	background-color: #fff;
	padding: 0 0 0 0px;
	left: 0px;
}

#homeImageBottom p {
	width: 500px;
}

#homeImage p {
	width: 500px;
}

.bigLink {
	float: left;
}

#backgroundWrapper {
	float: left;
	background-color: #fff;
	width: 100%;
}

#footWrapper 
{
	float: left;
	background-color: #fff;
	width: 100%;
}

#footerAffiliates img {
	float: left;	
}

#footerAffiliates2 img {
	float: left;	
}

#logos 
{	 
	margin-left: 125px;
}

#footerInfo {
	float: right;
	margin: 10px 20px 0 0;
}

#fcLeft {
	float: left;
	text-align: right;
	padding: 0.5em 1em 0 0;
}

#fcRight {
	float: left;
}

#footerContact {
	float: right;
}

a.seolink:link {font-weight:normal; text-decoration:none;}
a.seolink:active {font-weight:normal; text-decoration:underline;}
a.seolink:visited {font-weight:normal; text-decoration:none;}
a.seolink:hover {font-weight:normal; text-decoration:underline;}

#footerLinks {
	padding: 0px 0 0 0;
	float: right;
	/*display: none;*/
}

/*BACKGROUND IMAGES*/

#navWrapper {
	background-image: url('homepage/menubar.png');
	height: 53px;
}

#homeImageTop {
	background-image: url('homepage/image-home-top.png');
	height: 189px;
}

#homeImage {
	background-image: url('homepage/image-home-new.png');
	background-repeat: no-repeat;
	height: 317px;
}

#homeImageBottom {
	background-image: url('homepage/image-home-bottom-new.png');
	height: 119px;
}

#footerContact {
	width: 619px;
	margin-top: 10px;
}

#footerLinks {
	background-image: url('homepage/footer2.png');
	background-repeat: no-repeat;
	width: 619px;
	height: 44px;
}

/*TYPOGRAPHY*/

#homeImageWrapper p {
	font-size: 1.2em;
	padding: 12px 0 0 10px;
	width: 436px;
}

#homeText {
	 top: 133px;
	 position: relative;
}

p {
	font-size: 1.2em;
}

h2 {
	color: #666;
	font-weight: bold;
}

#fcLeft p {
	font-size: 1.8em;
	font-weight: bold;
}

#fcRight p {
	font-size: 1.1em;
}

/*LISTS AND MISC*/

#nav {
	float: right;
	margin: 33px 0 0 0;
}

#nav li {
	display: inline;
	padding: 0 1em 0 1em;
}

#nav li a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #E74F25;
	font-size: 1.1em;
	text-decoration: none;
}

#navFooter {
	float: right;
	margin: 9px 0 0 0;
}

#navFooter li {
	color: #fff;
	display: inline;
	padding: 0 1em 0 1em;
}

#navFooter li a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

#navFooter a:hover {
	color: #E74F25;
	font-size: 1.1em;
	text-decoration: none;
}