body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #000000;
}

.imgR {
	border: 1px solid #000000;
	margin: 0 0 20px 20px;
	float: right;
}

.imgL {
	border: 1px solid #000000;
	margin: 0 20px 10px 0;
	float: left;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #B91D24;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wide #container {
	width: 90%;
}

#header {
	height: 63px;
	position: relative;
	margin: 10px 0 7px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 100;
}

#header h1 a {
	display: block;
	width: 384px;
	height: 44px;
	text-indent: -700em;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat left top;
}

#header p {
	height: 19px;
	width:384px;
	text-indent: -700em;
	background: url(../images/tag.png) no-repeat left top;
	font-size:2px;
	position: absolute;
	top: 42px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #fff;
}

#nav {
	height:2.0em;
	border-top: 1px solid #CACDD0;
	border-bottom: 1px solid #CACDD0;
	padding: 0 0 0 1px;
}

#nav ul {
	display: none;		/* hide the sub-menus until needed */
	top: auto;		/* a value of 100% creates a problem in IE 5.0 and Opera 7.23 */
	right: auto;
	left: auto;		/* typically want a value of 0 here but set to auto for same reasons detailed above */
	background: #333;
	font-weight:normal;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0 .5em .5em;
}

#nav a {
	display: block;
	width: auto;
}

#nav li {
	position: relative;
	float: left;
	width: auto;
	margin-bottom: -1px;	/* this is so if we apply a bottom border to the UL element it will render behind, but
				   inline with the bottom border of the LI elements. */
	margin-left: -1px;	/* negative borders on LIs to make borders on child A elements overlap. they go here and
				   not on the A element for compatibility reasons (IE6 and earlier) */
	font: bold 1.2em "Century Old Style Std", Georgia, "Times New Roman", Times, serif;
}

#nav li a {
	padding: .3em 1em .1em .1em;
	color: #E4E8EB;
}

#nav li a:link, #nav li a:hover, #nav li a:visited, #nav li a:active {
	text-decoration: none;
}

#nav li.sfhover a:active, #nav li:hover a:active {
	color: #fff;
}

#nav li:hover, #nav li.sfhover {
	color: #999999
}

#nav li a:hover {
	color: #B91D24;
}

#nav li ul {
	position: absolute;
	width: 12em;
	
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	left:auto;
	z-index:99999;
}

#nav li li {
	width: 12em;
	font-size: 1em;
}

#mainContent {
	padding: 15px 0 10px;
	color: #FFFFFF;
	font-size: 1.2em;
}

#mainContent h1 {
	margin: 0;
	padding: 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.6em;
}

#mainContent h2 {
	margin: 0;
	padding: 0 0 12px;
	font: 1.6em "Century Old Style Std", Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#mainContent h3 {
	margin: 0;
	padding: 0;
	font: 1.4em "Century Old Style Std", Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

p {
	margin: 0;
	padding: 5px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.1em;
	color: #fff;
	text-align: justify;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	color: #FFFFFF;
	border-top: 1px solid #CACDD0;
	clear: both;
	margin: 0;
}

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

#flashcontent {
	border: 1px solid #333333;
	margin: 10px  0 10px 10px;
	float: right;
}

#flashPortfolio {
	margin: 0 5px;
}

#logout {
	margin: auto;
}

.feature {
	float: left;
	margin: 10px 20px 10px 0px;
	width: 350px;
}

.feature img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.feature p {
	margin: 0 0 20px 0;
}

.feature img.current {
	float: left;
	width: 225px;
}

.feature p.current {
	margin: 0 0 20px 240px;
}
.quote {
	text-align: right;
}
#vstrip {
	float: right;
	width: 152px;
	margin: 0 0 20px 20px;
}
#vstrip img{
	border:1px solid #CACDD0;
	margin: 0 0 6px 0;
}
