@charset "utf-8";

/* ---------- start Basis ---------- */
html { 
	height: 101%;
}
body  {
	font: 70% Verdana, Geneva, sans-serif;
	color: #797979;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	background-image: url(../images/backBlend.jpg);
	background-repeat: repeat-x;
}
.threeColFix #outerContainer { 
	width: 734px;	
	margin: 0 auto;
	background-color: #FFFFFF;	
}
.threeColFix #insideContainer { 
	width: 687px;
	margin: 0 auto;
	background-color: #FFFFFF;
}



/* ---------- start variety of Containers ---------- */
.tlOuterContainer {background: url(../images/spacer.gif) 0 0 no-repeat}
.tOuterContainer {background: url(../images/spacer.gif) 0 0 repeat-x; width: 100%}
.trOuterContainer {background: url(../images/spacer.gif) 100% 0 no-repeat}
.blOuterContainer {background: url(../images/spacer.gif) 0 100% no-repeat}
.bOuterContainer {background: url(../images/spacer.gif) 0 100% repeat-x}
.brOuterContainer {background: url(../images/spacer.gif) 100% 100% no-repeat}
.lOuterContainer {background: url(../images/ol.jpg) 0 0 repeat-y}
.rOuterContainer {background: url(../images/or.jpg) 100% 0 repeat-y}


.tlInsideContainer {background: url(../images/spacer.gif) 0 0 no-repeat}
.tInsideContainer {background: url(../images/itm.gif) 0 0 repeat-x; width: 100%}
.trInsideContainer {background: url(../images/spacer.gif) 100% 0 no-repeat}
.blInsideContainer {background: url(../images/spacer.gif) 0 100% no-repeat}
.bInsideContainer {background: url(../images/ibm.gif) 0 100% repeat-x}
.brInsideContainer {background: url(../images/spacer.gif) 100% 100% no-repeat}
.lInsideContainer {background: url(../images/il.gif) 0 0 repeat-y}
.rInsideContainer {background: url(../images/ir.gif) 100% 0 repeat-y}


.threeColFix #innerContainer { 
	width: 720px;	
	margin: 0 auto;
	background-image: url(../images/innerContainerBlend.jpg);
	background-repeat: repeat-x;
	border: solid 0px red;
}
.threeColFix #bodyContentHolderTopBlend {
	width: 716px;
	margin: 0 auto;
	background-image: url(../images/bodyContentHolderTopBlend.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.threeColFix #bodyContentHolderTopRight {
	margin: 0;
	background-image: url(../images/bodyContentHolderTopRight.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.threeColFix #bodyContentHolder {
	width: 686px;
	margin: 0 auto;
}
.threeColFix #bodyContent {
	width: 686px;
	margin: 0 auto;
}



/* ---------- start Nav ---------- */
#nav { 
	width: 720px;
	height: 34px;
	margin: 0;
	border: solid 0px blue;
	background-image: url(../images/navBlend.jpg);
	background-repeat: repeat-x;
}
#navTabs {	
	width: 720px;
	margin: 0 auto;
}
#navTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navTabs li {
    display: inline;
    margin: 0;
    padding: 0;
}
#navTabs a {
    float: left;
    background: url(../images/tableft.jpg) no-repeat left top;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#navTabs a span {
    float: left;
    display: block;
    background: url(../images/tabright.jpg) no-repeat right top;
    padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navTabs a span {
	float: none;
}
/* End IE5-Mac hack */
#navTabs a:hover span {
	color: #FFFFFF;
}
#navTabs a:hover {
	background-position: 0% -34px;
}
#navTabs a:hover span {
	background-position: 100% -34px;
}	
.navBreak {
	width: 2px;
	height: 34px;
	background-image: url(../images/navBreak.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}



/* ---------- start pageTitle ---------- */
.breadCrumbs { 
	width: 400px;
	height: 19px;
	margin-top: 3px;
	padding: 0;
	float: right;
	border: solid 0px blue;
	text-align: right;	
}
.onPage {
	color: #ADADAD;
}



/* ---------- start General ----------  */
.txtHeading {
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.txtGeneral {
	padding: 10px;
	line-height: 20px;
}
.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacer { 
    line-height: 2px;
	height: 2px;
}
.extendPage {
	height: 1000px;
}
.featureLinks {
	width: 220px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: -12px;
	height: 200px;
}
.docLinks {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: -12px;
}
ul.none {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
}



/* ---------- start Links ----------  */
a:link { text-decoration: none; color: #3399FF; }
a:visited { text-decoration: none; color: #3399FF; }
a:active { text-decoration: none; color: #3399FF; }
a:hover { text-decoration: underline; color: #3399FF; }

.toplink a:link { text-decoration: none; color: #CCCCCC; }
.toplink a:visited { text-decoration: none; color: #CCCCCC; }
.toplink a:active { text-decoration: none; color: #CCCCCC; }
.toplink a:hover { text-decoration: underline; color: #CCCCCC; }

.log {	text-align: right; line-height: 20px; margin-right: 10px;}
.log a:link {text-decoration: none; color: #3399FF;}
.log a:visited {text-decoration: none; color: #3399FF;}
.log a:active {text-decoration: none; color: #3399FF;}
.log a:hover {text-decoration: underline; color: #3399FF;}

.button { margin-left: 7px; line-height: 18px;}
.button a:link { text-decoration: none; color: #FFFFFF; }
.button a:visited { text-decoration: none; color: #FFFFFF; }
.button a:active { text-decoration: none; color: #FFFFFF; }
.button a:hover { text-decoration: none; color: #FFFFFF; }

.footer { text-align: center; line-height: 32px;}
.footer a:link { text-decoration: none; color: #8592B0; }
.footer a:visited { text-decoration: none; color: #8592B0; }
.footer a:active { text-decoration: none; color: #8592B0; }
.footer a:hover { text-decoration: underline; color: #8592B0; }



/* ---------- start Footer ----------  */
.threeColFix #baseFooter {
	background-image: url(../images/footerBlend.jpg);
	background-repeat: no-repeat;
	width: 687px;
	height: 35px;
	margin: 40px auto;
	bottom: 25px;
	position: relative;
}


/* ---------- start Footer ----------  */
.baseLine {
	background-image: url(../images/baseLine.png);
	background-repeat: repeat-x;
	width: 720px;	
	bottom: -12px;
	position: relative;
}








