@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, 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;
	color: #000000;
}

#container {
	width: 998px;
	background: #FFFFFF;
}

#header {
	margin-left: 10px;
	background-color: #ffffff;
	background-image:url(../img/masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#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 */
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 180px;
	background: #ffffff;
	padding-top: 15px;
	padding-left: 10px;
}

.thrColHybHdr #sidebar2 {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

.thrColHybHdr #mainContent {
	width: 585px;
 	margin-left: 200px;
	padding-top: 15px;
}

.thrColHybHdr #mainContent_landing {
	width: 780px;
	margin-left: 15px;
}

.thrColHybHdr #footer {
	margin-left: 10px;
	background: #396ca5;
	height: 23px;
}

/* Miscellaneous classes for reuse */
.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;
}

.header_right{
	float: right;
	width: 440px;
	height: 55px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.navigationbar{
	height: 24px;
}

.leftcol_tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.35em;
}

.midcol_newstab {
	padding-top: 5px;
}

.logintab {
	width:190px;
	height:auto;
	padding-top:15px;
}

.rtadtab {
	margin-top: 10px;
	border: 1px solid #333333;
	float: right;
}

.leftcol_tabs_landingright {
	width:200px;
	height:auto;
}

.hp_section {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #E5E5E5;
}

.header_flag {
	padding-top: 10px;
}

.greeting_WebPart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.greeting_MainTable {
	width: 170px;
}

.greeting_Salutation {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0067C6;
	text-align: right;
}

.greeting_PrimaryLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.greeting_SubLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
}

.greeting_EditLabel {
	margin: 4px;
	color: #666666;
}

.greeting_EditBox {
	height: 12px;
	width: 80px;
	font-size: 11px;
}

.greeting_Bracket {
   height: 2px;
   color: #3366CC;
   border: 0px;
}