/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #02acdf;
	text-decoration: none;
}

a.top {
	display: none;
}

body {
	color: #505153;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #0197d4;
	font-size: 500%;
	margin-bottom: 0;
}

h2 {
	color: #0197d4;
	font-size: 163%;
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: lowercase;
}

h3 {
	font-size: 123%;
	margin-bottom: 1.5em;
}

hr {
	border: none;
	border-top: 1px solid #999;
	height: 0;
}

img {
	border: none;
}

p {
	line-height: 1.35em;
	margin-bottom: 1.5em;
}

/**/

/**----Unordered Lists----------------------------------------------------*/

ul {
	margin: 1em 0 3em 3em;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/

/**----Ordered Lists----------------------------------------------------*/

ol {
	margin: 1em 0 3em 3em;
}

ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/


/**---Tables----------------------------------------------------*/
	
table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #999;
	padding: 3px;
}

th {
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/**/

/**---Forms----------------------------------------------------*/
	
fieldset {
	border: none;
}

legend {
	display: none;
}

input.text, textarea, select {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px;
	width: 119px;
}

input.radio {
	border: none;
	padding: 0;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px 1px 3px;
}

select {
	width: 125px;
}

fieldset th strong {
	color: #02acdf;
}

.wide {
	width: 375px !important;
}

/**/

/*----Header-----------------------------------------------------------------*/

#header p {
	color: #02acdf;
	font-size: 65%;
	text-transform: uppercase;
}

/**/

/*----Nav-----------------------------------------------------------------*/

ul#nav {
	display: none;
}

/**/

/*----Footer--------------------------------------------------------------*/

#footer p {
	color: #999;
}

#footer span {
	display: none;
}

/**/

/*------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------*/
/*------------------------------------------------------------------------*/

a#sdi {
	position: absolute;
	right: 0;
	top: 0;
}

/*----How pola works-----------------------------------------------------*/

ul.subnav {
	list-style: none;
	margin: 0;
}

ul.subnav a {
	font-size: 145%;
	font-weight: bold;
}

ul.subnav a strong {
	color: #505153;
}

/**/

/*----Contact Us-----------------------------------------------------*/

p#required {
	display: inline;
	float: right;
	margin-right: 15px;
}

p#required strong {
	color: #02acdf;
}

table#contact {
	width: 500px;
}

table#contact th, table#contact td {
	border: none;
	width: 125px;
	padding: 1px;
}

table#contact th {
	background-color: #fff;
	color: #505153;
}

table#contact th.col2 {
	padding-left: 25px;
	width: 100px;
}

/**/