/* CSS Document */

body {
	background: #939598 url(../images/bg_light.gif) repeat top left; /*silver is #c0c0c0*/
	text-align: justify;
	color: #4a0d75;
	font: 0.9em "times new roman", serif;
	line-height: 1.2em;
	margin: 10px 0px;
	padding: 0px;
}

#wrap {
	position: relative;
	width: 95%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	display: none
}

#MainContent {
	padding-right: 7px;
	background: url(../images/main_bg.gif) repeat-y top right
}

#MainContentHome {
	padding-right: 7px;
	background: url(../images/home_bg.gif) repeat-y top right
}

#Content {
	padding: 25px;
	margin: 0px;
	min-height: 350px
}

#ContentRight {
	display: none
}

#ContentLeft {
	
}

#ContentHomeRight {
	display: none
}

#ContentHomeRight .flashBox {
	display: none
}

.clear {
	padding: 5px 0px 6px 0px;
}

.NewsBox {
	display: none
}

.NewsBox a:link, .NewsBox a:visited, .NewsBox a:hover {
	font-weight: normal;
}

.NewsBox p {
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 10px 0px
}


#ContentHomeLeft {
	
}

#Footer {
	display: none
}

.FooterLeft {
	display: none
}

#Footer a:link, #Footer a:visited, #Footer a:hover {
	color: #fff;
}

a:link, a:visited {
	color: #4a0d75;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold
}


/* STYLES */

h1, h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #4a0d75;
	font-size: 1.7em;
	text-transform: uppercase;
	padding: 35px 0px 5px 0px;
	font-weight: bold
}

h1 span {
	color: #c0c0c0;
}

#ContentHomeRight h2 {
	color: #4a0d75;
	font-size: 1.5em;
	padding: 5px 0px;
	margin: 0px
}

#ContentHomeLeft h2 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.5em;
	color: #4a0d75;
}

h3 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.2em
}

#ContentHomeLeft p {
	margin: 0px;
	padding: 5px 0px;
}

#ContentLeft p {
	margin: 0px;
	padding: 5px 0px;
}

#ContentLeft h3 {
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	font-size: 1.4em;
	color: #4a0d75;
	font-weight: 700;
	background: url(../images/header_bullet.gif) no-repeat top left
}

#ContentHomeLeft ul, #ContentLeft ul {
	list-style: url(../images/bullet.gif);
}

#ContentHomeLeft li, #ContentLeft li {
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
}


#TopMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%
}

#TopMenu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none
}

#TopMenu li {
	display: inline;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style: none;
	text-align: left;
	float: left
}

#TopMenu li li {
	display: none
}

.BusinessLinks {
	display: none
}

.BusinessLink {
	display: none
}

#home a.home_nav, #about a.about_nav, #Contact a.contact_nav, #News a.news_nav, #BusinessLinks a.links_nav, #team a.team_nav {
	color: #cccccc;
}