@import url("tools.css");

html, body {
    margin:0;
    padding:0;
    height:100%;
    font-size:100%;
    font-family:Arial, Helvetica, sans-serif;
}
a {
    color:#222222;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:active, a:hover
{
    outline: none;
}
img { border:none; }
ul, ol, dl {
    position: relative;  
} /* fixes list background bug in IE */
/* img { behavior: url(styles/iepngfix.htc); border:0; } */
div, p, ul, ol, h1, h2, h3, a, img, form, select, input {
    margin:0;
    padding:0;
    z-index:0;
    background:transparent;
}

select {
    background: #FFFFFF;
}
p {
    font-size:0.75em;
	margin:20px 0 0 0;
	color: #333;
}
p.intro {
    font-size:1em;
	margin-top:1px;
	color: #666;
}
p.top {
	margin:0;
}
.textDivider {
	height: 35px;
	border-bottom: 5px solid #efefed;
	margin: 0 0 3px 0;
}
.error {
    color:#EE8BBD;
}

h4{
	font-size:0.75em;
	margin:17px 0 8px 0;
}
h5{
	font-size:0.75em;
	margin:0;
}

body {
    background: #FFF;
}

html {
overflow-y: scroll;
} 

#shell {
    width:850px;
    margin:0 0 0 0;
    position:relative;
    display:table;
}

#logo {
    margin: 43px 0 0 0 ;
    width: 227px;
    height: 63px;
    background: url('') no-repeat 0 0px;
    float: left;
    border-bottom: 1px solid #FFF;
}

#topRightNav {
    float: right;
    list-style:none;
    background:#fff;;
    height:142px;
    padding: 11px 0 0 0 ;
}

*html #topRightNav {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/static/right_nav_bg.png', sizingMethod='scale');
}

#topRightNav li{
    display: inline;
    height: 16px;
    border-left: 1px solid #dfdfde ;
}

#topRightNav li.first{
    border-left: none ;
}

#topRightNav li a {
    font-size: 0.7em;
    color: #666;
    margin: 0 15px 0 15px;
}

#topNav {
	width: 850px;
	height:142px;
	display: block;
	list-style:none;
	float:right;
	position: relative;
	z-index: 1000;
}

#topNav li{
	display: inline;
	float:left;
	height: 31px;
	border-bottom:1px solid #ccc;
}

#topNav li a{
	display: block;
	width: 100px;
	height: 16px;
	border-left: 1px solid #FFF;
	outline:none;
}
#topNav li a:hover, #topNav li.over a, #topNav li.selected a, #topNav li:hover a, #topNav li.selected:hover {
	background-position: center;
}
#topNav li a.last {
	border-right: 1px solid #FFF;
	width: 100px;
}

#topNav li ul {
	position:absolute;
	top: 31px;
	display: none;
	padding: 0;
	width: 116px;
}



#topNav #col1 ul li.first {
	background:url(/images/static/topnav/col1_top.png) no-repeat;
}

*html #topNav #col1 ul li.first {
	background:url(/images/static/topnav/col1_top_IE.gif) no-repeat;
}

#topNav #col1 ul li.last {
	background:url(/images/static/topnav/col1_bot.png) no-repeat 0 bottom;
}

*html #topNav #col1 ul li.last {
	background:url(/images/static/topnav/col1_bot_IE.gif) no-repeat 0 bottom;
}

#topNav #col1 ul {
	left:0px;
}


#topNav1 #col1 ul {
	left:-1px;
}



#topNav #col1.over, #topNav #col1.selected, #topNav #col1:hover {
	border-bottom: 1px solid #0097e2;
}



#topNav li.over ul, #topNav li:hover ul {
	display: block;
}

#topNav li ul li {
    clear: both;
	display: block;
	border:none;
	padding: 0 0 0 1px;
	height: auto;
	width: 144px;
	background:url(/images/static/topnav/bg_tile.png) repeat-y;
}

*html #topNav li ul li {
	background:url(/images/static/topnav/bg_tile_IE.gif) repeat-y;
}

#topNav li ul li.first {
	padding-top:6px;
}

#topNav li ul li.last {
	padding-bottom:13px;
}


