 /* ----- Global properties declaration ----- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, map, object, embed {  
	margin:0px; 
	padding:0px; 
	border:0px; 
}

body {
	font-size:70.01%; /* Fixes IE increase/decrease text size bug */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	background:#fff url(../images/bg.jpg) top left repeat-y;
	line-height:1.4em; /* Remember to update td and p declarations as well if this is changed */
}

html, body {
	height:100%;
}

/* ----- Heading Properties ----- */
h1,h2,h3,h4,h5,h6 {
	color:#A93B08;
	font-family:"Century Gothic", "Trebuchet MS", "Tahoma", sans-serif;
	font-weight:normal;
}

h1, h2 { margin:0px 0px 30px 0px; }
h3, h4 { margin:0px 0px 20px 0px; }
h5 { margin:0px 0px 10px 0px; }
h6 { margin:0px 0px 5px 0px; }

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

/* ----- Table Properties ----- */
td { line-height:1.4em; }

th {
	font-weight:bold;
	padding:3px 10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

/* ----- Generic Links ----- */
a:link {
	color: #3C4F75;
	text-decoration: underline;
}

a:hover, a:visited:hover { color:#1A94AD; }
a:visited { color:#666; }

a.learn-more:link, a.learn-more:visited {
	background:url(../images/icon_learn_more.gif) left 4px no-repeat;
	display:block;
	margin:0px;
	padding-left:12px;
}

/* ----- Text Elements ----- */
p {
	margin: 0px 0px 1.2em 0px;
	line-height:1.2em;
}

.larger { font-size:1.2em; }
.large { font-size:1.1em; }
.small { font-size:0.9em; }
.smaller { font-size:0.8em; }

/* ----- Image ----- */
img {
	border:0px;
	vertical-align:middle;
}

.no_border { border:0px; }

.bordered { border:1px solid #ccc; }

map { display:inline; }


/* ----- Page Breakers ----- */
hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 17px;
	padding:0px;
	list-style-position:outside;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }

ul li, ol li { margin:0px 0px 5px 0px; }

ul.inline {
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	margin:0px 5px 0px 0px;
}

ul.arrow {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

ul.arrow li {
	background:url(../images/icon_arrow.gif) left 4px no-repeat;
	padding-left:15px;
}


/* ----- User Interactivity Elements ----- */
input, select, textarea {
	font: 1em Arial, Helvetica, Tahoma, sans-serif;
	vertical-align: middle;
	padding:1px;
	margin:0px;
	color:#000;
}

form { display:inline; }

.checkbox, .radio {
	border:auto;
	padding:0px;
	width:auto !important;
}

.full { width:95%; }

fieldset ol {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

fieldset li {
	clear:both;
	margin:0px;
	padding:0px;
}

fieldset label {
	float:left;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	width:100px;
}

fieldset div.field {
	float:left;
	margin:0px 0px 3px 0px;
}

fieldset li.submit input {
	padding:2px;
	width:100px;
}

fieldset.onlinedemo input {
	width:200px;
}

/* ----- Positioning ----- */
.clear_both { clear:both;height:0px;line-height:0px;font-size:0; }
.float_left { float:left; }
.float_right { float:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.valign_top, tr.valign_top td { vertical-align:top; }
.valign_middle, tr.valign_middle td { vertical-align:middle; }
.valign_bottom, tr.valign_bottom td { vertical-align:bottom; }


/* ----- Contextual IDs / Selectors ----- */
#wrapper {
	position:relative;
	margin:0px 0px 0px 25px;
	min-height:100%;
	text-align:left;
	width:755px;
}

* html #wrapper { height:100%; }

#masthead {
	background:url(../images/bg_masthead.jpg) top left repeat-x;
	height:86px;
	position:relative;
}

#masthead #logo, #masthead #logo a:link, #masthead #logo a:visited {
	background:url(../images/logo.jpg);
	height:86px;
	width:374px;
}

#masthead #logo a:link, #masthead #logo a:visited {
	background:none;
	display:block;
}

#masthead #logo span, #masthead #watermark span { display:none; }

#masthead #watermark {
	background:url(../images/banner_top_right.gif);
	float:right;
	height:86px;
	width:381px;
}

#byline {
	background-color:#000;
	color:#FFC11F;
	clear:both;
	font:bold 1.1em "Century Gothic", "Trebuchet MS", Georgia, serif;
	padding:5px 15px;
}

