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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-image:url(http://rvc4.com/images/bg_black.png);
	background-position:left top;
	background-repeat:repeat-x;
}

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

a:link {
	color:#00baff;
	text-decoration: none; 
}
	
a:active {
	color:#00baff;
	text-decoration: none;
}
	
a:visited {
	color:#00baff;
	text-decoration: none;
}
	
a:hover {
	color:#4c4c4c;
	text-decoration: none;
}

#logo {
	background:url(http://www.rvc4.com/images/rvc4_logo.png);
	background-position:0 -105px;
	width:152px;
	height:105px;
	float:left;
	text-indent: -9999px;
}
	
#logo:hover {
	background-position:0 0;
	text-indent: -9999px;
}

a img { border: none; }

#holder {
width:840px; /* this has nothing to do with the '911' event */
margin-left:auto;
margin-right:auto;
position:relative;
}

#menu {
    width: 180px;
    overflow: auto;
    height: 100%;
	float:left;
	margin:0 0 0 20px;
}

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

#menu ul li.section-title {
	font-weight:bold;
	}

#content {
    height: 100%;
	width:600px;
	float:right;
    margin: 0 20px 0 20px;
    padding: 0;
    top: 0;
}

.container {
    padding: 10px 10px 25px 10px;
}

#header_bar {
	width:840px;
	height:105px;
	background-color:black;
	text-align:left;
	padding:0 0 0 10px;
	line-height:40px;
}

p {
    margin: 0 0 9px 0;
}

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

#img-container		{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0; }

#once { clear: left; }

.top_nav {
	width:100px;
	height:22px;
	background-color:black;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:0 10px 0 0;
	line-height:20px;
}

#top_nav {
	width:800px;
	height:22px;
	margin:0 20px 20px 20px;
}

p.nav {
	color:white;
	height:22px;
	width:150px;
	background-color:black;
	text-align:center;
	font-weight:italic;
	margin:0 0 20px 0;
	line-height:20px;
}

#text-indent a {
	text-indent: -9999px;
}

#home_sweet_home {
width:180px;
height:150px;
text-indent:-9999px;
margin:0 10px 10px 0;
background:url(http://www.rvc4.com/images/home_sweet_home_t.png);
background-position: 0 0;
display:block;
}

#home_sweet_home:hover {
background-position: 0 -150px;
}

#loaves_fishes {
width:180px;
height:230px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/loaves_fishes_t.png);
background-position: 0 0;
display:block;
}

#loaves_fishes:hover {
background-position: 0 -230px;
}

#food_carts {
width:180px;
height:200px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/food_carts_t.png);
background-position: 0 0;
display:block;
}

#food_carts:hover {
background-position: 0 -200px;
}

#kpsu {
width:210px;
height:200px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/kpsu_t.png);
background-position: 0 0;
display:block;
}

#kpsu:hover {
background-position: 0 -200px;
}

#ecclesia {
width:210px;
height:130px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/ecclesia_t.png);
background-position: 0 0;
display:block;
}

#ecclesia:hover {
background-position: 0 -130px;
}

#time_travel {
width:210px;
height:250px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/time_travel_t.png);
background-position: 0 0;
display:block;
}

#time_travel:hover {
background-position: 0 -250px;
}

#pilgrimage {
width:180px;
height:150px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/pilgrimage_t.png);
background-position: 0 0;
display:block;
}

#pilgrimage:hover {
background-position: 0 -150px;
}

#last_page {
width:180px;
height:260px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/last_page_t.png);
background-position: 0 0;
display:block;
}

#last_page:hover {
background-position: 0 -260px;
}

#jazz {
width:180px;
height:170px;
text-indent:-9999px;
margin:0 10px 10px 0;
background: url(http://www.rvc4.com/images/jazz_t.png);
background-position: 0 0;
display:block;
}

#jazz:hover {
background-position: 0 -170px;
}

#column_1 {
width:190px;
float:left;
}

#column_2 {
width:220px;
float:left;
}

#column_3 {
width:190px;
float:right;
}

