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


/* Overall site */


html, body {
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Times New Roman, 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: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Times New Roman, 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: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	float: left;
}
.header_2 {
    width: 230px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
.header_3 {
    width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
.header_4 {
    width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
.header_5 {
    width: 105px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	float: right;
}
.headerright {
    width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	float: right;
}




a:link {
	color: #FF6600;
	text-decoration: none;
	
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}






/* 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:#000000;
	text-align: left;
	line-height: 150%;
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
}

.mainlogo {
	width: 900px;
	clear: both;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	color:#000000;
	text-align: left;
	line-height: 150%;
	margin: 0 0 30px 0;
	padding: 20px 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%;
	}

.bottomtitle {font-size:40px;font-weight:bold;text-align:center;padding-top:40px;padding-bottom:12px;}

.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: 575px;
	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: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

/* Financial model page old

.models {clear:both;padding:25px 0 0 0;margin:10px 0px 30px 0px;width:890px;height:310px;font-size:15px;}
.donateheader {float:right; width:400px;}
.donatetitle {font-size:28px;font-weight:bold; margin:0 0 15px 0;width:400px; text-align:center;}
.donatebox {width:370px; height:265px; color:#191919; padding:20px 20px 30px 20px; background-color:#dddddd; text-align:left;margin:0 0 20px 0;}

.download {float:left; width:400px;}
.downloadtitle {font-size:28px;font-weight:bold; margin:0 0 15px 0;width:400px; text-align:center;}
.downloadbox {width:370px; height:265px; color:#191919; padding:20px 20px 30px 20px; background-color:#dddddd; text-align:left;margin:0 0 20px 0;} */


.models {clear:both;padding:25px 0 0 0;margin:10px 0px 30px 0px;width:890px;font-size:15px;}
.video {float:left; width:420px;font-size:11px;}
.details {float:right; width:420px;}


.share {width:420px;padding-top:2px;}
.tweet {float:left;v-align:top; width:65px;padding-right:5px;text-align:left;}
.linkedin {float:left;v-align:top; width:60px;padding-right:5px;padding-top:1px;text-align:left;}
.like {float:left;width:80px;height:20px;padding-bottom:10px;}



/* Testimonials */
.testimonial {width:400px;height:80px;float:left;font-size:12px;padding-right:10px;}
.testimonialimage {width:80px;height:80px;float:left;font-size:11px;padding-right:10px;}

