

p {
	line-height: 180%;
	font-family: Tahoma, sans-serif;
	font-size:11px;
	color:#4f4f4f;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-family: Times, sans-serif;
	color: #001548;
	font-style: normal;
	margin:0px;
	padding:5px 0px;
}

h2 {
	font-family: Times, sans-serif;
	font-size: 16px;
	color:#001548;
	font-weight:bold;
}

h2 a {
text-decoration:none;
}

h2 a:hover {
text-decoration:underline;
}

h3 {
	font-family: Times, sans-serif;
	font-size: 14px;
	color:#001548;
	font-style: normal;
	margin-top:17px;
}


/*-----------------------------------------------------------------*/


ul {
	color : #666;
	font-family: Tahoma, sans-serif;
	font-size:11px;
	line-height:180%;
}


#nav a {
text-decoration:none;
padding:0px;
margin:0px;
}

#nav ul {
margin:0px;
text-indent:0px;
padding:0px; 
}


#nav ul li {
display:inline;
text-indent:0px;
margin:0px;
padding-left:0px;
padding-right:20px;
float:left;
}

/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 620px;
	text-align: left;
	float:left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #1c4577;
}

a:hover {
	text-decoration: none;
}


/*-----------------------------------------------------------------*/

.search {
padding:10px;
border: 1px dashed #999999;
width:400px;
}

.invoice {
padding:10px;
border: 1px dashed #999999;
width:540px;
}


/*-----------------------------------------------------------------*/
img.apply_border {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}


img.apply_border:hover {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #1c4577;
}


.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
/*------------------------------Contact Form-----------------------------------*/

form.contactform {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, sans-serif; 
	font-weight: normal;
	
}

fieldset.contactform {
	border: 1px dashed #666666;
}

legend.contactform  {
	background-color: #ffffff;
	font-family: Times, sans-serif;
	font-size: 14px;
	color:#001548;
	font-style: normal;
	font-weight:bold;
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: Tahoma, sans-serif; 
	font-size : 100%;
	color: #070a32;
	text-decoration: none;
	border: 1px solid #666;
	padding: 2px 2px 2px 2px;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
}
