/*import the menus*/
@import "menus.css";
@import "menu2.css";

/*import the subnavigation*/
@import "menu3.css";
@import "trail.css";

/*content-based styles*/
@import "more.css";
@import "home.css";


/*master styles - gives default font and sizes and text features*/

body,th,td {
	color: #333;
}

body {
	background-color: #5e5d5d;
	background-image: url(vbrand.png);
	background-repeat: no-repeat;
	background-position: 0px 200px;
	margin: 0px;
	padding: 0px;
	font-size: 9.85pt;
	font-family: Helvetica, "Helvetica 55", "Helvetica Neue", "Helvetica Neue 55 Roman", Arial, Lucida Grande, "Lucida Grande",  Lucida Sans, Verdana, Geneva, sans-serif;
	line-height: 150%;}
	img {border: none;}

/*various link styles*/


a:link, a:visited {
	text-decoration: none;
	color: #069;
	}
	
a:hover {
	color: #fff;
	background-color:#ccc;}
	
a:active {
	background-color: #e9e9e9;
	color: #069;}
	


#maincontent p a , #maincontent p a {
	color: #069;
	background-color: #e9e9e9;
	padding: 2px;
	}
	
#maincontent p a:hover {
	color: #fff;
	background-color: #069; padding: 2px;}

#maincontent  p a:active {
	background-color: #e9e9e9;
	color: #069;}
	
/*get rid of styling in hyperlinked images*/
a img, a:hover img {border: none; padding; 0px; margin: 0px;  text-decoration: none; display: block;}
	
/*headings and subheads*/

h1 {
	font-weight: normal;
	font-size: 160%;
	color: #066;
	line-height: 120%;
	padding-top: 1em;}
	
h2 {
	font-weight: normal;
	color: #333;
	font-size: 130%;}

h3 {
	color: #333;
	font-weight: bold;
	font-size: 100%;
}

h4 {
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

/* terrible browser message */
#iesix{display: none;}

#home #footer {padding-left: 50px;}

/*footer only*/
#footer {
	color: #999;
	font-size: 90%;
	line-height: 135%;
	padding-top: 20px;
	margin-top: 40px;
	padding-bottom: 40px;
}

#footer p a:link, #footer p a:visited {
	color: #999;
	background: #fff; 
	padding: 0; margin: 0;
}

#footer p a:hover {
	color: #069;}
	
#footer img {
	border: 0px;
}


/*layout styles for templates - provides borders and positions*/
#brandbar {
	background-color: #000;
	display: block;
	height: 110px;
	border-bottom: 1px solid #000;
	background-image: url(swash.png);
	background-repeat: no-repeat;
}
	}

#topwrapper {
	display: block;
	width: 100%;
	height: 110px;
}
	

#logoholder {
	position: relative;
	top: 15px;
	left: 50px;
	float: left;
	display: block;
}

#printlogoholder {
	display: none;
}
	
	
#navbar {display: none;}

.location {
	position: relative;
	width: 485px;
	height: 25px;
	top:30px;
	padding-left: 0px;
	left: 0px;

}
/*content divs*/

#wrapper {
	background-image: url(textbg.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 1000px;
	
}

#maincontent {
	position: relative;
	width: 950px;
	padding-right: 8px;
	padding-left: 50px;
	background-image: url(mainbg.png);
	background-repeat: repeat-y;
	clear: both;	
}

#textwide #maincontent{
	position: relative;
	width: 950px;
	padding-right: 8px;
	padding-left: 50px;
	clear: both;
	background-image: url(mainbgwide.png);
	background-repeat: repeat-y;
}


#support #maincontent{
	position: relative;
	width: 950px;
	padding-right: 8px;
	padding-left: 50px;
	clear: both;
	background-image: url(supportbg.png);
	background-repeat: repeat-y;
}

#right{
	float: right;
	position: relative;
	top: 60px;
	width: 210px;
	display: block;
	height: 400px;

}
#left {
	overflow: visible;
	width: 480px;
	border-right: 250px solid transparent;
	padding-right: 10px;

}

#support #right h2 {color: #fff;}

#support #left {
	width: 611px;
	padding-right: 0px;
	border-right: none;}


#textwide #left {
	width: 600px;
	padding-right: 0px;
	border-right: none;
}

.secondary {
	position: relative;
	top: 0px;
	width: 225px;
	float: right;
	font-size: 100%;
	color: #066;
	margin-left: -245px;
	float: right;
	left: 245px;
}

/*list items for left lists*/


#left ul {
margin: 0; padding:0;
}

#left ul li {
padding-left: 15px;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-position: 0em 0.9em;
background-image: url(greybullet.png);
background-repeat: no-repeat;
list-style-position:outside;
list-style:none;}


