@charset "utf-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color:#666;
	background-image: url(../img/bgtile.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	top:0px;
	width:950px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#popup_wrapper {
	position:relative; /* needed for footer positioning*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	top:0px;
	width:650px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
#popup_leftcol {
	width:330px;
	float:left;
	margin-left:20px;
}
#popup_rightcol {
	width:260px;
	float:left;
	margin-left:20px;
}
#popup_btm {
	width:650px;
	text-align:right;
}
#rightmenu {
	padding-top:20px;
	width: 200px;
	float:left;
}
#top {
	width:100%;
	height:60px;
	top:0px;
	background-color:#cc0000;
	text-align:center;
}
#content {
	width:710px;
	float:left;
	/*padding-left:20px;*/
	margin-left:40px;
}
#tier1 {
	top:0px;
	padding-left:10px;
}
#tier1 ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:23px;
	color:#333;
	font-weight:bold;
}
#tier2 {
	top:-20px;
	background-color:#FFF;
}
#tier2 ul {
	list-style:none;
	padding-top:0px;
	padding-left:20px;
	font-weight:100;
	line-height:18px;
	font-size:13px;
}
#tier3 {
	top:-20px;
	background-color:#FFF;
}
#tier3 ul {
	list-style:none;
	padding-top:0px;
	padding-left:0px;
	font-weight:100;
	line-height:18px;
	font-size:13px;
}
#tier4 {
	top:-20px;
	background-color:#FFF;
}
#tier4 ul {
	list-style:none;
	padding-top:0px;
	padding-left:20px;
	font-weight:100;
	line-height:18px;
	font-size:13px;
}
.popup_details_r {
	width:200px;
	float:left;
}
.popup_details_l {
	width:112px;
	float:left;
	text-align:right;
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration:none;
}
#rightmenu a:link {
	color:#F00;
	text-decoration: none;
}
#rightmenu a:visited {
	color:#F00;
	text-decoration: none;
}
#rightmenu a:hover {
	color:#333;
	text-decoration: none;
}
#rightmenu a:active {
	color:#F00;
	text-decoration:none;
}
.cnboldred {
	font-size:15px;
	color:#F00;
}
.cn15 {
	font-size:15px;
	font-weight:bold;
}
.cn15nobold{
	font-size:15px;
}
.clearfloat {
	clear:both;
}
.aligncentre {
	text-align:center;
}
h1 {
	color:#F00;
	font-size:24px;
	font-weight:bold;
	/*letter-spacing:-1px;*/
}
.boldred {
	color:#F00; 
	font-weight: bold;
}
p {
	color:#333;
	font-size:13px;
	line-height:18px;
}
p ul {
	list-style:circle;
}
img {
	border-style: none;
}
</style>
