/* Credits

   Copyright (c) 2008 New Angle Media.

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com
   Copyright (c) 2007-2008
   
   Son of Suckerfish Dropdowns
   By Patrick Griffiths and Dan Webb
   http://htmldog.com/articles/suckerfish/dropdowns/
   
   IE5.5+ PNG Alpha Fix
   (c) 2004-2008 Angus Turnbull http://www.twinhelix.com
   

TABLE OF CONTENTS
	-Fixes, hacks, etc
	-Reset
	-Layout
	-Nav
	-Typography
	-Images/Flash
	-#leftCol forms
	
*/


/*Generic  Classes. Fixes, hacks, etc
=============================================================*/

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*Reset
=============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, #leftCol form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a, a:hover, a:active, a img {
	border: none;
	outline: 0;
}
/*Layout
=============================================================*/

html {
}
body {
	background: #fff url(../images/bg_body.jpg) repeat-x 0 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#header_container, #content_container, #footer_container {
	background: url(../images/bg_header.jpg) no-repeat center 0;
	width: 100%;
	height: 155px;
	margin: 0;
}
#content_container {
	background: #0810a2 url(../images/bg_content.jpg) no-repeat center 0;
	height: auto;
}
#footer_container {
	background: url(../images/bg_footer_container.jpg) repeat-x center 0;
	height: 110px;
}
#header, #content, #footer {
	position: relative;
	text-align: left;
	width: 800px;
	height: 155px;
	margin: 0 auto;
}
#content {
	height: auto;
}
#footer {
	background: url(../images/bg_footer.jpg) no-repeat 0 0;
	height: 110px;
}
#leftCol {
	position: relative;
	width: 236px;
	float: left;
	display: inline;
	margin: 0;
	padding-top: 150px;
}
#rightCol {
	background-color: #fff;
	width: 502px;
	min-height: 200px;
	position: relative;
	float: right;
	display: inline;
	margin: 0;
	padding: 180px 30px 0 30px;
	border-left: 1px solid #00398f;
	border-right: 1px solid #00398f;
}
#footer p {
	position: relative;
	background: url(../images/footer_bg.gif) repeat-x 0 0;
	margin: 0 auto;
	clear: both;
}
/*Nav
=============================================================*/

ul#nav {
	position: absolute;
	top: 80px;
	right: 0;
	width: 563px;
	height: 40px;
	list-style: none;
	padding: 0;
}
ul#nav li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}
ul#nav li a {
	background: url(../images/nav_bg.jpg) no-repeat 0 0;
	display: inline-block;
	height: 40px;
	margin: 0;
}
ul#nav li.software a {
	width: 156px;
	background-position: 0 0;
}
ul#nav li.software a:hover {
	background-position: 0 -40px;
}
ul#nav li.process a {
	width: 171px;
	background-position: -156px 0;
}
ul#nav li.process a:hover {
	background-position: -156px -40px;
}
ul#nav li.events a {
	width: 82px;
	background-position: -327px 0;
}
ul#nav li.events a:hover {
	background-position: -327px -40px;
}
ul#nav li.news a {
	width: 75px;
	background-position: -409px 0;
}
ul#nav li.news a:hover {
	background-position: -409px -40px;
}
ul#nav li.about a {
	width: 79px;
	background-position: -489px 0;
}
ul#nav li.about a:hover {
	background-position: -489px -40px;
}
#nav li div {
	background: url(../images/navHeading_software.gif) no-repeat right 0;
	position: absolute;
	bottom: 8px;
	left: -9999px;
	text-align: right;
	width: 325px;
	font: .9em/1.2em Calibri, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 36px 0 0 0;
}
#nav li:hover div {
	left: 185px;
}
#nav li.process div {
	background-image: url(../images/navHeading_process.gif);
}
#nav li.events div {
	background-image: url(../images/navHeading_events.gif);
}
#nav li.news div {
	background-image: url(../images/navHeading_news.gif);
}
#nav li.about div {
	background-image: url(../images/navHeading_about.gif);
}
ul#navL2 {
	position: relative;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
ul#navL2 li {
	margin: 0;
	padding: 0;
}
ul#navL2 li a {
	background: url(../images/nav_L2bg.jpg) no-repeat 0 -28px;
	display: block;
	font: bold .95em/1em Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 6px 0 0 10px;
	text-decoration: none;
	width: 226px;
	height: 22px;
}
ul#navL2 li a:hover, ul#navL2 li.active a {
	background: url(../images/nav_L2bg.jpg) no-repeat 0 0;
}
ul#nav_text {
	width: 800px;
	position: absolute;
	top: 30px;
	right: 0;
	list-style-type: none;
	text-align: right;
	padding: 0;
}
ul#nav_text img {position: relative; top: -3px; margin-left: 3px;}

