/* uv_css.css
Taylor Davidson
v1: 8 JULY 2008
Design for new UV site, July 2008
*/


/* Overall site */


html, body {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 100%;
}

.container {
   	position: relative;
    min-height: 100%;
}


.wrapper {
	width:  900px;
	background-color: #FEFEFE;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	position: relative;
}

a:link img{
	border: none;
}
a:visited img{
	border: none;
}
a:hover img{
	border: none;
}
a:active img{
	border: none;
}

input {
     font-size: 12px;
     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}


.line {
	clear: both;
	background-color: #FF6600;
	height: 2px;
	margin: 5px 0 5px 0;
	width: 900px;
}

/* Styles for the header */

.header {
	height:25px;
	width: 900px;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	text-align: center;
}


.header_1 {
    width: 165px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	float: left;
}
.header_2 {
    width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
.header_3 {
    width: 205px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
.header_4 {
    width: 325px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	float: right;
}




a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
}






/* Styles for the main section for the picture.  The Portfolio and Project index pages have separate classes */


.main {
	width: 900px;
	clear: both;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
	text-align: left;
	line-height: 150%;
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
}

.main_left{
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
}
.main_right:{
	float: right;
	text-align: right;
	margin: 0 0 15px 0;
}


/* Style for bottom grid */

.bottom {
	width: 900px;
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color:#191919;
	line-height: 150%;
}

.bottom_left {
	width: 285px;
	float: left;
	margin: 0 20px 15px 0;
}

.bottom_middle {
	width: 285px;
	float: left;
	margin: 0 20px 15px 0;
}

.bottom_right {
	width: 285px;
	float: left;
	margin: 0 0 15px 0;
}


.bottom_left_about {
	width: 415px;
	float: left;
	margin: 0 25px 15px 0;
	padding: 10px 10px 10px 10px;
	background-color:#E9E9E9;
}



.bottom_right_about {
	width: 415px;
	float: right;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 10px;
	background-color:#E9E9E9;
}

.bottom_about {
	width: 810px;
	float: left;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px 20px 10px 20px;
	background-color:#E9E9E9;
}
.bottom_left_about_td {
	width: 390px;
	float: left;
	font-size:13px;
	margin: 10px 15px 0 0;
	background-color:#E9E9E9;
	line-height: 125%;
}

.bottom_right_about_td {
	width: 400px;
	float: right;
	font-size:13px;
	margin: 10px 0 0 0;
	background-color:#E9E9E9;
	line-height: 125%;
}




.bottom_left_contact {
	width: 225px;
	float: left;
	margin: 0 15px 15px 0;
}

.bottom_right_contact {
	width: 625px;
	float: right;
	margin: 0 0 15px 0;
}

/* Footer details */

.footer {
	position: relative;
	bottom: 0; 
	clear: both;
	width: 100%;
	height:25px;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;

}


.footer_inside {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	font-color: #555555;
	font-size: 12px;
	font-weight: normal;
	line-height: 110%;
}

.footer a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	
}
.footer a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
}
.footer a:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}