/*** BASIC LAYOUT ***/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	height: 100%x;
	}
	
#outside-container {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/bg-slice.jpg);
	background-repeat: repeat-x;
	}
	
.logo {
	float: left;
	}	
	
.navbarbox {
	background-image: url(images/swoosh.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 103px;
	padding: 0px;
	width: 66%;
	}	
	
#bodyblock {
	width: 974px;
	margin: 0px auto 0px auto;
	height: 100%;
	}	
	
.leftshadow {
	float: left;
	}
	
.rightshadow {
	float: right;
	}	
	
.content {
	background-color: #ffffff;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px 49px;
	height: 100%;
	}	
	
ul.navbar {
	list-style: none;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	}	
	
ul.navbar li {
	display: inline;
	margin-right: 50px;
	text-transform: uppercase;
	}
	
.footer {
	clear: both;
	color: #666666;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	}	

.empty {
	clear: both;
	}
	
img {
	border: 0px;
	}	

		
/*** HEADINGS ***/					

h2 {
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-size: 35pt;
	width: 100%;
	color: #CC6633;
	font-family: Rockwell, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

h4 {
	padding: 15px 0px 15px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	}

h4.sidebar-title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	}	
			

/*** HOME PAGE ***/			
		
#flashcontent {
	float: left;
	}	
	
			
.mainimage {
	float: left;
	}	
	
.bigbutton {
	margin: 0px;
	float: left;
	}	
							
				
.column {
	float: left;
	width: 215px;
	height: 200px;
	overflow: auto;
	margin: 0px 9px 30px 9px;
	padding: 20px;
	padding-top: 0px;
	border: 1px dotted #cccccc;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	}	
						
	
/*** LINKS ***/	
	
a {
	text-decoration: none;
	color: #000000;
	outline: none;
	}		

a:hover {
	border-bottom: 1px dashed #CC6633;
	}
	
a:active {
	outline: none;
	}
	
.normal{
	border-bottom: 1px dashed #cccccc;
	}							


/*** CONTENT LAYOUT STYLES ***/

.bio_container {
	width: 97.5%;
	border: 1px dotted #CCCCCC;
	padding: 0px 10px 0px 10px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	}
																
.bio {
	float: left;
	padding: 10px;
	padding-top: 30px;
	border-top: 1px #CCCCCC dotted;
	width: 97.5%;
	margin: 0px;
	margin-bottom: 20px;
	text-align: left;
	}	

.bio img {
	float: left;
	width: 354px;
	height: 265px;
	overflow: hidden;
	padding: 5px;
	border: 1px #CCCCCC solid;
	}					

.bio_content {
	float: left;
	padding-left: 20px;
	overflow: auto;
	height: 264px;
	width: 50%;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	clear: none;
	display: inline;
	}

.bio_content:first-line {
	font-weight: bold;
	font-size: 14px;
	}	
	
object.bio_object {
	float: left;
	width: 354px;
	height: 265px;
	overflow: hidden;
	padding: 5px;
	border: 1px #CCCCCC solid;
	}
				
.body_text {
	float: left;
	border: 1px #CCCCCC dotted;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 30px;
	width: 45%;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	max-height: 600px;
	overflow: auto;
	}

.body_textR {
	float: right;
	border: 1px #CCCCCC dotted;
	padding: 10px;
	padding-top:0px;
	margin-bottom: 30px;
	width: 45%;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	max-height: 600px;
	overflow: auto;
	}

.icon_div {
	position: relative;
	border: 1px #CCCCCC dotted;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 40px;
	}
		
.icon_div img {
	position: absolute;
	top: 8px;
	left: 8px;
	margin-right: 5px;
	}	
	

img.banner {
	width: 98.5%;
	height: auto;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px #CCCCCC solid;
	}			

.thumb img {
	height: 120px;
	width: 150px;
	border: 0px;
	}	
	
.thumb {
	width: 160px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-style: italic;
	margin-left: 100px;
	}	


/*** TWITTER STYLES ***/
	
ul#twitter_update_list {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	}	
	
ul#twitter_update_list li{
	margin-bottom: 10px;
	margin-left: 15px;
	}				

/*** Testimonials ***/

body.testimonials {
	background: white;
	text-align: left;
	font-size: .85em;
	padding: 10px;
	}
				
		
	
	
