﻿body  {
	font-family: Lucida Grande, Lucidsa Sans Unicode, Myriad Pro, Helvetica, Arial, Verdana, sans-serif;
	background: #ffffff;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	vertical-align: top;
}



h1,h2,h3 {margin:0 0 0 0; padding:0;} 
h1,h2,h3,h4,h5,h6 {
	color:#063;
	font-family: Lucida Grande, Lucida Sans Unicode, Myriad Pro, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	vertical-align: text-top;}
	
h3 {color:#666;
font-size:18px;
font-weight:200
}

a {
	color:#063;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	color:#000;
	border-bottom:1px solid #4275a1;
}
ul, ol {margin:0;}
ul {
	display: inline;
}
ul.horizontal li {display:inline;}
hr.doublespace {background: none; color: #fff; margin: 0 0 2.8em;}
hr {background:#cecece;}
.colborder {padding-right: 24px; margin-right: 19px; border-right: 1px solid #cecece;}
.invcolborder {padding-right: 24px; margin-right: 25px;}
.invcolborder2 {padding-right: 6px; margin-right: 25px;}
.borderbottom {margin-bottom:1.4em; padding-bottom:1.3em; border-bottom: 1px solid #cecece;}
.bordertop {margin-top:1.2em; padding-top:1.3em; border-top: 1px solid #cecece;}
pre {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#063;
}

em {background:none; font-style:normal;}
img.right {float:right; padding:0.3em 0 0.3em 1em;}


/* Project previews on 'Portfolio' page */
.projects {margin:0 3.6em 0 0; background:url(../img/titles/featured_proj.gif) no-repeat 0 0;}
.projects2 {padding-top:40px; padding-right:25px;}
.projects h2 {margin-left:-10000px;}
h2.proj {margin-left:-10000px;}
.projectprev {margin-bottom:2.4em;}
.projectprev ul {
	list-style-type: none;
	vertical-align: top;
}
.projectprev img {
	margin:0;
	border:1px solid #cecece;
	padding:4px;
	vertical-align: bottom;
}
.projectprev a:hover img {border:1px solid #063;}
.projectprev a:hover {text-decoration:none; border:none;}
.projectprev pre, .projectprev span {display:inline;}
.projectprev h2 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#063;
	font-variant: normal;
	font-size: 20px;
	font-style: normal;
	border: 0;
}



.thrColFixHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left: 100px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #cecece;
		
}
.thrColFixHdr #sidebar2 {	
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 32px;	
	margin-left: 635px;
	border-left: 1px solid #cecece;
}
.thrColFixHdr #header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 900px;
} 

.thrColFixHdr #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 */
}

.thrColFixHdr #mainContent {
	margin: 0 600px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 5px 5px 5px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColFixHdr #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;
}
