/* ----------GLOBALS----------- */

body {
	background-color: #ffffff; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	scroll:auto;
}
div,td,p,span,select,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #ff6600;
}
a:hover {
	color: #000000;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
/* ----------GLOBALS END----------- */

/* ----------GENERAL ELEMENTS----------- */
.container {
	margin: auto;
	width: 760px;
	text-align: left;
}

.maintitle{
	font-size:14px;
	color:#ff6600;
	display:block;
	border: solid #cccccc;
	border-width: 0px 0px 1px 0px;
	margin-top:24px;
	margin-bottom:0px;
	padding-left:160px;
	padding-bottom:3px;
}

.disclaimer {
	font-size:10px;
	margin-top:8px;
	padding-top:5px;
	margin-left: 5px;
	width: 139px;
	border: solid #cccccc;
	border-width: 1px 0px 0px 0px;
}

div.break {
	line-height:1px;
	font-size:1px;
	clear:both;
	height:0px;
}
.morelink{
	margin-left:0px;
	font-weight: bold;
}
.content {
	margin: auto;
	padding-top: 2px;
}
.left {
	float:left;
	width:150px;
}
.left div.navigation{
	float:none;
}
.boxborder {
	width: 149px;
	border: 1px solid #9DA4C7;
}
.toolbox {
	margin: 2px;
	background-color: #E4E6F3;
	width: 145px;
	text-align: center;
	vertical-align:top;
}
h3 {
	font-size:11px;
	margin:0px;
}
.toolbox h1{
	background-color: #9DA4C7;
	display: block;
	margin: 0px;
	width: 100%;
	font-size:11px;
	color:#0f2a75;
	text-indent: 5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
}
.toolbox select{
	width:126px;
	margin-top:8px;
}
.toolbox input{
	width:126px;
	margin-top:8px;
	margin-bottom:12px;
}
.toolbox a.navdefault {
	background-image: url(/img/icons/bullet-search.gif);
	background-repeat: no-repeat;
	padding-left:19px;
	
}
.toolbox a{
	text-align:left;
	display:block;
	color:#ff6600;
	text-decoration:none;
}
.toolbox a.navdefault:hover{
	color:#ffffff;
	background-color:#9DA4C7;
}
.toolbox a.navdefault:active {
	background-color: #ff6600;
	background-image: url(/img/icons/bullet-search-active.gif);
	color:#ffffff;
}
/* ----------CENTER----------- */
.center {
	margin-left:11px;
	margin-right:11px;
	padding-top:5px;
	float: left;
	width: 436px;
	line-height: 17px;
}
	/* ----------CENTER COL ELEMENTS----------- */
	.cont-box {
		margin: 15px 0px 0px 0px;
		background-color: #F6F7FA;
		border: solid #cccccc;
		border-width: 0px 0px 1px 0px;
		padding-bottom:5px;
	}
	.cont-box h1{
		font-size:11px;
		background-color: #ffffff;
		display: block;
		margin: 0px;
		color: #ff6600;
		font-weight:bold;
		border: solid #cccccc;
		border-width: 0px 0px 1px 0px;
		text-indent: 5px;
		padding-top:4px;
		padding-bottom:4px;
	}
	.cont-box div.left{
		margin:5px;
		width:46%;
		float: left;
	}
	.cont-box div.right{
		margin:5px;
		width:46%;
		float: right;
	}
	.cont-box div.single{
		margin:5px;
	}
	.cont-box div h2{
		font-size:11px;
		font-weight: bold;
		margin:0px;
		text-decoration:none;
	}

	.cont-box img{
		float:left;
		margin-top:3px;
		margin-bottom:4px;
		margin-right:6px;
	}

	.cont-box div.navext {
float: right; margin: -22px 2px 0px 0px;
		}


	.cont-box a.navdefault {
		background-image: url(/img/icons/bullet.gif);
		background-repeat: no-repeat;
		padding-left:19px;
		text-align:left;
		display:block;
		color:#0f2a75;
		text-decoration:none;
		line-height:13px;
		margin-top:5px;
		}
	.cont-box a.navdefault:hover{
		color:#ffffff;
		background-color:#0f2a75;
	}
	.cont-box a.navdefault:active {
		background-color: #ff6600;
		background-image: url(/img/icons/bullet-active.gif);
		color:#ffffff;
	}
	.cont-box div.navdefault {
		padding-left:19px;
		text-align:left;
		line-height:13px;
		background-image:none;
	}
	/* ----------CENTER COL ELEMENTS----------- */
/* ----------CENTER----------- */

/* ----------RIGHT----------- */
.right {
	float:right;
}
	/* ----------RIGHT COL ELEMENTS----------- */
	
		/* ----------DOCUMENTS BOX----------- */
		.documents {
			margin-top: 19px;
			width: 151px;
		}
		.documents div{
			background-color:#DDE0F0;
			border: solid #9DA4C7;
			border-width: 1px;
			margin-top:5px;
			padding:3px;
		}
		.documents h1{
			margin: 0px;
			font-size:11px;
			background-color: #ffffff;
			display: block;
			width: 100%;
			color: #ff6600;
			font-weight:bold;
			border: solid #cccccc;
			border-width: 0px 0px 1px 0px;
			text-indent: 5px;
			padding-bottom:4px;
		}
		.pdf {
			padding-top:2px;
			padding-bottom:2px;
			text-decoration:none;
			color:#666666;
			padding-left:20px;
			display:block;
			background-image: url(/img/icons/acrobat.gif);
			background-repeat: no-repeat;
		}
		.pdf:hover {
			background-color:9DA4C7;
			color:#ffffff;
		}
		.doc, .rtf {
			padding-top:2px;
			padding-bottom:2px;
			text-decoration:none;
			color:#666666;
			padding-left:20px;
			display:block;
			background-image: url(/img/icons/word.gif);
			background-repeat: no-repeat;
		}
		.doc:hover, .rtf:hover {
			background-color:9DA4C7;
			color:#ffffff;
		}
		/* ----------DOCUMENTS BOX END----------- */
	
	/* ----------RIGHT COL ELEMENTS END----------- */

/* ----------RIGHT----------- */



/* ----------GENERAL ELEMENTS END----------- */



/* ----------HP ELEMENTS----------- */
.homeintro {
	background-color:#9DA4C7;
	/*border: 1px solid #9DA4C7;*/
	height:182px; 
	width:760px
	}
.homeintrobox{
	background-color:#ffffff;
	/*border: 1px solid #9DA4C7;*/
	margin:1px;
	position:absolute;
	height:180px;
	width:758px;
	}

	/* ----------TOOLBOX VERSION FOR HOMEPAGE----------- */
	.hometoolbox {
		position: absolute;
		margin: auto;
		background-color: #E4E6F3;
		width: 145px;
		height: 176px;
		text-align: center;
		vertical-align:top;
	}
	.hometoolbox h1{
		background-color: #9DA4C7;
		display: block;
		margin: 0px;
		width: 100%;
		font-size:11px;
		color:#0f2a75;
		text-indent: 5px;
		padding-top:3px;
		padding-bottom:3px;
		text-align: left;
	}
	.hometoolbox select{
		width:126px;
		margin-top:8px;
	}
	.hometoolbox input{
		width:126px;
		margin-top:8px;
		margin-bottom:12px;
	}
	.hometoolbox a.navdefault {
		background-image: url(/img/icons/bullet-search.gif);
		background-repeat: no-repeat;
		padding-left:19px;
		
	}
	.hometoolbox a{
		text-align:left;
		display:block;
		color:#ff6600;
		text-decoration:none;
	}
	.hometoolbox a.navdefault:hover{
		color:#ffffff;
		background-color:#9DA4C7;
	}
	.hometoolbox a.navdefault:active {
		background-color: #ff6600;
		background-image: url(/img/icons/bullet-search-active.gif);
		color:#ffffff;
	}
	/* ----------TOOLBOX VERSION FOR HOMEPAGE----------- */
	
	
.hometitle {
	position: absolute;
	left:149px;
	top:2px;	
	width: 460px;
}

.tile img{ 
	margin-left:7px; 
	margin-right:7px; 
	float:none; 
	margin-bottom:1px; 
	border: 1px solid #cccccc;
} 
.tile { 
	float:left; 
	width:59px; 
	text-align:center; 
	font-family: Arial; 
	font-size: 10px; 
	line-height:12px;
} 

/* ----------HP ELEMENTS END----------- */

/* ----------MAIN NAVIGATION----------- */
.header {
	margin-bottom:2px;
	text-align:left;
	height:66px;
}
/* ----------MAIN NAVIGATION END----------- */


/* ----------SUB NAVIGATION----------- */
.navigation {
	margin-top: 15px;
	width: 148px;
	/*float: left;*/
}
.navigation span{
	color:#ff6600;
	display:block;
}
.navigation a{
	display:block;
	color:#666666;
	text-decoration:none;
}
.navigation a:hover{
	color:#0F2A75;
	background-color:#E4E6F3;
}
.navigation a:active {
	background-color: #ff6600;
	background-repeat: no-repeat;
	color:#ffffff;
}
.navdefault {
	margin-top:1px;
	padding-left:17px;
	padding-right:5px;
	background-image: url(/img/icons/bullet.gif);
	background-repeat: no-repeat;
}
.navdefault:active {
	background-image: url(/img/icons/bullet-active.gif);
}
.navlev1 {
	margin-top:1px;
	padding-left:17px;
	padding-right:5px;
	background-repeat: no-repeat;

}
a.navlev1 {
	background-image: url(/img/icons/bullet-lev1.gif);
}

span.navlev1 {
	background-image: url(/img/icons/bullet-lev1-active.gif);
}
.navlev2 {
	margin-top:1px;
	margin-left:17px;
	padding-left:17px;
	padding-right:5px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/bullet-lev1.gif);
}

