/* Global CSS Styles – Used across all areas of the site for all media types */
@import url(/css/textStyles.css);
@import url(/css/headerStyles.css);
@import url(/css/styleAdjusters.css);
@import url(/css/formStyles.css);
@import url(/css/menu.css);


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#defaultBodyContainer {
	width: 760px;
	margin: 0 auto 0;
	text-align: left; /* compensates for the IE5/Win bug */
}

#headerTable {
	width: 100%;
	border: 0;
	height: 103px;
	margin-bottom: 10px;
}

#headerTable tr td.accessMenu {
	height: 38px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: bottom;
	background-image: url("/img/structure/dotted_line_tile.gif");
	background-position: bottom right;
	background-repeat: repeat-x;
}

#headerTable tr td.siteSearch {
	height: 27px;
	padding-top: 6px;
	text-align: right;
	vertical-align: bottom;
}

#mainBody {
	display: block;
	margin-bottom: 30px;
}

#mainContent, .mainContent {
	width: 520px;
	float: left;
	margin: 0;
}

#mainContentFullWidth {
	width: 760px;
	float: left;
	margin: 0;
}

#contentSpaceColumn, .contentSpaceColumn  {
	width: 30px;
	padding: 0;
	float: left;
}

#sideContent, .sideContent {
	width: 210px;
	float: right;
}

.topBorder {
	border-top: 1px solid #CCC;
}
.topPadding {
	padding-top: 15px;
}

#footerTable {
	width: 100%;
	border: 0;
	margin: 30px 0;
}

#footerTable tr td {
	padding-top: 10px;
	vertical-align: middle;
}

img {
	border: 0;
}

a {
 color: #AC3A29;
}

/* End of page nav options */
div#navOptions {
	text-align: left;
}

div#navOptions ul {
		list-style-type:none;
		padding: 0px 5px 0px 0px;
		display: inline;
		margin: 0;
}

div#navOptions ul li {
		padding: 0px 5px 15px 14px;
		border-left: 1px solid #666;
		display: inline;
		margin: 0;
}

hr {
	/*
	color: #CCC;
	height: 1px;
	border: 0;
	*/
	background-color : #CCC;
	color : #CCC;
	height : 1px;
	border : 0 solid #CCC;
	border-top-width : thin;
}

ul.squareBullets {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	padding-left: 0;
	
}

ol li {
	font-size: 76%;
	color: #333;
}

ol li p {
	margin-bottom: 0;
}

ol li p, ol li h1, ol li h2, ol li h3, ol li h4, ol li h5, ol li h6, ol ul li {
	font-size: 100% ! important; 
	color: #333;
}


ul li {
	font-size: 76%;
	color: #333;
}

ul li p {
	margin-bottom: 0;
}

ul li p, ul li h1, ul li h2, ul li h3, ul li h4, ul li h5, ul li h6, ul ul li {
	font-size: 100% ! important; 
	color: #333;
}

ul.squareBullets li {
	color: #CCC;
}

/* HR Line Table */
table.hrLines {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

/* HR Line Table */
table.hrLines tr td, table.hrLines tr th  {
	border-top: 1px solid #CCC;
	padding: 2px 20px 2px 0;
}
.sideBarItemLabel {
	width: 20px; 
	vertical-align: top; 
	padding-bottom: 3px; 
	padding-top: 3px;
}
.sideBarItemData {
	vertical-align: top; 
	vertical-align: top; 
	padding-bottom: 3px; 
	padding-top: 3px;
}
