@charset "UTF-8";
/* CSS Document */

/* @group Sitewide Styles */

html {
	background-color: #fff;
}

html, body {
	height:100.1%;
	margin-bottom:1px;
	}

body {
	background-color: #fff;
	padding: 0;
	color: #000;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body p {
	font-family: Arial, Helvetica, sans-serif;
	}
	
p, a {
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
}

a {
	color: #000;
	}
	
a img  {
	text-decoration: none;
	border: none;
	padding: 0;
	}
	
body a:hover {
	text-decoration: none;
	color: #D60000;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	height: 80px;
	}
	
#content {
	width: 980px;
	height: 600px;
	}
	
#contentWide {
	width: 980px;
	}

#portfolio {
	width: 980px;
	padding: 18px 0 0 0;  
    margin:  0;
	}

/* @end */

/* @group overide Safari link underlining */

#wrapper a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	}
	
a  {
	text-decoration: none;
	}

/* @end */

/* @group Wordpress Navigation */

#WPnavigation1 {
	width: 500px;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#WPnavigation1 ul {
	padding: 0 0 8px 0;
	list-style: none;
	border-bottom: 1px solid #D60000;
	}
	
#WPnavigation1 a {
	font-size: 12px;
	}	

#WPnavigation1 ul li.current_page_item a {
	border-bottom: 3px solid #D60000;
	padding: 0 0 9px 0
	}
	
#WPnavigation1 ul li.blog a {
	border-bottom: 3px solid #D60000;
	padding: 0 0 9px 0
	}
	
#WPnavigation1 ul li a:hover {
	border-bottom: 3px solid #D60000;
	padding: 0 0 9px 0
	}
	

#WPnavigation1 ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 .75em;
	}

/* @end */

/* @group Misc Text Styles */

.bold {
	font-weight: bold;
}

.boldRed {
	font-weight: bold;
	color: #D60000;
}	
		
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
.padRight {
	padding-right: 15px;
	}
	
.textCenter {
	text-align: center;
	}		
	
.lineHeightMedium {
	line-height: 1.25em;
	}
	
.lineHeightLarge {
	line-height: 2.45em;
	}

/* @end */

/* @group Bio Styles */
.bioText {
	float: left;
	font-size: 13px;
	text-align: left;
	padding: 15px 0 80px 60px;
	width: 400px;
	}

.bioText p {
	line-height: 1.95em;
	}
	
.bio {
	padding: 70px 35px 0 0px;
	}
	
.bioImage{
	padding: 20px 0 0 0;
	float: left;
	}	

.bioImage img{
	margin: 0;
	text-align: left;
	}

/* @end */

/* @group Contact Styles */

.contact {
	padding: 70px 0 0 0;
	text-align: center;
	line-height: 1.95em;
	}
	
.contact .contactName {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color: #D60000;
}	

.contact .contactAddress {
	font-size: 14px;
	}
	
.contact .contactPhone {
	font-size: 15px;
	font-weight: bold;
}	

.contact .contactLink {
	font-size: 15px;
	font-weight: bold;
	line-height: 3em;
}	
	
	
.contactColumn1, .contactColumn2 {
	float: left;
	font-size: 11px;
	text-align: left;
	padding: 100px 40px 200px 40px;
	width: 180px;
	}	
	
.contactColumn1 p, .contactColumn2 p {
	line-height: 1.95em;
	}

/* @end */

/* @group Video Settings */
.videoColumnCenter {
	text-align: center;
}

.videoColumn1 {
	margin-right: 130px;
}

.videoColumn1, .videoColumn2 {
	margin-bottom: 30px;
}

.videoSmall {
	margin-top: 20px;
	margin-bottom: 50px;
}

.videoTitle {
	font-size: 12px;
	color: #777;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;

}
/* @end */

/* @group Footer */

#footer {
	width: 980px;
	height: 250px;
	text-align: center;
	margin: 60px 0 0 0;
	clear: both;
	}

#footer p {
	font-size: 10px;
	color: #666;
	}

/* @end */ 

img#wpstats {display: none;
}
