@charset "utf-8";
/* CSS Document */

/** BASIC */





body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color:#999;
	
	
	
	
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#013E7F;
}

ol, ul {
	line-height: 120%;
}

p {
	line-height: 100%;
}


a {
	
	color:#013E84;
	
}

a:hover {
	text-decoration: none;
	color:#727E84
}


/** WRAPPER */
.wrapper {
	padding: 0px;
	width: 800px;
	position: relative;
	height: auto;
	margin:auto;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#FFF;

	
	
	
	
}

/** HEADER */
/** background:url(images/logo-glow.gif) no-repeat top left ;*/
#header {
	
	width: 790px;
	height: 110px;
	margin-left:10px;
	margin-top:10px;
	border-bottom:thin #000;
	
	
	
}
/** Banner */
#banner {
	
	width: 800px;
	height: 210px;
	background:url(images/Banner.jpg) no-repeat  ;
	
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 1em 0em 0em 0em;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #013E7F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #727E84;
	
}


/** CONTENT */

#content {
	width: 760px;
	min-height: 400px;

	margin: 0em 0em 0em 0em;
	padding: 10px 10px 10px 30px;
	background:url(images/side.jpg) no-repeat top left ;
	
	
}

#content p {
	padding: 1em 1em 1em 1em;
}

#content h2 {
}

#left {
	float: left;
	width: 155px;
	padding-right: 5px;
}

#right {
	float: left;
	width: 630px;
	padding-left: 5px;
	border-left: 1px dashed #CCCCCC;
}


#righthome {
	float: left;
	width: 800px;
	padding-left: 5px;
	
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	font-size: small;
	color: #666666;
	padding-left: 5px;
	
}

.floatright { 
	float: right;
	margin: 5px 0 10px 10px;
	display: inline-block;
 }
 
 .floatleft { 
	float: left;
	margin: 0 0 10px 10px;
	display: inline-block;
 }
 
 
 

/** LISTS */
#Lists {
	width: 400px;
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 3px dotted #CCCCCC;
	
}

#Lists li {
	
	padding-left: 2em;
	text-indent: -1.25em;
	
	
}


/** MENU */

.jquerycssmenu{
font: bold 12px Verdana;
height: 40px;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
border-top:1px solid #666;
border-bottom:1px solid #666;


background: url('images/back.jpg');
}

.jquerycssmenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: Left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 10px 3px 1px 3px;

margin-right: 3px; /*spacing between tabs*/


color:#013E7F;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding-top: 10px

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 13px Verdana;
width: 160px; /*width of sub menus*/
background: #666; /*Background submenu Background color*/
color: white;
padding: 4px 5px;
margin: 0;
border-top-width: 0;



}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

background:#999; /*SubMenu Hover Color*/
color: #013E7F;
font-weight:bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.PhoneNumber {
	font: italic bold 25px Verdana;
	float:right;
	color:#013E7F;
	margin-top:15px;
	#013E7F
}