#byline #right {
	color:#fff;
	float:right;
}

#nav {
	float:left;
	width:200px;
}

#nav ul, div.browse ul, #footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav li {
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:0px;
}

#nav li a:link, #nav li a:visited {
	background:url(../images/icon_arrow.gif) 180px 13px no-repeat;
	color:#A93B08;
	display:block;
	padding:9px 15px;
	text-decoration:none;
}

#nav li a:hover {
	background-color:#FFC11F;
	background-image:url(../images/icon_arrow_on.gif);
	color:#A93B08;
}

#banner {
	background-color:#1A94AD;
	float:right;
	height:210px;
	position:relative;
	width:555px;
}

#content {
	background-color:#fff;
	clear:both;
	margin:0px 0px 10px 0px;
	padding:10px 0px 70px 15px;
}

#left-col {
	float:left;
	width:170px;
}

#left-col a:link { color:#666; }

div.company-details {
	color:#666;
	line-height:1.1em;
	margin-top:20px;
}

div.company-details p {
	line-height:1.1em;
	margin-bottom:0.5em;
}

div.company-details h6 {
	color:#000;
	font-size:1em;
	font-weight:bold;
	line-height:1.1em;
}

div.company-details fieldset {
	color:#000;
	font-weight:bold;
}

div.company-details fieldset ol {
	margin:10px 0px 15px 0px;
}

div.company-details fieldset label {
	width:30px;
}

h4 {
	margin:0px 0px 10px 0px;	
}

div#right-col {
	float:right;
	width:555px;
}

div#right-col #content {
	padding:0px 15px;
}

div#newsletter {
	color:#666;
	float:right;
	margin:0px 30px 15px 0px;
	width:160px;
}

div#newsletter fieldset li {
	margin-bottom:5px;
}

div#news {
	float:left;
	margin:0px 10px 5px 15px;
	width:310px;
}

div.news-item {
	clear:both;
	margin:0px 0px 5px 0px;
}

div.news-item div.image {
	float:left;
	margin:0px 10px 0px 0px;
	width:90px;
}

div.news-item div.info {
	margin:0px 0px 0px 100px;
	min-height:1px;
}

div.news-item h6 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:2px;
}

* html div.news-item div.info { height:1px; }


div.browse {
	background:#F6F6EA url(../images/bg_browse.jpg) top left repeat-x;
	border-top:1px solid #ccc;
	clear:both;
	height:75px;
	min-height:25px;
	padding:25px;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:25px;
}

div.browse li {
	float:left;
	margin-right:12px;
}

div.browse li.title {
	color:#A93B08;
	font-size:1.2em;
	font-weight:bold;
	padding-right:20px;
}

ul.homepage-notice {
	list-style-type:none;
	margin:0px;
	padding:10px;
}

ul.homepage-notice li {
	float:left;
	margin-right:6px;
	width:129px;
}

div.focus {	
	background-color:#f2f2f2;
	margin:0px 0px 15px 0px;
	padding:15px;
}

div.img_right {
	float:right;
	line-height:1.2em;
	margin:0px 0px 10px 20px;
	text-align:right;
}

.last { margin-right:0 !important; }

#footer {
	background-color:#FFC11F;
	color:#000;
	clear:both;
	height:80px;
	margin:-80px 0px 0px 25px;
	min-height:35px;
	padding:15px 15px 30px;
	position:relative;
	width:755px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:725px;
	height:35px;
}

#footer li {
	display:inline;
	margin:0px 3px 0px 0px;
}

#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Messages */
.msg_error, .msg_warning, .msg_info {
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
	
.msg_error { color: #C20000; }
.msg_warning { color: #D07A00; }
.msg_info { color: #A66022; }

.form_error, .required {
	vertical-align:top;
	color: #C20000;
}