/*******************************/
/* TOOLBOX CSS */
/*******************************/

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


h4 {
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
}


html, body {
    height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_stripe.gif);
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#2c123d;
	font-size:12px;
}

#bg {
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

#container {
	background-image:url(../images/middlebg.gif);
	background-repeat:repeat-y;
	text-align:left;
	width: 900px;
	margin:0px auto;
	padding: 0px;
	height: 100%;
	clear:both;
}

#navcontainer {
	padding-left:90px;
	padding-right: 100px;
	margin-top: 20px;
	line-height: 20px;
	box-sizing: border-box;
}

#navcontainer:after {
  content: "";
  display: table;
  clear: both;
}

.social {
	float: right;
	font-size: 30px;
	margin-left: 20px;
	line-height: 30px;
}

#navbtn {
	float:left;
	margin-right:10px;
	line-height: 24px;
	margin-top: 5px;
}

#bottomstripes {
	background-color:#FFFFFF;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:750px;
	height:16px;
	clear:both;
	margin:0px auto;
	padding: 0px;
}

#bodycontent {
	clear:both;
	width:700px;
	margin-left:100px;
	padding-top:50px;
	text-align:left;
}

p, li, blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
	line-height:16px;
}

#image {
	float:right;
	text-align:center;
	margin-left:8px;
	margin-bottom:20px;
	width:330px;
}


#video {
	float:left;
	text-align:center;
	margin-left:20px;
	margin-bottom:20px;
	width:345px;
}

#heading {
	text-align:left;
	margin-left:-10px;
}

#footer {
	width:575px;
	clear:both;
	margin:0px auto;
	text-align:center;
}

#footer p {
	font-size:8pt;
	margin:20px 0px 20px 0px;
}

a, a:link, a:visited, a:active {
	color:#442637;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#biosubnav img {
	margin-bottom:3px;
}

.style1 {font-family: Arial, Helvetica, sans-serif; color:#2c123d;}
