@charset "UTF-8";
/* CONNECTING THE COAST - EYEDEA MEDIA MAKERS 
	Stylesheet by Owen Hardman @ eyedea		*/

a, a:hover, a:visited, a:active, a:link {
	color:#C03;
	font-weight:bold;
}
/* WRAPPERS */
body{
	font-family:							Arial, Helvetica, sans-serif;
	background-image:						url(../images/background2.jpg);
	background-repeat:						repeat-x;
	background-position:					top left;
	background-color:						#ebb2a7;
	margin:									0 0 0 0;
}
	#wrapper {
		margin:								0 auto;
		width:								1000px;
		overflow:							hidden;
	}

		/* MENU */
		#menu{
			height:							75px;
		}
			/* SWF Bars */
			#menuflash{
			}
			/* Actual content */
			#menucontent{
			}
		
		/* MAIN SECTION */
		#main{
		}
			/* LEFT COL */
			#left{
				background-color:			#c51230;
				width:						226px;
				overflow:					hidden;
				float:						left;
				display:					inline;
			}
				/* SEARCH BOX DIV*/
				#left_top{
					padding-left:			27px;
					padding-bottom:			27px;
					padding-top:			27px;
					padding-right:			13px;
					width: 					186px;
					height:					30px;
					background-image:		url(../images/search_box_bg.jpg);
					background-position:	top left;
					background-repeat:		repeat-x;
				}
					/* SEARCH BOX */
					#left_top input{
						background-image:	url(../images/search_bg.jpg);
						background-repeat:	no-repeat;
						width: 				111px;
						height:				20px;
						border:				none;
						outline:			none;
						padding-top: 		8px;
						padding-left:		9px;
						color:				#C41230;
						font-size:			10px;
						position:			relative;
						top:				-12px;
					}
				/* GLIDER BOX */
				#left_bottom{
					height:					560px;
					overflow:				hidden;
				}
			/* RIGHT COL */
			#right{
				width:						774px;
				overflow:					hidden;
				float:						left;
				display:					inline;
			}
				/* HEADER */
				#right_top{
					height:					147px;
				}
					/* TITLE */
					#right_top_left{
						height:				61px;
						width:				499px;
						float:				left;
						display:			inline;
						color:				#C41230;
						padding-top:		86px;
						padding-left:		29px;
					}
					/* LOGO */
					#right_top_right{
						height:				147px;
						width:				245px;
						float:				left;
						display:			inline;
					}
				/* CONTENT DIV */
				#right_main{
					padding-left:			29px;
					padding-right:			10px;
					color:					#333333;
					font-size:				14px;
					height:					400px;
					overflow:				auto;
				}
				/* TERMINOLOGY PAGE CLASSES */
				.question{
					padding: 				5px;
					border-bottom:			1px solid #333;
				}
				.answer{
				}
				/* LOGOS */
				#right_bottom{
					height: 				97px;
					text-align:				center;
				}
					/* The images */
					#right_bottom img{
						border: none;
					}
		/* FOOTER */
		#bottom{
			height:							17px;
			background-image:				url(../images/bottomBar.png);
			background-position:			top left;
			background-repeat:				repeat-x;
			color:							#FFF;
			text-align:						right;
			font-size:						10px;
			padding-top:					5px;
			padding-right:					27px;
		}
