/* =General
-----------------------------------------------------------------------------*/
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 140%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-stripe.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Remove padding and margin */
* {margin:0; padding:0;}


/* Class for clearing floats */
.clear {
	clear:both;
}

#mainCol p {
	padding-top: 1em;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Links - Global
-----------------------------------------------------------------------------*/
a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

/* =Container defines width of page, wraps around all divs and centers the page in the browser
-----------------------------------------------------------------------------*/
#container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}


/* =Masthead
-----------------------------------------------------------------------------*/

#masthead {
	background-color: #FFFFFF;
	background-image: url(../images/bg_mast760a.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin: 0px;
	background-position: top;
	padding: 0px;
	width: 760px;
	text-align: right;
}
#masthead img {
	margin-top: 10px;
	margin-right: 30px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#mainCol {
	float: left;
	margin-top: 20px;
	width: 560px;
	margin-bottom: 10px;
}
#merger {
	font-size: 95%;
	line-height: 110%;
	text-align: center;
	width: 420px;
	margin-right: auto;
	margin-left: auto; /* div centers image and description */
}

/* =General Lists in Main Column
-----------------------------------------------------------------------------*/
.generalList ul {
	margin: 0px 0px 0px 1.25em;
	padding: 0px;
}
.generalList li {
	margin: 0px;
	list-style-type: circle;
}
.indentList {
	margin-left: 1.25em;
	list-style-type: circle;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 190px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#sidebarphone a:link, #sidebarphone a:visited, #sidebarphone a:hover, #sidebarphone a:active {
	text-decoration: none;
}
#sidebarNav {
	background: #FFFFFF;
}
#sidebarNav a:link {
	color: #990000;
	text-decoration: none;
	display: block;
}

#sidebarNav a:visited {
	color: #990000;
	text-decoration: none;
	display: block;
}
#sidebarNav a:hover {
	color: #003399;
	background: #f5df87;
}
#sidebarNav a:active {
	color: #003399;
	background: #f5df87;
}
#sidebarNav ul {
	background-image: url(../images/bg_nav_off.jpg);
	background-repeat: repeat-y;
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}
#sidebarNav li {
	border-right: 1px solid #e2b500;
	border-left: 3px solid #e2b500;
	border-top: 1px solid #e2b500;
	padding: 2px;
}
.sidebarNav-bottom {
	border-bottom: 1px solid #e2b500;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 760px;
	clear: both;
	font-size: 95%;
	color: #666666;
}
#footerNav {
	margin: 0px;
	width: 95%;
	text-align: center;
}

/* =Thumbnail List for floated icon images and descriptions
-----------------------------------------------------------------------------*/

#thumbnailList {
	width: 550px;
	padding: 10px 0px; 
}
#thumbnailList dl {
	padding: 0px;
	margin: 10px 0px;
	float: left;
	width: 550px;
  	display: inline; /* fixes IE/Win double margin bug */
}
#thumbnailList dt {
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 482px;
}
#thumbnailList dd {
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 95%;
}
#thumbnailList dd.img img {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 3px;
	border: 2px solid #E2B500;
	background: #FFFFFF;
}

/* =mainColumn Table - formats tables in the mainCol
-----------------------------------------------------------------------------*/

#mainCol table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #EBEBEB; 
}
#mainCol table th, #mainCol table td {
	margin: 0px;
	padding: 3px 6px;
	border-bottom: 1px solid #E2B500;
	text-align: left;
}
#mainCol table tr {
	background: #FFF2BE;
}
#mainCol table tr.alt {
	background: #FFF8DB;
}


/* =Misc Classes
-----------------------------------------------------------------------------*/

.normalText {
	font-size: small;
	line-height: 140%; /* use this class for matching the default text */
}
.divleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
.divright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 334px;
}
.normalTextBlack {
	color: #000000;
}

.mainheadln {
	font-size: 150%;
	color: #990000;
	padding-top: 1.25em;
	line-height: 110%;
}

.subheadln {
	font-size: 120%;
	color: #990000;
	padding-top: 1.25em;
	font-weight: bold;
}
.subheadln_blue {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
	padding-top: 1.25em;
}
.sub-subheadln {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	padding-top: 1em;
}

.tightLines {
	line-height: 110%; /* tightens up the leading */
}
.tightBlue {
	font-size: 100%;
	line-height: 100%;
	color: #003399;
	font-weight: bold;
}

.bold {
	font-weight: bold; /* use for bold text when you don't want to use the <strong></strong> tag */
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.bigger {
	font-size: 110%; /* bold and slightly larger than default text */
	font-weight: bold;
}
.bigger-blue {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
}

.imageBorder {
	border: 2px solid #E2B500;  /* optionally use for pictures, no padding */
}

.imageBorder-pad {
	border: 2px solid #E2B500;
	padding: 2px;  /* use for most pictures, has 2 px padding all around */
}
.table-invisible {
	background: #FFFFFF;
	margin: 0px;
	padding: 3px 6px;
	border: 1px solid #FFFFFF;
}

.floatleft {
	float: left;
	margin-right: 10px;  /* use when you want the object to the left of the text, no border */
}

.floatright {
	float: right;
	margin-left: 10px;  /* use when you want the object to the right of the text, no border */
}

.floatleft_imgBorder {
	padding: 2px;
	border: 2px solid #E2B500;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;  /* use when you want the object to the left of the text, provides border with 2 px padding */
}

.floatright_imgBorder {
	padding: 2px;
	border: 2px solid #E2B500;
	float: right;
	margin-left: 10px;  /* use when you want the object to the right of the text, provides border with 2 px padding */
}

.clearthefloats {
	clear: both;
}
