/* set baseline styles (overwrite browser defaults) */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 12px/16px arial, verdana, helvetica, sans-serif;
}

table, label, input, select, textarea, form p {
	font: 12px/16px arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, form {
	margin-bottom: 1.5em;
}

ul, ol, dl, blockquote {
	margin: 0 0 1em 1em;
}

li, dd {
	margin-left: 1em;
	margin-bottom: .2em;
}

blockquote {
	margin: 0 1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	border: 0;
}
/* end baseline styles */

/* general styles */
body {
	margin: 40px 0 60px 0;
	background-color: #eacd69;
	color: #6e6e6e;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 870px;
	background: url("../images/syg_body_background.gif") repeat-y;
}

#containerBottom {
	clear: both;
}

.FIRText {
	display: none;
}

.clear {
	clear: both;
}

*html .IEFloat3pxGapHack {
	height: 1%;
}  

h1 {
	font-size: 1.6em;
	color: #396da6;
}

h2 {
	font-size: 1.2em;
	color: #396da6;
}

div.hr {
	margin: 8px 0 10px 0;
	height: 1px;
	color: #396da6;
	background-color: #396da6;	
	overflow: hidden;
}

a {
	color: #396da6;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 0 0 10px 20px;
}

/* header styles */
#header {
	position: relative;
}

ul#mainNav {
	position: absolute;
	right: 40px;
	top: 55px;
	list-style-type: none;
}

ul#mainNav li {
	float: left;
	margin-left: 20px;
}

ul#mainNav li a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;
}

ul#mainNav li a:hover, ul#mainNav li a:active, ul#mainNav li.selected a {
	color: #eacd69
}

/* sidebar styles */
#sidebar {
	float: left;
	margin: 20px 0;
	padding-left: 38px;
	width: 160px;
}

ul#sidebarNav {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul#sidebarNav li {	
	margin: 0;
	width: 155px;
}

ul#sidebarNav li a {
	display: block;
	padding: 3px 5px 3px 18px;
	background: url("../images/syg_bullet_gray_off.gif") .6em .55em no-repeat;
	text-decoration: none;
}

ul#sidebarNav li a:hover, ul#sidebarNav li a:active, ul#sidebarNav li.selected a {
	background: url("../images/syg_bullet_gray_on.gif") .6em .55em #eacd69 no-repeat;
}

/* page content styles */
#content {
	margin-left: 216px;
	width: 640px;
	_margin-left: 213px;
}

#textContent {
	padding: 30px;
}

.blueText {
	color: #396da6;
}

/* footer styles */
#footer {	
	text-align: center;	
	margin-top: 10px;
	font-size: .8em;
	color: #546a75;
}

#footer a {
	color: #546a75;
}

#logos #firstLogo {
	margin-right: 30px;
}