#footer ul#nav_text {
	width: 565px;
	position: absolute;
	top: 45px;
	text-align: left;
}
ul#nav_text li {
	float: right;
	display: inline;
	vertical-align: top;
}


#footer ul#nav_text li {
	float: left;
	margin: 0 0 .2em 0;
	padding: 0;
	text-align: left;
}
ul#nav_text li a, ul#nav_text li.copy {
	font: 12px Calibri, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#header_container ul#nav_text li a {
	display: block;
	height: 12px;
}

#footer ul#nav_text li a {
	margin: 0 16px 0 0;
	padding: 20px 0 0 0;
}
ul#nav_text li.copy {
	width: 500px;
	display: block;
	height: 30px;
}
#rightCol ul.nav_list {
	list-style-type: none;
	padding: 0;
}
#rightCol ul.nav_list li {
	margin: .6em 0;
	padding: 0;
}
#rightCol ul.nav_list li a {
	font: bold .8em/1.2em Verdana, Geneva, sans-serif;
	color: #00a4c3;
	text-decoration: none;
}
#rightCol ul.nav_list li a:hover {
	olor: #00d6ff;
	text-decoration: underline;
}
/*Typography
=============================================================*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
	padding: 0;
	font: normal 2.4em/1em Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 236px;
	text-align: left;
	vertical-align: bottom;
	letter-spacing: -1px;
}
h2 {
	font: bold 1.8em/1em Calibri, Arial, Helvetica, sans-serif;
	color: #0810a2;
	margin: 0 0 20px 0;
}
h3, h3 a, .dropCap {
	font: bold 1.1em/1.2em Calibri, Arial, Helvetica, sans-serif;
	color: #0810a2;
	margin: 0;
}
h3 a {
	color: #016f94;
	font-size: 1em;
	display: block;
	vertical-align: baseline;
}
#leftCol h3 {
	color: #fff;
	margin: 10px 0;
	font-size: 1.3em;
}



.divider {
	border-top: 1px solid #9fc1da;
	padding-top: 1em;
	margin-top: 1.4em;
}
.dropCap {
	font: normal 3.4em/1.1em Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
	background-color: #99d4df;
	padding: 0 8px;
	margin: 3px 5px 0 0;
	color: #fff;
	text-align: center;
}
h4 {
	font: normal .9em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: .2em;
}
h5 {
	font-size: .7em;
}
#leftCol p {
	font: .8em/1.8em Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 20px 0 0;
}
#leftCol p.pullquote { font: italic 1.1em/1.6em Calibri, Arial, Helvetica, sans-serif;}
div.text, p, #rightCol ul li {
	font: normal .85em/1.4em Calibri, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	margin: 0 0 1em 0;
}

#rightCol ul {
		margin: 0 0 1em 0;
}

#rightCol ul li {
	margin: 0;
}
#rightCol p.dateline {
	font-style: italic;
	font-size: 1em;
	color: #0810a2;
	margin: 0 0 1em 0;
}

#rightCol p.price {color: #0810a2; font-size: 1em; margin: 0;}

p a {
	color: #00a4c3;
	text-decoration: none;
}


p a:hover {
	color: #00d6ff;
	text-decoration: underline;
}

#leftCol p a {
	color: #82ebff;
	text-decoration: none;
	font-weight: bold;
}

#leftCol p a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 16px;
}
.caption {
	font-size: .75em;
	font-style:italic;
	color: #800000;
}

p#footer {
	background: url(../images/footerBG.gif) no-repeat 0 0;
	font: .7em/1.2em Arial, Helvetica, sans-serif;
	color: #7e5743;
	text-align: center;
	padding: 15px 0 0 0;
	height: 31px;
	clear: both;
}
p#footer a {
	font: 1.0em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #7e5743;
	text-decoration: none;
}
p#footer a:hover {
	text-decoration: underline;
}


div.text {
	margin: 0 0 1em 0;
}

/*Editor Output
=============================================================*/

div#rightCol div.editorOutput div span {	
	display: block;
	margin: 0 0 1em 0;


}


/*Images/Flash
=============================================================*/

#logo {position: absolute; top: 0; left: 0; display: block; width: 200px; height: 140px;}

.img_header {
	position: absolute;
	top: 0;
	left: 0;
}
#rightCol .image {
	float: none;
	display: block;
	margin: 10px 0;
}

