@charset "utf-8";
/* CSS Document */

body {
	background-color:#E4E4E4;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
}

h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff9b0e;
	
}

h2 {
	font-size:18px;
	font-weight:normal;
}

img {
	border:none;
}

a {
	color:#0910AC;	
}

a:hover {
	color:#666;
}

#container {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	background-color:#FFF;
}

#banner-top {
	position:absolute;
	left:0px;
	top:0px;
	width:930px;
	height:110px;
	background-color:#FFF;
	background-image:url(../images/banner-top-background.jpg);
	background-repeat:repeat-x;
}

#banner-top-left-corner {
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:25px;
	background-image:url(../images/left-corner.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#banner-top-right-corner {
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
	height:25px;
	background-image:url(../images/right-corner.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#banner-top-logo {
	position:absolute;
	left:30px;
	top:36px;
	width:450px;
	height:40px;
	background-color:transparent;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;	
	color:#ff9b0e;
}

#banner-top-logo a {
	text-decoration:none;
	color:#ff9b0e;
}

#banner-top-datetime {
	position:absolute;
	left:365px;
	top:0px;
	height:12px;
	width:200px;
	color:#CCC;
	font-size:10px;
	text-align:center;
}

#banner-top-telephone {
	position:absolute;
	top:38px;
	right:25px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:right;
	font-weight:normal;
}

#banner-top-email {
	position:absolute;
	top:60px;
	right:25px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:right;
	font-weight:normal;
}

#banner-top-email a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#banner-top-email a:hover {
	color:#ff9b0e;
}

#banner-top-navigation {
	position:absolute;
	top:4px;
	right:25px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-align:right;
}

#banner-top-navigation a {
	color:#FFF;
	padding:0 4px 0 4px;
}

#banner-top-navigation a:hover {
	color:#ff9b0e;
	
}
	

#navigation-bar {
	position:absolute;
	left:0px;
	top:110px;
	width:930px;
	height:30px;
	line-height:22px;
	background-image:url(../images/navigation-background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#999;
}

#navigation-bar a {
	color:#FFF;
	font-size:13px;
	padding:0 6px 0 6px;
	text-decoration:none;
	
}

#navigation-bar a:hover {
	color:#ff9b0e;
}

#home-banner {
	position:absolute;
	left:0px;
	top:140px;
	width:930px;
	height:170px;
	background-color:#ff9b0e;
}

#image-container {
	position:absolute;
	left:3px;
	top:23px;
	width:925px;
	height:123px;
	background-color:#ff9b0e;
}

#content-home-wrapper {
	position:absolute;
	left:0px;
	top:310px;
	background-color:#FFF;
	padding:10px 0 0 0;
}

#content-wrapper {
	position:absolute;
	left:0px;
	top:140px;
	background-color:#FFF;
	padding:10px 0 0 0;
}

#content {
	padding:0 30px 0 30px;	
	width:870px;
	background-color:#FFF;
}

#sidebar {
	float:right;
	width:280px;
	margin-left:30px;
	font-size:10px;
	color:#666;
}

#sidebar p {
	text-align:center;
}

#sidebar img {
	border-color:#ff9b0e;
	border-style:solid;
	border-width:3px;
}

#tail {
	clear:both;
	margin:10px 0 0 0px;
	width:930px;
	height:200px;
	background-image:url(../images/tail-background.jpg);
	background-repeat:repeat-x;
}
#tail a {
	color:#FFF;
}

#navigation {
	width:260px;
	z-index:1;
	margin:0;
	padding:0;
}

#navigation ul{
	margin:0;
	padding:0;
}
	
#navigation ul li {
	list-style-type:none;
	display: block;
	width:230px;
	padding:10px 0px 10px 20px;
	margin:0;
	font-family: Arial;	
	color:#333;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	list-style:none;	
}

#navigation ul li a{
	color:#ff9b0e;
	font-size:12px;
	text-decoration:none;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#navigation ul li ul li {
	list-style-type:none;
	display: block;
	width:210px;
	padding:10px 0px 10px 20px;
	margin:0;
	font-family: Arial;
	color:#333;
	border-top-color:#CCC;
	border-top-style:solid;
	border-top-width:1px;
	list-style:none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.tail-boxes {
	float:left;
	width:273px;
	height:204px;
	color:#FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.tail-boxes h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#ff9b0e;
	font-weight:normal;
}
	

.image-float {
	float:left;
	width:185px;
	height:123px;
}

.black {
	color:#000;
}

.image-left {
	float:left;
	margin-right:10px;
}
	
	

