/*Begin CSS*/
body {
	margin: 20px;
	background-image: url(../images/bg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Start active menu highlighting*/
body#p1 a#n1, body#p2 a#n2, body#p3 a#n3 {
	color: #c81016;
}

body#p4 a#n4, body#p5 a#n5, body#p6 a#n6, body#p7 a#n7, body#p8 a#n8, body#p9 a#n9 {
	color: #fff;
}

a#n1, a#n2 {
	margin-right: 5px;
	border-right: 1px solid #ccc;
}

/*End active menu highlighting*/
#wrap {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

#header {
	background-color: #fff;
	height: 100px;
}

#content, #content-a {
	background-color: #fff;
	margin: 5px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	  min-height:370px;
  height:auto !important;
  height:370px;*/

}

#content-a {
	background: url(../images/sidenavbg.gif) bottom left no-repeat;
}

.text {
	padding-top: 15px;
}

.inner {
	padding-left: 15px;
}

#content .text {
	padding-top: 15px;

}

#footer {
	width: 950px;
	height: 18px;
	background-color: #a0b0e7;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	color: #5166AF;
}

h2 {
	font-size: 1.4em;
	color: #5166AF;
}

#topnavcontainer {
	background-color: #fff;
}

#topnavcontainer ul {
	padding: 0;
	margin: 0;
	color: #999;
	float: left;
	width: 100%;
}

#topnavcontainer ul li {
	display: inline;
}

#topnavcontainer ul li a {
	padding: 0px;
	color: #666;
	text-decoration: none;
	float: left;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
}

#topnavcontainer ul li a:hover {
	color: #000;
	text-decoration: none;
}

/***************/
#navcontainer {
	width: 950px;
	background-color: #a0b0e7;
	border-top: 3px solid #C81016;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 8px 29px;
	color: #000;
	background-color: #A0B0E7;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #7C93E1;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #C81016;
}

/***************/
#sidenavcontainer {
	width: 190px;
	height: 370px;
	/*background-color: #F4F7FD;*/
}

#sidenavlist{
	margin-left: 0;
	margin-top: 8px;
	width: 190px;
}

#sidenavlist li {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
	font-size: 11px;
	text-indent: 30px;
	background: url(../images/bullet.gif) 16px 10px no-repeat;
}

#sidenavlist li a {
	text-decoration: none;
	color: #183394;
}

#sidenavlist li a:hover {
	text-decoration: none;
	color: #c81016;
}

/*Thumbnail Panels*/
#thumbPane {
	position: relative;
	border: 1px solid #fff;
	background: #fff;
	float: left;
}

#thumbPane ul {
	list-style: none;
	padding: 4px 0px;
	margin: 0;
	float: left;
}

#thumbPane ul li {
	display: inline;
	width: 50px;
	height: 60px;
	float: left;
	margin: 0px 4px 4px 0px;
	border: 1px solid #ccc;
	cursor: pointer;
}

#thumbPane ul li img {
	display: block;
	width: 50px;
	height: 60px;
	border: 0;
}

#imagePane {
	float: left;
}

.imagePane img, #imagePane img {
	border: 1px solid #fff;
	padding: 4px;
}

legend {
	margin-bottom: 10px;
	color: #c81016;
}

label {
	color: #5166af;
}

input {
	border: 1px solid #ccc;
}

#telnumber {
	color: #000;
	font-size: 20px;
	margin-top: 54px;
}

#offer {
padding-bottom:5px;}