body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,td,td
{
	margin: 0;
	padding: 0;
}

.autoclear:after, #pages:after, #front:after, #content:after, #top:after, .area:after
{
	display: block;
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}

.autoclear, #pages, #front, #content, #top, .area:after
{
	display: inline-table;
}

#content.noheading
{
	margin-top: -10px
}

fieldset
{
	border: 0;
}

fieldset legend
{
	color: #dfc660;
	font-size: 1.02em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding: 0;
}

a img
{
	border: 0;
}

label
{
	clear: left;
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #BBBBBB;
}

div.buttons
{
	padding-top: 10px;
	clear: both;
	/*border: 1px solid #FFFFFF;*/
}

label.area, label.long, select.long
{
	float: none;
	width: auto;
	padding: 0;
}

label.long
{
	float: none;
	margin-top: 5px;
}

input,select,textarea
{
	float: left;
	width: 125px;
	margin-bottom: 5px;
	display: block;
}

input.button
{
	width: auto;
}

textarea
{
	font: 12pt/12pt "Arial",sans-serif;
	width: 90%;
	clear: both;
	margin-bottom: 10px;
	height: 10em;
	float: none;
}


p a
{
	text-decoration: none;
	border-bottom: 1px solid #555555;
	color: #3f99f2;
}

#style-switcher
{
	position: absolute;
	top: 7px;
	left: 779px;
}

#style-switcher a
{
	text-decoration: none;
	color: #FFFFFF;
}

#style-switcher span
{
	color: #555555;
	margin-left: 4px;
	margin-right: 4px;
}

body
{
	font-family: "Arial",sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	/*background: #FFFFFF url('/images/grid.jpg') repeat-x;*/
	/*background: #1f2f41 50% url('/images/bg.gif') repeat-y;*/
	background: #1f2f41;
}

#header
{
	background: #0f345a url('/images/header_bg.png') repeat-x;
}

#header #gfx
{
	position: relative;
	height: 110px;
	z-index: 300;
}

#header h1
{
	position: absolute;
	top: 50%;
	margin-top: -26px;
	margin-left: 10px;
	background: url('/images/logo_blue.png');
	width: 224px;
	height: 47px;
}

#header h1 span
{
	display: none;
}

#header ul
{
	position: relative;
	z-index: 200;
	height: 48px;
	background: #343434;
	list-style: none;
}

#header ul li
{
	display: inline;
	float: left;
	width: 152px;
	height: 40px;
	text-align: center;
	border-top: 4px solid #222222;
	margin-top: -4px;
}

#header ul li a
{
	display: block;
	text-decoration: none;
	line-height: 36px;
	height: 36px;
	padding-top: 4px;
	color: #E5E5E5;
}

#header ul li.first
{
	/*margin-left: 240px;*/
	margin-left: 88px;
}

#header ul li a:hover
{
	/*color: #3f99f2;*/
	color: #FFFFFF;
	background: #3E3E3E url('/images/header_item_active.jpg') no-repeat;
}

.corporate ul li a#corporate,
.products ul li a#products,
.services ul li a#services,
.licensing ul li a#licensing,
.home ul li a#home
{
	 background: #235a92 url('/images/header_item_over.jpg') no-repeat;
	 color: #E5E5E5 !important;
	 /*border-bottom: 4px solid #262626;*/
}

#footer
{
	clear: both;
	margin-top: 10px;
	background: #121212;
	color: #AAAAAA;
	padding-left: 10px;
	font-size: 90%;
}

#page
{
	width: 848px;
	padding-left: 17px;
	padding-right: 17px;
	position: absolute;
	left: 50%;
	margin-left: -424px;
	background: #1A1A1A;
	color: #e9f4ff;
	font-size: 80%;
	background: #1f2f41 url('/images/bg.gif') 0 0 repeat-y;
}

#content
{
	/*margin-right: 234px;*/
	margin-right: 228px;
	padding-left: 10px;
}

#page .front
{
	margin: 0;
	padding: 0;
}

#main
{
	position: relative;
	background: #1A1A1A;
}

