/*
/// GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS
*/

/* TYPOGRAPHY */
/* Nimbus: "nimbus-sans" - 300, 400, 700, 900 */
/* Nimbus Condensed: "nimbus-sans-condensed" - 400, 700, 900 */

body
{
	margin:0px;
	font-family:"nimbus-sans", verdana, arial, geneva, helvetica, sans-serif;
	font-size:95%;
	font-weight:400;
	line-height:125%;
	color:#000;
}
a:link, a:active, a:visited
{
	 color:#007465;
	 font-weight:bold;
	 text-decoration:none;
}
a:hover
{
	 color:#007465;
	 font-weight:bold;
	 text-decoration:underline;
}
p,td
{
	font-family: "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
p
{
	margin:0 0 1.3em 0;
}
h1, h2, h3, h4
{
	margin:0 0 .7em 0;
	font-family: "nimbus-sans", verdana,arial,helvetica,sans-serif;
	color:black;
	line-height:110%;
}
h1
{
	font-size: 175%;
	font-weight: normal;
}
h2
{
	font-size:150%;
	font-weight:normal;
}
h3
{
	font-size:125%;
	font-weight:bold;
}
h4
{
	font-family:"nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#0E2D5E;
}

#home-leftcol h1, #home-special h2,
h3, #pagetitle-features h3, #content-testimonials h3,
#content-testimonials-product h3.gall-title,
#content-testimonials-product h3,
#pagetitle h1
{
	font-family:"nimbus-sans-condensed",sans-serif;
	font-weight:700;
	color:#333333;
}
#pagetitle h1 {
	font-size:185%;
	font-weight:700;
	color:white;
}
#home-leftcol h1 { font-size:200%; }
#home-special h2 { color:#00594D; }

#content-text h3,
#content-testimonials h3, 
#content-testimonials-product h3.gall-title, 
#content-testimonials-product h3 { font-size:150%; line-height:100%; }

#content-testimonials-product h3.gall-title, 
#content-testimonials-product h3 { color:#797656; }

#product-text h3 { font-size:150%; }

/* SPECS FOR STANDARD SIDE NAVIGATION LINK TABLE */

#sidenav
{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border:1px #8091AD solid;
	border-top:3px #8091AD solid;
	width:125px;
	overflow:hidden;
	float:right;
	background-color:#F7F9F8;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#sidenav a
{
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	margin:0px;
	text-align:center;
	display:block;
	padding:5px 5px 5px 5px;
	border-top:1px #F7F9F8 solid;
	border-bottom:1px #F7F9F8 solid;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}


#sidenav a:hover, #sidenav a.on
{
	color:white;
	background-color:#8091AD;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}


/* SPEC FOR STANDARD CALLOUT AND FOOTER BOX */

div.callout
{
	border-top:#007465 1px solid;
	border-bottom:#007465 1px solid;
	background-color:#E6E5D9;
	padding: 5px 10px 5px 10px;
	text-align:left;
	_height:1%;
}

/* SPECS FOR STANDARD FORM ELEMENTS, INCLUDING STATE CHANGES FOR FORM ELEMENT ONFOCUS AND ONBLUR */

form
{
	margin:0px;
	padding:0px;
}
span.form-req
{
	font-size:9px;
	color:red;
}
input[type="text"], select, textarea
{
	border:1px #007465 solid;
	background:#FFFFFF url(images/formfield_bg.jpg) left top repeat-x;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFE6E5D9, EndColorStr=#FFFFFFFF);
	font-family: "nimbus-sans",sans-serif;
	font-size:90%;
	font-weight: 400;
	width:300px;
	height:20px;
	padding:5px;
}
li.search input
{
	width:150px;
	font-size:120% !important;
	padding:2px;
}
#search_button
{
	width:29px;
	height:19px;
}
select
{
	height:auto;
	padding:5px;
	width:305px;
}
textarea
{
	height:150px;
}
input[type="text"]:focus, select:focus, textarea:focus
{
	border:1px red solid;
	background:white;
}
input[type="submit"]
{
	font-family: "nimbus-sans-condensed",sans-serif;
	font-size: 150%;
	font-weight:700;
	color: white;
	height:auto;
	width:auto;
	padding:3px 10px;
	background:#000000 url(images/formbutton_bg.jpg) left top repeat-x;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FF007465, EndColorStr=#FF000000);
}

/* GENERAL LAYOUT */

.pad { padding:10px; }
.pad-top { padding-top:10px; }
.pad-right { padding-right:10px; }
.pad-bottom { padding-bottom:10px; }
.pad-left { padding-left:10px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a img
{
	border:0px;
}
img.png
{
	behavior:url(pngbehavior.htc);
}
img.left
{
	position:relative;
	float:left;
	margin:0px 10px 10px 0px;
}
img.right
{
	position:relative;
	float:right;
	margin:0px 0px 10px 10px;
}
span.small, p.small
{
	font-size:95%;
}
