/******************** 
 * CSS for Minisite *
 * Media: screen    *
 ********************/
body {
	color: #000;
	font-family: verdana, sans-serif;
	text-align: center; /* align main div in IE */	
	height: 100%;
	margin: 0;
	background: #EFEFEF url(../images/minisite_backgr.gif) fixed repeat-y center;
}
#main {
	position: relative;
	width: 726px; /* fixed width for main div */
	height: 100%;
	text-align: left; /* reset center align main div for IE */
	margin: auto auto; /* center align in mozilla */
	background-color: #FFF;
}
#header {
	position: relative;
	height: 100px;
	margin: 0 20px 0 2px;
	padding-top: 15px;
}
#logo {
	position: relative;
	float: left;
	width: 200px;
}
#baseline {
	position: relative;
	float: right;
	padding-top: 6px;
}
#content {
	position: relative;
	margin-left: 180px;
	margin-right: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#footer {
	position: relative;
	clear: both;
	margin: 10px 20px 30px 180px;
	padding-top: 10px;	
	font-size: 10px;
	border-top: 1px solid #CCC;
	color: #777;
}
#otherlang {
	position: absolute;
	top: 100px;
	right: 20px;
	text-align: right;
	z-index: 9999;
	background-color: white;
}
#menu {
	position: absolute;
	width: 155px;
	top: 130px;
	left: 0;
	text-align: right;
}
#breadcrumbs {
	position: relative;
	font-size: 10px;
	margin-bottom: 10px;
}
#skip_content {
	display: none;
	visibility: hidden;
}
#otherproducts {
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
}
#content table {
	font-size: 11px;
}
#content caption {
	text-align: left;
	padding: 0;
	padding-bottom: 15px;
}
ul.languages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
}
ul.languages li {
	display: inline;
	margin-left: 2px;
}
ul.crumbs {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}
ul.crumbs li {
	display: inline;	
}
ul.list {
	margin-top: 15px;
	margin-bottom: 25px;	
}
ul.list li {
	margin-bottom: 5px;
}

