﻿body
{
    margin: 0px;
    padding: 0px;
    text-align: justify; 
    color:#DED5AF;
    background-image: url('Images/BackgroundCross.jpg');
    background-repeat: repeat;
    background-position:center;
    font-size: 100.01%;
    font-family:  Arial, Helvetica, sans-serif;
    overflow: -moz-scrollbars-vertical;   
    
}

p {
	margin:0px 0px 6px 0px;
	padding: 0 0 0 0;
	line-height: 135%;
}
table
{
    font-size: 1em !important;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    text-align:left;
}
table input
{
    font-size:1em;
}
table select
{
    font-size:1em;
}

.caption_text {
	font-size:.9em;
/*	font-style:italic;  */
}

.testimonial_div {
/*	border:2px #231F20 solid; */
	clear:both;
	margin-top:15px;
	background-color:#231F20;

}

div.spacedlist li{
	margin-top:.5em;
	
}
form
{
    margin: 0;
    padding: 0;
}
#content select
{
    font-size: 1em;
}
#content input
{
    font-size: 1em;
}
.center_text {
	text-align: center;
}
img
{
	border: none;
	float: left;
	margin-bottom:5px;
	/* margin-right:5px; */
}

.image_left {
	
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	clear:none;
}

.image_right {
	
	margin-left: 5px;
	float:right;
	margin-bottom: 5px;
	clear:none;

}

.image_bottom {
	
	margin-left: 5px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;

	clear: both;
}


.image_space_bottom {
	margin: 0px 0px 5px 0px;
}



a:link
{
    color: #DEB406;
    text-decoration: underline;
    padding:0;
}

a:visited {
	color: #DEB406;

    text-decoration: none;
    padding:0 ;

}


a:hover
{
    color: #000000;
    background-color: #DEB406;
    padding:0;
}

a:active
{
    text-decoration: none;

}



form
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

/* HEADLINES */

h1 
{
	margin:0px 0px 10px 0px;
	padding:0px;
    color: #DED5AF;
    font-size: 1.5em;

}

h2 
{
	margin:0px 0px 6px 0px;
	padding:0px;
}


h3
{
    margin:5px 0 5px 0;
    color: #DED5AF;
    font-size: 1.5em;
    text-align: left;
    font-weight:lighter;
    font-family:  Arial, Helvetica, sans-serif;
    /* border-bottom: solid 2px #4776BD; */
}

h4
{
    margin:5px 0 5px 0;
    color: #DED5AF;
    font-size: 1.25em;
    text-align: left;
    font-weight:lighter; 
    font-family:  Arial, Helvetica, sans-serif;
    /* border-bottom: solid 2px #4776BD; */
}


/* Hides from IE-mac \*/
* html .floatform
{
    height: 1%;
}
* html .clear
{
    height: 1%;
}
.floatform
{
    display: block;
}
.clear
{
    display: block;
}
/* End hide from IE-mac */

br.cl
{
    clear: both;
}


/*PAGE SETUP*/

/*
#wrapper
{
    width: 905px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 0.71em !important;
}
*/

/* SUBSTITUTED 'CONTAINER' FOR 'WRAPPER' */
#container {
	background-color: black; 
/*	position:absolute;  THIS TECHNIQUE DOES NOT ALLOW SMALL SCREENS (EG. IPHONE) TO SEE NAVIGATION ON LEFT
	left:50%;
	width:762px;
	margin-left:-381px; */
	
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:black;
	
    font-size: 0.78em !important;  /* borrowed from 'wrapper' */
	padding: 0;                    /* borrowed from 'wrapper' */
    text-align: justify;           /* borrowed from 'wrapper' */

    margin-top: 0;
	z-index: 1;
}



#content
{
	margin: 0 0 1em 25px;
	padding:0px;
	width: 910px;
	height: auto;

/*	clear: none;  */
	line-height: 130%;
} 

#animation {
	float:right;
	margin:0 0 10px 25px;
	padding:0;
}

#header 
{
	padding: 25px 25px 25px 25px;
	margin:0;
	height:114px;
}

#footer 
{
    clear: both;
    margin: 0;
    padding: 15px 0px 15px 0px;
    width: 960px;
    height:2em;
    /* color:black; */
    text-align: center;
}

/*#footer a {
	color:white;
}*/

a.foot:link {
	color: white;
	background-color: #6AA528;
}
a.foot:visited {
	color: white;
	background-color: #6AA528;
}

a.foot:hover {
	color: #6AA528;
	background-color: white;
}

ul {
	list-style-image:url('Images2/arefbul3.gif');

}

ul ul {
	list-style-image:url('Images2/arefbul4.gif');

}


#navcontainer ul
{
padding: 0.2em 0 0 0;
margin: 0 0 25px 25px;
background-color: #DEB406;
color: black;
float: left;
width: 910px;
height: 1.45em;
text-align:center;
font-size:.9em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0 1em;
background-color: #DEB406;
color: black;
text-decoration: none;
/* float: left; */
border-right: 1px solid black;
border-left-width:0px;
margin:0px;
}

#navcontainer ul li a:hover
{
background-color: #E7CD63;
color: black;
/*margin-left:-1px;*/
}
