/* Remove all browser defaults
------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

	
/* Page sections 
------------------------------------------------------------------------ */
#masthead {
	background-color: #0F5199;
	width: 100%;
	height: 90px;
	background-image: url(images/headerbackground.jpg);	
	}
	
#mastheadinsert {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	}

#centeredcontent{
	margin-right: auto;
	margin-left:  auto;
	width: 780px;
	margin-bottom: 35px;
	}

#navigation {
	line-height: 1.5em;
	float: left;
	width: 131px;
	margin-bottom: 35px;
	}

#content {
	width: 590px;
	padding-bottom: 25px;
	padding-top: 20px;
	line-height: 1.5em;
	margin-left: 185px;
	}
	
#col1 {
	width: 340px;
	float: left;
	}
	
#col2 {
	width: 200px;
	margin-left: 370px;
	border-left: red 3px solid;
	border-bottom: red 3px solid;
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
#footer{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border-top: 1px dotted #333333;
	line-height: 1.2em;
	clear: both;
	padding-top: 5px;
	}
		

/* Styles for body text, styles and positioning for headings
 ------------------------------------------------------------------ */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	}
	
#mastheadinsert h1 {
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	text-align: left;
	padding-top: 20px;
	font-family: georgia,serif;
	line-height: 100%;
	padding-left: 30px;
	}
	
#content h1 {
	color: #396996;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	font-family: verdana, sans-serif;
	}

h2	{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 2px;
	}

.enhancedlist h2 {
	color: #9D731C;
	font-size: 16px;
	padding-top: 5px;
	margin-left: 50px;
	}
	
.box h2 {
	color: red;
	font-size: 14px;
	padding: 2px;
	line-height: 1.2;
	}
		
h3	{
	font-size: 1.1em;
	font-weight: bold;
	}
	

/* Generic links and lists
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	}
	
a:link, a:visited {
	color: #004276;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	background-color: #fbf9d6;
	}

ul {
	padding-left: 10px;
	list-style-type: none;
	}
	
ul ul {
	padding-left: 20px;
	}
	
ol {
	list-style-type:decimal;
	list-style-position: inside;
	}
	
	
li {
	line-height: 1.3;
	padding: 4px 5px 4px 18px;
	}


dl {
	padding: 7px 25px;
	}
	
dt {
	font-size: 14px;
	color: red;
	font-weight: bold;
	padding: 8px 0px;
	}
	
dd {
	margin-left: 30px;
	}
	
/* Navigation menu links
------------------------------------------------------------------- */	

#navigation a:link, #navigation a:visited {
	color: #000000;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #000000;
	background-color: #C2D6E4;
	text-decoration: none;
	}
	
#navigation li{
	list-style-type: none;
	padding: 6px 4px;
	border-bottom: 1px #999999 solid;
	font-size: 12px;
	font-weight: normal;
	}
	
#navigation li.lastitem{
	border-bottom: none;
	}
	
#navigation a{
	font-weight: normal;
	}

#navigation ul{
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin: 0px;
	background-color: #fbf9d6;
	border-style: solid;
	border-width: 1px;
	border-color: #4977a3;
	}

.menuheader {
	padding: 5px;
	font-size: 12px;
	background-color: #C2CBD8;
	font-weight: bold;
	}	
	

/* Footer menu links
----------------------------------------------------------------- */

.footermenu li{
	display: inline;
	list-style-type: none;
	padding: 5px;
		
}

.footermenu li{
	border: none;
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
	background-color: #EAEAEA;
	margin: 4px;
	line-height: 200%;
	font-size: 10px; 
	}


/* Footer styles, other than links 
---------------------------------------------------------------------  */
#footercopyright, #footendisclaimer, .footermenu {
	text-align: center;
	}

#footerdisclaimer {
	font-size: 11px;
	font-style: italic;
	padding: 4px 0px;
	}	


/* Floats and clearing
--------------------------------------------------------------------- */

.clear {
	clear: both;
	}
	
.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}
	
.floatright {
	float: right;
	}
	
.floatleft {
	float: left;
	}

.floatleftpadded {
	float: left;
	padding-right: 25px;
	padding-bottom: 5px;
	}
	
img.floatright {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
img.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	

/* Table formats
---------------------------------------------------------------------  */

td {
	vertical-align:top;
	padding: 12px;
}



/* Miscellaneous formats
---------------------------------------------------------------------   */

#tagline {
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	font-style: italic;
	font-size: 14px;
	margin-top: -10px;
	}
	
.indent {
	margin-left: 50px;
	}
	
.indent100 {
	margin-left: 100px;
	}
	
.indent150 {
	margin-left: 150px;
	}
	
.indent150ul {
	margin-left: 150px;
	list-style-type: disc;
	list-style-position: outside;
	}
	
.emphasized {
	color: red;
	font-size: 14px;
	font-weight: bold;
	}
	
.icononright {
	margin-left: 80%;
	}
	
.caption {
	clear: both;
	border: solid medium #000000;
	padding: 5px;
	}	
	
.blue {
	background-color: #A4E4EC;
	}
	
.font14 {
	font-size: 14px;
	}
	
strong {
	font-weight: bold;
	}
	
ul.enhancedlist, .enhancedlist ul{
	list-style-type: disc;
	padding-left: 80px;
	list-style-position: outside;
	}
	
.productlabel {
	color: red;
	font-size: 14px;
	font-weight: bold;
	}
	
.box {
	border: 1px #555555 solid;
	padding: 10px;
	width: 315px;
	margin-top: 10px;
	}
	
.fullwidth {
	clear: left;
	padding-top: 10px;
	}
	

	