#left li ul li {margin: 0; padding:0;}

#left li ul li {
margin:0 padding: 0;
padding-left: 5px;
background-image: none;
list-style:circle;
list-style-position:inside;}
}




/*list items for left lists*/


.shortbullets ul {
margin: 0; padding:0;
}

#left .shortbullets li {
padding:0; margin: 0;
padding-left: 15px;
background-position: 0em 0.4em;
background-image: url(greybullet.png);
background-repeat: no-repeat;
list-style-position:outside;
list-style:none;}


#left li ul li {margin: 0; padding:0;}

#left li ul li {
margin:0 padding: 0;
padding-left: 5px;
background-image: none;
list-style:circle;
list-style-position:inside;}
}

#left ol, #left ol li {padding: 0; margin: 0; list-style: decimal; list-style-position:inside; }

/*special list within ordered list - complex markup - take care*/

.numbers ol

{line-height: 200%; color: #ccc;
}

.numbers ol li {
list-style-type:decimal;
list-style-position: outside;
position: relative;
left: 0em;
font-size: 400%;
margin-bottom: 0.5em;
top: 0.5em;
}

.numberator {
line-height: 1.5em;
margin: 0; padding:0; 
width: 90%;
font-size: 25%;
color: #333;
display: block;
position: relative;
}


/*special styles tooboxes*/

#toolbox a:link {
background-color: #ccc; padding:0; margin:0;}

#toolbox {
	position: relative;

	left: 491px;
	width: 227px;
	height: 25px;
	padding: 0px; margin: 0px;
	padding-right: 10px;
	top: -25px;}

#toolbox img {
	position: relative;
	top: 4px;
	left: 4px;
	float: right;

}

#pdfbox {
	position: relative;
	top: -33px;
	left: 644px;
	background-color: #cccccc;
	width: 25px;
	padding: 0px; margin: 0px;
	height: 21px;
	-moz-border-radius: 0px 0px 6px 0px;
	-webkit-border-radius: 0px 0px 6px 0px;
	display: none;
}

#pdfbox img {
	position: relative;
	top: 1px;
	left: 1px;
}


#related {
	height: 20px;
}


/*special styles for boxouts - these are better off in more.css*/

.boxright {
	background-color: #BBDFD6;
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	font-size: 100%;
	overflow: hidden;


}
/*list styles on boxouts*/
.boxright li, .boxleft li, .boxleftwhite li, .boxinline li {
	list-style: square;
	position: relative;
	left: -20px;
	margin-bottom: 0.5em;

}
.boxleft {
	background-color: #FFCC99;
	width: 250px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 0px;
}


.boxleftwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: left;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinline {
	background-color: #FFCC99;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.boxrightwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinlinewhite {
	color: #006666;	
	background-color: #FFFFFF;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.imageright {
	float: right;
	padding: 5px;

}
.imageleft {
	float: left;
	padding: 5px;

	}

	
.newsdate {
	height: 20px;
	width: 540px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	position: relative;
	top: 18px;
}
.more {
	float: right;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF5825;
}


/*styles for tabular matter*/
.tableheading {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	font-weight: bold;
}
.tableheadingwhite {

	color: #006666;
	background-color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}
.tableruled {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablenorule {
	padding: 3px;
}



/*did you knows*/

.banner_dyk {
background-image: url(banner_didyouknow.png);
background-repeat:no-repeat;
padding-top: 5px;
width: 470px;
height:80px;
display:block;
line-height: 110%;
padding-left: 20px;
padding-right: 20px;
margin-left: -20px;
}

.banner_dyk h2
{color: #f93;
font-size: 150%;}


/*support code*/

#support .supportsection, #support .supportsection2  {
width: 200px;
margin-right: 1px;
height: 200px;
display:inline-block;
background-image: url(supportsectionbg.jpg);
background-repeat:repeat-x;
}

#support .supportsection2
{background-image:none;
margin: none;}

#support .supportsection h3, #support .supportsection2 h3 {
margin:0; padding: 0; border-bottom: 1px solid #fff;}

#support .supportsection ul, 
#support .supportsection2 ul, 
#support .supportsection ul li, 
#support .supportsection2 ul li 
{
	margin:0;
	padding:0;
	list-style: none;
	line-height: 28px;
	height: 26px;

	display: block;
	background-image: none;

}
.supportsection li a, .supportsection2 li a {
	color:#666666;
	text-decoration:none;
	list-style: none;
	width: 197px;
	padding-left: 3px;
	float: left;
background-image:url(caret.gif);
background-repeat: no-repeat;
background-position: 14em 0.5em;}
	