/* Fix IE. \*/
* html #homepanel, * html #homepanel p.findouthow a, * html ul#nav li, * html ul#subnav li, * html ul#nums li, #affiliates, * html ul li, * html #toprecordnav, * html #botrecordnav { 
	height: 1%;
}
* html #homepanel #homeleftcol{
width: 100%;
}
/* End */


/* Display fixes */

#content{
z-index: 1!important;
}
#nav li{
z-index: 800!important;
position: relative;
}
h2{
position: relative;
}
p{
position: relative;
}
h2.nolink a{
color: #c00!important;
}
.nolink a{
text-decoration: none!important;
}

#leftcol div.feature{
position: absolute;
display: block!important;
}

/* Display fixes */

a.skip{
display: none;
}

table.override{
border-top: 1px solid #ccc;
}
table.override th{
background: none;
border-bottom: 1px solid #ccc;
}

h2.addpadtop{
margin-top: 1em!important;
}



body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}



#outercontainer{
	/*position: relative;*/
	margin: 0 auto;
	padding: 0 0 0 0;
}
#outercontainer img.vdl{
	display: none;
}
#maincontainer{
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	background: #fff;
}

.clearboth{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}


#header img{
display: none;
}
#header h1{
	margin: 0;
	padding: 0;
}
/* /////////// START FORM ELEMENTS /////////// */

form dl.error{
margin-left: 20px;
}
#contactform{
width: 450px;
float: right;
}
#contactform dl{
margin-top: 0;
}
#contactdetails{
width: 250px;
float: left;
}

dl.error{
	border: 1px solid #ccc;
	padding: 1px;
	width: auto;
}
dl.error dt{
	margin: 0 0 0.5em 0;
	padding:  0.5em  0.5em  0.5em 2em;
	background: #ececec;
	font-weight: bold;
	background: #fcc url(images/error-stop-red.gif) top left no-repeat;
	background-position: 6px 8px;
}
dl.error dd{
	padding-left: 25px;
	margin: 0 0.5em 0.5em 0.5em;
	background: url(images/error-alert.gif) top left no-repeat;
	background-position: 0px 1px;
}

form dl.success{
	margin: 20px;
}
dl.success{
	border: 1px solid #ccc;
	padding: 1px;
	width: auto;
}
dl.success dt{
	margin: 0 0 0.5em 0;
	padding:  0.5em  0.5em  0.5em 2em;
	background: #ececec;
	font-weight: bold;
	background: #cfc url(images/confirm-grn.gif) top left no-repeat;
	background-position: 6px 8px;
}
dl.success dd{
	margin: 0 0.5em 0.5em 0.5em;
}

#content form{
	margin: 0;
	padding: 0 0 1em 0;
	border: 1px solid #ccc;
	background: #fff !important;
}
#content form p{
	padding: 0 1em;
}
#content form p strong{
	color: #000;
}
#content form h2{
	margin: 0 0 1em 0;
	padding: 10px;
	background: #ccc;
	font-size: 1em;
	color: #000;
	font-weight: bold;

}
#content fieldset{
	margin: 0 0px;
	padding: 1em;
	border: 1px solid #ccc;
}
#content legend{
	margin: 0em 0;
	padding: 0 0.5em;
	font-weight: bold;
	color: #000;
}
#content label{
	position: relative;
	margin: 0.4em 0 0.5em 0;
	padding: 0 0 0 1em;
	float: left;
	color: #000;
	font-size: 0.9em;
}
#content .flabel{
	margin: 0.5em 0;
	padding: 0.2em 0;
	border: none;
}
#content .flabel legend{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	color: #333;
	font-weight: bold;
}
#content input, textarea, option{
	margin: 0.5em 0;
	padding: 0;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif; 
}
#content input:focus, #content textarea:focus, #content option:focus{
	background: #ffc;
}
#content input#contactbutton{
	margin-left: 150px;
}
#content .labeller{
	clear: both;
	width: 10em;
}
.hidden{
position: absolute;
top: -99999px;
left: -99999px;
}

.indentlabeller{
	margin-left: 11.3em!important;
}

/* /////////// END FORM ELEMENTS /////////// */

/* ///////////////// START NAVIGATION ///////////////// */

#navholder{
	display: none;
	margin: 0;
	padding: 0;
	background: #f00 url(images/nav-back1.gif) bottom left repeat-x;
}

ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;

}

