/* CSS Document */
* {
   padding:0;
   margin:0;
}

/* Main site */

body {
	background:#f2f1e9;
	color:#000000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding:0;
}

body.cn {
	background:#f2f1e9;
	color:#000000;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding:0;
}

body.bg {
	background:#f2f1e9;
	color:#000000;
	font:14px RinkiyMJ, Vrinda, Arial Unicode MS;
	margin:0px auto;
	padding:0;
}

img {
	border:0;
}

h1 {
	color:#ff9817;
	font-size: 18px;
	margin:0px 0px 10px 0px;
}

h1.blue {
	color:#366cb4;
}

h1.navyblue {
	color: #1C439D;
}

h2 {
	color:#ff9817;
	font-size: 14px;
	margin:0px 0px 5px 0px;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	color:#ff9817;
	font-size: 14px;
	margin:0px 0px 5px 0px;
	text-decoration: none;
}

h3 {
	color:#779153;
	font-size: 14px;
	margin:0px 0px 5px 0px;
}

h3.lightblue {
	color:#4c7fb8;
}

h3.gray {
	color: #999999;
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color:#779153;
	font-size: 14px;
	margin:0px 0px 5px 0px;
	text-decoration: none;
}

h4 {
	color:#8F7945;
	font-size: 14px;
	margin:0px 0px 5px 0px;
}

.black {
	color:#000000;
}

.green {
	color:#779153;
}

.brightgreen{
	color:#009933;
}

.brown {
	color:#8F7945;
}

.blue {
	color:#4c7fb8;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #8F7945;
}

a:hover {
	text-decoration: none;
	color: #D20023;
}

#textleft a:link, #textleft a:visited, #textleft a:active{
	color:#8F7945;
	text-decoration: none;

}

#textleft a:hover {
	color:#D20023;
	text-decoration: none;

}

a.green:link, a.green:visited, a.green:active{
	color:#779153;
	text-decoration: none;
	font-weight:bold;
}

a.green:hover{
	color:#D20023;
	text-decoration: none;
	font-weight:bold;
}

a.red:hover{
	color:#779153;
	text-decoration: none;
	font-weight:bold;
}

a.red:link, a.red:visited, a.red:active{
	color:#D20023;
	text-decoration: none;
	font-weight:bold;
}

a.red:hover{
	color:#779153;
	text-decoration: none;
	font-weight:bold;
}

a.blue:link, a.blue:visited, a.blue:active{
	color:#366cb4;
	text-decoration: none;
}

a.blue:hover{
	color:#4c7fb8;
	text-decoration: none;
}

#content li a:link, #content li a:visited, #content li a:active {
	text-decoration: none;
	color: #779153;
}

#content li a:hover {
	text-decoration: none;
	color: #D20023;
}

.prop {
    float:right;
    width:1px;
  }

  .min400px {
    height:400px;
  }

#wrap {
	background:#ffffff;
	margin:0 auto;
	width:751px;
}

#clearer {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

#top{
	height:82px;
	border-bottom: solid #b9a36e 5px;
}

#topleft{
	height:82px;
	float:left;
	width:203px;
}

#contact {
	height:67px;
	float:left;
	width:125px;
	padding: 15px 0px 0px 40px;
}

#topmiddle{
	height:67px;
	float:left;
	width:193px;
	padding: 15px 0px 0px 0px;
}

#topright{
	height:77px;
	float:left;
	width:160px;
	padding: 5px 30px 0px 0px;
}

#language{
	float:right;
	width:30px;
	text-align:center;
	padding: 10px 0px 0px 0px;
}

#menu {
	width:751px;
	height:49px;
	margin: 1px 0px 1px 0px;
}

#menu ul
{
  padding: 0;
  margin: 0;
}

#menu ul li
{
  display: inline;
  float: left;
}

#banner{
	height:91px;
	border-bottom: solid #b9a36e 5px;
}

#content {
	width:751px;
}

.homebg {
	background-image: url(img/homebg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.pagebg {
	background-image: url(img/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left;

}

#homecontentleft {
	float: left;
	width:460px;
	padding: 20px;
}

#homecontentright {
	float: left;
	width:211px;
	padding: 23px 20px 10px 20px;
}

#pagecontentleft {
	float: left;
	width:215px;
}

#pagecontentright {
	background: #ffffff;
	float: left;
	width:496px;
	padding: 15px 20px 10px 20px;
}

#toplink {
	text-align: right;
	padding: 10px 50px 10px 0px;
	background-image: url(img/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#textleft {
	padding: 20px 15px 20px 30px;
}

#buttons {
	padding: 10px 0px 0px 0px;
}

#buttons img {
	padding: 3px 0px;
}

#topstories {
	color:#ffffff;
	background: #cccccc;
	width:456px;
	float:left;
	padding: 5px 20px 5px 20px;
	margin-bottom:10px;
}

#topstories h1 {
	color:#ffffff;
	font-size: 18px;
	margin:0;
	padding:0;
}

#fullcontent {
	width:711px;
	padding: 15px 20px 10px 20px;
}

#content ul, #content ol {
  	margin: 10px 10px;
}

#content ul li, #content ol li {
	margin: 0px 0px 0px 15px;
	line-height: 180%; 
}

#content ul li ul li{
	line-height: 140%; 
}

#textleft ul {
  	margin: 10px 5px;
}

#textleft ul li {
	margin: 10px 0px;
	line-height: 140%; 
}

#footer{
	height:20px;
	border-top: solid #ffffff 5px;
	padding: 10px 20px 5px 20px;
	background-color: #eaeaea;
	background-image: url(img/amc_cca.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#storiesholder {
	height: 50px;
}

ul#storiesticker{
	margin: 0px;
	padding:0px;
}

#storiesticker li a:link, #storiesticker li a:visited, #storiesticker li a:active {
	text-decoration: none;
	color: #000;
}

#storiesticker li a:hover {
	text-decoration: none;
	color: #D20023;
}

#eventsticker li a:link, #eventsticker li a:visited, #eventsticker li a:active {
	text-decoration: none;
	color: #000;
}

#eventsticker li a:hover {
	text-decoration: none;
	color: #D20023;
}