img.bodyImg {float: right; border: 1px solid #abaedf; margin: 0 0 15px 15px; padding: 5px;}

a.btn_blue {display: block; margin: 0 0 40px 0; width: 210px; color: #fff; padding: 10px 0 0 0; height: 32px; text-align: center; font: bold .8em/.8em Calibri, Arial, Helvetica, sans-serif; background: url(../images/btn_blue.jpg) no-repeat 0 0; border: 0;}
/*Tables
=============================================================*/

.tableBody {
	width: 100%;
}
.tableBody th {
	background-color: #00356b;
	color: #fff;
	font-size: .8em;
	padding: 5px;
}
.tableBody td {
	font-size: .8em;
	padding: 5px;
	border-bottom: 1px solid #00356b;
}

/*Forms
=============================================================*/

input.btn_white, a.btn_white {display: block; margin: 0; width: 154px; color: #fff; padding: 10px 0 0 0; height: 32px; text-align: center; font: bold .8em/.8em Calibri, Arial, Helvetica, sans-serif; background: url(../images/btn_white.jpg) no-repeat 0 0; border: 0;}
input.btn_white {padding: 0;}

form {position: relative; left: -20px; width: 550px; margin: 0;}

form fieldset {}
	
form legend {
	font: .8em/1.2em Calibri, Arial, Helvetica, sans-serif; color: #000;  
	margin-left: 20px;
}
	
form label {
	font: bold .8em/1.2em Calibri, Arial, Helvetica, sans-serif; color: #000;
	display: block;
	margin: 0 0 2px 0;
	width: 234px;
}

form input, form select, form textarea {
	font: .8em/1em Calibri, Arial, Helvetica, sans-serif; color: #4c4c4c;
	display: block;
	width: 234px; height: 12px;
	padding: 3px 0 3px 0; margin: 2px 0 4px 0;
	background: #e6f0f2 url(../images/input_bg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #cadde1; border-top: 1px solid #81a7ae; border-left: 1px solid #abc7cc; border-right: 1px solid #abc7cc;
}

form select {width: 235px; padding: 0; height: 20px;}

form textarea {
	height: 110px;
	width: 488px;
	background-image:url(../images/textarea_bg.jpg)
}

form ol {padding: 0;margin: 0;	list-style-type: none;}

form li {
	padding: 4px 0 0 0; margin: 0 0 0 20px;
	line-height: 1.2em;
	float: left;
	display: inline;
}

form li.clear {
	width: 490px; height: 1px;
	list-style-type: none;
	padding: 0; margin: 0;
		border-top: 1px solid #9fc1da;
		margin: 15px 0 0 20px; padding: 0 0 10px 0;
	/*
	line-height: 3em;
	margin: .3em 0px .6em 5px;
	*/
}

form li.span {
	width: 95%; height: auto;
	list-style-type: none;
	/*
	line-height: 3em;
	margin: .3em 0px .6em 5px;
	*/
	float: left; clear: both;
}

li.date select {width: 73px; float: left; margin-right: 7px;}

form fieldset fieldset {
	border: none;
  	padding:0; margin: 3px 0 0 0;
	background: none; 
}

form fieldset fieldset legend {
	font: bold .8em/1.2em Calibri, Arial, Helvetica, sans-serif; color: #000;
	padding: 10px 0 3px 0;
}

form fieldset fieldset label {
	position: relative;
	padding: 1px 0 4px 0; margin: 0 0 0 18px;
	font-weight: bold;
	width: 470px;
}

form fieldset fieldset.yn {padding-top: 0; margin-top: 0;}

form fieldset fieldset.yn label {
	float: left;
	width: 35px;
	padding: 2px 0 0 0; margin-top: 1px;
}

form fieldset fieldset.yn legend {padding-top: 0; margin-top: 0;}

form label input  {
	position: absolute; top: 1px; left: -18px;
	width: 16px; height: 16px;
	margin: 0;
	background: none; border: 0;
}
	
form input.btnSubmit {
	display: block;
	width: auto; height: 25px;
	padding: 0 0 0 30px ; margin: 10px 0 2.4em -3px;
	background: url(../images/btn_linkBlue_orange.png) no-repeat 0 0;
	font: bold .9em/24px Calibri, Arial, Helvetica, sans-serif; color: #aee7ff; text-align: left; 	text-decoration: none;
	border: 0;
	cursor: pointer;
}

form input:hover.btnSubmit {
	background-position: 0 -25px;
	color: #ff9a5a; 
}

form label.error {
	color: red;
}

input.hidden {
	display:none;
}