/* MediaBrite CSS */

body	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	}

/*  Basic Layout Elements   */
img	{
	border: 0px;
	}
a	{
	text-decoration: none;
	color: #9B4953;
	font-weight: bold;
	}
a:hover	{
	color: #66CCCC;
	}
strong {
	font-weight: bold;
	}
h1, h2, h3 {
	}
h1 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-size: 240%;
	color: #B4B4B4;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	letter-spacing: 16px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CF7070;
	margin: 20px 0px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 2px;
	}
h3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-size: 150%;
	font-style: italic;
	color: #CF7070;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	}
.floatLeft { 
	float: left;
	margin: 0px 10px 10px 0px;
	}
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}
ul, ol {
	margin: 0px 0px 10px 25px;
	padding-left: 25px;
	}
li {
	margin: 0px 0px 6px 0px;
	}
form, input, option, select {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
	color: #000;
	margin: 0px;
	}
input, textarea, select { 
	background: #FFFFFF;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	font-family:"Courier New", Courier, mono;
	}
input { 
	background: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 140%;
	font-family:"Courier New", Courier, mono;
	}
input:hover, input.over, textarea:hover, textarea.over { 
	background: #EFDBDE;
	border: 1px solid #000;
	}
#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

/*  Container   */
#container	{
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 760px;
	background: url('images/left-background.gif') top left no-repeat;
	}

/*  Header   */
#top	{
	margin: 0px;
	height: 120px;
	}
	.pageImage { 
		display: block;
		position: absolute;
		left:510px;
		top: 75px;
		}
/*  Left Column   */
#left	{
	position: relative;
	float: left;
	width: 128px;
	padding: 15px 5px 0px 0px;
	font-size: 100%%;
	margin: 0px 0px 10px 0px;
	}
	#left a.navbar, #left a.active {
		display: block;
		padding: 5px 0px 5px 10px;
		margin: 0px;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		color: #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		}
	#left a.navbar:hover, #left a.active {
		background: #999999;
		}
	.getStarted { 
		display: block;
		position: absolute;
		left: 0px;
		top: 230px;
		}
	
/*  Main Content Area   */
#main	{
	margin: 0px 0px 20px 140px;
	padding:0px 0px 0px 20px;
	}
	#main p {
		line-height: 22px;
		margin: 0px 0px 10px 0px;
		}
	#contact {
		display: block; 
		text-align: left;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		}
		#contact span {
			display: block;
			float: left;
			text-align: right;
			margin: 0px 0px 0px 10px;
			width: 255px !important;
			width: 240px;
			}
/*  Bottom Credits Area   */
#bottom	{
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 760px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	color: #000000;
	}
	#bottom p {
		margin: 0px;
		padding: 3px;
		}
	#bottom a, a.active {
		padding: 4px;
		margin: 0px;
		text-decoration: none;
		color: #AAAAAA;
		font-weight: bold;
		}
	#bottom a:hover, a.active:hover {
		color: #3399FF;
		}
