/* RESET */

body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
	margin: 0; 
	padding: 0; 
} 

table 
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

img { border: 0; } 

em,strong,th 
{ 
	font-style: normal; 
	font-weight: normal; 
} 

h1,h2,h3,h4,h5,h6 
{ 
	font-size: 100%; 
	font-weight: normal; 
} 

/*---------- END RESET ----------*/

html
{
	font-size: 100%;
	min-height: 101%;
}

body
{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 0 5em;
}

#wrapper { width: 91em; display:block; position:absolute; overflow: visible; }

.header
{
	width: 91em;
	position:relative;
	height: 5em;
	padding-top: 2em;
	margin-bottom: 3em;
}

.content
{
	width: 91em;
	display:block;
	padding-top: 2em;
	margin-bottom: 1.5em;
	border-top: solid 1px #ccc;
}

.contentleft
{
	float: left;
	display:inline;
	border-bottom: solid 1px #ccc;
}

.contentthird
{
	float: left;
	display:inline;
	width: 18em;
	margin-right: 2em;
	padding: 0em;
	padding-bottom: 0em;
}

.contentthirdright
{
	float: left;
	display:inline;
	clear:both;
	width: 15em;
	padding: 0em;
	padding-bottom: 0em;
}

.contenthalfleft
{
	float: left;
	display:inline;
	width: 45em;
	height: 34em;
	margin-right: 1.5em;
	padding: 2.6em 2.6em 0em 2.6em;
	padding-bottom: 0em;
	margin-bottom: 4em;
}

.contenthalfright
{
	float: left;
	display:inline;
	width: 34em;
	height: 34em;
	padding: 2.6em 2.6em 0em 2.6em;
	padding-bottom: 0em;
	margin-top: 9.2em;
}


.submenuleft
{
	float: left;
	display:inline;
	width: 26em;
	margin-right: 0em;
	padding-bottom: 9em;
	padding-top: 0em;
	margin-bottom: 2em;
}

.contentright
{
	float: left;
	display: inline;
	width: 36em;
	padding-left: 2em;
	padding-bottom: 2em;
}

.subcontentright
{
	float: left;
	display:inline;
	width: 65em;
	padding-bottom: 0em;
	margin-bottom: 4em;
	margin-right: 0em;
}

.scrollbox
{
	background: #fff;
	padding: 0.4em;
	width: 44em;
	height: 10em;
	font-size: 1em;
	line-height: 1.6em;
	overflow: auto;
}

.footer
{
	clear:both;
	border-top: solid 1px #ccc;
	padding-top: 1em;
	display:block;
	float:left;
	width: 91em;
}

.footerleft
{
	float: left;
	display:inline;
	width: 50em;
	padding-top: 1em;
	padding-right: 1em;
	margin-bottom: 2em;
}

.footerright
{
	float: left;
	display:inline;
	width: 36em;
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 2em;
}

.footerlong
{
	float:left;
	display:inline;
	width: 91em;
	padding-top: 1em;
	margin-bottom: 2em;
}

.footer img
{
	float: right;
	clear:both;
}

/*FOOTER NAVIGATION
-------------------------------------------------------- */

.footer-nav { word-spacing: 0.2em; }

.footer-nav a
{
	color: #00597d;
	font-weight: normal;
	text-decoration: underline;
}

