@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

#outerWrapper {
	position: relative;
	text-align: left;	
	background-color: #FFF;
	margin: 0 auto;
	width: 1115px;
	height:1070px;
}

#header {
	position: absolute;
	width:750px;
	right: 5px;
	top: 5px;
}

#menu_logo {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	background-color:#000;
	width:350px;
	height:1060px;
}

#menuWrapper {
	position:relative;
	width:350px;
	height:1060px;
}

#logo {
	position: absolute;
	width:350px;
	top:0px;
}

#menu {
	position: absolute;
	width:300px;
	right: 30px;
	top:280px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFF;
	text-align:right;
}

#menu ul {
	list-style-type: none;
}

#menu li a {
	text-decoration: none;
	color:#FFF;
}

#menu li a:hover {
	text-decoration: none;
	color:#0CF;
}

#menu .active a {
	text-decoration: none;
	color:#0CF;
}

#menu .active a:hover {
	text-decoration: none;
}

#latestNews {
	position: absolute;
	width:330px;
	left: 10px;
	top:580px;
}

#LNtitle {
	margin-left: 10px;
	margin-bottom:5px;
}

#latestNews a {
	color: #000;
	text-decoration:none;
}

#latestNews a:hover {
	color: #000;
	text-decoration:none;
}

#news {
	height:150px;
	background-color:#FFF;
	padding:10px;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-weight:bold;
	color: #000;
}

#quicklinks {
	position: absolute;
	width:300px;
	height:240px;
	left: 10px;
	bottom:5px;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
}

#quicklinks a {
	text-decoration: none;
	color:#FFF;
}

#quicklinks a:hover {
	text-decoration: none;
	color:#0CF;
}

#contentWrapper {
	position: absolute;
	top: 340px;
	right:5px;
	width: 750px;
	height:725px;
	background-image: url(../images/scuffMarks.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#contentInnerWrapper {
	position: relative;
	width: 750px;
	height:725px;
}

#pageContent {
	position: absolute;
	width:470px;
	left:0px;
	height:320px;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #000;
}

#welcome {
	margin-left: 5px;	
	margin-top: 0px;
}

#content {
	margin: 15px 30px 15px 30px;	
	text-align: justify;
}

#content .more {
	font-size:9px;	
	text-align: right;
	margin-top:0px;
}

#content a {
	text-decoration: none;
	color:#000;
}

#content a:hover {
	text-decoration: none;
	color:#0CF;
}

#rightSidebar {
	position: absolute;
	width:270px;
	right:0px;
	height:725px;
	background-image: url(../images/default-content.jpg);
	background-repeat: repeat-y;
}

#contact {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#FlashID {
	margin-left: 6px;	
}

#services {
	margin-top: 5px;	
	margin-left: 10px;
}

#serviceDetails {
	margin:10px;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	color: #000;
	text-align:justify;
}

#serviceDetails .heading {
	font-weight: bold;
	font-size:11px;
}

#serviceDetails a {
	text-decoration: none;
	color:#000;
}

#serviceDetails a:hover {
	text-decoration: none;
	color:#0CF;
}

#link1 {
	position: absolute;
	bottom: 170px;
	left:0px;
	width:230px;
	height:230px;
}

#link2 {
	position: absolute;
	bottom: 170px;
	left:240px;
	width:230px;
	height:230px;
}

#link3 {
	position: absolute;
	bottom: 0px;
	left:0px;
	width:470px;
	height:160px;
}

#footer {
	position: absolute;
	bottom: -110px;
	right:0px;
	width:500px;
	text-align:right;
	color:#FFF;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}
