@charset "utf-8";
body  {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-color: #000;
}
.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px groove #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFF;
	bottom: 5px;
	text-align: left;
	font-size: 11px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	text-align: left;
} 
#mainContent h2 {
	color: #367877;
	margin-top: 12px;
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
}
#mainContent h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	color: #CCC;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* images */
img {
	text-align: center;
}
img.float-right {
  	margin: 5px 0px 10px 10px; 
	padding: 6px;

}
img.float-left {
  	margin: 5px 10px 10px 0px;
	padding: 6px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.blockquote {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #3D8786;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* gradient 1 */
h1 {
  font: bold 330%/100% "Lucida Grande";
  position: relative;
  color: #464646;
}
h1 span {
	background: url(gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	left: -517px;
	top: 9px;
}
.twoColFixRtHdr #container p strong {
	font-weight: bold;
	font-size: 14px;
}

/* The Team Page */

#bio {
	height: 600px;
	width: 620px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #000;
	font-size: 12px;
	text-align: left;
}

.biobold {
	font-size: 16px;
	font-weight: bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #42a0e2;
}
.biobold2 {
	font-size: 14px;
	font-weight: bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #42a0e2;
}
.biobold3 {
	font-size: 10px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	text-transform: capitalize;
}
.biolink {
	font-size: 10px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
.biolink a:hover {
	color: #999;
	border-bottom-width: 0px;
	border-bottom-color: #F00;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
}
.biosubtitle {
	font-size: 18px;
	font-weight: bolder;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	letter-spacing: -1px;
}
.paragraphboldtext {
	font-size: 13px;
	font-weight: bolder;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CAEF58;
}
.corevalues {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09C;
}
.largeletter {
	font-size: 36px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	line-height: 5px;
}
.thinline {
	border-bottom: 1px dotted #333;
}
.thinlinetable {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #367877;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
textlinebold {
	text-decoration: none;
	color: #CCC;
	font-weight: bolder;
}