.footer-nav a:hover { color: #0077a7; text-decoration: none; }

/*Link Styles
-------------------------------------------------------- */

a { color: #00597d; font-weight: bold; text-decoration: underline; }

a:hover { color: #0077a7; text-decoration: none; }

a .anchorlink
{
	margin-left: 2em;
}

.header a 
{ 
	font-size: 1.8em; 
	font-weight: bold;
	display:block;
	float: right;
	margin-top: 2em;
}

/*List Styles
-------------------------------------------------------- */
ul
{
	margin-bottom: 1em;
}


ul li
{ 
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 0.1em;
}

li a
{
	color: #00597d;
	text-decoration: underline;
}

li a:hover { color: #0077a7; text-decoration: none; }

li a .inline-date 
{
	color: #00597d;
	font-size: 1em;
	font-style: italic;
}


/*Main Navigation
-------------------------------------------------------- */

.nav
{
	font-size: 1.2em;
}

.nav ul
{
	padding-left: 21.6em;
}

.nav li 
{
	list-style:none;	
}

.nav li a
{
	line-height:1.6em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #000;
	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	zoom:1;
	padding: 0.1em 5em 0.2em 1em;
}

.nav li a:hover
{
	text-decoration: none;
	background: #000;
	/* for IE */
  	filter:alpha(opacity=99);
  	/* CSS3 standard */
  	opacity:0.9999;
	zoom: 1;
	
}

.nav .selected
{
	line-height:1.6em;
	color: #575757;
	text-decoration: none;
	width: 20em;
	font-weight: bold;
	background-color: #000;
	/* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.5;
	padding: 0em 3em 0em 1em;
	
}

.nav li .home { padding-right: 5.5em; }

.nav li .about { padding-right: 6em; }

.nav li .download { padding-right: 6em; }

.nav li .community { padding-right: 5.5em; }

/*About Subnav
-------------------------------------------------------- */

.subnav
{
	width: 21em;
	float: left;
	display: inline;
}

.subnav ul
{
	border-top: solid 1px #ccc;
	margin-top: 0em;
}

.subnav li
{
	padding: 0em;
	list-style: none;
}


.subnav a
{
	display: block;
	color: #222;
	font-weight: bold;
	padding: 1.5em 0em 1.5em 1em;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	/* for IE */
	  filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	zoom:1;
}

.subnav a:hover
{
	text-decoration: none;
	color: #000;
	background-color: #f9f9f9;
		/* for IE */
	  filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	zoom:1;
}

.current
{
	color: #000;
	background-color: #eee;
		/* for IE */
	  filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	zoom:1;
  }

.subnav a:hover.current  
{
	background-color: #eee;
}


/*Headers
-------------------------------------------------------- */

h1
{
	color: #000;
	font-size: 3em;
	margin-bottom: 0.1em;
	font-style: italic;
	line-height: 1.2em;
}

h2
{
	color: #000;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	line-height: 0.9em;
}

h3
{
	color: #000;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	line-height: 0.9em;
	font-weight: bold;
}

.largeGrey
{
	color: #1e1e1e;
	font-size: 2em;
	font-weight: bold;
	text-transform:none;
	margin-left: -0.1em;
	padding-left: 0em;
}

/*Paragraph Styles
-------------------------------------------------------- */
p
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}

.footer p

{
	font-size: 1.1em;
	line-height:1.7em;
}

p.title
{
	margin-bottom: 0em;
}

fieldset p
{
	padding:0.3em 0em 0em 0em; 
	margin:0em; 
	line-height:1.4em;
}

/*Generic global Styles
-------------------------------------------------------- */

.black
{
	background-color: #000;
}

.blackfade
{
	background-color: #000;
		/* for IE */
	  filter:alpha(opacity=87);
  	/* CSS3 standard */
  	opacity:0.87;
}

.greytext
{
	color: #929292;
}

.clear{
	clear: both;
}

em { font-weight: bold; }


.indent
{
	padding-left: 1em;
}

.left-float
{
	float: left;
	margin-right: 2em;
	margin-left: -3.4em;
}

.nolink 
{ 
	color: #444; 
}

.right-float
{
	float: right;
	margin-left: 2em;
	margin-right: 0;
}

.subline 
{
	padding-left: 0.5em;
	font-size: 0.7em;
	font-weight: normal;
}

.titleindent
{
	padding: 0em 0em 0em 16em;
}

/*Image Styles
-------------------------------------------------------- */

img.left-img
{
	font-size: 1em;
	float: left;
	margin-bottom: 2.3em;
	margin-right: 1em;
	
}

img.right-img
{ 
	font-size: 1em;
	float: right;
	margin-bottom: 2.3em;
	margin-left: 1em;
	
}

.logo
{
	position:absolute;
	height: 7.2em;
	width: 19.1em;
	top: 2em;
	left: 0em;
}

/*List of Links
-------------------------------------------------------- */
.linklist 
{ 
	padding-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: solid 1px #ccc;
	line-height: 2.3em;
	font-size: 1.1em; 		
}

.linklist li
{	
	list-style: none;
	text-indent: -1.6em;
}

.linklist a { color: #00597d; text-decoration:underline; }

.linklist a:hover { color: #0077a7; text-decoration: none; }

/*About Section Content Body
-------------------------------------------------------- */

.aboutcontent
{
	margin: 0em 0em 0em 2.6em;
	line-height: 1.9em;
	min-height: 5em;
}

.aboutcontent2
{
	display:inline;
	line-height: 1.9em;
	min-height: 5em;
}

.aboutcontent ul
{
	padding-left: 2em;
}


.aboutcontent h3
{
	text-transform: uppercase;
	margin-bottom: 2em;
}

.aboutcontent a
{
	color: #00597d;
	text-decoration: underline;
	font-weight: normal;
}

.aboutcontent a:hover
{
	color: #0077a7;
	text-decoration: none;
 }

.col-left
{
	display: block;
	width: 18em; 
	float: left;
	padding-right: 1em;
}	

.col-right
{
	display: block;
	width: 33em;
	float: right;
}

.total
{
	border-top: solid 1px #000;
	padding-top: 0.5em;
}

/*Forms
-------------------------------------------------------- */

form {
	text-align: left;
}

.dl-ul {
	list-style:none;
	font-size: 0.9em;
	}

.copies
{
	width: 35px;
	float: right;
}

fieldset 
{
	margin: 0em 0em 2em 0em;
	border: 0;
	padding: 0;
	text-align:left;
}

fieldset .price
{
	margin-bottom: 0em;
} 

fieldset h3.label
{
	text-transform: none;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

label 
{ 
	display: block; 
	float:left; 
	width:17em; 
	font-size: 1.2em; 
	line-height:1.6em;
	margin-bottom: 0.5em; 
}

input#checkbox_1,input#checkbox_2
{
	margin-right: 1em;
}

input#email
{
	width: 17em;
}

.submit {
	background: transparent url(images/submit_btn.jpg) no-repeat;
	height: 30px;
	border:solid 0 #000;
	width: 114px;
	text-align: left;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

td
{ padding-bottom: 1em;
}