/*
Theme Name: Traffic
Theme URI: http://tomvanderbilt.com/traffic
Description: Custom Theme for Traffic: Why We Drive The Way We Do And What What It Says About Us
Version: 1.6
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/


	Traffic
	

	This theme was designed and built by Jefferson Rabb.

	
*/



body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #171515;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #0d8c81;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img {
	border: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.sidebar_image {
	float: left;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}
.nav_item {
	float: left;
}
#nav {
	height: 24px;
	padding: 0;
}
.clearboth {
	clear: both;
}
.rollover {
}
#sign {
	margin: 10px 0 10px 21px;
}
#home_left {
	width: 370px;
	padding-left: 80px;
	padding-top: 15px;
	float: left;
}
#home_right {
	padding-left: 75px;
	padding-top: 15px;
	float: left;
}
#footer {
	border-top: 1px solid black;
	font-size: 10px;
	margin-top: 15px;
	vertical-align: top;
	height: 20px;
	padding-top: 10px;
	
	text-align: center;
}
.home_btn {
	margin-bottom: 7px;
}
#home_main {
	margin-bottom: 200px;
}
#main {
	margin: 10px 21px 10px 21px;
	
}
#content {
	float: left;
	width: 600px;
	line-height: 1.5em;
}
#sidebar {
	float: left;
}
h1 {
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 22px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
}
.green_top {
	width: 238px;
	height: 29px;
	background-image: url(images/gr_top.gif);
	background-repeat: no-repeat;
}
.green_bottom {
	width: 238px;
	height: 29px;
	background-image: url(images/gr_bottom.gif);
	background-repeat: no-repeat;
}
.green_mid {
	width: 173px;
	background-image: url(images/gr_mid.gif);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.green_box {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.green_mid ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.green_mid li {
	list-style-position: 25px;
	list-style-image: url(images/bullet.gif);
	margin: 10px 10px 10px 0;
	padding: 0 0 0 5px;
}
.green_mid a {
	color: #ffffff;
}
.green_mid a:hover {
	color: #f2bb82;
	text-decoration: none;
}
#content ul {
	margin: 0 0 0 0;
	padding: 0 25px;
	line-height: 1.2em;
}
#content li {
	margin-bottom: 10px;
	list-style-image: url(images/bullet_small.gif);
	padding: 0 10px;
}
.copyright {
	font-size: 10px;
	padding: 25px;
}
.global_item {
	
}
.global_divider {
	margin-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #333333;
	clear: both;
}