
/* ::: TERRACE LINKS BY VINCENT MCAULAY ::: http://vincentmcaulay.com ::: */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	background:url(../images/smallerbg_IMG.jpg) 0 0 repeat-x #000;
	color:#e4e4e4;
}
div#mainContent {
	width:970px;
	margin:auto;
	/*
	background:url(../images/headerIMG.jpg) 340px 0 no-repeat;
	*/
	position:relative;
	padding-top:168px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

img {
	border:0;
}

a {
	color:#fcff00;
	text-decoration:none;
}
a:hover {
	color:#fff;
}

p {
	margin:0;
}

div#left {
	margin:35px 0 0 0;
	width:435px;
	float:left;
	padding:0 0 0 10px;
}
	div#left div#introText {
		width:435px;
		padding:0 0 10px 0;
		margin:0 0 25px 0;
		border-bottom:1px dotted #3f3f3f;
	}
	
div#left div.banners {
	width:400px;
	float:left;
	padding:0 0 0 36px;
}
	div#left div.banners img {
		padding:6px;
		border-left:1px solid #3f3f3f;
		border-right:1px solid #3f3f3f;
		border-top:1px solid #3f3f3f;
		margin: 0;
	}
	div#left div.banners div.caption {
		float:left;
		width:343px;
		border-left:1px solid #3f3f3f;
		border-right:1px solid #3f3f3f;
		border-bottom:1px solid #3f3f3f;
		padding:0 6px 6px 6px;
		margin:0 0 10px 0;
		font-size:0.95em;
	}

div#right {
	width:510px;
	float:right;
	margin:35px 0 0 0;
}

div#right img.title {
	float:left;
	margin:0 0 10px 0;
	clear:both;
}

div#right div.col1 {
	float:left;
	width:215px;
	margin:0 0 0 20px;
	display:inline;
}
	div#right div.col1 ul {
		padding:0;
		margin:0;
	}
		div#right div.col1 ul li {
			list-style-type:none;
			margin:0 0 5px 0;
		}
			div#right div.col1 ul li a {
				width:205px;
				padding:2px 5px 2px 5px;
				background-color:#1f1f1f;
				color:#fff;
				display:block;
				-webkit-transition:background-color 0.2s ease-out;  
				-moz-transition:background-color 0.2s ease-out;  
				-o-transition:background-color 0.2s ease-out;  
				transition:background-color 0.2s ease-out; 
			}
			div#right div.col1 ul li a:hover {
				background-color:#fcff00;
				color:#000;
			}
	
div#right div.col2 {
	float:left;
	width:215px;
	margin:0 0 20px 30px;
}
	div#right div.col2 ul {
		padding:0;
		margin:0;
	}
		div#right div.col2 ul li {
			list-style-type:none;
			margin:0 0 5px 0;
		}
			div#right div.col2 ul li a {
				width:205px;
				padding:2px 5px 2px 5px;
				background:#1f1f1f;
				color:#fff;
				display:block;
				-webkit-transition:background-color 0.2s ease-out;  
				-moz-transition:background-color 0.2s ease-out;  
				-o-transition:background-color 0.2s ease-out;  
				transition:background-color 0.2s ease-out; 
			}
			div#right div.col2 ul li a:hover {
				background:#fcff00;
				color:#000;
			}

body#formPage div#introText {
	border:none;
}
	
div.label {
	width:435px;
	float:left;
	margin:0;
}
div.label2 {
	width:435px;
	float:left;
	margin:0 0 15px 0;
}
	div.label2 input.small {
		width:400px;
		height:15px;
		border-top:2px solid #666;
		border-left:2px solid #666;
		border-bottom:2px solid #ccc;
		border-right:2px solid #ccc;
	}
	div.label2 .large {
		width:400px;
		height:100px;
		border-top:2px solid #666;
		border-left:2px solid #666;
		border-bottom:2px solid #ccc;
		border-right:2px solid #ccc;
	}
	
	div.label .button {
		border:1px solid #CB1B23;
		background:#000;
		color:#CB1B23;
		cursor:pointer;
	}
	
body#bannersPage #left img {
	float:left;
	margin:0 0 10px 0;
}
	body#bannersPage #left p {
		float:left;
		margin:0 0 10px 0;
	}
	
/**************************
	NEW STYLES 2011
***************************/
h1 {
	position:absolute;
	top:0;
	left:0;
	width: 431px;
	height:145px;
}
h1 {
	padding-left:10px;		
}

.accordionButton {
	float: left;
	}
 
.accordionContent {	
	float: left;
	padding:20px 0;
	}
.accordionButton h3 {
	width:511px;
	height:31px;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:-9999px;
	margin-bottom:3px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.accordionButton h3:hover,
.active h3 {
	background-position:0 -31px;
}
.acc1 { background-image:	 url(../images/2011-acc-1-general.png); }
.acc2 { background-image:	 url(../images/2011-acc-2-clothing.png); }
.acc3 { background-image:	 url(../images/2011-acc-3-firms.png); }
.acc4 { background-image:	 url(../images/2011-acc-4-authors.png); }
.acc5 { background-image:	 url(../images/2011-acc-5-misc.png); }
.acc6 { background-image:	 url(../images/2011-acc-6-banter.png); }
.acc7 { background-image:	 url(../images/2011-acc-7-webmaster.png); }
.acc8 { background-image:	 url(../images/2011-acc-8-betting.png); }
.acc9 { background-image:	 url(../images/2011-acc-9-facebook.png); }
.acc10 { background-image:	 url(../images/2011-acc-10-blog.png); }

#rotator {
	width:524px;
	height:168px;
	position:absolute;
	right:-8px;
	top:0;
	overflow:hidden;
}
	#rotator ul {
		margin:0;
		padding:0;
		list-style:none;
	}




