@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ce003f;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ae577e;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
}

a:link { color: #ce003f; }
a:visited { color: #ce003f; }
a:hover { color: #000000; }
a:active { color: #ce003f; }

/* PAGE */
#page {
	margin: 0 auto;
	overflow: hidden;
	text-align:left;
	width: 960px;
}

/* HEADER */
#header-bar {
	overflow: hidden;
	width: 960px;
	height:254px;
	text-align:left;
	margin: 20px 0 10px 0;  /* top right bottom left */
	background-image: url(../images/ams-header.jpg);
	background-repeat: no-repeat;
}

/* CONTENT */
#content-wrapper {
	position:relative;
	float:left;
	width:960px;
	background: #ffffff;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ce003f;
	background-color:#FFF;
	margin-bottom:10px;
}

#content {
	position:relative;
	float:left;
	width:900px;
	overflow: auto;
	background: #ffffff;
	margin: 30px 0 30px 30px;
	display:inline;
}

#content-left {
	position: relative;
	float: left;
	width:600px;
}

#content-left-contact {
	position: relative;
	float: left;
	width:430px;
}

#content-left-news {
	position: relative;
	float: left;
	width:900px;
}

#content-right {
	position: relative;
	float: right;
	width:270px;
}

#content-right-news-header {
	position: relative;
	float: right;
	width:270px;
	background-color: #ce003f;
	background-image: url(../images/news-div-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content-right-news-footer {
	position: relative;
	float: right;
	width:270px;
	background-color: #ce003f;
}

#content-right-news {
	position: relative;
	float: right;
	width:270px;
	background-color: #e4e4e4;
}

#content-right-drums {
	position: relative;
	float: right;
	width:270px;
	margin-top:14px;
}

#content-right-news-inner {
	position: relative;
	float: left;
	width:240px;
	margin: 15px 0 15px 15px;
}

#content-right-contact-header {
	position: relative;
	float: right;
	width:430px;
	background-color: #ce003f;
	background-image: url(../images/news-div-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content-right-contact {
	position: relative;
	float: right;
	width:430px;
	background-color: #e4e4e4;
}

#content-right-contact-inner {
	position: relative;
	float: left;
	width:410px;
	margin: 10px 10px 10px 10px;
}

/* TEXT */
.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.bodytext_para_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 20px;
}

.homepage_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #a0a0a0;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 23px;
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.news-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	margin-bottom:10px;
}

.news-bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.contact-panel-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	margin: 8px 15px 8px 15px;
}


/* NAV */
#nav-wrapper{
	width: 960px;
	height: 25px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-align:left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ce003f;
}
#navcontainer
{
margin: 0 0 0 14px;
padding: 0;
height: 25px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: auto;
height: 25px;
padding: 0 14px 0 14px;
margin: 0 0 0 0;
color: #dedede;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #ce003f;
}

#navcontainer a:active
{
}

#navcontainer li#active a
{
	color: #fff;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* FOOTER */
#footer-wrapper{
	position:relative;
	float:left;
	width: 960px;
	height: 20px;
	display:block;
	margin: 0 0 14px 0;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ce003f;
	background-color:#FFF;
}

#footer-copyright{
	position:relative;
	float:left;
	width: 600px;
	margin: 0 0 0 30px;
}

/* TREX */
#trex-link a {
	float:right;
	position:relative;
	height:18px;
	width: 100px;
	text-indent:-1500px;
	margin-bottom:10px;
	margin-right:17px;
	display:block;
	overflow:hidden;
	background-image: url(../images/trexdesign.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#trex-link a:hover {
	background-image: url(../images/trexdesign.gif);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}

/* PERCH */
.news-panel-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	margin: 8px 15px 8px 15px;
}
.news-cms-home-header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #ce003f;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:10px;
}

.news-cms-home-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
}

.news-cms-home-para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 15px;
}

.news-cms-home-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	margin: 4px 15px 4px 15px;
}

.news-cms-news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
}

.news-cms-news-para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 18px;
}

.news-cms-news-feature{
	width: 900px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

a.news-cms-home-feature:link { color: #ffffff; text-decoration: none;}
a.news-cms-home-feature:visited {color: #ffffff; text-decoration: none;}
a.news-cms-home-feature:hover {color: #ff9ab9; text-decoration: underline;}
a.news-cms-home-feature:active {color: #ffffff; text-decoration: none;}

#news-preview-panel-content{
	width: 240px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}