* {
    padding: 0;
    margin: 0;
}

a, a:hover, a:active, a:focus, a:link, a:visited {
	outline:none;
	color:#6a736a;
	
}
body {
    background-color: #656565;
    background-image: url(../../images/bodyBg.gif);
    background-repeat: repeat-x;
    font-size: 12px;
    color: #333;
    font-family: Verdana, Arial, sans-serif serif;
    padding-top: 25px;
    text-align: center;
} 

.everything {
    width: 920px;
    padding: 0;
    margin: 0 auto;
	padding-bottom:30px;
	text-align:center;

} 

.header {
	margin: 0 auto;
    padding: 0 60px 0 40px;
} 

.header .headerTable {
    width: 100%;
} 

.header .headerTable td {
    padding: 0;
    height: 99px;
    vertical-align:top;
} 

.header .headerTable .logo {
    width: 200px;
    text-align: left;
	padding-top:0px;
	vertical-align:middle;
} 

.header .headerTable .logo img {
    border: 0;
} 

.header .menuBuckets {
    vertical-align: top;
} 

.header .menuBucket {
    padding-top: 10px;
    text-align: left;
    float: left;
    margin-right: 20px;
    line-height: 16px;
    color: #d0d0d0;
} 

.header .menuBucket h2,
.header .login h2 {
    font-size: 11px;
    font-weight: bold;
    color: #eded90;
} 

.header .menuBucket div a {
	text-decoration:none;
}

.header .menuBucket div a span {
    font-size: 10px;
    color: #d0d0d0;
    background-color:transparent;
    text-decoration: none;
	
} 

.header .menuBucket div a:hover span {
    color: #fff;
    background-color: #6c6f6c;
    text-decoration: none;
} 

.header .menuBucket div span {
    background-color: #8f9c8f;
	padding: 0 2px;
    color: #fff;
	font-size: 10px;
    color: #fff;
} 

.header .loginCell {
    padding-top: 50px;
    text-align: right;
    
    line-height: 16px;
    font-size: 10px;
} 

.header .login {
    padding-top: 10px;
    text-align: right;
} 

.header .login a {
    color: #eded90;
    text-decoration: none;
	padding: 0 2px;
} 

.header .login a:hover {
    text-decoration: underline;
} 

.contentContainer {
	padding:0px 20px 20px 20px;
	
	background-image: url(../../images/contentContainerBg.gif);
	background-repeat:no-repeat;
}

.contentWrapper {
	margin:0 auto;
    margin-top: 0px;
	width:850px;
	
} 

.contentHeader {
    height: 15px;
    background-image: url(../../images/wrapperTop.gif);
} 

.content {
    background-color: #fff;
    padding: 0 15px;
    min-height: 300px;
} 

.contentFooter2 {

    height: 15px;
    background-image: url(../../images/wrapperBottom2.gif);
    
    background-repeat: no-repeat;
    background-position: bottom;
} 

.contentFooter {
	display:none;
    height: 15px;
    background-image: url(../../images/wrapperBottom.gif);
    background-color: #e5e5e5;
    border-top: 1px solid #a8a8a8;
    color: #5f5f5f;
    font-size: 11px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: bottom;
} 

.content .leftCol {
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
} 

.content .rightCol {
    width: 605px;
    float: right;
    margin-bottom: 15px;
    text-align: left;
} 

.content .oneCol {
    /*padding-bottom: 15px;*/
} 

.submenu {
} 

.submenuHeader {
    height: 15px;
    background-image: url(../../images/leftColTop.gif);
} 

.submenuContent {
    background-color: #ededed;
    padding: 0 15px;
    text-align: left;
} 

.submenuFooter {
    height: 15px;
    background-image: url(../../images/leftColBottom.gif);
} 

.submenuContent h3 {
    font-size: 12px;
    font-weight: bold;
    color: #616161;
    margin-bottom: 5px;
} 

