@charset "utf-8";
/* CSS Document */
/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#ddd9ec;
}

h1 {
  font-size: 2.4em;
  font-weight: 900;
  font-style:italic;
  color:#FFF;
}

h2 {
 
  font-size: 1.9em;
  font-family:Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style:normal;
  color:#530e59;
  text-align:center;
}

h3 {
	font-size: 1.6em;
  font-weight: 900;
  font-family:"Arial Black", Gadget, sans-serif;
  color:#530e59;
  text-align:center;
}

h4{
	font-size: 1.6em;
  font-family:Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style:normal;
  color:#530e59;
  text-align:center;
}
	
a {
	color:#530e59;
	text-decoration:none;
}

p, li {
  font-size: 1.4em;
}

.sidetext{
	font-size: 1.1em;
	 color:#530e59;
	 margin-left: 20px;
	 margin-right: 10px;
	 text-align:center;
}


.sidelink{
	margin-left: 20px;
	margin-right: 10px;
	font-size: 1.2em;
	text-align:center;
}

.sidelink a{
	text-decoration:underline;
	color:#530e59;
}



.sidelink a:visited{
	text-decoration:none;
	color:#986f9c;
}
.sidelink a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#530e59;
}
.footertext{
	color:#CC99CC;
	font-size:1.1em;
	text-align:justify;
}

.footerlink{
	color:#CC99CC;
	font-size: 1.1em;
	text-align:center;
	margin-bottom:-10px;
}

.footerlink a{
	text-decoration:none;
	color:#CC99CC;
}

.contentlink a{
	color:#530e59;
	text-decoration:underline;
}

.contentlink a:visited{
	color:#530e59;
}
.contentlink a:hover{
	color:#CC99CC;
	text-decoration:underline;
	font-weight:bold;

}
	
h1, h2,h3, p {
  margin: 1em 0;
  margin-bottom:0;
}

#branding h1 {
  margin: 0 0;
  padding:0 0;
}
#h1 {
  margin: 0;
}

#logo {
	float:left;
	width:900px;
  	height: 180px;
 	background:#530e59;
 	padding: 0px;
	margin: 0px;
	margin-top:-17px;
	vertical-align:top;
	background:#530e59 url(./../images/scions.jpg) no-repeat left center; 
}


#branding {
	float:left;
	width:900px;
	height: 140px;
	background:#530e59 url(./../images/header_front.gif) no-repeat left center; 
	padding: 0px;
	margin-top: -17px;
}
#branding a {
	display:block;
	float:left;
	width:250px;
	height: 140px;
	
	padding: 0px;
}

#mainNav {
  list-style: none;
}

#footer {
  background-color:#530e59;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 900px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff;
}


#content { 
  text-align:justify;
  width: 580px;
  float: left;
  color:#530e59;
  padding-left: 2em;
}

#mainNav { 
  
  width: 300px; 
  float: right; 
} 

#footer { 
  clear: both; 
}


/* Add some padding
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav h3{
	 background:url(../images/nav-bg-fixed_3.gif) no-repeat left top;
	 padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

#mainNav h3.bgnone{
	background:none;
	margin-top:0;
	padding-top:0;
}

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}

.map{
	background:url(../images/grop.jpg) no-repeat;
	width: 240px;
	height: 301px;
	margin:0;
	padding:0;
	margin-left:20px;
	padding-left:10px;
	
}

.fr500{
	
	background:url(../images/entrep_ban1.gif) center right no-repeat ;
	width: 200px;
	height: 70px; 
	margin:0;
	padding:0;
	padding-left:60px;
	
}

.fr500 a{
	display:block;
	width: 250px;
	height: 87px; 

}

.jus{
	text-align:justify;
	}

.cleaner{
	clear:both;
}

	

