body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: none;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.style2 {
	font-size: small;
	font-weight: bold;
	color: #CCCCCC;
}
.style3 {font-size: small}
.style5 {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.style6 {font-size: small; font-style: italic; }
.style7 {font-size: x-small}
.style8 {color: #FFFFFF; font-size: x-small; }
.style9 {	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	color: #666666;
}
.style10 {color: #666666}
.bottomtest {
	color: #FFF;
}


/* Style info added for responsive layout */

body {
	color: rgb(0, 0, 0); 
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
}

#main {
	max-width: 815px;
	margin: 0 auto;
	position: relative;
}

#header {
	margin-top: 40px;
}

#logo {
	width: 428px;
}

#header-left {
	float: left;
	padding: 20px 0px 0px 0px;
}

#header-right {
	text-align: right;
	padding: 0px 75px 0px 0px;
}

#nav {
   overflow-x: hidden;
   position:absolute;
   right: 0px;
   white-space: nowrap;
   margin-top: 15px;
}

#alt-nav {
	display: none;
	text-align: center;
   	margin-top: 15px;
   	padding-top: 6px;
   	height: 32px;
   	background-image: url(images3/images/designfinal.gif);
   	background-repeat: repeat-x;
}

#content {
	margin: 47px 0px 0px 2px;
	background-color: #FFF;
}

#content-left {
	display: table-cell;
	vertical-align: top;
}

#content-right {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}

#content-main {
	padding: 0px 5px;
	font-size: 13px;
}

#main-img {
	width: 100%;
}

#bar {
	background-color: #a5a5a5;
	height: 20px;
	margin: 10px 0px;
}

#sub-content {
	padding: 0px 20px;
}

#sub-content div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	font-size: 13px;
}

.heading {
	padding: 5px 0px 5px 3px;
	font-weight: bold;
	font-size: 13px;
}

#footer {
	border-top: 1px solid gray;
	padding: 15px 0px 15px 0px;
	font-size: 12px;
}

#footer-left {
	float: left;
}

#footer-right {
	text-align: right;
}

@media screen and (max-width: 820px) {
	#header {
		padding: 0px 5px;
	}

	#footer {
		padding: 0px 5px;
	}
}

@media screen and (max-width: 620px) {
	#header {
		margin-top: 20px;
	}

	#logo {
		width: 350px;
	}

	#header-right {
		padding: 0px 40px 0px 0px;
	}

	#sub-content div {
		display: block;
		width: 98%;
		font-size: 12px;
	}	

	#footer-left {
		float: none;
	}

	#footer-right {
		text-align: left;
		margin-top: 10px;
	}	
}

@media screen and (max-width: 500px) {
	#logo {
		width: 300px;
	}

	#header-right {
		padding: 0px 20px 0px 0px;
	}

	#nav {
		display: none;
	}

	#alt-nav {
		display: block;
	}

	#content {
		margin: -6px 0px 0px 2px;
	}	

	#content-left {
		display: block;
	}

	#content-right {
		display: block;
		margin: 0 auto;
	}	
}

@media screen and (max-width: 360px) {
	#header {
		margin-top: 0px;
	}

	#logo {
		width: 280px;
	}

	#header-left {
		float: none;
		padding-bottom: 15px;
		text-align: center;
	}

	#header-right {
		text-align: center;
		padding: 0px 0px 0px 0px;
	}
}