ul.menuitems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}
li.menuitem {
	margin: 3px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #FF8700;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 14px;
	color: #777;
	font-weight: bold;
	margin: 5px 0 10px 0;
	line-height: 1.6;
}
h3 {
	font-size: 14px;
	color: #222;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 1.5;
}
h4 {
	font-size: 11px;
	line-height: 1.4;
}
p, ul, .normal, address, dl {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}
sup {
	font-size: 11px;
}
pre {
	font-size: 11px;
	font-family: sans-serif;
	display: block;
	width: 400px;
}
a:link, a:visited {
	color: #0C2577;
	text-decoration: underline;
	font-weight: bold;
}
a:active, a:hover {
	color: #FF8700;
}
a.crumb:link, a.crumb:visited{
	color: #888;
	border: 0;
	text-decoration: none;
}
a.crumb:active, a.crumb:hover {
	color: #111;
	text-decoration: underline;
	border: 0;
}
a.menuitem_on:link, a.menuitem_on:visited {
	color: #FF7800;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a.menuitem_on:active, a.menuitem_on:hover {
	color: #FF7800;
	border: 0;
}
a.menuitem_off:link, a.menuitem_off:visited {
	color: #0C2577;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a.menuitem_off:active, a.menuitem_off:hover {
	color: #FF8700;
	border: 0;
}
a.language_on:link, a.language_on:visited, a.language_on:active, a.language_on:hover {
	color: #FF8700;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
a.language_off:link, a.language_off:visited {
	color: #0C2577;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
a.language_off:hover, a.language_off:active {
	font-weight: bold;
	color: #FF8700;
	text-decoration: none;
	border: none;
}
a.footer:link, a.footer:visited {
	color: #AAA;
	text-decoration: none;
	border: 0;
}
a.footer:active, a.footer:hover {
	color: #999;
	border: 0;
}
h2 a:link, h2 a:visited, h2 a:hover {
	color: #0C2577;
	text-decoration: none;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
h4 a:link, h4 a:visited, h4 a:hover {
	color: black;
	text-decoration: none;
}
dt a:link, dt a:visited, dt a:hover{
	color: black;
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
small {
	font-size: 80%;
}
address {
	font-style: normal;
	color: #777;
}
div.image {
	width: 250px;
}
.img_caption {
	color: gray;
	text-align: left;
	padding: 2px 4px;
}
.image_box {
	font-size: 11px;
	margin: 30px 0;
}
.orange_box {
	background-color: #FFFFFF;
	border: 1px solid #FF8700;
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	text-align: left;
	width: 225px;
}
table.orange_box th {
	background-color: #FF8700;
	color: white;
	font-weight: bold;
	text-align: left;
}
table.orange_box td {
	background-color: #FFDBB2;
}
.blue_box {
	background-color: #FFFFFF;
	border: 1px solid #0C2577;
	margin-top: 15px;
	text-align: left;
}
table.blue_box td {
	padding: 10px 5px;
}
table.blue_box th {
	background-color: #0C2577;
	color: white;
	font-weight: bold;
	text-align: left;
}
.grey_box {
	background-color: #EFEFEF;
	border: 1px solid silver;
	padding: 5px;
}
div.grey_box a:link, div.grey_box a:visited, div.grey_box a:active, div.grey_box a:hover {
	border: none;
	text-decoration: underline;
	font-size: 10px;
}
.box_ul {
	margin-left:10px;
	padding-left:10px;
}
.box_ul li {
	margin-bottom: 5px;
}
.quote {
	margin-top: 20px;
	text-align: left;
	width: 225px;
}
fieldset, .fieldset{
	display: block;
	border: none;
	margin: 15px 0;
	padding: 0;
	width: 400px;
	position: relative;
	border: 1px solid #EFEFEF;
}
legend, .field_title {
	background-color: white;	
	color: #888;
	padding: 3px;
	margin: 0;	
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}
.row {
	display: block;
	margin: 10px 5px;
	padding-top: 5px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display: inline;
	font-weight: bold;
	margin: 5px;
	font-size: 11px;
}
.field {
	font-size: 11px;
	font-family: verdana, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
}
.fielderror {
	font-size: 11px;
	font-family: verdana, sans-serif;
	border: 2px solid red;
	padding: 2px;
}
textarea {
	margin-top: 5px;
}
.button {
	background-color: #FFF;
	border: 1px solid #666;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	color: #0c2577;
	font: bold 11px verdana, sans-serif;
}
.button:hover { /* doesn't work in IE */
	color: #FF8700;
}
img.top_right {
	margin: 15px 0 50px 30px;
}
.error {
	color: red;
}
#otherproducts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#otherproducts ul li {
	margin: 0 4px;
	padding: 0;	
	display: inline;
}
a.otherproduct_off:link, a.otherproduct_off:visited {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #FFF;
}
a.otherproduct_off:hover, a.otherproduct_off:active {
	border: none;
	text-decoration: none;
	color: #FF8700;
	border: 1px solid #FF8700;
	padding: 1px;
}
a.otherproduct_on:link, a.otherproduct_on:visited, a.otherproduct_on:hover, a.otherproduct_on:active {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #FF8700;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #FFF;
}
a.external:link, a.external:visited {
	background: url(../images/icons/icon_exturl.gif) no-repeat bottom right;
	padding-right: 15px;
}
a.pdf:link, a.pdf:visited {
	background: url(../images/icons/icon_pdf_22x9.gif) no-repeat bottom left;
	padding-left: 28px;
	font-size: 10px;
	color: #888;
}
a.pdf:active, a.pdf:hover {
	color: #0c2577;
}
script {
	display: none;
}
ul.logo_list {
	list-style-type: none;
	margin-top: 20px;
	margin: 0;
	padding: 0;
}
ul.logo_list li {
	position: relative;
	margin-left: 0;
	display: inline;
	width: 160px; /* Set to logo width */
	height: 80px;
	padding: 0;
	margin: 6px 2px;
}
ul.logo_list li img {
	border: 1px solid #EFEFEF;
}
.box_inside_content {
	margin: 10px 0;
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}
.box_inside_content p {
	margin-bottom: 8px;
}
.twocolumns {
	position: relative;
	width: 100%;
}
.lefttextcolumn {
	float: left;
	width: 50%;
}
.righttextcolumn {
	float: right;
	width: 48%;
}
.product_list {
	position: relative;
	margin: 20px 5px 30px 15px;
	width: 450px;
}
.product_list dt {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.product_list dd {
	margin-top: 5px;
}
h2.navy {
	color: #0c2577;
	margin-top: 30px;
}