/*GLOBAL SETTING FOR THE SITE*/

/*Main Color Codes*/
/*
offwhite/ bone 	#c1b5d6
purple       	#343467
blue			#006699
taupe			#a39478
Gold Tan		#c98536
dark gray		#333333
*/

*{
margin:0;
padding:0;
border-color:#a39478;
font-family:Rockwell, Bookman,'URW Bookman L','Bookman Old Style',serif;
list-style-type:none;
}

body{
background-color: #000C24;
background-image: url(../img/source/backgroundImage.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
}

img {
border:0;
}

br {
}

hr{
width:60%;
margin: 0 auto 0 auto;
color:#583c32;
}

/*MAIN DIV STYLE SETTINGS FOR LAYOUT*/


#outterwrapper{
width:928px;
margin-left:50px;
margin-top:20px;
margin-bottom:20px;
background-image: url(../img/source/headerlogo.png);
background-repeat:no-repeat;
}

/*#container{
width: ;
height:;
margin:;
padding:;
float:;
clear:;
background-color:;
background-image: ;
background-repeat:;
background-attachment:;
background-position:;
border:;
}*/

#header{
width:800px ;
height:200px;
float: left;
clear: left;
}



.phoneNum {
margin: 0 0px 0 0px;
padding:5px 0px 5px 5px;
background-color: #006699;
color:#FFFFFF;
}

#content{
width:920px;
background-image:url(../img/source/flipCog.png);
background-repeat:no-repeat;
background-position:right top;
}

.menu{
width: 460px;
margin:-100px 170px 0 0;
padding: 0 20px 0 20px;
float: right;
background-image: url(../img/source/repeatCog.png) ;
background-repeat:  repeat-y;
background-position:right top;
}

#footer{
margin:0 0 0 0;
padding:30px 170px 10px 250px;
clear: both;
text-align:center;
}

/*THESE ARE TO ADD STYLE ELEMENT TO FEATURE ITEMS AND LIST ETC*/

.spaceTop{
width:225px;
height:90px;
margin:0;
padding:0;
background-image: url(../img/source/leftColumnBgTop.png);
background-repeat: no-repeat;
}

.spaceBottom{
width:225px;
height:130px;
margin:0;
padding:0;
background-image: url(../img/source/leftColumnBgBottom.png);
background-repeat: no-repeat;
}

/*This is a wrapper for right colun*/

.rightColWrapper{
width: 200px;
float: right;
margin: 0 0 10px 0px;
}




/*NAVIGATION LINK STYLES FOR MAIN NAVIGATION*/

#hornavlist{
max-width: 928px;
margin: 0px 100px 0 0px;
padding:5px 5px 5px 5px;
float: right;
clear:left;
background-image: url(../img/source/transparentLight.png);
background-repeat: repeat;
text-align: right;
}

#navCol{
width:225px;
margin:0;
padding:0px;
float:left;
clear: none;
font-family:Rockwell, Bookman,'URW Bookman L','Bookman Old Style',serif;
}

#navcontainer { 
margin:0;
width:145px;
padding:0 10px 0 70px;
background-image:  url(../img/source/leftColumnBG.png);
text-align:center;
}

.navcontainerSub{
}

/*Form For Map and Other Style elemets related to map*/

#frmholder{
margin:0 0 0 0px;
}

#dirholder {
width:550px; 
float:left; 
clear:left; 
margin-top: 20px; 
margin-bottom: 20px; 
margin-left:20px;
}

#mapholder {
width:550px; 
height:500px; 
float:left; 
clear:left; 
margin-top:20px; 
margin-bottom: 20px; 
margin-left: 20px;
}

.formNavBox{
float:right;
clear:none;
width:200px;
}
/*-------------------------------------------------------------------------This is the Form Stlye Area*/

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

input
{
color: #2E3A50 ;
background: #DDE3E8;
border: 1px solid #781351;
margin:5px 0 5px 0;
}

.submit
{
color: #000;
}

select{
color: #2E3A50;
background: #DDE3E8;
border: 1px solid #781351;
margin:5px 0 5px 0;}

textarea{
color: #2E3A50;
background: #DDE3E8;
border: 1px solid #781351;
margin:5px 0 5px 0;}

fieldset
{
border: 1px solid #781351;
padding:10px;
margin:10px 0 10px 10px;
}

legend
{
color: #DDE3E8;
background:  #2E3A50;
border: 1px solid #781351;
padding: 2px 6px;
} 
