/***************************************************/
/*                   CSS RESET                     */
/***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***************************************************/
/*                     LAYOUT                      */
/***************************************************/
body{
	background:#F9F9F9 url(../images/bodybg.png) repeat-x top left;
	font-family: Verdana, Arial, Sans-serif;
	font-size:62.5%;
	color:#333333;
}
#container{
	width:940px;
	margin:0 auto;
	padding:20px 0;
	background:#ffffff;
}


#header{
	width:900px;
	padding:0 20px;
	/*overflow:auto;*/
}
	#header .header-image{
		float:left;
		width:580px;
		height:160px;
	}
	#header .headerbanner{
		clear:left;
		float:left;
		width:580px;
		height:15px;
		color:#ff6600;
		overflow:hidden;
		font-size:1.2em;
		font-weight:bold;
		padding-top:20px;
	}
	#header .phone{
		float:right;
		width:300px;
		font-size:2.4em;
		color: #ff9d2d;
		text-align: right;
                padding-top:15px;
	}
	#header .caption{
		clear:right;	
		float:right;
		width:300px;
		font-family: Arial, Verdana, Sans-serif;
		font-size:2.4em;
		font-weight:normal;
		color:#000000;
		text-align:right;
	}
	#header .logo{
		clear:right;
		float:right;
	}
	
	
.navigation{
	clear:both;
	float:left;
	width:940px;
	height:30px;
	margin:20px 0 0 0;
	/*overflow:auto;*/
	background:url(../images/navbg.jpg) repeat-x top left;
	text-align:center;
}
	.navigation ul{
		width:900px;
		margin:0 auto;
		/*overflow:auto;*/
		list-style-type:none;
	}
	.navigation li{
		float:left;
		position:relative;
	}
	.navigation a:link,.navigation a:visited{
		float:left;
		display:block;
		padding:0 25px;
		font-family: Verdana, Arial, Sans-serif;
		font-size:1.6em;
		color:#ffffff;
		line-height:30px;
		text-decoration:none;
		border-right:1px solid #000000;
	}
	.navigation a:hover,.navigation .active a{
		background:#333333;
                color: #ff8a2b;
	}
	.navigation .last a{
		border-right:none !important;
	}

	.navigation li ul{
		display:none;
	}
	.navigation li:hover ul,.navigation li.over ul{	
		width:290px;
		position:absolute;
		left:0;
		top:30px;
		display:block;
		background:#333333;
	}
	.navigation li li{
		position:relative;
		width:240px;
	}
	.navigation li li a:link,.navigation li li a:visited{
		width:100%;
		font-size:1.4em !important;
		text-align:left;
		border:none !important;
		line-height:25px !important;
	}
	.navigation li li a:hover{
		background:#48494B !important;
	}
	
#contents{
	clear:both;
	width:900px;
	margin:0 auto;
	padding:0 1px;
	overflow:auto;
}	
	#contents .content{
		width:100%;
		overflow:auto;
	}
	#contents .eq{
		background:url(../images/contentdeq.gif) repeat-y top center;
	}
	#contents .neq{
		background:url(../images/contentdneq.gif) repeat-y 50px 0px;
	}
	#contents .B_crumbBox{
		display:block;
		width:100%;
		height:15px;
		padding:10px 0;
		overflow:auto;
		font-size:1.2em;
	}
		.B_crumbBox span {
			color:#7A7A7A;
		}
		.B_crumbBox a:link,.B_crumbBox a:visited{
			color:#ff6600;
			text-decoration:none;
		}
		.B_crumbBox a:hover{
			text-decoration:underline;
		}
	#contents h1{
		margin:1px 0 5px 0;
		font-family: "Arial Narrow", Arial, Tahoma, Sans-serif;
		font-size:3.0em;
		font-weight:normal;
		color:#626262;
	}
	#contents p{
		margin:0px 0 20px 0;
		font-size:1.2em;
		line-height:1.7em;
	}
	.col450{
		width:430px;
	}
	.col580{
		width:640px;
	}
	.col320{
		width:205px;
	}
	.floatleft{
		float:left;
		padding:0 20px 0 0;
	}
	.floatright{
		float:right;
		padding:0 0 0 20px;
	}
	
	
#footer{
	clear:both;
	width:900px;
	margin:30px auto 0 auto;
	padding:10px 0;
	text-align:center;
	border-top:1px dashed #868686;
}
	#footer a.leftlogo{
		float:left;
	}
	#footer a.centerlogo{
		margin:0 auto;
	}
	#footer a.rightlogo{
		float:right;
	}
	#footer p{
		clear:both;
		margin:20px 0 0 0;
		font-size:1.4em;
		letter-spacing:0.02em;
	}
	#footer strong{	
		color:#ff6600;
	}
	#footer a:link,#footer a:visited{
		color:#002963;
	}
	#footer a:hover{
		text-decoration:none;
	}
	
	
	
a:link,a:visited{
	color:#48494B;
}
a:hover{
	text-decoration:none;
}

#contents h1{
	margin: 15px 0em 10px 0em;
	font-size:3.0em;
}
#contents h2{
	margin: 10px 0em 10px 0em;
	font-size:2.5em;
}
#contents h3{
	margin: 10px 0em 10px 0em;
	font-size:2.0em;
}
#contents h4{
	margin: 10px 0em 10px 0em;
	font-size:1.5em;
}
#contents ol,#contents ul{
	margin:20px 0;
	padding-left:40px;
	font-size:1.2em;
}

#contents li{
	padding-left:17px;
	line-height:1.7em;
	background:url(../images/bullet_orange.gif) no-repeat 0px 7px;
}
/*  FORM STYLES */
#contents .col320 h4{
	margin-top:0 !important;
}
#contents form{
}
#contents label{
	display:block;
	margin:10px 0;
	font-size:1.2em;
}
#contents input,#contents select,#contents textarea{
	display:block;
	margin:5px 0 0 0;
	font-size:1.2em;
}
#contents input{
	width:180px;
}
#contents textarea{
	width:180px;
}
