/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; }

body,html { width:100%; height:100%; }

body {
	font-size: 12px;
	line-height:18px;
	background-image: url(images/sitebgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #433D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

#container{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	min-height:600px;
	overflow:hidden;
}


#bgr{
	position:absolute;
	width:100%;
	height:360px;
	left:50%;
	top:0px;
	margin-left:-960px;
}

#logo{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-480px;
	width:400px;
	height:40px;
}

#tel{
	position:absolute;
	top:14px;
	left:50%;
	margin-left:70px;
	width:402px;
	height:40px;
}

#site{
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:760px;
	top:258px;
}

#content_top{
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;	
	height:66px;
	width:760px;
	margin:0px;
	padding:0px;
}
#content_mid{
	background-image: url(images/content_mid.png);
	background-repeat: repeat-y;	
	min-height:340px;
	width:660px;
	margin:0px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
}
#content_bot{
	background-image: url(images/content_bot.png);
	background-repeat: no-repeat;	
	height:42px;
	width:710px;
	margin:0px;
	padding:0px;
	padding-left:50px;
	padding-top:5px;
}

#logos{
	position:absolute;
	left:50%;
	margin-left:300px;
	top:420px;
	width:124px;
	height:auto;
}

#smartarts{
	text-align:right;
	padding-right:30px;
	padding-top:6px;
	padding-bottom:30px;
}

#nav{
	background-color:#CC0000;
	height:26px;
	width:720px;
	position:absolute;
	top:40px;
	left:20px;
}

.cell{
	position:absolute;
	top:0px;
	height:26px;
	width:122px;
	background-image: url(images/nav/cell.png);
	background-repeat: no-repeat;
	text-align:center;
	line-height:26px;
	font-size:11px;
}

.cell-on{
	position:absolute;
	top:0px;
	height:26px;
	width:122px;
	background-image: url(images/nav/cell_r.png);
	background-repeat: no-repeat;
	text-align:center;
	line-height:26px;
	font-size:11px;
}

.spacer{
	position:absolute;
	top:0px;
	width:20px;
	height:26px;
	z-index:20;
}

a.nav{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	line-height:26px;
	text-decoration:none;
}

a.nav:hover{
	color:#CC0000;
}

a.nav-on{
	color:#CC0000;
	font-weight:bold;
	display:block;
	line-height:26px;
	text-decoration:none;
}

h1{
	font-size:26px;
	font-weight:normal;
	margin-bottom:14px;
	color:#CC0000;
	line-height:26px;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:15px;
}

p{
	margin-bottom:10px;
}

#content_mid a {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}	

#content_mid a:hover {
	color:#FFFFFF;
	background-color:#CC0000;
}

ul{
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}

li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height:16px;
	margin-bottom:6px;
}

