@charset "utf-8";
/* Main CSS for AMS-RX.com */
/* Created by Shaun Voigt - svoigt@ams-rx.com */
body {
	background:#e9e9e9 url(../images/back2.gif) repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #383838;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #383838;
}
a:hover {
	text-decoration: none;
	color: #383838;
}
a:active {
	text-decoration: underline;
	color: #383838;
}
p {
	margin:8px auto 12px 4px;
}
h1 {
	font-size: 15px;
	color: #383838;
	margin: 4px auto 0 auto;
}
h2 {
	font-size: 15px;
	color: #383838;
}
#main_wrapper {
	position:relative;
	width:860px;
	background-image:url(../images/mainbodyback.gif);
	background-repeat: repeat-y;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left;
}
#header {
	background-image: url(../images/topbg2.gif);
	background-repeat:no-repeat;
}
#header div#logo a{
	display:block;
	width:305px;
	height:92px;
	}	
#flash {
	text-align:center;
}
#nav {
	width:245px;
	float:left;
}
.blue{
	color:#006699;
	font-size:11px;
}
.blueline{
	color:#006699;
	font-size:11px;
}
#nav p{
	color:#666666;
	margin:0;
}
#content {
	width:615px;
	float:right;
}
#content_bottom {
	clear:both;
}
#footer {
	clear:both;
	text-align:center;
	width:836px;
	margin:0 12px 0 12px;
	background-color:#eaece6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#nav_inner, #content_inner {
	overflow:hidden;
}
#content_inner {
	padding-right:120px;
	margin:8px auto auto auto;
}
#content_inner a{
	color:#0547b4;
}
#nav_inner {
	padding:8px 30px 0 34px;
}
#nav_contact {
	margin:0 auto 40px auto;
}
.nav {
	margin:8px auto 4px auto;
	font-size:11px;
	text-align:center;
}
ul#navigation {
	margin:2px 0 0 20px;
	font-weight:bold;
	padding:0px;
	list-style-image:url(../images/arrow1.gif);
}
ul#navigation2 {
	margin:2px 0 0 24px;
	padding:0px;
	list-style-image:url(../images/arrow2.gif);
}
ul#navigation2 a{
	text-decoration:none;
	font-weight:normal;
}
ul#navigation2 a:hover {
	text-decoration:underline;
}
ul#navigation2 .active{
	list-style-image:url(../images/arrow3.gif);
}
#content_footer {
	margin:72px auto 70px 48px;
}