/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	color: #333333;
	margin: 3px;
	padding: 0px;
	background-color: #4f6981;
	background-image:url(/images/background-text_gr.png);
	background-repeat:repeat;
	font-family: "Century Gothic", Arial, Helvetica, Verdana;
	font-size: 90%;
}

p {
	line-height:1.5em;
}

a:link, a:visited, a:hover {
	color: #84402d;
	text-decoration: none;
	line-height:1.5;
}

a:hover {
	color: #52587C;
}

a:visited {
	color: #bc8f8b;
}

/* overrides decoration from previous rule for hovered and visited links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 48px;
	color: #84402D;
	font-weight: lighter;
	padding-left: 64px;
}

h2 {
	font-size: 120%;
	color: #A5aa6b;
}

h3 {
	font-size: 1.2em;
	color: #9B9C9C;
	font-style: normal;
	text-align: left;
	font-weight: 400;
	margin-bottom: 30px;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h5 {
	font-size: 100%;
	color: #a86f6a;
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
	line-height: 1.5em;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0mm 8% 0 8%;
	padding: 47px 0 0 0;
	border-bottom: 1px dotted #A4A96B;
}

#navBar {
	margin: 0px 0px 0px 10%;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: right;
}

#content {
	width: 65%;
	float: left;
	font-size:100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 8%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
}

#mainwrap {
	background-color:#FFf;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border: thin dashed #84402D;
}

#sidebar {
	float:right;
	margin: 40px 0 0 0;
	height: auto;
	width: 18%;
	padding-top: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A86F6a;
	padding-left: 4px;
	padding-right: 40px;
}

#sidebar h3 {
	font-size:105%;
	margin: 0;
	padding: 0;
	font-style: normal;
}

#sidebar p {
	font-size:85%;
	padding: 5px 0px 0px 10px;
	margin: 0;
}

/***********************************************/
/*Clear Floats									*/
/***********************************************/
.clearthefloats {
	clear:both;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	letter-spacing: 5px;
	font-variant: normal;
	font-style: normal;
}

/*************** #pageName styles **************/

#pageName {
	padding: 25px 0px 20px 0px;
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	color: #F0E9C8;
	font-weight: lighter;
	margin: 0 8% 0 8%
}

.pageName h2 {
	margin:0;
	padding: 0 0 0 20px;
	font-size: 36px;
	font-weight: lighter;
}

/************* #globalNav styles **************/

#globalNav {
	color: #a4a96b;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	position: relative;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 95%;
	padding: 0px 4px 0px 0px;
	width: 50%;
}

/************** .imagerow ***************/
#imagerow {
	margin:30px 0px 30px 0px;
	padding: 30px 10px 20px 10px;
	background-color:#990033;
}

.imagerow img {
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 20px;
}

/******* #main statement styles ************/
#mainStatement {
	padding:10px 20px;
	font-size: 95%;
	clear: both;
	margin: 10px 0px 0px 0px;
}

.h3 {
	text-align:center;
}

/************** .feature styles ***************/

.feature {
	font-size: 90%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 450px;
}

.feature h3 {
	padding: 0px 0px 3px;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
}

.feature p {
	line-height:1.35;
	margin: 0px 0px 12px 0px;
	padding: 0 5px 3px 10px;
}

.feature img {
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: thin solid #ccc;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story {
	clear: both;
	padding: 5px 20px 10px 10px;
	font-size: 90%;
	clear: both;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.story p {
	padding: 0 10px 0 10px;
	margin: 0px 9% 12px 9%;
	position: relative;
	text-align: left;
}

.story h3 {
	text-align:center;
	padding: 0px 0px 4px;
	margin:0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 80%;
	color: #A86F6A;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;
	margin: 30px 8% 0 8%;
	border-bottom: 1px dotted;
	position: relative;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -75px;
	bottom: 0px;
}

/************** #headlines styles **************/

#headlines {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p {
	padding: 5px 0px 5px 0px;
}

/* 3rd column*/

#sidebar h3 {
	color: #7096B8;
	text-align: left;
	margin-left: 10px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.story p .imageoverlapRt {
	position: absolute;
	left: 586px;
	bottom: 187px;
}

#globalNav img {
	position: absolute;
	left: 400px;
	top: 1px;
}

#mainwrap #content #p7HGM_1 img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#mainwrap #machighwayBanner {
	margin-left: 600px;
}
