/*------Global------*/

body { 
	margin:0 auto; 
	font-smoothing:always;
}
img {
	border:none;
}
object {
	margin:7px 0 0 0;
}

/*------Divs------*/

#container {
	width:800px;
	background:url(../Images/bodyslice.jpg) repeat-y;
	overflow:hidden;
}
#innercontainer {
	width:780px;
	padding:0 10px 0 10px;
}
#header {
	width:780px; height:101px;
	position:relative;
}
#header #logo {
	width:426px; height:64px;
	position:absolute; left:21px; top:15px;
}
#flash {
	width:780px; height:120px;
	background:url(../Images/flashbg.jpg) no-repeat;
	padding:0 0 14px 0;
}
#navleft {
	width:3px; height:35px;
	background:url(../Images/navleft.jpg) no-repeat;
	float:left;
}
#nav {
	width:774px; height:35px;
	background:url(../Images/navslice.jpg) repeat-x;
	float:left;
}
.navseparator {
	width:1px; height:17px;
	background:url(../Images/navseparator.jpg) no-repeat;
	margin:7px 0 0 0;
	float:left; position:relative;
}
#navright {
	width:3px; height:35px;
	background:url(../Images/navright.jpg) no-repeat;
	float:left;
}
#middle {
	width:780px;
	padding:10px 0 10px 0;
	float:left;
}
#left {
	width:520px;
	float:left;
}
#left_contact {
	width:600px;
	float:left;
}
#form {
	 width:350px;
	 padding:55px 5px 0 0;
	 float:right; position:relative; display:block; 
}
#right {
	width:250px;
	padding:0 0 0 10px;
	float:left;
}
.boxtop {
	width:250px; height:54px;
	background:url(../Images/boxtop.jpg) no-repeat;
}
.boxbottom {
	width:250px;
	border:1px solid #CCCCCC;
	margin:0 0 10px 0;
}
.boxbottom img {
	padding:10px 0 0 10px;
}
#footer {
	width:780px; height:50px;
	background:url(../Images/footerline.jpg) no-repeat top center;
	float:left;
}

/*------Styles------*/

p, h1, h2, ul, li, td, a, a:visited, a:hover {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left; font-weight:normal; text-decoration:none;
	padding:0; margin:0; padding:10px 5px 10px 5px;
}
#header p {
	font-family:"Humanst521 BT", Arial; font-size:17px; color:#000000; text-align:right;
	padding:0; padding:15px 21px 0 0;
}
.boxtop p {
	font-size:20px; color:#FFFFFF; text-align:center;
	padding:11px 0 0 0;
}
.boxbottom p {
	font-weight:bold;
	padding:4px 0 4px 5px;
}
#left_contact p{
	padding:5px;
}
h1 {
	font-family:"Humanst521 BT", Arial;
	font-size:25px;
}
h2 {
	text-align:right; font-size:11px; color:#000000;
	padding:10px 15px 0 0;
}
ul, li {
	font-weight:bold;
	vertical-align:baseline;
	margin:0; padding:0;
}
li {
	padding:1px 0 1px 0;
}
ul { 
	padding:5px 0 5px 70px;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}
a, a:visited, a:hover {
	color:#000000; font-weight:bold;
	padding:0;
}
a:hover {
	text-decoration:underline;
}
#header a, #header a:visited, #header a:hover {
	font-size:17px; font-weight:normal;
}
#nav a, #nav a:visited, nav a:hover {
	font-family:"Humanst521 BT", Arial; font-size:16px; color:#FFFFFF; font-weight:normal;
	padding:5px 9px 0 9px;
	float:left;
}
#nav a:hover {
	height:35px;
	color:#FBFF14; text-decoration:none;
	background:url(../Images/navhover.jpg) repeat-x;
}
