/* general styles */

body {
	color: #000000;
	text-align: center;
	background: #306BB2 url(../images/back_gradient.gif) repeat-x;

/*	background: url(../images/back_gradient.gif) repeat-x;
	background-color: #306BB2;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif; /*Arial, Helvetica, sans-serif;*/
	margin-top:0;
}

a {
color: #3481A4;
}

a:hover {
	color: #006B95;
	text-decoration: none;
}

a:visited {
color: #006B95;
}

a:visited:hover {
color: #2C91B2;
}

h1{
font-size:large;
	margin: 15px;
		color: #007AAC;
/*	color: #000000;
	margin: 10px 15px 15px 0;
	padding-left: 15px;
	font: 1.1em/1.8em Geneva, Arial, Helvetica, sans-serif;*/
}

h2 {
	color: #007AAC;
	margin: 15px;
	font: 1.3em Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

h3 {
	color: #56A7C1;
	margin: 15px;
	font: bold 1.1em "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

p {
margin: 10px 15px 0px;
}

/* layout styles */

#container {
width: 775px;
text-align: left;
margin: 6px auto 0;
background: #FFFFFF url(../images/back_container.gif) repeat-y;
padding: 0 !important;
line-height: 1.6em;
}

#banner {
height: 100px;
background: url(../images/back_banner.gif) no-repeat;
}

#banner h1 {
float: left;
color: #FFFFFF;
margin: 40px 0 0 20px;
background: none;
}

#content {
	float: none;
	width: 732px;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

* html #content {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
}

#sidebar {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0;
	color: #2C728F;
	background: url(../images/back_sidebar.jpg) no-repeat;
}

/* main nav */

.navbar{
color:#FF0000;
}

.navbar img {padding: 1px;
margin-bottom:-5px!important; /* for firefox? */
margin-bottom:0;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0px;
	background: url(../images/back_footer.gif) no-repeat center bottom;
	height: 44px;
}

/* module tables */
	
table.moduletablelight th{
	vertical-align: top;	
        background:#2E69B0;
        color: #ffffff;
        text-align: center;
        padding-top: 3px !important;
        padding-top: 4px;
        padding-left: 4px;
        height: 22px;
        /*font-weight: bold;*/
        font-size: 14px;
        width: 100%;
}

table.moduletabledark th {
	vertical-align: top;	
        background:#053E8C;
        color: #ffffff;
        text-align: center;
        padding-top: 3px !important;
        padding-top: 4px;
        padding-left: 4px;
        height: 22px;
        /*font-weight: bold;*/
        font-size: 14px;
        /*text-transform: uppercase;*/
        width: 100%;
}

table.moduletablelight th a {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:hover {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:visited {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:visited:hover {
text-decoration:none;
color:#FFFFFF;
}

table.moduletablelight {
line-height:1.6em;
}

table.moduletabledark th a {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:hover {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:visited {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:visited:hover {
text-decoration:none;
color:#FFFFFF;
}

.faqQuestion {
color:#FFFFFF;
background-color:#2E69B0;
font-weight:bold;
}

.featuresTable {
text-align:center;
border:medium;
padding:5px;
background-color:#EEEEEE;
}

.featuresTableHeader {
text-align:center;
font-weight:bold;
color:#CC6600;
}

.featuresTableFeature {
text-align:left;
font-weight:bold;
color:#000000;
}

.featuresTableFeatureGroup {
text-align:center;
font-weight:bold;
color:#CC6600;
}