/* By Kerrin McLaughlin for The Wall */




body {
	background-image: url(../images/bg2.png), url(../images/bg1.png);
	background-repeat: repeat-y, repeat;
	background-position: top;
	background-padding-left: 20px, 0px;

width: 100%;
	   height:100%;

		font-family: "Mission Gothic","georgia";



}

#container {
   min-height:100%;
   min-width: 	900px;
   position:relative;
overflow:hidden;	

}
#container {
   height:100%;
}

#body {
   padding:10px;
   padding-bottom:0px;   
}


/*red main header */
h1 {font-family: "Neuton Cursive", Georgia; color: #981414; font-size: 42px;
padding-left:10px;}

/* white/italicized medium sized header */
h2 { font-family: "Mission Gothic Italic", georgia; color: #fff; font-size: 24px;}

/*white intalicized smaller footer header */
h3 { font-family: "Mission Gothic Italic", georgia; color: #fff; font-size: 12pt;
letter-spacing: 2px; padding:20px;}

b {

font-family: "Mission Gothic"; color: #7f1515 ;

}

a {
text-decoration: none;
font-family: "Mission Gothic Italic";
color:#0093a9;
font-weight: bold;

}




/* Header
===================
*/

#header {
background-color: #151515;
height: 120px;
top:-20px;

	min-width: 900px;
border-bottom:1px solid #fff;
margin-bottom: 20px;
padding-bottom: 20px

}



#logo {
position:absolute;
top:5px;
left:80px;

}

/*Main 
=====================
*/

p {text-indent:50px;}



  #content {

	width: 1011px;

	margin: auto;
	padding-bottom: 10px;
padding-right:40px;
	padding-left: 10px;
	padding-top: 10px;
	


}



/* USE <div class="half"></div> for the text to take up half the page
and "full" for it to take up the whole page */


#content .half {width: 500px; margin-left: 40px;}
#content .full {width:960px; margin-left: 40px;}

 .box {width:400px; 
	background-color: #0093a9; 
	color: #fff; min-height:100px;
	padding:20px;
	text-align: center;
margin: 20px;
float:right


}

/* Navigation
=======================
*/

#nav {
position:absolute;
top:70px;
left:380px;
	width:60%;
		min-width: 400px;
height:12px;
background-color:#7f1515;
}


 #navtext {top:58px; left: 400px; width:100%; position:absolute;


 }

.nav {font-family: "Mission Gothic Italic", georgia;
font-size: 20pt;
color: #fff;
padding-right:50px;
text-decoration: none;
letter-spacing: 1px;
}








.homeabout {
position: absolute;
top:70px;
left: 380px;
width:110px;
height: 12px;
background-color: #0093a9;
   transition: all 2s, transform 2s;

-moz-transition: all 2s, -moz-transform 2s;

-webkit-transition: all 2s, -webkit-transform 2s;

-o-transition: all 2s, -o-transform 2s;


}




/* Footer 
=======================
*/	


#footer {
	background-color: #151515;
	border-top: 1px solid #fff;
   bottom:0;
  
   	min-width: 900px;
	min-height: 400px;

	clear:both;




	}


	about, contact, social {
position: relative;

float: left;
padding-left:150px;
width:250px;
	}
contact { 
width:150px;

}
about {

padding-left:0px;
}


.footertext {

color:#fff;
font-size: 11pt;


padding-bottom: 50px;
padding-left:20%;

}

.footerblue, blue {
font-family: "Mission Gothic"; color: #0093a9 ;
text-decoration: none;
font-weight: normal;

}

.socialicon {
padding-left:4px;


}








