@charset "utf-8";
/* CSS for JeremyAButler.com
Oct 5/09
*/
/* 
General CSS
*/


body {
	padding:0px;
	background-color: #f0f0f0;
}

#container {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	width:751px;
	margin: 0 auto;
}

#header {
	height: 250px;
	width:750px;
	margin: 0 auto;
	padding-bottom:40px;

}

a {
	text-decoration:none;
	color:#000;
}
a:visited {
	color:#000;
}

a:hover {
	color:#F00;
}

img	{  
	border-style: none;
}

h1 {
	
	
}

h2 {
	font-size:18px;
	padding:0;
	margin:0;
}

h3 {
	padding:0;
	margin:0;
	color:#333;
}

.quote-text {
	font-family:Helvetica, sans-serif;
	font-size:32px;
}
.quote {
	font-family:Helvetica, sans-serif;
	float:left;
	padding-right:5px;
}

/*  Navigation CSS  */

#leftheader {
	float:left;
	width:215px;
	margin-right:10px;
	margin: 0 auto;
	height:125px;
	padding-left: 40px;
	background-image:url(../img/title-bg.png);
	background-repeat:no-repeat;
}

#centerheader {
	float:left;
	width:210px;
	margin: 0 auto;
	height:125px;
	padding-left:5px;
	margin-right:5px;
	background-image:url(../img/title-bg2.png);
	background-repeat:no-repeat;
}

#rightheader {
	float:left;
	width:220px;
	margin: 0 auto;
	height:125px;
	padding-left:5px;
	background-image:url(../img/title-bg2.png);
	background-repeat:no-repeat;
}



/* 
Portfolio Box CSS
*/


#content {
	width:750px;
	margin-top:145px;

}

.bottom-box-text {
	width:490px;
	float:left;
	padding-left:5px;
	height:160px;
	font-size:12px;
}

.checkbox {
	float:right;
	width:198px;
	text-align:right;
	padding-bottom:10px;
	padding-right:4px;
	font-style:oblique;
	max-height:17px;
	!important font-size:12px;
}


/* 
CSS - Box
*/

.box-top {
	background-image:url(../img/box-top-2.png);
	background-repeat:no-repeat;
	min-height:40px;
	padding-left:15px;
	font-size:14px;
	font-style:oblique;
	width:750px;
}

.box-middle {
	background-image:url(../img/box-middle-2.png);
	background-repeat:repeat-y;
	min-height:50px;
	padding-left:41px;
	width:750px;
	padding-right:20px;
	font-size:12px;
}

.box-middle-content {
	max-width:700px;
	overflow:hidden;
}

.box-middle-content-2 {
	max-width:680px;
	overflow:hidden;
	margin-left:10px;
	
}

.box-bottom {
	background-image:url(../img/box-bottom-2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:57px;
	margin-bottom:45px;
	margin-left:25px;
	width:750px;
}


/* Roundabout Code */


.roundabout-holder { 
	padding: 0px; 
	height: 100px; 
	width: 650px;
}

.roundabout-moveable-item {
      height: 4em;
      width: 6em;
      cursor: pointer;
	  list-style:none;

   }
   
.roundabout-in-focus { 
	cursor: auto;
}
 












