/* Site and Template By AIT.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
form {margin:0;}			
a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.link2 {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.link2:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.link2:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.link2:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.link3 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.link3:visited {
	color: #000000;
	text-decoration: none;
}

.link3:hover {
	color: #000000;
	text-decoration: underline;
}

.link3:active {
	color: #000000;
	text-decoration: none;
}
.link4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.link4:visited {
	color: #000000;
	text-decoration: none;
}

.link4:hover {
	color: #000000;
	text-decoration: underline;
}

.link4:active {
	color: #000000;
	text-decoration: none;
}
.link5 {
	font-size: 12px;
	color: #00108E;
	font-weight: normal;
	text-decoration: none;
}

.link5:visited {
	color: #00108E;
	text-decoration: none;
}

.link5:hover {
	color: #0013AA;
	text-decoration: underline;
}

.link5:active {
	color: #00108E;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.content_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.content_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.content_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.content_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.content_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.smalllink {
	font-size: 10px;
	color: #00108E;
	font-weight: normal;
	text-decoration: none;
}

.smalllink:visited {
	color: #00108E;
	text-decoration: none;
}

.smalllink:hover {
	color: #0013AA;
	text-decoration: underline;
}

.smalllink:active {
	color: #00108E;
	text-decoration: none;
}
td.copy {
	color: #ffffff;
}

strong {
	font-weight: bold;
}

input.submit {width:100px;border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#000000;}

/* @group Schedule Form */

.schedule-now-button {
	overflow: hidden;
	margin-top: 20px;
}
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 11px Arial, Helvetica, sans-serif}

	#jsddm li a
	{	display: block;
		background: #1d1d67; /*main menu background*/
		padding: 5px 12px;
		text-decoration: none;
		font-weight: bold;
		/*border-right: 1px solid white;*/
		border-right: none;
		width: auto;
		color: #FFFFFF;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #5656c0} /*main menu hover background*/
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden
			/*border-top: 1px solid white*/}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #1d1d67; /*sub menu background*/
				color: #ffffff}
			
			#jsddm li ul li a:hover
			{	background: #5656c0} /*sub menu hover background*/