body {
	margin: 0;
	background-color: #000;
	background-image: url("../img/standards/body_background.jpg");
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	
}



body a {
	color: #cb181b;
	text-decoration: none;
	text-transform: uppercase;
	outline:0; -moz-outline:0;
}

body a:hover {
	text-decoration: underline;
}

body a img {
	border: 0;
}

body .green {
	color: #fff;
	background-color: #008401;
}

body .pink {
	color: #fff;
	background-color: #ff349d;
}

body .blue {
	color: #fff;
	background-color: #0199ca;
}

body .red {
	color: #fff;
	background-color: #cb181b;
}

#logo {
	width: 170px;
	height: 160px;
	padding-top: 24px;
	padding-left: 20px;
	margin-right: 20px;
	float: left;
}

#navigation {
	height: 100px;
	padding: 25px 0 0 0px;
	margin: 0px 0px 0px 0px;
	width: 500px;
	overflow: hidden;
}


#navigation a {
	color: #fff;
}

#navigation ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 500px;
	list-style: none;
}

#navigation ul.l1 {
	position: absolute;
	top: 120px;
	left: 4px;
	height: 39px;
	padding-top: 1px;
	width: 546px;
	margin-right: -500px;
	float: left;
	overflow: hidden;
	background-image:url(../img/navigation/bg_subnav.gif);
	background-repeat:no-repeat;
	background-color:#300;
}

#navigation ul.l2 {
	padding-left: 25px;
}

#navigation ul li {
	margin: 0 0 0 0;
	float: left;
	font-size: 1.3em;
}

#navigation ul li:first-child {
	margin: 0;
}

#navigation ul li img {
	display: block;
}

#navigation_split {
	height: 0px;
	clear: left;
}

/* Content */

#content { }

/*
#content a:before {
	padding: 0 5px 0 0;
	content: url("../img/standards/arrow_right_red.gif");
}
*/

#content a.blank {
	color: #fff;
	text-decoration: underline;
	text-transform: none;
}

#content a.blank:before {
	padding: 0;
	content: "";
}

/* Left */

#left {
	width: 185px;
	padding: 0 0 20px 25px;
	float: left;
	
}

#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#left ul li {
	margin: 0 0 6px 0;
}

#left a {
	padding: 2px;
	color: #000;
	background-color: #fff;
}
#left a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#left a:before {
	padding: 0;
	content: "";
}

/**
 * Copy
 * Caution: Working with PNG24 might not have same effect in IE < 7
 */
 
#copy {
	width: 540px;
	padding: 5px;
	overflow: hidden;
	color: #eee;
	background-image: url("../img/standards/copy_background.png");
	line-height: 1.5em;
}

#copy.wide {
	width: 740px;
}

#copytours {
	width: 740px;
}


#left h2,
#left h3,
#left h4,
#left h5,
#copy h2,
#copy h3,
#copy h4,
#copy h5 {
	font-size: 1em;
	margin: 0;
}

#left h2,
#copy h2 {
	margin: 0 0 2em 0;
}

#left h4,
#copy h4 {
	margin: 0.7em 0 1em 0;
	font-weight: normal;
	text-transform: uppercase;
}

#left h4,
#copy h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

#copy h5 {
	color: #202020;
}

#copy .left {
	width: 125px;
	overflow: hidden;
}

#copy .left img {
	width: 125px;
}

#copy .right {
	width: 300px;
	float: right;
}

#copy ul {
	padding: 0;
	margin: 1em 0 1.5em 1.8em;
	list-style: square;
}

#copy p {
	margin: 0 0 0.5em 0;
	overflow: hidden;
	clear: both;
}

#copy hr {
	height: 1px;
	display: block;
	overflow: hidden;
	border: 0 dotted #cb181b;
	border-width: 1px 0 0 0;
	margin: 2px 0;
}

#copy label {
	margin: 0.5em 0 0.5em 0;
	display: block;
	float: left;
}

#copy input,
#copy textarea {
	width: 55%;
	padding: 0.4em;
	border: 1px solid #222;
	border-width: 1px 1px 1px 1px;
	border-color: #0f0f0f #0f0f0f #222 #0f0f0f;
	float: right;
	color: #555;
	background-color: transparent;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}

#copy input:focus,
#copy input:active,
#copy textarea:focus,
#copy textarea:active {
	color: #fff;
}

#copy textarea {
	height: 10em;
	overflow: auto;
}

#copy input[type="submit"] {
	width: auto;
	border: 2px solid #000;
	margin-top: 1em;
	background-color: #222;
	cursor: pointer;
}

/* Content: Half */

#copy .half {
	width: 350px;
	float: left;
}

#copy .half.side-right {
	float: right;
}

/* News */

#news {
	
}

#news .item {
	width: 100%;
	padding: 1.5em 0 0 0;
	border: 0 dashed #999;
	border-width: 1px 0 0 0;
	margin: 0 0 1.5em 0;
	clear: both;
	overflow: hidden;
}

#news .item .text {
	width: 360px;
	float: right;
}

#copy.wide #news .item .text {
	width: 213px;
}

#news .item .text span.blue,
#news .item .text span.pink {
	display: none;
}

#copy.wide #news .item .text span.blue,
#copy.wide #news .item .text span.pink {
	display: inline;
}

#news .item .image {
	width: 122px;
	margin: 0 10px 0 0;
	float: left;
}

#news .item .image img {
	width: 122px;
	border: 1px solid #cb181b;
}

#news .item .text .pink,
#news .item .text .red,
#news .item .text .blue,
#news .item .text .green {
	padding: 1px 2px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Events */

#event_index ul {
	overflow: hidden;
	list-style: none;
	padding: 4px 0 0 0;
	border: 0 dashed #999;
	border-width: 1px 0 0 0;
	margin: 0;
}

#event_index ul li {
	overflow: hidden;
	float: left;
	margin: 0 4px 4px 0;
}

#event_index ul li a {
	display: block;
	padding: 1px 4px;
}

/* Teaser */

#teaser {
	color: #999;
	width: 200px;
	margin-right: 20px;
	float: right;
	line-height: 1.5em;
}

#teaser .item {
	padding: 0 0 1em 0;
	border: 0 dashed #999;
	border-width: 0 0 1px 0;
	margin: 0 0 2em 0;
}

#teaser .item img {
	margin: 0;
}

#teaser .item a:before {
	padding: 0;
	content: "";
}

/* Footer */

#footer {
	margin: 2em 0 0 230px;
	clear: both;
	color: #fff;
}

#footer a {
	padding: 7px 10px 7px 10px;
	border: 0 solid #fff;
	margin: 0 0 0 0.8em;
	color: #fff;
	display: block;
	float: left;
	text-transform: capitalize;
	background-color: #000;
}

#footer a:first-child {
	border: 0;
	margin: 0;
}

#footer a:hover {
	color: #cb181b;
}