@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	border: none;
}

#wrapper {
	width: 799px;
	border: 4px solid #cecfce;
	margin: 20px auto 0px auto;
}

/* NAVIGATION */

#navi #navlist {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#header #navi {
	height: 195px;
	width: 252px;
	font-size: large;
	background-image: url(../images/top_navi_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	border-bottom: 7px solid #af191b;
}
#header #navi ul {
	padding: 20px 0px 0px 0px;

}
#header #navi ul li {
	color: #000;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	list-style-type: none;
	background-image: url(../images/navi_background.jpg);
	padding-left: 96px;
	padding: 5px 0px 5px 96px;
	background-repeat: no-repeat;
	background-position: left center;
}

#header #navi ul li a {
	text-decoration:none;
	color:#000;
}

/*#header #navi ul li a:link {
	color:#000;	
}

#header #navi ul li a:hover {
	color:#fff;
}

#header #navi ul li a:visited {
	color: #000;	
}*/

/*END NAVIGATION */


#header #centerImg {
	height: 195px;
	width: 547px;
	float: right;
	border-bottom: 7px solid #af191b;
}
#header #borderShadow {
	clear: both;
}

/*END HEADER */

/* -- Generic Styles ------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	line-height: 115%;
	padding: 10px 7px 15px 7px;
}

p+p {
	padding: 0px 7px 15px 7px;
	font-size: 16px;
	line-height: 120%;

}

/* END OF GENERIC STYLES */

#bodySpace {
	border-top: 7px solid #af191b;
}
#centerCol {
	clear: both;
}

#serviceCol {
	background-image: url(../images/main_bg_long_2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 400px;
	clear: both;
}

#firstCol {
	clear: both;
	background-image: url(../images/first_col_background.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#bodySpace #colLeft {
	float: left;
	background-image: url(../images/red_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 240px;
	vertical-align: top;
	height: 100%;
}
#colLeft #title {
	background-color: #f2cecf;
}
#colLeft #title h3 {
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 110%;
	padding: 5px 0px 5px 0px;
}
#colLeft #details p {
	color: #fff;
	font-size: 13px;
	text-align: right;
	line-height: 110%;
	font-family: "Century Gothic", Impact, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#colLeft #details {
	padding-bottom: 5px;
}


#colLeft #details p img {
	border: 2px solid #fff;
	float: left;
	margin: 0px 5px 0px 0px;
}


#bodySpace #colRight {
	float: right;
	background-image: url(../images/main_bg_long_1.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 559px;
	background-color: #FEE6E6;
	min-height: 100%;
	height: 475px;
}

#bodySpace #firstCol ul {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
#bodySpace #firstCol li {
	display: inline;
	color: #000;
	line-height: 115%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;

}

/* CUSTOM CLASSES */
.seo {
	position: fixed;
	left: -2000px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.last {
	padding-bottom: 13px;
}

h1.about_us {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #000;
	margin: 0px 7px 5px 7px;
	text-decoration: underline;
	line-height: 110%;
	padding: 10px 0px 0px 0px;
}
h1.service {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #000;
	margin: 0px auto 5px auto;
	text-decoration: underline;
	line-height: 110%;
	text-align: center;
	padding: 30px 0px 0px 0px;
}
h2.service {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	color: #000;
	margin: 0px auto 5px auto;
	line-height: 110%;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
h3.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	margin: 0px auto 5px auto;
	text-decoration: underline;
	line-height: 110%;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

h4.plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	margin: 0px auto 5px auto;
	text-decoration: underline;
	line-height: 110%;
	text-align: left;
	padding: 10px 0px 0px 10px;
}

p.mainPage{
	padding: 135px 5px 5px 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
}
p.servicePlan , p+p.servicePlan{
	padding: 5px 5px 5px 10px;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
}
/*END CUSTOM CLASSES */

/* ROLLOVER NAVIGATION */
body#index a#homeNav, body#contact a#contactNav, body#about a#aboutNav, body#news a#newsNav, body#services a#servicesNav {
	color: #fff;
}
/* END ROLLOVER NAVIGATION */

/* FOOTER STYLES */

#footer {
	clear: both;
}

#footer #footerNavi {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}


#footer #footerNavi ul{
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic", Impact, Arial, sans-serif;
}

#footer #footerNavi ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
}

#footerNavi ul li a{
	color: #333366;
	text-decoration: none;
}

#footerNavi ul li a:link{
	color: #333366;
}

#footerNavi ul li a:visited  {
	color: #333380;
	text-decoration: none;
}

#footerNavi ul li a:hover {
	color: #FFF;
}

#footer #copyright {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer #copyright p {
	font-size: 90%;
	text-align: center;
	line-height: 60%;
}
/* END FOOTER STYLE */

h2.service a , h2.service a:link{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
}
h2.service a:hover {
	color: #FFF;
	background-color: #000;
}
h2.service a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}

