@charset "UTF-8";
/* CSS Document */

/*  LeegerArch.css by Mark McManus - http: www.ewwebstudio.com  */
			   /*  Copyright (c) 2010 EW Web Studio  */
			   
			   

/* === Leeger Arch Global Styles === */

body {
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left : 0 0 0 0;
	scrollbar-face-color:#000;
    scrollbar-shadow-color:#999;
    scrollbar-highlight-color:#CCC;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#130919;
    scrollbar-track-color:#333;
    scrollbar-arrow-color:#666;
}

body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt; 
	color: #D0D0D0;

}

#header {
	background-image: url(leegerarch_header.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	height:100px;
	margin-top: 10px;
}

#body {
	background-image: url(leegerarch_body.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 350px; 
	color: #000;
	
	
}

#footer {
	background-image: url(leegerarch_footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 50px;
}

a:focus {
    outline: none;
}

/* === NavBar === */

.navbar {
	text-align: center;
	text-decoration: none;
	color: #CCC;
	vertical-align: bottom;
}

.navbar a {
	text-decoration: none;
	border: none;
	color: #CCC;
	padding: 0 10px 0 10px;
}

.navbar a:hover {
	color: #FFF;
	border: none;
}

.navbar a.current {
	height: 30px;
	color: #FFF;
	border: none;
}

.navbar a.current:hover {
	cursor: default;
	border: none;
}

.navbar a.current:active {
	border: none;
}

/* === Home Page === */

.homeImageDM {
	float: left;
	margin-left: 10px;
}

.homeImageSF {
	float: right;
	margin-right: 10px;
}

.homeText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	margin-top: 40px;
}
	
.homeTextNum {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
}

.flashLeft {
	margin-left: 55px;
}

.flashRight {
	margin-right: 55px;
}

/* === Profile Page === */

.profileLinks ul li {
	text-align: left;
	text-decoration: none;
	color: #CCC;
	list-style: square;
	
}

.profileLinks ul li a {
	text-decoration: none;
	border: none;
	color: #CCC;
	padding: 0 10px 0 10px;
}

.profileLinks ul li a:hover {
	color: #FFF;
	border: none;
}

.profileLinks ul li a.current {
	height: 30px;
	color: #FFF;
	border: none;
}

.profileLinks ul li a.current:hover {
	cursor: default;
	border: none;
}

.profileLinks ul li a.current:active {
	border: none;
}

/* === Principal Kit Leeger Page === */

.principalText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align: justify;
	margin: 15px 10px 0px 0px;
}

.memberships {
	text-align: center;
	vertical-align:top;
	margin-top: 0px;
}


/* === Philosophy Page === */

.philosophyTextBox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	text-align: left;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 20px;
	padding-right: 10px;
}

/* === Services Page === */

.servicesText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size:14px;
	margin-left: 15px;
	margin-right:10px;
	margin-top: 10px;
	padding-right:10px;
}

/* === Gallery Page / Flash === */

.galleryFlash {
	margin-top: 40px;
}

/* === Gallery Page / Styles === */

.image1 {
	float:left;
	text-align:left;
	margin-right: 600px;
}		

.gallerybg {
	background-image:url(gallerybg.png);
	background-repeat:no-repeat;
	height: 400px;
	width:1000;
}


/* === Contact Page === */

.contactPage {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

.contactNum {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

.contactLinks {
	text-align: center;
	text-decoration: none;
	color: #CCC;
	
}

.contactLinks a {
	text-decoration: none;
	border: none;
	color: #CCC;
	padding: 0 10px 0 10px;
}

.contactLinks a:hover {
	color: #FFF;
	border: none;
}
	
/* === Footer Specs === */

.footer {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	text-align:center;
	padding-top: 130px;
}

.footerGallery {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	text-align:center;
	padding-top: 90px;
	background-image:url(gallerybg1.png);
	background-repeat:no-repeat;
}

.ewFooter {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 8.5px;
	text-align: center;
	padding-top: 10px;
	border:none;
}

.ewFooter a {
	color:#999;
	text-decoration:none;
	border: none;
}

.ewFooter a:hover {
	color: #999;
	text-decoration:none;
	border: none;
}

.ewFooter a:active {
	color:#999;
	text-decoration:none;
	border:none;
}
	

/* Temp page / Delete Once Published */

.tempPage {
	font:Verdana, Geneva, sans-serif;
	font-size:1px;
	color:#000;
}

.tempPage a {
	color:#000
}

.tempPage a:hover {
	color:#000;
}

.tempPage a:active {
	color:#000;
}


/*=== Gallery - Styles */

a.rollover1RowLeft img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 80px;
	text-decoration:none;
	
}

a.rollover1RowLeft:hover > img {
	height: 225px;
	width: 300px;
	border:none;
	cursor: pointer;
	position:absolute;
	background: none;
	display: block;
}

a.rollover1RowCenter img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 80px;
	text-decoration:none;

}

a.rollover1RowCenter:hover > img {
	height: 300px;
	width:225px;
	border:none;
	cursor:pointer;
	position:absolute;
	background:none;
	display: block;
}

a.rollover1RowCenter2 img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 80px;
	text-decoration:none;

}

a.rollover1RowCenter2:hover > img {
	height: 225px;
	width:300px;
	border:none;
	cursor:pointer;
	position:absolute;
	background:none;
	display: block;
}

a.rollover1RowRight img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 90px;
	margin-right: 0px;
	margin-top: 80px;
	text-decoration:none;
}

a.rollover1RowRight:hover > img {
	height: 225px;
	width:300px;
	border:none;
	cursor:pointer;
	position:absolute;
	background:none;
	display: block;
}


a.rollover2RowLeft img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 0px;
	margin-right: 150px;
	margin-top: 40px;
	text-decoration:none;
	vertical-align:bottom;
	padding-right:px;
}

a.rollover2RowLeft:hover > img {
	height: 225px;
	width: 300px;
	border:none;
	cursor:pointer;
	position:absolute;
	background:none;
	display: block;
	
}

a.rollover2RowRight img {
	width: 100px;
	height: 100px;
	border:none;
	margin-left: 0px;
	margin-right: 180px;
	margin-top: 40px;
	text-decoration:none;
	vertical-align:bottom;
	background-color: none;
	
}

a.rollover2RowRight:hover > img {
	height: 225px;
	width: 300px;
	border:none;
	cursor:pointer;
	position:absolute;
	background:none;
	display: block;
	
}

#homeLeft {
  width: 315px;
  height: 215px;
  margin-top:10px;
  }
  
#homeRight {
  width: 315px;
  height: 215px;
  margin-top:10px;
  }
