body
{
	background: url(assets/bg.gif) repeat-x #fff;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1, h2 {
	color: #000;
	font-size: 14px;
	}
h3 {font-size: 12px;}

h5
{
	color: #626262;
	font-size: 11px;
	text-align: left;
}

p {margin: 0 0 6px 0;}

a:link
{
	color: #a30303;
	text-decoration: underline;
}

a:visited { color: #595959; }
a:hover { color: #595959; }
a:active { color: #a30303; }
img { border: 0; }

#wrapper
{
	width: 760px;
	margin: 0 auto;
}

/* top */
#logo
{
	margin: 0 auto;
	height: 85px;
}

/* nav */
#nav
{
	margin: 0;
	height: 52px;
}

#nav ul, #nav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
}

#nav ul { height: 52px; padding-top: 15px; }

#nav li
{
	float: left;
	position: relative;
	bottom: -9px;
	margin-top: 0;
}

#nav #nav1
{
	width: 75px;
	margin: 0px 20px 0 0;
}

#nav #nav2
{
	width: 95px;
	margin: 0 20px;
}

#nav #nav3
{
	width: 100px;
	margin: 0 20px;
}

#nav #nav4
{
	width: 125px;
	bottom: 6px;
}

#nav #nav4 a
{
	display: block;
	margin: 0 20px;
}

#nav #nav5
{
	width: 100px;
	margin: 0 20px;
}

#nav #nav6
{
	width: 125px;
	bottom: 6px;
}

#nav #nav6 a
{
	display: block;
	margin: 0px 0 0 20px;
}


#nav a
{display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	
	line-height: 14px;
	text-align: center;
}

#nav a:link { color: #595959; }
#nav a:visited { color: #595959; }

#nav a:hover
{
	color: #a30303;
	border-bottom: 4px solid #a30303;
}

#nav a:active { color: #595959; }

/* homepage content */

#slideshow, #slideshow li {
	width: 526px;
	height: 193px;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
#testimontial
{
	clear: both;
	width: 706px;
	margin: 10px auto;
}

#homemain
{
	margin: 0 auto;
	line-height: 18px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

/* insidepage content */
#main
{
	clear: both;
	width: 760px;
	margin: 0 auto;
	height: 1%;
	position: relative;
	overflow: hidden;
}

#leftcolumn
{
	width: 160px;
	float: left;
	position: relative;
	text-align: left;
}

/* sublevel nav */
#subnav
{
	background-color: #f2f2f2;
	margin: 0px;
}

#subnav h2
{
	font-size: 15px;
	color: #000;
	padding: 10px 2px;
	margin: 0;
	border-top: 3px solid black;
	text-align: center;
}

#subnav ul, #subnav li
{
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	display: block;
	
}

#subnav ul { margin-top: 0px; }

#subnav ul ul
{
	margin-top: 0;
	margin-left: 8px;
	background-color: #d3e8f2;
}

#subnav a
{
	display: block;
	padding: 3px 0 3px 8px;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:link { color: #a30303; }
#subnav a:visited { color: #a30303; }

#subnav a:hover
{
	color: #000;
	background-color: #e0e0e0;
}

#subnav a:active { color: white; }


/*SubSubnav */
#subnav ul ul
{
	background-color: #e0e0e0;
	margin-left: 0;
}

#subnav ul ul a { }
#subnav ul ul a:link { color: #666; }
#subnav ul ul a:visited { color: #666; }

#subnav ul ul a:hover
{
	color: #000; background: white;
	text-decoration: none;
}

#subnav ul ul a:active { color: #666; }


/* content */
#content
{
	float: right;
	width: 580px;
	display: inline;
	position: relative;
	padding: 10px 10px 10px 0;
	text-align: left;
}

/* toolbox */

.imageright
{
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.imageleft {
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.imagecaption
{
	background: url(assets/bg-caption.gif) no-repeat #e1e1e1;
	background-position: left bottom;
	color: #000;
	font-size: 10px;
	padding: 5px 0 10px 5px;
	margin: 0;
}

#main img { border-bottom: 1px #000 solid; }

/* bottom */
#contactA {
	margin: 10px auto;
	border-top: 2px solid #000;
	padding: 15px 0;
	width: 300px;
}

#contactA img {
	display: block;
	margin: 0 10px 40px 30px;
	float: left;
}

#contactA p {
	text-align: left;
	font-size: 11px;
	margin: 0;
}

#contactA h4 {
	margin: 0;
	text-align: left;
}

/* copyright */
#copyright {
	clear: both;
	margin: 0 auto;
	color: #595959;
	font-size: 11px;
	margin-bottom: 10px;
}

#copyright a:hover { color: #000; }