#main h1
{
	background: #262626;
	color: #BEBEBE;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding-left: 10px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#sidebar
{
	/*float: right;*/
	position: absolute;
	left: 610px;
	top: 32px;
	width: 221px;
	
	padding-bottom: 0px;
	margin: 10px;
	background: url('/images/sidebar_bg.png') no-repeat;
}

#sidebar .inner
{
	background: url('/images/sidebar_bg_bottom.png') bottom left no-repeat;
	padding: 8px;
}

#sidebar h3
{
	background: #1F1F1F;
	color: #A6A6A6;
	font-size: 1em;
	line-height: 2em;
	padding-left: 8px;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul li
{
	/*padding-left: 40px;*/
	background: url('/images/sidebar_item.png');
}

#sidebar ul li:hover
{
	background: #313c1c url('/images/sidebar_item_on.png');
}

#sidebar ul li a
{
	height: 38px;
	display: block;
	padding: 12px 8px 0 40px;
	text-decoration: none;
	color: #c6fa6b;
	background: url('/images/small_arrow.gif') no-repeat 10px 20px;
}

#sidebar ul li a:hover
{
	background: #1a2110;
	/*color: #FFFFFF;*/
	background: url('/images/small_arrow_on.gif') no-repeat 10px 20px;
}

#sidebar ul li a:hover h5
{
	color: #CCCCCC;
}

#sidebar ul li h4
{
	color: inherit;
	font-size: 0.95em;
	line-height: 0.95em;
}	

#sidebar ul li h5
{
	color: #777777;
	font-size: 0.9em;
}
		
#top
{
	/*clear: both;*/
	padding-right: 8px;
	zoom: 1;
	margin-bottom: 20px;
}

#col, #area, .col/*, .area*/
{
	float: left;
	width: 186px;
	margin-right: 4px;
	padding-right: 10px;
}

.area
{
	padding: 0;
	margin: 0;
}

.area.two-col
{
	width: 100%;
}

.area .two-col
{
	width: 394px;
}

.two-col .col
{
	width: 291px;
}

.area.three-col
{
	width: 602px;	
}

.area.three-col .col.three-col
{
	width: 100%;
}

#area .col.first
{
	clear: none;
}

.section
{
	margin-bottom: 14px;
}

.section h3
{
	color: #dfc660;
	/*margin-bottom: 10px;*/
	font-size: 1.02em;
}

.col.first
{
	clear: left;
}

.col.last
{
	margin-right: 0;
}

#top img
{
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

h2
{
	color: #6ab3fa;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#content ul, #content blockquote, #content p, #content label, #content input, #content select, #content textarea
{
	font-size: 98%;
	line-height: 1.5em;
}

#content ul, #content blockquote, #content p
{
	margin-top: 0.8em;
}

#content ul
{
	text-indent: 0;
	list-style: none;
	/*line-height: 1.2em;*/
}

#content ul li
{
	background: url('/images/bullet-square.png') no-repeat 0.4em 0.9em;
	border-top: 1px solid #273440;
	margin: 0;
	padding-left: 1.5em;
	padding: 0.5em 0.2em 0.5em 1.5em;
}

#content ul.links li
{
	background : url('/images/bullet_light.png') no-repeat 0.5em 0.4em;
	line-height: 0.5em;
	border: 0;
}

#content ul.links li a
{
	/*color: #3f99f2;*/
	background: none;
	color: #FEFEFE;
}

#content ul.links li a:hover
{
	color: #3f99f2;
}
		
#content blockquote p.credit
{
	margin-top: 0.2em;
	text-align: right;
	color: #a0c1e2;
}

#content blockquote
{
	font-size: 90%;
	font-style: italic;
	color:#d5d5d5;
}

div.figure
{
	border: 1px solid #000000;
	background: #2F2F2F;
	float: left;
	padding: 4px;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.figure.top
{
	margin-top: 0;
}

div.figure-area .figure
{
	margin-right: 2.5em;
	margin-bottom: 0;
}

div.figure-area div.figure.last
{
	margin-right: 0;
}

div.figure .caption
{
	font-size: 80%;
}

#content ul.subnav
{
	clear: both;
	background: url('/images/submenu.png') repeat-x;
	height: 28px;
	border: 0;
	margin-bottom: 10px;
}

#content ul.subnav li
{
	display: inline;
	cursor: pointer;
	float: left;
	background: none;
	border: 0;
	font-size: 105%;
	font-weight: bold;
	text-align:center;
	padding: 2px 0 10px 0;
	line-height: 16px;
	width: 122px;
	color: #61acff;
}

#content.bingo ul.subnav li
{
	width: 100px;	
}

#content ul.subnav li.active
{
	cursor: default;
	color: #FFFFFF;
	background: url('/images/submenu.png') 50% -28px no-repeat;
}

#content ul.subnav li:hover
{
	color: #FFFFFF;
}

#content.front h1
{
	margin-bottom: 4px;
}

#content.front h2
{
	font-size: 120%;
	margin-bottom: 8px;
	color: #dfc660;
}

#content.front div.area
{
	width: 424px;
	float: left;
}

#content.front div.area .area
{
	float: none;
}

#news.area ul
{
	list-style: none;
	margin-left: 10px;
}

#news.area ul li
{
	margin-bottom: 10px;
}

#clients .inner
{
	padding-top: 2px;
	/*padding-left: 10px;*/
}

#clients .inner img
{
	margin-left: 10px;
	margin-bottom: 10px;
}

div.date
{
	float: left;
	margin-right: 10px;
	border: 1px solid #2b3238;
	width: 42px;
	height: 32px;
	background: #0b375c;
	font: 18pt/38px "Arial",sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
	position: relative;
}

div.date .m
{
	display: block;
	background: #054275;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9pt;
	line-height: 14px;
	width: 100%;
	text-align: center;
}

.shortcutbox
{
	float: left;
	/*width: 22%;*/
	width: 200px;
	padding: 0px 0 0 10px;
	margin-bottom: 10px;
}

/*
.shortcutbox ul
{
	list-style: inside;
	list-style-image: url('/images/bullet_light.png');
}
*/

.shortcutbox ul a
{
	color: #e5e5e5;
	text-decoration: none;
}

#content #pages .page
{
	/*float: left;*/
	/*display: none;*/
}

#clients
{
	margin-bottom: 0px;
}

#clients .col
{
	margin-bottom: 14px;
}
