/* CSS Document */


/*----------------Bluenose / December 2006 / REALLY WONKY CSS/---------------  */


/*GROUND RULES*/
* {

	}
		
body {
	background-image:url(bg.gif);
		background-repeat:repeat;
	margin: 0;
	height:100%;
	width:100%;
	}
	
h2 {
	font-family:"Courier New", Courier, mono;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0 0 -14px 0;
	}
	
h3 {
	font-family:"Courier New", Courier, mono;
	font-weight:100;
	font-size:11px;
	font-weight:100px;
	}
	
h4 {
	font-family:"Courier New", Courier, mono;
	font-size:18px;
	font-weight:bold;
	margin:0 0 -25px 0;
	}
h5 {
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-5px;
	}
	
	
/*SITE COMPONENTS*/
	
#container {
	min-height:100%;
	margin:20px;
	position:relative;
	}
	
#head {
	background-color:#f9f6bb;
	height:40px;
	margin-bottom:10px;
	padding:10px;
	}
	
.pre_left {
	position:relative;
	background-color:#f6f5f4;
	border:thin dotted #666666;
	float:left;
	height:200px;
	margin:0 0 10px 10px;
	padding:10px;
	width:450px;
	}
.left {	
	background-color:#f6f5f4;
	border:thin dotted #666666;
	float:left;
	height:200px;
	padding:10px;
	vertical-align:middle;
	width:450px;
	}

.left a:link {
	border-bottom: 1px dotted #FF3333;
	text-decoration:none;
	color:#FF3333;
	}

.left a:visited {
	border-bottom: 1px dotted #FF3333;
	text-decoration:none;
	color:#FF3333;
	}
	
.left a:hover {
	border-bottom: 1px solid #FF3333;
	text-decoration:none;
	color:#FF3333;
	}
	
.left p {
	color:#FF3333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:13px;
	}

.right {
	background-color:#daf1fb;
	border:thin dotted #666666;
	float:left;
	height:200px;
	padding:10px;
	width:450px;
	}
	
.right a:link {
	border-bottom: 1px dotted #333333;
	text-decoration:none;
	color:#333333;
	}

.right a:visited {
	border-bottom: 1px dotted #333333;
	text-decoration:none;
	color:#333333;
	}
	
.right a:hover {
	border-bottom: 1px solid #333333;
	text-decoration:none;
	color:#333333;
	}
	
.right p {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:13px;
	}
	
.video {
	background-color:#fdcaca;
	border:thin dotted #666666;
	float:left;
	height:200px;
	padding:10px;
	width:450px;
	}
.video a:link {
	border-bottom: 1px dotted #FF3333;
	text-decoration:none;
	color:#FF3333;
	}

.video a:visited {
	border-bottom: 1px dotted #FF3333;
	text-decoration:none;
	color:#FF3333;
	}
	
.video a:hover {
	border-bottom: 1px solid #FF3333;
	text-decoration:none;
	color:#FF3333;
	}
	
.video p {
	color:#FF3333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:13px;
	}
	
.clear {
	clear: both;
	}

#footer {
	background-color:#c2c2c2;
	position:absolute;
		bottom: 0;
	width:100%;
	}
#footer p {
	font-family:Andale, "Andale Mono", Monaco, "Courier New";;
	font-size:10px;
	padding: 0 0 0 10px;
	}
	
#footer p a:link {
	border-bottom:1px dotted #FFFFFF;
	color:#000000;
	text-decoration:none;
	}
	
#footer p a:visited {
	font-family:Andale, "Andale Mono", Monaco, "Courier New";
	border-bottom:1px dotted #FFFFFF;
	color:#000000;
	text-decoration:none;	}
	
#footer p a:hover {
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	text-decoration:none;
	}
	
/*LISTS*/	
.sublist_left {
	color:#FF3333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	list-style-type:decimal;
	margin:-5px 0 0 -30px;
	padding: 0 0 0 60px;
	text-transform:uppercase;
	}


.sublist_right {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	list-style-type:decimal;
	margin:-5px 0 0 -30px;
	padding: 0 0 0 60px;
	text-transform:uppercase;
	}
	
.listitem  {
	float:left;
	margin-right:30px;
	}

	
/*FOR AJAX*/	
.container { 
	float:left;
	height: 200px; 
	position:relative;
	width: 80px;
	}
	
.mcdrag {
	height:200px;
	width:450px;
	}
	
	
