/* JAVACOLORS.COM | SCOTT HAMILTON
------------------------------------------------  */


/* main elements  */

html {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: none;
	color: #181818;
	height: 100%;
	padding: 0;
	margin: 0;
	}
	
#main {
	text-align: left;
	height: 100%;
	width: 1000px;
	margin: 0;
	padding: 0;
	}

.clear {
  	clear: both;
	}



	
/* wrapper that holds everything */

#wrapper {
	width: 1000px;
	padding: 0;
	margin: 0;
	}
	



/* header */

#header {
	float: left;
	padding: 16px 0 20px 0;
	margin: 0 0 0 20px;
	}

#header .col2  {
	font-size: 14px;
	line-height: 18px;
	position: relative:
	bottom: 0;
	}

a.uline, a:visited.uline {
	text-decoration: none;
	border-bottom: 1px solid #000 !important;
	}

#header .col2 p {
	margin: 0;
	padding: 30px 0 0 0;
	}

#header .col3 {
	height: 116px;
	margin: 0;
	padding: 0 0 0 20px;
	}

#header .col2 a, #header .col2 a:visited {
	color: #000;
	text-decoration: none;
	}	

#header .col1 a, #header .col1 a:visited {
	color: #000;
	text-decoration: none;
	}	
	
#header .col3 a, #header .col3 a:visited, #header .col4 a, #header .col4 a:visited {
	color: #000;
	text-decoration: none;
	}		


/* body */


.feature {
	width: 1000px;
	float: left;
	}
	
.feature_right {
	float: left;
	height: 334px;
	width: 430px;
	background-color: #f5f5f5;
	margin: 0 0 0 20px;
	padding: 20px 20px 0 20px;
	}	
	
.feature_right p {
	font-size: 24px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	}
	
.feature_left {
	float: left;
	width: 470px;
	margin: 0 0 0 20px;
	padding: 0;
	}	

h2 {
	float: left;
	font-weight: normal;
	font-size: 36px;
	line-height: 64px;
	background-color: #f5f5f5;
	padding: 20px;
	margin: 0 0 0 20px;
	}
	
#work_title h2 {
	padding: 10px 20px;
	}
	
.section_title {
	float: left;
	width: 960px;
	font-weight: normal;
	font-size: 14px;
	line-height: 64px;
	border-bottom: 1px dotted #CCC;
	padding: 0;
	margin: 0 0 0 20px;
	}	

.section_title p {
	float: left;
	padding: 0;
	margin: 0;
	}	

.col1 {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	}
	
.col2 {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	}

.col3 {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	}
	
.col4 {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
	}	

#work {
	width: 1000px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 20px;
	}

.titles {
	padding: 0;
	margin: 0;
	float: left;
	}
	
.titles a, .titles a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	}	

.images {
	padding: 14px 0 40px 0;
	margin: 0 0 20px 0;
	float: left;
	border-bottom: 1px dotted #CCC;
	}
	
	
#work_title {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0 40px 0 0;
	}	

#work_image {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	}

#work_info {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 18px;
	left: 20px;
	}
	
#work_info p {
	font-size: 14px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	}

#work_info p a, #work_info p a:visited {	
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}
	
#back {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 477px;
	left: 510px;
	}	
	
#back p {
	font-size: 14px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	}

#back p a, #back p a:visited {	
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

	

/* footer */

#footer {
	float: left;
	width: 960px;
	color: #181818;
	height: 60px;
	margin:	0 0 0 20px;
	padding: 0;
	}
	
#footer a, #footer a:visited{
	text-decoration: none;
	color: #181818;
	font-weight: bold;
	margin:	0;
	padding: 0;
	}

#footer a:hover{
	color: #FFF;
	background: #181818;
	}
	
	
	
	




	