/* @override http://www.liverpool-anglican-chaplaincy.org/ndxz-studio/site/sample/style.css */

/* @override http://www.liverpool-anglican-chaplaincy.org/ndxz-studio/site/sample/style.css */
/* @override http://www.liverpool-anglican-chaplaincy.org/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 {
	
}
body.section-2 {
}
body.section-3 { 

}
body.section-4 {

}

div#bodytext {
		width: 600px;
}

div#bodytext {
		width: 600px;
		
}


div.block {
	background: white;
	padding: 10px;
}

#bodytext div.list p {
	padding: 1em;
}

#bodytext div.list p a {
	color: #014386;
	font-weight: bold;
	
}

#bodytext div.block a {
	color: #014386;
	
}

#bodytext div.block a:hover {
	color: #00AEEF;
	text-decoration: none;
}

}


#bodytext div.list p a:hover {
	color: #00AEEF;
	text-decoration: none;
}


#bodytext p {
	margin-bottom: 1em;
	background: white;
}

#bodytext h3 {
	background: #014386;
	color: white;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

div.hometext {
	width: 740px;
	background: #014386 url(/ndxz-studio/site/sample/images/logobar.gif) no-repeat bottom center;
	padding: 1em 1em 80px 1em;
	color: white;
	
}

#bodytext div.block img {
	margin-left: 200px;
	border: 1px dotted #00AEEF;
}

div#map {
	background: white;
	display: block;
	padding: 2em;
	width: 425px;
}



a:link { text-decoration: none; color: white; }
a:active { text-decoration: none; color: white;}
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline; }

#content div.container h3 a {
	color: white;
	
}

a img { border: 1px dotted #00AEEF; 
		padding:  5px;
		margin: 10px;
}

#img-container a {
	}

#menu {
    width: 160px;
	height: 90%;
    overflow: auto;
	bottom: 0;
	left: 0;
	top: 0;
    position: fixed;
	background: #00AEEF url(/ndxz-studio/site/sample/images/menubackground.gif) no-repeat top center;
	background-position: top center;
	padding: 10px 10px 10px 10px;
	margin:  2em 0 3.4em 3em;

}

#menu div.container {
	margin-top:  180px;
}


#menu div.container p img {
	float: left;
	padding-bottom: 2em;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 7px;
}

#menu ul li.section-title {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	margin-bottom: 7px;
	
}

#menu div.container ul li a {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: white;	
	margin: 3px 0 3px 0;
	border-bottom: 1px dotted white;
}

#menu div.container ul li {
		margin: 3px 0 3px 0;

	
}

#menu div.container ul li a:hover {
	color:  #014386;
	text-decoration: none;
}

#content {
    margin: 0 0 0 0;
    top: 0;

}

#content div.container {
	height: 90%;
	margin: 2em 150px 0 250px;

}

div#home {
	position: fixed;
	width: 75%;
	height: 90%;
	margin: 0 120px 0 0;
	background: url(/images/home-text.png) no-repeat bottom right;

	
	
}

div#footer {
	position: absolute;
	bottom: 12px;
	font-size: 10px;
	padding-left: 7px;
	
}



p {
    padding: 0;
    font-size: 13px;
    font-family: sans-serif;
    color: #333;
    /*background: #333;*/
}

#menu div.container p {
	background: transparent;
	padding: 0;
	margin: 0;
	
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 20px; width: auto; background: white;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
