/***** Global Settings *****/
html, body {
border:0;
margin:0;
padding:0;
}
body {
font:80%/1.25 Arial, Helvetica, sans-serif;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
h3 {
font-size:1em;
font-weight:bold;
}
/***** Common Formatting *****/
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}

ul, ol {
padding:0 0 1.25em 2.5em;
}
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
small {
font-size:0.85em;
}
img {
border:0;
}
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
/***** Links *****/
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

a:link { color: #0033cc; }
/***** Forms *****/
form {
margin:0;
padding:0;
display:inline;
}
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
textarea {
width:100%;
line-height:1.25;
}
label {
cursor:pointer;
}
/***** Tables *****/
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
table tr td {
padding:2px;
}
/***** Wrapper *****/
#wrap {
width:960px;
margin:0 auto;
}
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.wrap          { width:960px;margin:0 auto; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** End Master Stylesheet *****/

html,body{margin:0;padding:0}

#logo {
	width: 500px;
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
display:block;
width:236px;
height:40px;
background:url(../img/logo.gif) no-repeat;
overflow: hidden;
margin: 15px 0 15px 15px;
padding: 0;
}

#partner {
	float: right;
	margin: 18px 0 0 0;
}

div#navcontainer { 
	clear: both;
}

div#container{text-align:left}
div#content p{line-height:1.4}
div#sidebar{background:#ffffff; font-size: 0px;line-height: 0px;}
div#sidebar img {
	border-top: 1px solid white;
}
div#footer p{margin:0;}

div#container{width:975px;margin:0 auto}
div#content{float:left;width:615px;padding: 15px 0 0 30px;}

div#content h2 {
	position: relative;
	left: -15px;
	margin: 0 0 10px 0;
	padding: 0px;
}	
div#sidebar{float:right;width:275px;margin: 0 0 0 55px;}
div#footer{
	clear:both;
	width:100%;
	background: url(../img/footer-topper.gif) repeat-x top left;
	margin: 0;
	padding: 10px 0 0 0;
}

/** Lists **/

div#content ul{
    list-style:none;
    margin:0 0 1em 30px;
    padding: 0;	
}
	div#content ul li{
	    margin: 0 0 15px 0;
	    padding: 0 0 0 34px;
	    background:url(../img/bullet.gif) no-repeat 0 4px;
	}
	div#content li ul{
	    margin-bottom:0;
	}       
	/* Holly Hack to fix ie6 li bg */
	/*  Hides from IE-mac \*/
	* html div#content li{height: 1%;}
	/* End hide from IE-mac */

div#footer-content {
}

.footer-module {
	float: left;
	width: 290px;
	border: 1px solid #cceedd;
	height: 200px;
	padding: 10px 20px 10px 10px;
	margin: 1px;
	display: inline;
}

.footer-module-content {
	clear: both;
	margin: 0 0 0 20px;
	
}

.footer-module h2 {
	margin: 0;
	padding: 0 0 15px 0;
	display: block;
	float: left;
}

.footer-module p {
}

.footer-module .more {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-module .more a {
	text-decoration: none;
}

.footer-module .credits {
	text-align: right;
}

div#footer .release{
	clear: both;
}

div#footer .release .date{
	float: left;
	width: 65px;
}

div#footer .release .data{
	float: left;
	width: 180px;
	margin: 0 0 10px 10px;
}

.testimonials {
background: url(../img/quotes.gif) no-repeat 5px 0px;
}

/** Navigation **/
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 12px 15px;
font-size: 12px;
text-transform: uppercase;
margin: 0 1px 0 0;
display:block;
float: left;
width: 294px; /*width minus padding on each side and margin*/
font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
color: #ffffff;
background: url(../img/navigation-background.gif) #ff9900;
text-decoration: none;
}

#navlist li a.active {
	color: #000000;
}

#navlist li a.first {
	background: url(../img/navigation-left.gif) !important; /*important necessary forIE6 */
}


#navlist a:hover
{
color: #000000;
text-decoration: none;
}

/** Sub navigation **/

ul.sub-navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
width: 324px; /*width minus padding on each side and margin*/
float: left;
margin: 0;
padding: 0;
background: white;
border-right: 1px solid white;
overflow: hidden;
}

.sub-navlist li
{
display: inline;
list-style-type: none;
}

.sub-navlist a { padding: 5px 15px;
font-size: 11px;
text-transform: uppercase;
border-bottom: 1px solid white;
border-left: 1px solid white;
display:inline;
float: left;
width: 131px; /*width minus padding on each side and margin*/
font-weight: bold;
}

.sub-navlist a:link, .sub-navlist a:visited
{
color: #000000;
background: #cccccc;
text-decoration: none;
}

.sub-navlist li a.front {
	border-left: none;
	width: 132px;
}

ul.active li a:link, ul.active li a:visited {
	background: #99cccc;
}

.sub-navlist a:hover
{
color: #000000;
background: #99cccc;
text-decoration: none;
}

.sub-navlist li a.two-wide {
	width: 300px;
}

#flash {
	margin: 10px 0 2px 0;
}

.copyright { 
font-size: 12px;
display:inline;
float: left;
font-weight: italics;
}