ul#nav li{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float: left;

}
ul#nav li a:link, ul#nav li a:visited{
	margin: 0;
	padding: 0.4em 20px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	border-right: 1px solid #900;
	background: #f00 url(images/nav-back1.gif) bottom left repeat-x;

}
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus{
	margin: 0;
	padding: 0.4em 20px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #f00;
	font-size: 0.9em;
	border-right: 1px solid #900;

}
ul#nav li.current a:link, ul#nav li.current a:visited, ul#nav li.current a:hover, ul#nav li.current a:active, ul#nav li.current a:focus{
	margin: 0;
	padding: 0.4em 20px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #c00;
	font-size: 0.9em;
}
ul#nav li .pointer{
	margin: 0 0 0 -4px;
	padding: 0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	display: block;
	width: 13px;
	height: 7px;
	background: url(images/home-pointer.gif) bottom center no-repeat;
}
ul#nav li .pointer2{
	margin: 0 0 0 -4px;
	padding: 0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	display: block;
	width: 13px;
	height: 7px;
	background: url(images/nav-pointer.gif) bottom center no-repeat;

}
ul#nav li .pointer3{
	margin: 0 0 0 -4px;
	padding: 0;
	position: absolute;
	bottom: -7px;
	left: 50%;
	display: block;
	width: 13px;
	height: 7px;
	background: none;

}


ul#nav li ul{
	position: absolute;
	top: 1.7em;
	left: 0em;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	display: none;
	width: 200px;
	background: #f00;

}
ul#nav li ul li{
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	display: block;
	float: left;
	background: none!important;

}
ul#nav li ul li a:link, ul#nav li ul li a:visited{
	margin: 0;
	padding: 0.4em 20px;
	border: none;
	text-decoration: none;
	font-size: 0.9em;
	background: none!important;

}
ul#nav li ul li a:hover, ul#nav li ul li a:active, ul#nav li ul li a:focus{
	margin: 0;
	padding: 0.4em 20px;
	border: none;
	text-decoration: underline!important;
	font-size: 0.9em;
	background: none!important;

}


/*li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;*/
/*	left: auto;*/
/*}*/

/* MAGIC */

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 999;
}
/* MAGIC */


/* ///////////////// END NAVIGATION ///////////////// */

/* ///////////////// START HOMEPANEL ///////////////// */

#homepanel{
	margin: 0;
	padding: 0 362px 0 0;
	display: block;
	background: url(images/home-print-feature-pic.jpg) top right no-repeat!important;
	height: inherit;
	border-top: 1px solid #000;
	}
#homepanel #homeleftcol{
	display: block!important;
	margin: 0;
	padding: 0 0 1em 0;
	/*background: #333 url(images/home-feature-back.gif) top left no-repeat;*/
}
#homepanel p{
	margin: 0;
	padding: 1em 0 0 1em;
	color: #000;
	font-size: 1.3em;
}
#homepanel p.findouthow{
	margin: 0;
	padding: 1em 0 0 1em;
}
#homepanel p.findouthow a:link, #homepanel p.findouthow a:visited{
	margin: 0;
	padding: 0;
	display: block;
	width: 118px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/find-out-how.gif) top left no-repeat;
	overflow: hidden;
}
#homepanel p.findouthow a:hover, #homepanel p.findouthow a:active, #homepanel p.findouthow a:focus{
	margin: 0;
	padding: 0;
	display: block;
	width: 118px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/find-out-how.gif) top left no-repeat;
	background-position: 0 -26px;
}
#homepanel img{
	float: right;
	margin: 0 0 0 1em;
	padding: 0;
}


/* ///////////////// END HOMEPANEL ///////////////// */


#content{
display: block;
background: #fff;
margin: 0;
padding: 20px;
z-index:1;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.homecol1{
width: 45%;
float: left;
}
.homecol2{
width: 45%;
float: right;
}

#content h1{
margin: 0 0 0.5em 0;
padding: 0;
color: #c00;
}
#content h2.notop{
margin: 0 0 0.5em 0!important;
}
#content h2{
margin: 1em 0 0.5em 0;
padding: 0;
color: #c00;
font-weight: normal;
}
#content p{
margin: 0 0 0.5em 0;
padding: 0;
color: #000;
font-size: 0.9em;
}

