@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #727267;
	margin: 0;
	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: #000000;
}
H1 {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
	letter-spacing: +4px;
}

.twoColFixRtHdr #container { 
	width: 984px; 
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image: url(images/top_bar_bg.gif);
	background-repeat: repeat-x;
	height: 51px;
	padding: 0px; 
} 
.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: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 300px; /* 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 */
	padding: 45px 0 0 0;
}
.twoColFixRtHdr #homeContent { 
	margin: 240px 340px 0 280px !important;
	margin: 250px 340px 0 280px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Helvetica, Arial sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	height: 227px;
} 
.twoColFixRtHdr #mainContent { 
	height: 348px;
	margin: 130px 30px 0 415px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Helvetica, Arial sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
} 
.twoColFixRtHdr #mainContent2 { 
	margin: 100px 50px 0 100px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Helvetica, Arial sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	height: 378px;
}
.twoColFixRtHdr #portfolioContent { 
	margin: 100px 0 0 2px;
	padding: 0;
	height: 595px;
} 
.twoColFixRtHdr #footer { 
	padding:10px 0;
	font-size:10px;
	color: #ffffff;

} 
.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: 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;
}
a.footer { color:#FFFFFF; text-decoration: none; }
a.footer:hover { text-decoration: underline; }

a.hidden { color:#666666; text-decoration: none; }
a.hidden:hover { text-decoration: underline; }

a.dashed { color:#666666; text-decoration:none; border-bottom:#666666 dotted 1px; }

a.home { color:#666666; font-size:12px; text-decoration: none; }
a.home:hover { font-weight: bold; }

a.navbar { color:#666666; font-size:12px; text-decoration: none; padding: 20px 50px 22px 13px;}
a.navbar:hover { color:#000000; }

a.link {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:visited:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 14em;*/
}
#nav ul { /* all list items */
	width: 15em;
	z-index:999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	line-height: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 90px;
	z-index:999;
}
