@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:.7em;} .txtMedium {font-size:.8em;} .txtLarge {font-size:1.2em;} .alignRight {float:right;} .alignLeft {float:left;}
.txtRed {color:#CC0000;} .txtViolet {color:#6666CC} .txtBrown {color:#9e651b;} .txtBold {font-weight:bold;} .txtOrange{color:#FF6600}
.row{width:990px; clear:both; margin:0 auto;} .breaker {clear:both; width:100%;}

/***********************************************************
If you edit any fields above please communicate to all teams
************************************************************/

/* ---------- For Sticky Footer ----------*/
html{
	height: 100%;
}
body{
	height:100%;
	font-family:Tahoma, Verdana, Arial;
}
#horizone{
	width:990px;
	min-height:100%;
	margin:0 auto;
	background-image:url(../images/content-tiler1.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
* html #horizone{
	height:100%;
}
/* ---------- Sticky Footer Ends ----------*/
body {
	background-image:url(../images/page-bg.gif);
	background-repeat:repeat-x;
}
.header {
	width:100%;
	height:24px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
}
.logoContainer {
	background-image:url(../images/logo-bg.gif);
	background-repeat:no-repeat;
	width:990px;
	height:117px;
}
.homeLogo {
	margin: 10px 0 0 15px;
}
.linkContainer {
	width:980px;
}
a.topLink1 {
	padding:4px 30px 4px 4px;
	display:block;
	background-color:#d5731b;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"MS Sans Serif", "Microsoft Sans Serif";
	font-size:.7em;
	text-transform:capitalize;
	border-right:1px solid #FFFFFF; 
	float:right;
	border-bottom:1px solid #FFFFFF;;
}
a.topLink2 {
	padding:4px 30px 4px 4px;
	display:block;
	background-color:#858384;
	border-right:1px solid #FFFFFF; 
	color:#FFFFFF;
	text-decoration:none;
	font-family:"MS Sans Serif", "Microsoft Sans Serif";
	font-size:.7em;
	text-transform:capitalize;
	float:right;
	border-bottom:1px solid #FFFFFF;;
}
a.topLink2:hover {
	background-color:#d5731b;
	color:#000000;
}
.contentTiler {
	overflow:hidden;
	background-image:url(../images/content-tiler1.gif);
	background-repeat:repeat-y;
	}
.contentConatiner {
	float:left;
	width:706px;
	display:block;
	padding:30px 20px 20px 40px;
}
.homeContent {
	font-weight:bold;
	color:#858384;
	line-height:18px;
	font-size:.8em;
	font-family:Tahoma, Verdana, Arial;
}
a.linkOrange {
	color:#d5731b;
	text-decoration:none;
}
a.linkOrange:hover{
	color:#99CC00;
	border-bottom:2px dotted #FF6600;
}
.contactContainer {
	width:174px;
	height:213px;
	background-image:url(../images/contact-bg.gif);
	background-repeat:no-repeat;
	float:left;
	padding:50px 20px 0 20px;
}
a.linkWhite {
	color:#FFFFFF;
	text-decoration:none;
	font-size:100%;
}
a.linkWhite:hover {
	color:#FF6600;
}
a.linkWhite {
	color:#FFFFFF;
}
.txtWhite {
	color:#FFFFFF;
	font-size:.8em;
}
.footer {
	clear:both;
	width:100%;
	height:35px;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
}
.copyContainer {
	width:990px;
	margin:0 auto;
}
.copyrightHolder {
	margin-top:10px;
	width:40%;
	display:block;
	padding:0 20px;
	float:left;
	color:#FFFFFF;
	font-size:.7em;
}
.foxHolder {
	margin-top:10px;
	width:40%;
	display:block;
	padding:0 20px;
	float:right;
	color:#FFFFFF;
	font-size:.7em;
	text-align:right;
}