@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;

	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

h1 {
	font-size:150%;
	}
h2 {
	font-size:110%;
	}
h3 {
	font-size:100%;
	}		

#utility_menu {
	display: block;
	top:15px;
	right:17px;
	height:30px;
	margin:10px 15px 5px 0;
	float: right;
}

#titleGradient { 
	display: block;
	height: 16px;
	width: 683px;
	background:url(../../images/globalnav_SCTC.jpg) no-repeat top left;
	text-indent:-9000px;
	margin: 0 0 0 0px;
	border: 0px solid #000000;
	}
#portalNav {
	height: 16px;
	width: 267px;
	background:url(../../images/portalnav_placeholder.jpg) no-repeat top left;
	margin:0 0px 0 0px;
	float:right;
	border: 0px solid #FF0000;
	text-indent:-9000px;
}

#header {
	position:relative;
	padding: 0 ;
	margin:50px 8px 0 8px;
	border: 0px solid #FF0000; 
}
#headerImage { 
	height: 124px;
	width: 950px;
	background:url(../../images/header_SCTC.jpg) no-repeat top left;
	padding: 0 ;
	margin:0px 0 0 0; 
}
#logo {
	position: absolute;
	top: 40px;
	left: 20px;
	display:block;
	margin: 0; 
	background: url(../../images/logo_SCTC.jpg)  no-repeat top left; /*logo is a background image*/
	font-size: 1.5em;
	text-indent:-9000px;
	height:79px;
	width:346px;
	border:none;
}

#header .logo {			/*turns logo background image into click-able link*/
	display:block;
	width: 346px;
	height: 79px;
	cursor:pointer;
	border:0px solid red;	
	}

.twoColFixLtHdr #container { 
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	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. 
} */
/*.twoColFixLtHdr #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 */
/*}*/


.twoColFixLtHdr #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	height: 150px;
	margin: 0 0 0 8px;
	background: #4C7F70; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border: 0px solid #000000;
}

.twoColFixLtHdr #mainNavContainer {
	height: 21px;
	width: 950px;
	margin:0 8px 0 8px;
	background: url(../../images/nav_placeholder_SCTC.jpg) no-repeat top right;
	border:0px solid #000;
}

.twoColFixLtHdr #leftcol_titleblock {
	height: 21px;
	width: 230px;
	background:  url(../../images/left_col_titleblock_SCTC.jpg) no-repeat top left;
	margin:0 0 0 0px;
	padding:0;
	text-indent:-9000px;
}

/* ********************Main Nav Menu****************** */
.twoColFixLtHdr #mainNavBar {
	float:right;
	display:block;
	height: 21px;
	width: 720px;
	margin:0;
	padding:0;
	border: 0px solid #ff0000;
}

#navHolder {
	float:left;
	width: 100%;
}
	

#navHolder ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navHolder li{
	float: left;
	white-space:nowrap;
	margin: 0;
	padding: 0;
}

#navHolder a{
	padding: 0px 20px 5px 20px;
	border: 1px solid #0000CC;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 238px;
	padding: 0 20px;
	border-left:1px solid #ccc;
} 
.twoColFixLtHdr #footer { 
	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 #ccc;
	border-bottom:1px solid #ccc; 
} 
.twoColFixLtHdr #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 */
}
.floatrt { /* 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;
}
.floatlft { /* 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;
}