#content a:link, #content a:visited{
color: #000;
text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus{
color: #fff;
background: #000;
text-decoration: none;
}

.imgright{
margin: 0 0 0.5em 0.5em;
padding: 0;
float: right;
}
.imgleft{
margin: 0 0 0.5em 0.5em;
padding: 0;
float: left;
}
img.border{
padding: 4px!important;
border: 1px solid #ccc;
}
.addbotpad{
margin-bottom: 3em;
}

ul.arrowlist{
margin: 0 0 0.5em 0;
padding: 0;
list-style: none;
}

ul.arrowlist li{
margin: 0 0 0.5em 0;
padding: 0 0 0 20px;
background: url(images/red-arrow.gif) top left no-repeat!important;
background-position: 2px 0.3em;
font-size: 0.9em;
}

ul.downloadlist{
margin: 0 0 0.5em 0;
padding: 0;
list-style: none;
}

ul.downloadlist li{
margin: 0 0 0.5em 0;
padding: 0 0 0 20px;
background: url(images/download-arrow.gif) top left no-repeat;
background-position: 2px 0.3em;
font-size: 0.9em;
}


ul{
margin: 0 0 0.5em 1em;
padding: 0;
list-style: none;
}

ul li{
margin: 0 0 0.5em 0;
padding: 0 0 0 20px;
background: url(images/sq-bullet.gif) top left no-repeat;
background-position: 2px 0.3em;
font-size: 0.9em;
color: #000;
}

ul.arrowlist li a:link, ul.arrowlist li a:visited, ul.downloadlist li a:link, ul.downloadlist li a:visited{
color: #666!important;
text-decoration: none!important;
}
ul.arrowlist li a:hover, ul.arrowlist li a:active, ul.arrowlist li a:focus, ul.downloadlist li a:hover, ul.downloadlist li a:active, ul.downloadlist li a:focus{
color: #c00!important;
background: none!important;
text-decoration: none!important;
}

ul.questions{
margin: 1em 2em;
padding: 0;
list-style: none;
}
ul.questions li{
/*position: relative;*/
margin: 0.5em 0;
padding: 0.5em;
background: #c00;
color: #fff;
border-bottom: 2px solid #ccc;
}

ul.nums{
margin: 0.5em 0 1em 1.5em!important;
padding: 0;
list-style: none;
}
ul.nums li{
margin: 0 0 0.5em 1em;
padding: 0;
background: none!important;
}
p.addpadtop{
margin-top: 1em!important;
clear: both;
}

.num{
clear: both;
margin: 0 0 0 -1.5em;
padding: 0;
float: left;
font-weight: bold;
color: #c00;
}
.item{
float: left;
}

p.feature{
display: block;
margin: 0 2em 0.5em 2em!important;
padding: 0.5em 1em!important;
border: 1px solid #ccc;
background: #ececec;
}
p.view-case-studies{
	margin: 0;
	padding: 1em 0 0 1em;
}
p.view-case-studies a:link, p.view-case-studies a:visited{
	margin: 0;
	padding: 0;
	display: block;
	width: 192px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/view-all-case-studies.gif) top left no-repeat!important;
	overflow: hidden;
}
p.view-case-studies a:hover, p.view-case-studies a:active, p.view-case-studies a:focus{
	margin: 0;
	padding: 0;
	display: block;
	width: 192px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/view-all-case-studies.gif) top left no-repeat!important;
	background-position: 0 -26px!important;
}

p.download-acrobat{
	margin: 0;
	padding: 1em 0 0 1em;
}
p.download-acrobat a:link, p.download-acrobat a:visited{
	margin: 1em 0 0 0;
	padding: 0;
	display: block;
	width: 244px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/download-acrobat.gif) top left no-repeat!important;
	overflow: hidden;
}
p.download-acrobat a:hover, p.download-acrobat a:active, p.download-acrobat a:focus{
	margin: 1em 0 0 0;
	padding: 0;
	display: block;
	width: 244px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/download-acrobat.gif) top left no-repeat!important;
	background-position: 0 -26px!important;
}


#googlemap{
display: none;
float: right; 
width: 290px;
font-size: 0.9em;
border: 1px solid #ccc;
padding: 2px;
margin-left: 10px;
}
#googlemap p{
display: block;
clear: both;
padding: 2px 0;
}

hr{
border: none;
margin: 1em 0;
padding: 0;
background: #ccc;
color: #ccc;
height: 1px;
}

