
@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table, tr, td {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;
	padding: 2px 3px 2px 3px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	font-weight: bold;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	padding: 0px 0px 0px 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #333333;
	text-transform: capitalize;
}

html {
	height: 100%;
	background-color: #f3f9ff;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-left-width: thick;
	font-style: normal;
}
body {
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#Table_01 tr td form div label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table, tr, td {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;
	padding: 2px 3px 2px 3px;
}



.left {
	text-align: left;
}

.right {
	text-align: right;
	font-weight: bold;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	padding: 0px 0px 0px 00px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #333333;
	text-transform: capitalize;
}

html {
	height: 100%;
	background color:"#daeeff";
	background-image: url("images/background.jpg");
	background-position: 0px 0px;
}


/*----------------------------- Divs -----------------------------*/
.clear_both {
	clear: both;
}


.page_container {
	width: 838px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	border: 0px;
}
.swirlleft {
	width: 884px;
	height: 176px;
	background-image:url("images/swirlleft.png");
	position: absolute;
	top: -30px;
	left: -400px;
	z-index: 0;
}

.swirlright {
	width: 330px;
	height: 176px;
	background-image:url("images/swirlright.png");
	position: absolute;
	top: -30px;
	right: -100px;
	z-index: 0;
}

.swirl {
	width: 358px;
	height: 193px;
	background-image:url("images/swirl.png");
	position: absolute;
	top: 317px;
	right: 18px;
	z-index: 2;
}


/*----------------------------- Sheet --------------------------------*/

.page_container {
	width: 838px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	top: 30px;
	border: 0px;
	z-index: 1;
}
.top {
	width: 904px;
	height: 32px;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
	float: left;
}
.wrapper {
	width: 904px;
	background-image: url("images/sheet.png");
	background-repeat: repeat-y;
	float: left;
	height: auto;
}

.box {
	width: 904px;	
	float: left;
	height: 100px;
}
.bottom {
	width: 904px;
	height: 32px;
	background-image: url("images/bottom.png");
	background-repeat: no-repeat;
	float: left;
}




/*----------------------------- Main Nav -----------------------------*/
.menu {
	position: relative;
	top: 15px;
	left: 73px;
	width: 139px;
	height: 166px;
	position: relative;
	float: left;
}

.topmenu {
	width: 139px;
	height: 11px;
	background-image: url("images/topmenu.png");
}

.menuitem {
	width: 139px;
	height: 24px;
	background-image: url("images/menuitem.png");
}

.menuitem:hover {
	width: 139px;
	height: 24px;
	background-image: url("images/menuhover.png");
}

.bottommenu {
	width: 139px;
	height: 11px;
	background-image: url("images/bottommenu.png");
}

#navbar li {
   list-style: none;
   float: left; 
}
#navbar li a {
   display: block;
   padding: 3px 10px 3px 10px;
   text-decoration: none; 
   font-size: 14px; 
   font-family: Arial, Helvetica, sans-serif;
   text-align: right;
   color: #000;
   font-weight: bold;
}
#navbar li a:hover {
	
}
#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   background-color: #1a1a1a;
}
#navbar li ul a {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 10px;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   color: #ffffff;
   position: absolute;
   top: 83px;
   left: 139px;
   margin: 0;
   padding: 0; 
   z-index: 125;
   width: 139px;
}
#navbar li:hover li, #navbar li.hover li {
   float: none; 
}
#navbar li:hover li a, #navbar li.hover li a {
   color: #ffffff;
}
#navbar li li a:hover {
	
}


 * html .menu li a {  /* make hover effect work in IE */
	width: 139px;
}





/*----------------------------- Header -----------------------------*/
.header {
	width: 581px;
	height: 287px;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 87px;
	float: left;
}

.phone {
	width: 200px;
	height: 50px;
	position: absolute;
	top: 240px;
	left: 55px;
	float: left;
}

.phone p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #515151;
}

.phone h1{
	color: #0158b6;
	font-weight: bold;
	font-size:18px;
}

/*----------------------------- Subheader -----------------------------*/
.subheader {
	width: 782px;
	height: 40px;
	background-image: url("images/subheader.png");
	position: relative;
	top: 30px;
	left: 28px;
	float: left;
}

.subheader h1{
	color: #fff;
	font-size: 25px;
	padding: 3px 0 0 10px;
}

/*----------------------------- Content -----------------------------*/

.column_one {
	width: 200px;
	position: relative;
	top: 75px;
	left: 50px;
	padding: 0px;
	float: left;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-left-width: thick;
	font-style: normal;
}

.column_one p {
	text-align: right;
	padding: 8px 0 8px 0;
}

.column_one strong {
	font-weight: bold;
}

.column_one a {
	color: #1b7cce;
	text-decoration: none;
}

.column_one a:hover {
	text-decoration: underline;
}

.column_one h4 {
	color: #515151;
	font-size: 10px;
	margin: -5px 0 5px 0;
	text-align: center;
}

.column_two {
	width: 500px;
	position: relative;
	top: 50px;
	left: 90px;
	padding: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-left-width: thick;
	font-style: normal;
}

.column_two p {
	font-size: 12px;
	padding: 8px 0 8px 0;
}

.column_two strong {
	font-weight: bold;
}

.column_two a {
	color: #1b7cce;
	text-decoration: none;
}

.column_two a:hover {
	text-decoration: underline;
}

.column_two h1 {
	font-size: 15px;
	font-weight: bold;
}

.column_two h2 {
	font-size: 14px;
	font-weight: bold;
}

.column_two h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
}

.column_two h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.column_two ul{
	list-style-type: circle;
	padding: 10px 0 10px 0px;
	margin: 0 0 0 0px;
}
.column_two li{
	list-style-type: circle;
	padding: 0 0 0 0px;
	margin: 0 0 0 40px;
}

/*----------------------------- Footer -----------------------------*/

.footer {
	height: 50px;
	width: 779px;
	position: relative;
	top: 0px;
	left: 30px;
	float: left;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-left-width: thick;
	font-style: normal;
	line-height: 25px;
}

hr {
	color: #717171; 
	height: 1px;
}

.footer a {
	color: #717171;
	text-decoration: none;
	padding: 0 25px 0 25px;
}

.footer a:hover {
	text-decoration: underline;
}

.footer h6 {
	font-size: 10px;
}

.footer h6 a {
	color: #717171;
	text-decoration: none;
	padding: 0 0 0 0;
}

.footer h6 a:hover {
	text-decoration: underline;
}
