@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	background: #770948 url(/images/background-plum.gif) repeat-x;
	text-align: center;
	font: 0.75em/1.4em "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #d4c0db;
}
h1 {
	font: 1.5em/1.3em "Trebuchet MS", "Lucida Grande", Geneva, Verdana, sans-serif;
	margin: 60px 0 25px 0;
	color: #6c6;
}
p {
	margin: 0 0 17px 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
img, input, div {
	behavior: url(/iepngfix.htc);
}
.clear-both {
	clear: both;
	height: 20px;
}
/*   external link indicators  */
a[href^="http:"] {
 background: url(/images/external.gif) right 2px no-repeat;
 padding-right: 15px;
 outline: none;
 text-decoration: underline;
 color: #6c6;
 cursor: pointer;
}
a:visited[href^="http:"] {
 background: url(/images/external.gif) right -20px no-repeat;
 padding-right: 15px;
 color: #FFCC00;
}
/* end external link indicators  */
a, a:link {
	outline: none;
	text-decoration: underline;
	color: #6c6;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
}
#wrap {
	width: 800px;
	margin: 50px auto 0;
	text-align: left;
}
#head {
	background: url(/images/navbar.gif) no-repeat transparent;
	height: 40px;
	width: 770px;
	position: relative;
	padding: 0 15px;
	font: 13px "Trebuchet MS", "Lucida Grande", Geneva, Verdana, sans-serif;
}
#logo {
	float: left;
	margin: 0 0 0 5px;
}
#navigation-wrap {
	width: 70%;
	float: right;
}
#navigation {
	height: 40px;
	line-height: 40px;
}
#navigation ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: right;
}
#navigation a:link, #navigation a:visited {
	color: #d4c0db;
	text-decoration: none;
	display: block;
	padding: 0 13px;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation a.navactive {
	background: #32021D url(/images/nav-active.gif) repeat-x;
	text-decoration: none;
}
#wrap-content {
	margin: 20px 0 0 0;
	position: relative;
}
#content-top {
	height: 10px;
	position: relative;
	_top: 4px;
	background: url(/images/content-top.png) no-repeat center top;
	_background: url(/images/content-top.gif) no-repeat center top;
}
#content-mid {
	background: url(/images/content-mid.png) repeat-y;
	_background: #460329;
	height: 530px;
	padding: 0 15px;
}
#content-bottom {
	background: url(/images/content-bottom.png) no-repeat center top;
	_background: url(/images/content-bottom.gif) no-repeat center top;
	height: 30px;
}
#content {
	background-image: url(/images/content.png);
	background-repeat: no-repeat;
	height: 560px;
	width: 800px;
}
#main-wrap {
	position: relative;
	width: 100%;
}
#column-left {
	width: 430px;
	float: left;
	position: relative;
	height: 530px;
	background-image: url(/images/cutout.png);
	_background-image: url(/images/cutout.gif);
	background-repeat: no-repeat;
	background-position: right 80%;
}
#column-right {
	float: right;
	position: relative;
	padding: 0 20px;
	width: 300px;
}
#scrolledtext {
	height: 390px;
	overflow: auto;
	width: 400px;
	padding: 0 5px 0 0;
}
.higlight {
	color: #FFFFFF;
	font-size: 85%;
	display: block;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	width: auto;
	background-color: #4C062E;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: 1px solid #704;
}
.technical {
	padding: 0 10px;
}
.newsfeed {
	color: #FFFFFF;
	font-size: 85%;
	display: block;
	padding: 5px 10px;
	margin: 40px 0 5px 0;
	width: auto;
	background-color: #4C062E;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: 1px solid #704;
}
#listincopy {
	margin-bottom: 15px;
	padding-left: 20px;
	margin-top: -7px;
}
ul#listincopy li {
	list-style-image: url(/images/miamiyellow.png);
}
/* forms  */

#form {
	position: absolute;
	left: 5px;
}
.required {
	font-style: italic;
	font-size: 9px;
	color: #6c6;
}
.formLabels {
	color: #d4c0db;
}
.formBG {
	background-color: #681f4c !important;
	display: block;
	height: 140px;
	width: 265px;
	background-image: url(images-old/formBig.gif);
	background-repeat: repeat-y;
	border: 0px solid #a18103;
	padding: 5px 0 5px 5px;
	margin: 5px 0 10px 0;
	color: #fff;
	font: 12px Verdana;
	line-height: 150%
}
.formSM {
	background-color: #681f4c !important;
	display: block;
	height: 20px;
	width: 260px;
	background-image: url(images-old/formSM.gif);
	background-repeat: repeat-x;
	border: 0px solid #a18103;
	padding: 5px 5px 0 5px;
	margin: 3px 0px 0px;
	color: #fff;
	font-size: 12px
}
#angry {
	position: absolute;
	width: 340px;
	height: 90px;
	background: url(/images/angry.png) no-repeat;
	left: 43px;
	top: 114px;
}
#turkey {
	position: absolute;
	width: 390px;
	height: 330px;
	background: url(/images/turkey.gif) no-repeat;
	left: 23px;
	top: 77px;
}