#topNav li ul li a {
	color: #666;
	font-size: 0.7em;
	display: block;
	padding: 2px 5px 2px 9px;
	margin: 0 0 0 1px;
	border: none;
	height: auto;
	width: 98px;
}

#topNav li ul li a:hover {
    text-decoration:none;
    background: #fff !important;
}


#topNavDivider {
    width: 850px;
    clear: both;
    height:1px;
	background-color:#CCCCCC;
}

*html #topNavDivider {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/static/topnav/divider_bg.png', sizingMethod='scale');
}

/* content */

#content {
    	width: 850px;
	background: #fff url('') no-repeat right bottom ;
	background-color: #fff;
	padding: 10px 0 100px 0;
}


#leftContent {
	float: left;
	width: 190px;
}

#rightContent {
	float: left;
	width: 650px;
	margin-left: 10px;
	margin-top: 5px;
}

#rightContent a.Tlink {
	font-weight: bold;
	color: #3366CC;
	text-decoration:none;
}
#rightContent a.Tlink:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #333366;
}

#rightContent ul {
list-style:none;
}
#leftContent h1 {
	width: 180px;
	border-bottom: 1px solid #dfdfde;
	margin: 0 0 0 10px;
    text-decoration:none;
    cursor:pointer;
}

#leftContent.col1 h1 {
	border-top: 5px solid #b4d4d9;
}

#topRightContent {
	clear: both;
	width: 650px;
	padding: 0 0 10px 0;
}

#topRightContent .mainFeatures {
	list-style: none;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}




#botRightContent {
	width: 650px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* leftNav */

#imgNav {
	display:block;
    list-style:none;
    width: 180px;
    font-size:0.7em;
    margin: 0 6px 0 10px;
	background-color:#ffffff;
}

#leftNav {
display:block;
    list-style:none;
    width: 180px;
    font-size:0.7em;
    margin: 6px 0 0 10px;
	background-color:#eeeeee;
}

#leftNav li {
    padding: 5px 0 3px 0;
	border-bottom: 1px solid #ccc;
}

#leftNav li.selected {
    padding: 5px 0 3px 0;
}

#leftNav li a {
    color: #666;
	
}

#leftNav li ul {
    margin: 3px 0 0 0;
    padding: 0;
    list-style:none;
}

#leftNav li ul li {
    padding: 5px 0 3px 24px;
	list-style:none;
}

#leftNav li.selected ul li a {
    color: #666;
    font-weight:normal; 
	list-style:none;
}

#leftNav li.selected ul li.selected {
	margin: 0 0 3px 24px;
}

#leftNav li.selected a,
#leftNav li.selected ul li.selected a, 
#leftNav li.selected ul li.selected a:hover {
	display:block;
	background-color:#fcfcfc;
}

#leftNav li a:hover,
#leftNav li.selected ul li a:hover {
	text-decoration:none;
	display: block;
	background-color:#fcfcfc;
}


#leftContent.col1 #leftNav li.selected a,
#leftContent.col1 #leftNav li.selected ul li.selected a, 
#leftContent.col1 #leftNav li.selected ul li.selected a:hover,
#leftContent.col1 #leftNav li a:hover,
#leftContent.col1 #leftNav li.selected ul li a:hover {
	color: #b4d4d9;
}



#leftContent.col1 #leftNav li.selected ul li a,
{
	color: #666;
}

/* home page */

#homeContent {
    width: 850px;
    height: 530px;
    background: #fff;
    padding: 10px 0 0 0;
}

#mainImageHome {
    float: left;
    margin: 0 0 0 10px;
}

#strapLineHome {
    margin: 56px 0 0 10px;
}


/* footer */

#footer {
    float: left;
    list-style:none;
    margin: 13px 0 0 0;
    height: 50px;
}

#footer li {
    display: inline;
    background: url('/images/static/footer_bg.gif') no-repeat 0 5px;
    color: #666;
    font-size: 0.7em;
    padding: 0 2px 0 8px;
}

#footer li.copy {
    padding: 0 7px 0 0;
    background: none;
}

#footer li.first {
    background: none;
}

#footer li.large {
    padding: 0 0 0 13px;
    background: none;
}

#footer li a {
    color: #666;
}
