﻿/* hide from ie on mac \*/
* html #wrapper {
	height: 1%;
}
#flashobj {
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-left: auto; 
	margin-right: auto;
}
/* end hide */

* { margin: 0; padding: 0; }
body { 
	height: 100%;
	background-color: #000000;

	background-position: right 0px;
	background-repeat: no-repeat;
	font-size: 80%;
}
#body-home {
	background-image: url('images/background-home.jpg');
}
#body-services {
	background-image: url('images/background-services.jpg');
}
#body-about {
	background-image: url('images/background-about.jpg');
}
#body-contact {
	background-image: url('images/background-contact.jpg');
}
hr {color:#eeeeee; height:1px; border:0; background-color:#000000;}
p, li, h1, #navigation a {	font-family: Century Gothic, Geneva, Verdana, Arial, sans-serif; }
p { font-size: 1em; color: #cccccc; line-height: 23px; }
li {font-size: 1em; color: #cccccc; }
li.arrows
{
padding-left:18px;
background:url(bullet.gif) no-repeat 0 0.5em;
line-height: 23px;
margin-bottom: 10px;

}
h1 { font-size: 1em; font-weight: bold; color: #ffffff; margin-bottom: 10px; }
a { color: #cbb2c6; }
#subtext {
font-style:italic;
font-size:.9em;
}
#nav, #header, #copy {
	display: block;
}
#nav {
	width: 40em;
	margin: 50px 0px 0px 50px;
	min-height: 10px;
}
#header {
	margin: 75px 0px 0px 50px;
}
#copy {
	position: relative;
	left: 50px;
	width: 525px;
	margin-top: 50px;
}
#copy2 {
	position: relative;
	left: 50px;
	width: 720px;
	margin-top: 50px;
}
#copy-left 	{float:left; width:288px;} 
#copy-right {margin-left:300px; padding-left:15px; } 


/*//////////     Navigation     //////////*/

#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation a {
	display: block;
	font-size: 1.1em;
	color: #eeeeee;
	text-decoration: none;
}
#navigation a:hover {
	color: #cbb2c6;
}
#navigation li {
	float: left;
	margin-right: 3em;
	height: 20px;     /* this is to exted the hit-box down far enough to maintain a rollover state when moving down to sub-categories */
}
#navigation li ul {
	position: absolute;
	padding-top: 0px;     /* this cannot exceed the height of the li above or rollover state will be lost */
	width: 15em;
	font-size: .8em;
	line-height: 25px;     /* distance between each subcategory */
	left: -999em;
}
#navigation li:hover ul {
	left: auto;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
input.textbox {
background-color:#A38A9F;
font-family:Century Gothic, Geneva, Verdana, Arial, sans-serif;
color:#ffffff;
width:200px;
height:20px;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;


}
.textarea
{
background-color:#A38A9F;
font-family:Century Gothic, Geneva, Verdana, Arial, sans-serif;
color:#ffffff;
width:200px;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
}
#small
{
    font-family:Century Gothic, Geneva, Verdana, Arial, sans-serif;
    font-size:8pt;
    color:White;
    margin:0 0 0 0;
}
ol
{
    list-style-type:none;
    
    
}