html { 

	background-color:#020200;
}



a:link 
{
	color: #FFFFFF
	}

a:visited 
{
	color: #FF0000
	}

a:hover
{
	color: #FF0000
	}

a:active 
{
	color: #0000FF
	}


#title {
    
	align:left;
	font-family:georgia;
	font-weight:100;
	color:#fff;
	margin-bottom:1px;		
}

#title a {
	text-decoration:none;
	color: #999;
	
}

#title a:hover {
	color: #cccc99;
}

#ecsc
{
	font-family:georgia;
	font-style:italic;
	font-weight:100;
	color:#fff;
	font-size: 16px;
	align:left;
}

h2
{
	font-family:georgia, sans serif;
	color:#ccc;

}

body 
{
	font-family:verdana;
	font-size:.8em;
	padding:0px;
	margin:0px;
	color:#fff;
}

/*
body#process {
	background-color: black;
	color: white;
	}
*/

#frame 

{
		width:800px;
		margin-right:auto;
		margin-left:55px;
		padding:0px;		
		position:relative;
}


#top

{
text-decoration:none;
}

#nav
{
		position: absolute;
		right: 3px;
		top: 5px;
		margin: 0;
		padding:0;
}

#nav ul
{
		list-style-type:none;
		padding:0;
		margin:0;
} 

#nav li
{ 

		display:inline;
		font-size:120%;
		font-weight:500;
		padding-left: .5em;
}

#nav li a {
		font-family:georgia;
		font-weight:100;
		padding: 1px 2px 10px 1px; 
		color:#999;	
		font-size: 18px;
		text-decoration:none;
	}

#nav li a:hover, #nav li.selected a
{ 
		color:#fff;	
}

#frontpageintroflash {
	margin-bottom:20px;
}

#introitalic
{		
		float:left;
		padding-top:0px;
		color:#fff;
		font-family:georgia;
		font-style:italic;
		font-size: 110%;
		line-height:2em;
		letter-spacing:1px;
		font-weight:100;
		overflow: hidden;
	    width:300px;
		}
#intro
{		
		float:left;
		padding-top:0px;
		color:#fff;
		font-family:georgia;
		font-size: 100%;
		line-height:2.5em;
		letter-spacing:1px;
		font-weight:100;
		overflow: hidden;
	    width:300px;
		}

 

p.margin 
{
		margin: 0cm 0cm 5px 0cm
}
	

#center_col
{		
		float:left;
		margin-top:0px;
		padding-top:0px;
		color:#fff;
		font-family:georgia;
		font-size: 100%;
		line-height:2em;
		letter-spacing:1px;
		font-weight:100;
		overflow: hidden;
	    width:500px;
		}
		
#world {
	position:absolute;
	left:24px;
	top:121px;
	width:290px;
	height:150px;
	z-index:2;
}


#introcontent {
	position:relative;
	left:450px;
	top:40px;
	width:100px;
	height:750px;
	z-index:1;
}	
		
#introflash {
		float:right;
		margin:0;
		padding-top:19px;
}	


		
#mainfrontimage
{
	float: right;
	padding-top:12px;
}


/*base*/

#base
{
		background-color:#ccc;
		height:1px;
		margin:0;
		clear:both;
}


#cr
{
		
		clear:both;
		font-family:verdana, sans serif;
		font-size:.7em;
		font-weight:300;
		color:#fff;
		padding-top:10px;
		margin-left:0;
}



/*footer styles*/

#bsnav
{
		
		
		font-family:georgia;
		font-size:10px;
		font-weight:100;
		color:#fff;
		float:right;
		margin-top:-15px;
}


#bsnav ul
{
		list-style-type:none;
		padding:0;
		margin:0;
}

#bsnav li
{ 

		display:inline;
		font-size:120%;
		font-weight:500;
		padding-left: .5em;
}

#bsnav li a {
		font-family:tahoma; 
		text-decoration:none; 
		padding: 1px 2px 2px 1px; 
		color:#ccc;	
		font-weight:100;
	}

#bsnav li a:hover, #nav li.selected a
{ 
		color:#fff;	
}
 
 
 
 
/*About page formatting*/


#aboutpanel {
	position:absolute;
	left:456px;
	top:75px;
	width:340px;
	height:653px;
	z-index:1;
}


#aboutmain {	
		color:#323232;
		font-family:verdana, arial,san serif;
		font-size: 12px;
		line-height:24px;
		font-weight:500;
		width:400px;
		padding-bottom:10px;
}

/*services page formatting*/

#servicespanel {
	position:relative;
	left:0px;
	top:5px;
	width:800px;
	height:1300px;
	background-color:#FFF;
	background-image:url('images/fd.jpg');
	background-repeat: repeat-x
	
}

#servicestext
{
	width:300px;
	padding:40px 50px;
	font-family:georgia;
	font-style:italic;
	font-weight:100;
	color:#000;
	font-size: 14.5px;
	align:left;
}
#servicespanel1 {
	position:absolute;
	left:20px;
	top:30px;
	width:400px;
	height:1000px;
}

#servicestext1
{
	width:300px;
	padding:10px 420px;
	font-family:georgia;
	font-style:italic;
	font-weight:100;
	color:#000;
	font-size: 12px;
	
}


#content_title
{
color:#fff;
		}

.fieldset {
  width:400px;
  background-color:#ccc;
  }
  
.fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
  }

.fieldset .nobr {display:none;}  
.fieldset .textfield {
margin:3px;
height:20px;
width:300px;
}
.fieldset .textarea {
margin:3px;
height:165px;
width:300px;
}

.formbase {
height:25px;

}


#contactform input.submit {
   margin-top: 14px;
   margin-bottom: 10px;
}

#contact_errors {
   padding: 10px;
   background-color: #fcff00;
   font-size:14px;
   font-family: arial, sans-serif;
   width: 400px;
   border: 1px solid #737373;
}

#contact_errors h3 {
   margin-top: 0;
   margin-bottom: 0;
}

#contact_errors ul {
   margin-bottom: 5px;
}

#contact_errors strong {
   color: red;
}

#contact_thanks {
   padding: 10px;
   background-color: #ccc;
   font-size:16px;
   font-weight: bold;
   font-family: arial, sans-serif;
   width: 400px;
   border: 1px solid #737373;
   margin-bottom: 0;
}

#contactdetails
{
	left:900px;
	top:40px;
	width:100px;
	height:750px;
	color:#F00;
	
	}
