﻿/***** RESET ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset, a img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

img, div { 
	behavior: url(../iepngfix.htc) 
}

/***** END RESET *****/


body {
	background: white url('../images/underpageBG.jpg') repeat-x top left;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
 	clear: both;
	margin: 0px auto;
	width: 100%;
}

a {
	color: #557199;
	text-decoration: none;
}

a:hover {
	color: #557199;
	text-decoration: underline;
}



/*
HEADER --------------------------------------- */
.header  {
	height: 95px;
	margin: 10px auto 0px auto;
	width: 950px;
}



/*
NAV --------------------------------------- */

.header .nav {
	float: right;
	width: 520px;
}

.header .nav ul {
	float: right;
	margin-top: 25px;
	width: 520px;
	text-align: right;
}

.header .nav ul li {
	float: right;
	display: inline;
	margin-left: 30px;
	margin-right: 0px;

}


.header .nav ul li a {
	color: #557199;
	display: block;
	font-size: 1.1em;
	padding: 5px 5px;
	text-decoration: none;
}

.header .nav ul li a:hover {
	background-color: #557199;
	color: #fff;
}

/*
BODY --------------------------------------- */
.body {
	background-color: white;
	margin: auto;
	padding: 10px;
	position: relative;
	top: 50px;
	width: 930px;
}

.body .leftColumn {
	float: left;
	font-size: .9em;
	line-height: 1.2em;
	width: 590px;
}


.body .leftColumn h1 {
	border-bottom: 1px #2f578b solid;
	color: #2f578b;
	display: block;
	height: 20px;
	font-size: 2.5em;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	width: 590px;
}


.body .leftColumn p, .body .leftColumn h2, .body .leftColumn h3 {
	display: block;
	margin-left: 15px;
	margin-top: 15px !important;
	margin-bottom: 15px;
	width: 100%;
}

.body .leftColumn p {
	margin-left: 25px;
	clear: both;
}

.body .leftColumn h2 {
	color: #DDA601;
	font-size: 1.5em;
	font-weight: bold;
}

.body .leftColumn h3 {
	color: #2f578b;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
}

.body .leftColumn h4 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
	margin-left: 15px;
	margin-top: 20px !important;
	margin-bottom: -10px !important;
	width: 100%;
}


.body .leftColumn ul {
	list-style: disc;
	margin-left: 45px;	
	margin-top: 15px !important;
}

 .body .leftColumn ol {
	list-style: decimal;
	margin-left: 45px;	
	margin-top: 15px !important;
}


.body .leftColumn ul li ul,
.body .leftColumn ol li ul{
	margin-top: 5px !important;
	margin-bottom: 10px;
}

.body .leftColumn img.headerLogo {
	float: left;
}

.body .rightColumn {
	float: right;
	position: relative;
	bottom: 0px;
	margin-bottom: 20px;
	text-align: right;
	width: 261px;
}

.body .rightColumn img {
	margin-bottom: -3px;
}

.endCap {
	background: url('../images/endCap.png') no-repeat;
	height: 52px;
	margin-bottom: 30px;
	position: relative;
	left: -1px;
	top: 50px;
	width: 951px;
}

/*
SIDE NAV --------------------------------------- */


.body .rightColumn .links {
	background-color: #ebbf22;
	border-left: 1px #deaa06 solid;
	border-bottom: 1px #deaa06 solid;
	border-right: 1px #deaa06 solid;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 259px;
}

.body .rightColumn .links ul {
	padding-top: 20px;
	width: 259px;
}

.body .rightColumn .links ul li {
	border-bottom: 1px #b5931a solid;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
}

.body .rightColumn .links ul li a {
	color: #3e6390;
	height: 24px;
	padding: 3px;
	text-decoration: none;
}

.body .rightColumn .links ul li a:hover {
	background-color: #3e6390;
	color: #fff;
}

.body .rightColumn .links p {
	font-size: .9em;
	margin-top: 20px;
	padding-right: 10px;
}
/*
FOOTER --------------------------------------- */

#footer {
	border-top: 1px #2f578b solid;
	clear: both;
	font-size: .7em;
	margin: auto;
	padding-bottom: 20px;
	position: relative;
	top: 40px;
	text-align:center;
	width: 700px;
	height: 40px;
}

#footer ul {
	margin: auto;
	text-align:center;
	width: 300px;
}

#footer ul li	{
	float: right;
	margin: 0px 10px;
}

#footer ul li a {
	color: black;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	display: block;
	padding-top: 10px;
}


/*
TABLES --------------------------------------- */

table {
	margin-top: -10px;
	width: 100%;
}

table tr{
	padding-top: -10px;
}

table tr td{
	padding-left: 25px;
	width: 80%;
}

.body .leftColumn table h3 {
	margin: 25px 0px -5px 0px;
}


/*
GENERAL STYLES --------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

img.center {
	display: block;
	margin: auto;
}

.textCenter {
	text-align:center;
}

.textRight {
	text-align: right;
}


img.productLogo {
	float: left;
	margin: 0px 5px 5px 0px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

#imageViewer img#affectedImage{
	border: 5px #2f578b solid;
}




/*
PAGE SPECIFIC ------------------------------------------------------------------------------ */

/*
PRODUCTS --------------------------------------- */

table.products {
	margin-top: 20px;
	width: 570px;
}

table.products td {
	padding-top: 20px;
	padding-bottom: 20px;
}

h2.product {
	color: #DDA601;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: -10px !important;
}
p.description {
	font-size: .8em;
	margin-top: -5px !important;
	width: 250px !important;
}

p.smallPrint {
	font-size: .7em;
}
table .moreInfo {
	display: block;
	font-size: .75em;
	padding-right: 20px;
	text-transform: uppercase;
	text-align: right;
}



/*
CONTACT --------------------------------------- */

#table3 {
	width: 350px;
	position: relative;
	top: 0px;
	left: 60px;
}

#table3 tr td {
	padding: 3px;
	text-align: right;
}

#table3 tr td .req {
	color: red;
}

form {
	margin-top: 20px;
}


/*
MEDIA PAGE --------------------------------------- */

hr.articleBreak {
	border: none 0; 
	border-top: 1px dotted gray;
	display: block;
	margin: 40px 0px;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

hr.article {
	display: block;
	margin: auto;
	width: 200px;
}
.publish, .source {
	color: gray;
	font-size: .8em;
}

/*
DA --------------------------------------- */

table tr td p.smallDescription {
	font-size: .9em;
	font-style: italic;
}


/*
EM --------------------------------------- */

h3.axigenMath {
	display: block;
	text-align: center;
	margin: 0px !important;
	height: 140px !important;
}




