/* CSS Document */

BODY {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 17px;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

A img {
	border: 0;
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#Navigation A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#Navigation A:hover {
	text-decoration: underline;
}

#Container {
	text-align: left;
	position: relative;
	width: 715px;
	height: 100%;
	margin: auto;
	}

#Header {
	left: 4px;
	position: relative;
	width: 715px;
	height: 205px;
	/* haxie for firefox displaying object alt content */
	overflow: hidden;
}

#Header img {
	display: block;
}

/*---------------------------------------*/
/*--------------NAVIGATION---------------*/
/*---------------------------------------*/

#Navigation {
	left: 4px;
	position: relative;
	width: 715px;
	height: 22px;
	background-image:url(../images/nav_tile.jpg);
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

#LeftShadow {
	position: absolute;
	width: 7px;
	height: 22px;
	background-image:url(../images/left_shadow.jpg);
	top: 0px;
	left: 0px;
}

#HomePage {
	position: absolute;
	width: 72px;
	top: 3px;
	left: 393px;
}

#NavDivider1 {
	position: absolute;
	width: 5px;
	top: 3px;
	left: 483px;
}

#New2 {
	position: absolute;
	width: 76px;
	top: 5px;
	left: 315px;
}

#NavDivider2 {
	position: absolute;
	width: 5px;
	top: 3px;
	left: 580px;
}

#ContactUs {
	position: absolute;
	width: 72px;
	top: 3px;
	left: 419px;
}

#NavDivider3 {
	position: absolute;
	width: 5px;
	top: 5px;
	left: 299px;
}

#Services {
	position: absolute;
	width: 58px;
	top: 3px;
	left: 506px;
}

#NavDivider4 {
	position: absolute;
	width: 5px;
	top: 5px;
	left: 399px;
}

#NavDivider5 {
	position: absolute;
	width: 5px;
	top: 5px;
	left: 527px;
}

#ContactUs {
	position: absolute;
	width: 87px;
	top: 3px;
	left: 605px;
}

#NavDivider6 {
	position: absolute;
	width: 5px;
	top: 5px;
	left: 611px;
}

#RightShadow {
	position: absolute;
	width: 7px;
	height: 22px;
	background-image:url(../images/right_shadow.jpg);
	top: 0px;
	right: 0px;
	left: 709px;
}

/*---------------------------------------*/
/*----------------CONTENT----------------*/
/*---------------------------------------*/

#ContentContainer {
	left: 4px;
	position: relative;
	background-image:url(../images/content_tile.jpg);
	background-repeat:repeat-y;
	width: 715px;
	height: auto;
}

#LeftSide {
	position: relative;
	top: 20px;
	left: 27px;
	width: 216px;
	height: 375px;
	float: left;
}

#LeftPic {
	position: relative;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 254px;
	/*background-image: url(../images/pic_test.jpg);*/
	float: left;
}

#GetInTouch {
	position: relative;
	left: 0px;
	top: 20px;
	width: 216px;
	height: 70px;
	background-image: url(../images/get_in_touch.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 40px 0px;
	clear: left;
}

#Content {
	position: relative;
	left: 55px;
	top: 25px;
	width: 400px;
	height: auto;
	float: left;
	padding: 0px 0px 40px 0px;
}

#ContentFooter {
	position: relative;
	width: 715px;
	height: 18px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/*---------------------------------------*/
/*----------------FOOTER-----------------*/
/*---------------------------------------*/

#Footer {
	position: relative;
	width: 715px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
	/*clear: both;*/
}

#Footer A {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Footer A:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Copyright {
	position: relative;
	color: #666666;
	top: 10px;
	left: 500px;
	width: 180px;
	padding: 0px 0px 20px 0px
	clear:left;
}