.navigation h3 {
	color:#ff6600;
}

.navigation h3 a{
	color:#ff6600;
}
.navlev1active {
	margin-top:1px;
	padding-left:17px;
	padding-right:5px;
	background-repeat: no-repeat;

}
a.navlev1active {
	background-image: url(/img/icons/bullet-lev1-active.gif);
}


/* ----------SUB NAVIGATION ENvertical-align:bottom;D----------- */

.nv {POSITION: absolute; visibility: hidden}


/* ----------FORMS----------- */ 

form div.cont-box h1{ 	margin-bottom:6px;	 } 
/*.cont-box input,textarea,select { 	border: 1px solid #666666; 	color:#666666; }*/
 
.formleft {	padding: 0px 0 0px 6px;	float:left;	width:36%;	vertical-align:middle; 	height:2.3em; 	line-height:12px; 	/*padding-left: 6px; 	padding-right: 6px;*/ } .formright { 	height:2.3em; 	float:right; 	width:60%; 	vertical-align:middle; }  .formright-high { 	height:205px; 	float:right; 	width:60%; 	vertical-align:middle; } 
.formright /*select,input{ 	border: 1px solid #666666; } */ 
.formright-high textarea{ 	height:200px; } 
#required { font-weight:bold; color:#0f2a75; } 

.request {		width:249px;}

.dealerhead {
	font-weight: bold;
	padding: 2 0 2 30px;
}
.dealerhead2 {
	font-weight: bold;
	padding: 2 0 2 30px;
	background-image: url(/img/icons/dealer_tp.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}
.dealerhead3 {
	font-weight: bold;
	padding: 2 0 2 30px;
	background-image: url(/img/icons/dealer_tpc.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}
.dealer {
	padding: 0 0 0 30px;
	border: solid #cccccc;
	border-width: 0px 0px 1px 0px;
}
