@charset "UTF-8";
/* CSS Document */
body {
	font: .8em  Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a {	color: #666;}
.thrColFixHdr #container { 
	width: 950px;  
	margin: 0 auto; 
	/*border: 1px solid #000000;*/
	text-align: left; 	
} 
.thrColFixHdr #header { 
	padding: 10px 10px 0 10px;
	margin-top:28px; 
	margin-left:0px;
	margin-right:-10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	padding: 15px 5px 10px 0;
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	line-height: 20px;
	color: #666;
}
#sidebar1 h2 {
	margin:5px 0 10px 0;
	font-size: 2em;
	color:#000;
	font-weight: 100;
	border-bottom: 1px solid #C63;
	padding-bottom: 10px;
}

.thrColFixHdr #column1 {
	padding: 15px 5px 10px 0;
	float: left; /* since this element is floated, a width must be given */
	width: 670px;
	line-height: 20px;
	color: #666;
	
}
#column1 h2 {
	margin:5px 0 10px 0;
	font-size: 2em;
	color:#000;
	font-weight: 100;
	border-bottom: 1px solid #C63;
	padding-bottom: 10px;
}
	
.column{}	
	
h3 {
font-size: 1.2em;
font-weight: 100;
color: #333;
margin: 15px 0 -10px 0;
text-decoration: none;

}

h4 {
font-size: 1.2em;
font-weight: 100;
color: #fff;
margin: 15px 0 -10px 0;

}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 190px; 
	margin-right: 10px;
	margin-top: 20px;
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	background: #362f2d;
	color: white;
		line-height: 20px;

}
.thrColFixHdr #mainContent {
	padding: 15px 20px 10px 10px;
	margin: 0 210px 0 340px;
	width: 320px;
	line-height: 20px;
	color: #666;
} 
#mainContent h2 {
	margin:5px 0 10px 0;
	font-size: 1.8em;
	color:#000;
	font-weight: 100;
	border-bottom: 1px solid #C63;
	padding-bottom: 10px;
	/*width: 340px;*/
	}
	
	

	
.wide {
width: 500px:
}

.clearboth{
	clear:both;
}
.thrColFixHdr #footer { 
	margin-top: 20px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #C63;
	
} 
.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;
}
#navlist li
{
	display: inline; 
	list-style-type: none; 
	padding-right: 20px; 
	font-size: 1em;
	margin-right: 0px;
}

#navlist a {
	text-decoration:none;
	color:#000;
}

#navlist a:hover {
	color:#666;
}

#navlist .selected {
	color:#333;
       text-decoration:underline;
}

.content {
	padding-right: 20px;
}

#sidebar2 a {
	text-decoration:none;
	color: #ccc}

#sidebar2 ul {
	list-style:none;
	}
	
#navigation ul {
	list-style:none;
	color: #ccc;
	margin: 0;
	padding: 0;
}

.pics {  
    height:  332px;  
    width:   532px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #fff;  
    
    height: 300px; 
    top:  0; 
    left: 0 
} 
.portUrl a {font-size:.5em; color:#666; text-decoration:none; position: relative; left: 70px; bottom: 25px;}
#s1 {margin:10px 70px;}
#nav {text-align:center; text-decoration: none;}
#nav a { border: 1px solid #ccc; background: #fff;  margin: 0 5px; padding: 3px 5px; color:#999;  }
#nav a.activeSlide { color:#333; }
#nav a:focus { outline: none; }
