@charset "utf-8";
/* author: Dennis VanWeelden */
/* last updated: 8/24/2009 */

body {
	font-family:"Trebuchet MS", Verdana, Arial;
	margin:0;
	background-color:#CCCCCC
}

/* begin layout */

	/* main holder div */
	#mainholder {
		margin:0 auto;
		width:800px;
		height:100%;
		background-color:#fff;
	}
	
		/* menu holder */
		#menuholder {
			width:800px;
			margin:0 auto;
		}
		
		#menuholder img {
			border:none;
			width:100px;
			height:50px;
		}
			/* text container below banner */
			#bannertxt {
				padding:10px;
				width:700px;
				font-size:12px;
				margin:0 auto;
			}
			
		/* form holder */
		#formholder {
			padding-top:20px;
			padding-bottom:60px;
		}
		
			.frmcon1 {
				float:left;
				width: 100%;
				right:50%;
				overflow:hidden;
				background:red;		
			}
			
			.frmcon2 {
				clear:left;
				float:left;
				width:100%;
				overflow:hidden;
				background:blue;				
			}
		
			.box {
				border:1px solid #ff0000;
				margin-top:20px;
				width:675px;
				margin:0 auto;
				padding-bottom:20px;
			}
			
			.sidebar {
				float:left;
				margin-right:10px;
				height:100%;
				background-color:#231f20;
			}
				
				.sidebar img {
					width:25px;
					height:200px;
				}
				
			.destxt {
				font-size:14px;
				margin-left:50px;
				width:500px;
				padding-top:10px;
				padding-bottom:10px;
			}
			
			.cleared {
				clear:both;
				height:1px;
			}
#rdo_container {
	margin-left:50px;
	width:500px;
	padding:20px;
	background-color:#231f20
}
#rdo_container img {
	text-align:center;
	margin:0 auto;
}
#rdo_container .innerbox:hover {
	background-color:#d7d7d7;
	font-weight:bold;
	border:1px solid #CCCCCC;
	padding-left:10px;
	padding-right:10px
}
#rdo_container .innerbox {
	background-color:#CCCCCC;
	padding:5px;
	font-size:12px;
	border:1px solid #666666;
}
#rdo_container label {
	display:block
}
#rdo_container2 {
	margin-left:50px;
	width:500px;
	padding:20px;
	background-color:#231f20;
	overflow:auto
}
#rdo_container2 div:hover {
	background-color:#d7d7d7;
	font-weight:bold;
	border:1px solid #CCCCCC;
}
#rdo_container2 div {
	background-color:#CCCCCC;
	padding:5px;
	font-size:12px;
	border:1px solid #666666;
	float:left;
	width:100px;
	height:135px;
	margin:6px;
	text-align:center;
}
#rdo_container2 label {
	display:block
}
#rdo_container3 {
	margin-left:50px;
	width:500px;
	padding:20px;
	background-color:#231f20;
	overflow:auto
}
#rdo_container3 div:hover {
	background-color:#d7d7d7;
	font-weight:bold;
	border:1px solid #CCCCCC;
}
#rdo_container3 div {
	background-color:#CCCCCC;
	padding:5px;
	font-size:12px;
	border:1px solid #666666;
	float:left;
	width:200px;
	height:135px;
	margin:18px;
	text-align:center;
}
#rdo_container3 label {
	display:block
}
.spacer {
	padding-top:10px;
	padding-bottom:10px
}

#bottommnu {
	position:fixed;
	bottom:0;
	margin:0 auto;
}
#floatingdiv { visibility:hidden;height:0px;width:0px }
#floatingdiv div {
	position:absolute;
	top:0;
	visibility:hidden;
	overflow:hidden;
	background:url(../images/transbg.png);
	border:#1d1d1d solid 2px;
	font-size:11px;
	width:250px;
	padding:5px
}
			.threedtxt {
				position:relative;
				bottom:0;
				float:right;
				margin-right:10px;
				border:none;
				background:none;
				background-color:none
			}

/* link styling */

a {
	color:#0033FF;
	font-weight:bold;
	text-decoration:none
}
a:link {
	color:#0033FF;
	font-weight:bold;
	text-decoration:none
}
a:visited {
	color:#0033FF;
	font-weight:bold;
	text-decoration:none
}
a:hover {
	text-decoration:underline;
	color:#0099FF;
}
a:active {
	text-decoration:underline;
	color:#0099FF;
}
.toplink {
	float:right;
	padding-top:5px;
	padding-right:5px;
	font-size:10px;
	font-weight:bold
}
.toplink a {
	text-decoration:none;
}
.toplink a:hover {
	text-decoration:underline
}