.submenuContent ul {
    margin-left: 15px;
	
	
} 

.submenuContent li {
    font-size: 11px;
	border-bottom:1px solid #ededed;
	
} 

.submenuContent a {
    text-decoration: none;
    color: #555;
    padding: 3px;
    display: block;
} 

.submenuContent a:hover {
    text-decoration: none;
    background-color: #dfdfdf;
    color: #000;
} 

.rightColHeader {
    background-image: url(../../images/tnRightColHeader.gif);
    height: 40px;
} 

.rightColHeader table {
    width: 100%;
} 

.rightColHeader td {
    vertical-align: middle;
} 

.rightColHeader .headerTitle {
    text-align: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
} 

.rightColHeader .headerLink {
    text-align: right;
    padding: 0 15px;
} 

.rightColHeader .headerLink a {
    text-decoration: none;
    font-size: 11px;
    color: #eded90;
} 

.rightColHeader .headerLink a:hover {
    text-decoration: underline;
} 

.mainContent {
    padding: 15px 5px;
    line-height: 20px;
    color: #222;
} 

.mainContent .quote {
	margin: 0 60px 10px 30px;
	
}
.mainContent p {
    margin: 0 30px 10px 0
} 

.mainContent ul {
    margin-left:30px;
} 

.mainContent li {
    margin: 0 30px 10px 0
} 

.mainContent ul.closeList li {
	margin: 0 30px 0px 0;
	font-size:11px;
}

.mainContent h3 {
    font-size: 13px;
    color: #808001;
    margin-bottom: 10px;
	margin-top:20px;
} 

.mainContent h4 {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
	margin-top:15px;
} 

.mainContent p strong {
    color: #2f332e;
} 

.mainContent p a {
    color: #6a736a;
} 

.mainContent p a:hover {
    color: #666608;
} 

.leftColStub {
    margin: 20px 0;
} 

.leftColStub img {
    border: 0;
} 

.floatLeft, .floatRight {
    text-align: center;
    font-size: 10px;
    color: #555;
    line-height: 14px;
    padding: 5px 20px;
	border:0px solid #333;
} 

.floatLeft {
    float: left;
} 

.floatRight {
    float: right;
}

.contactForm { width: 90%;}

.contactForm td { border: 0px solid #333; padding: 10px; vertical-align:bottom; }

.contactForm td label { font-weight:bold; color: #666; }
.contactForm input { width: 90%;}
.contactForm textarea { width: 99%;}

.contactForm .req { color: #900; font-weight:bold; }

.contactForm .error { font-size: 10px; color:#900; margin:0; padding: 0 0 3px 0;}

.contactForm .button { width: auto; border: 0; margin:0; padding: 0; background-color:transparent;}


.backToTop {
	padding-left:5px;
	text-align:left;
	margin-bottom:10px;
}

.backToTop a {
	text-decoration:none;
	font-size:10px;
	color:#900;
}

.footerBuckets {
	margin-top:17px;
}

.footerBuckets img {
	border:0;
}

.oneSpan {
	width:272px;


	float:left;
}

.twoSpan {
	width:561px;


	float:left;
}

.footerDivider {
	width:17px;
	height:10px;

	float:left;
}

.footer2 {color:#a8a8a8; margin-top:15px;;}

.social   {
 	clear:both;
	background:url(images/line.png) repeat-x bottom center;
 	padding-bottom:20px; 
 	margin-bottom:10px; 
	}


.social li {
	padding:0 0 3px 20px;
	display:inline;
	margin-right:15px;
	}

.social li a {
	color:#6a736a;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}


li.facebook {
	background:url(../../images/facebook.png) no-repeat left;
	}

li.twitter  {
	background:url(../../images/twitter.png) no-repeat left;
	}

li.delicious  {
	background:url(../../images/delicious.png) no-repeat left;
	}

li.digg  {
	background:url(../../images/digg.png) no-repeat left;
	}
