@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 13px/18px Arial, Verdana, sans-serif;
}
html {

}
body {

}
#wrapper {
	width: 100%;
	text-align: left;
}
#contentwrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 106px;
}
#logo {
	float: left;
	width: 188px;
}
#tagline {
	float: left;
	width: 200px;
	color: #999;
	font: 12px/106px georgia, serif;
	font-style:italic;
}
#portal {
	float: right;
	width: 232px;
	margin: 35px 40px 0 0;
}
#billboard {
	width: 960px;
}

/*<group=Navigation>*/
#navouter {
	width: 100%;
	height: 40px;
	background: url(/img/styles/navbg.jpg) 0 0 repeat-x;
}
#navinner {
	width: 960px;
	height: 40px;
	margin: 0 auto 0 auto;
}
#navleft {
	float:left;
	width: 480px;
}
#navright {
	float: right;
	width: 275px;
	overflow:hidden;
	margin: 0 20px 0 0;
}
.nav {
	list-style: none;
	height: 40px;
	margin: 0;
	padding: 0;
}
.nav li {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	float: left;
}
.nav li a {
	float:left;
	color: #f0b3c2;
	margin: 8px 0 0 23px;
	text-decoration:none;
	height: 40px;
}
.nav a:hover {
	color: #fff !important;
}
.nav a:visited {
	color: #f0b3c2;
}
.active {
	color: #fff !important;
	background: url(/img/styles/navon.jpg) 50% -8px no-repeat;
}
/*<group=END Navigation>*/


/*<group=Containers>*/
#main {
	width: 960px;
	min-height: 200px;
}
#main p {
	color: #666;
	margin: 0 0 10px 0;
}
#main h1 {
	color: #CC0033;
	font-size:16px;
	line-height:18px;
	margin: 5px 0 5px 0;
	padding: 0;
}
#main h2 {
	color: #666;
	font-size:14px;
	line-height:14px;
	font-weight:lighter;
}
#main h3 {
	color: #000;
	font-size:13px;
	line-height:15px;
	font-style:italic;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
}
#main ul {
	list-style: none;
	margin: 5px 0 20px 0px;
	padding: 0;
}
#main li {
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	color: #254A5C;
	margin: 0 0 15px 0;
	padding-left: 20px;
	background-image: url(/img/icons/checkmark16.png);
	background-repeat: no-repeat;
}
#col1 {
	width: 450px;
	float:left;
}
#col2 {
	width: 450px;
	float:right;
}
#home1 {
	width: 300px;
	float:left;
}
#home2 {
	width: 300px;
	margin: 0 20px 0 20px;
	float:left;
}
#home3 {
	width: 300px;
	float:right;
}
#downloads {
	width: 450 px;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #254A5C;
	background-color: #e9edee !important;
	margin: 20px auto 20px auto;
	padding: 20px;
	clear: both;
}

#spanner {
	width: 920px;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #254A5C;
	background-color: #e9edee !important;
	margin: 20px auto 20px auto;
	padding: 20px;
	clear: both;
}
#spannercol1 {
	width: 430px;
	float:left;
}
#spannercol2 {
	width: 430px;
	float:right;
}
#thincol1 {
	width: 340px;
	margin: 0 20px 0 0;
	float:left;
}
#thincol2 {
	width: 340px;
	float:right;
}
#main a, #main a:link, #main a:visited {
	color: #c03;
	text-decoration: none;
}
#main a:hover {
	color: #003198;
	text-decoration: underline;
}
/*<group=ENDContainers>*/


/*<group=wide layout (for thomson>*/
#sidenav {
	width:240px;
	float:left;
}
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidenav li {
	font-size: 12px;
	line-height: 12px;
	font-weight:normal;
	color: #254A5C;
	margin: 0 0 5px 0;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
}
#sidenav li a {
	color: #cc0033;
	margin: 0;
	text-decoration:none;
}
#sidenav a:hover {
	color: #003198 !important;
}
.sideactive {
	color: #003198 !important;
}
#wide {
	width:700px;
	margin: 0 0 0 20px;
	float:right;
}
/*<group=wide layout (for thomson>>*/



/*<group=Tables>*/

table.table {
	font-size: 11px;
	color: #676D79;
	border-width: 1px;
	border-spacing: 1px;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
}
table.table th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: #c03;
	color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table a {
	color: #cc0033 !important;
	text-decoration:none;
}
table.table a:hover {
	color: #003198 !important;
}

table.spec {
	font-size: 10px;
	color: #676D79;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #295A6F;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
table.spec th {
	font-size: 11px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #295A6F;
	/*background-color: #254A5C;*/
	color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:text-top;
}
table.spec tr.gradient {
	background: url(/img/styles/spectableheader.jpg) 0 0 repeat-x;
}
table.spec tr.gradient th {
	border: none;
}
table.spec th.sub {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #E9EDEE;
	background-color: #E9EDEE;
	color: #254A5C;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	background-image:none;
}
table.spec td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #E9EDEE;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.spec td ol {
	color: #666;
	font-size:10px;
	line-height:14px;
	padding: 0 0 0 20px;
}
table.spec td li {
	margin: 0 0 5px 0 !important;
	padding-left: 0px !important;
	background-image: none !important;
	font-weight: normal !important;
}
table.spec a {
	color: #cc0033 !important;
	text-decoration:none;
}
table.spec a:hover {
	color: #003198 !important;
}
/*<group=Tables>*/



/*<group=Footer>*/
#footer {
	height: 60px;
	position: relative; /*needed for safari*/
	padding: 0;
	width: 100%;
	text-align:center;
	background-color:#e9edee;
}
#footer p {
	font: normal 13px/60px Arial, Verdana, sans-serif;
	color: #254A5C;
	margin:0;
}
#footer a, a:link, a:visited {
	color: #254A5C;
}
/*</group>*/


/*<group=copycontainers multicolumn layout>*/
.lightboxcontainer {
    float: left;
    width: 201px;
    height: 200px;
    margin: 20px 20px 0 0;
    position: relative;
}
.thumbcontainer {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    /* for IE6/7 */
    #display: block;
    #font-size: 90px;/*  400*0.905=362  */
    #font-family:"Times New Roman";  /*With Times New Roman, you can set the font-size to height*0.905*/
    width: 201px;
    height:150px;
}
.copycontainerwide {
    width: 100%;
    padding: 0 0 0 0;
}
.copycontainerwide br {
    margin: 0 0 0 0;
}
.tinytext {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #c03;
}
.tinytext a {
	color: #c03;
	text-decoration: none;
}
.tinytext a:hover {
	color: #003198;
	text-decoration: underline;
}

/*</group>*/

/*<group=images>*/
img {
	border: none;
	font: normal 12px/22px Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #666;
}
.homethumb {
	float: left;
	margin: 3px 20px 0 0;
	text-align: center;
}
.picleft {
	float: left;
	margin: 0px 10px 0 0;
}
.picright {
	float: right;
	margin: 0px 5px 0 5px;
}
/*</group>*/