/* CSS Document */

/* Main Styles */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

p, form, td {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

ul, ol {
	margin: 0px 0px 0px 10px;
	font-family: Tahoma;
	font-size: 11px;
}

ul li {
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

.service {
	list-style-type: none;
}	

h1 {
	margin: 0px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 18px;
	color: #000000;
	letter-spacing: -1px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 18px;
	color: #FF0000;
		letter-spacing: -1px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 18px;
	color: #FF0000;
		letter-spacing: -1px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 18px;
	color: #FF0000;
		letter-spacing: -1px;
}

h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
		letter-spacing: 1px;
}
h7 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

strong {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* Main Page Styles and Wraps */

.container {
  	margin: 0 auto;
  	width: 748px;
	height: auto;
  	text-align: left;
	background-color: #FFFFFF;
}

.flashtop {
	width: 748px;
	height: 290px;
	display: block;
}

#homeleft {
	float: left;
	display: inline;
	width: 431px;
	margin-top: 20px;
	margin-left: 18px;
	height: 550px;
}

#otherleft {
	float: left;
	display: inline;
	width: 431px;
	margin-top: 20px;
	margin-left: 18px;
}

.homeleftin {
	margin-right: 16px;
}

#homeright {
	margin-top: 0px;
	float: right;
	width: 280px;
	margin-right: 14px;
	display: inline;
	height: 550px;
	border: 1px solid #d9d9d9;
	}

#otherright {
	margin-top: 0px;
	float: right;
	width: 277px;
	margin-right: 14px;
	display: inline;
	border: 1px solid #d9d9d9;
	}
	
	
.homerightin {
	margin-top: 21px;
	margin-left: 25px;
	margin-right: 25px;
	}

#bottom {
	margin-top: 0px;
	margin-left: 18px;
	margin-right: 18px;
	width: 712px;
	text-align: center;
	display: block;
	clear: both;
}

#mainwrap {
	clear: both;
	margin-left: 18px;
	margin-right: 18px;
}
.mainwrapin {
	margin-top: 10px;
	margin-left: 28px;
	margin-right: 28px;
}


/* Other One-Off Styles */

.pushover {
	margin-left: 50px;
}

.pushover2 {
	margin-left: 38px;
}


/* Links Styles */

a { text-decoration: none; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #000000; text-decoration: underline; }


a.main { padding-left: 2px; padding-right: 2px; padding-bottom: 2px; padding-top: 0px; font-weight: bold; text-decoration: none; }

a.main:link { color: #0355C7; }
a.main:visited { color: #0355C7; }
a.main:active { color: #0355C7; }
a.main:hover { color: #ffffff; background-color: #0355C7; text-decoration: none; }

a.main2 { padding-right: 2px; padding-bottom: 2px; padding-top: 0px; font-weight: bold; text-decoration: none; }

a.main2:link { color: #0355C7; }
a.main2:visited { color: #0355C7; }
a.main2:active { color: #0355C7; }
a.main2:hover { color: #ffffff; background-color: #0355C7; text-decoration: none; }

a.image { }

a.image:link { color: #0355C7; }
a.image:visited { color: #0355C7; }
a.image:active { color: #0355C7; }
a.image:hover { color: #ffffff; background-color: #0355C7; text-decoration: none; }