#map{
width: 290px;
height: 290px;
overflow: hidden;
}



/* ///////////////// START LEFTCOL ///////////////// */

.withcol{
margin: 0;
padding: 20px;
}

#leftcol{
display: none;
margin: 0;
padding: 0;
width: 220px;
float: left;
background: url(images/top-shade-wht.gif) top left repeat-x;
}
#leftcol .inner{
padding: 20px;
background: url(images/subnav-shade.gif) top right no-repeat;
background-position: 210px 20px;
}

#leftcol ul#subnav{
margin: 0;
padding: 0;
list-style: none;
}
#leftcol ul#subnav li{
margin: 0 0 0 0;
padding: 0;
font-size: 0.9em;
background: url(images/subnav-divider.gif) bottom left no-repeat;
}
#leftcol ul#subnav li a:link, #leftcol ul#subnav li a:visited{
margin: 0;
padding: 8px 20px 8px 0;
display: block;
text-decoration: none;
color: #000;
}
#leftcol ul#subnav li a:hover, #leftcol ul#subnav li a:active, #leftcol ul#subnav li a:focus{
margin: 0;
padding: 8px 20px 8px 0;
display: block;
text-decoration: none;
color: #c00;
}

#leftcol ul#subnav li.current a{
background: url(images/red-arrow.gif) center right no-repeat;
color: #c00!important;
}

/* ///////////////// END LEFTCOL ///////////////// */



/* ///////////////// START CASE STUDIES ///////////////// */

#toprecordnav{
margin: 1em 0 ;
padding: 0 0 1em 0;
background: url(images/top-recordnav-back.gif) bottom center no-repeat;
}

.recordcount{
margin: 0;
padding: 0;
float: left;
font-size: 0.8em;
color: #000;
}

ul.readnav{
position: relative;
margin: 0;
padding: 0;
float: right;
list-style: none;
}
ul.readnav li{
position: relative;
margin: 0 0 0 0.5em;
padding: 0;
float: left;
font-size: 0.8em;
background: none;
}
ul.readnav li{
}

#botrecordnav{
margin: 1em 0;
padding: 1em 0 0 0;
background: url(images/bot-recordnav-back.gif) top center no-repeat;
}


.casestudy{
margin: 1em 0;
padding-left: 20px;
background: url(images/download-arrow.gif) top left no-repeat;
background-position: 2px 0.3em;
border-bottom: 1px solid #ccc;
}
.casestudy.noline{
border-bottom: none!important;
}

.casestudy em{
font-size: 0.8em;
}



/* ///////////////// END CASE STUDIES ///////////////// */

/* ///////////////// Start tables ///////////////// */

table{
margin: 1em 0;
}
th{
margin: 0;
padding: 4px;
text-align: left;
font-weight: bold;
background: #ccc;
}
th.restrict{
width: 5em;
text-align: center!important;
}
th.restrict2{
width: 3em;
text-align: center!important;
}
td{
margin: 0;
padding: 4px;
text-align: left;
border-bottom: 1px solid #ccc;
}
tr:hover{
background: #dff;
}

/* ///////////////// End tables ///////////////// */




/* ///////////////// START AFFiLIATES ///////////////// */

#affiliates{
display: none;
clear: both;
margin: 0;
padding: 20px;
background: #ececec url(images/top-shade-ececec.gif) top left repeat-x;
}
#affiliates img{
float: left;
}
#affiliates blockquote{
margin: 0;
padding: 0;
float: right;
font-size: 0.8em;
width: 500px;
color: #000;
}
#affiliates blockquote p{
margin: 0 0 0.5em 0;
padding: 0;
}
#affiliates blockquote .name{
float: right;
font-weight: bold;
}

/* ///////////////// END AFFiLIATES ///////////////// */

#footer{
display: none;
margin: 0 auto;
padding: 1em 0 2em 0;
width: 760px;
background: url(images/footer-back.gif) top center no-repeat;
}
#footer ul{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
#footer ul li{
margin: 0;
padding: 0 0.5em;
color: #fff;
display: inline;
border-right: 1px solid #fff;
font-size: 0.8em;
background: none;
}
#footer ul li a:link, #footer ul li a:visited{
color: #fff;
text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus{
color: #fff;
text-decoration: underline;
}
#footer ul li.noline{
border-right: none!important;
}

