/*******MAIN SITEWIDE COMPONENTS*********/

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}

.page {
	text-align: center;
	background-color: #666;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 10px solid #000;
	background-color: #FFF;
}

#nav_header { /* Table containing header, logo, slogan, slideshow, and navbar */
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#header {
	vertical-align: top;
	background-image: url("assets/header.png");
	background-repeat: no-repeat;
}

#logo {
	text-decoration: none;
}

a:link {
	color:#000;
}      /* unvisited link */

a:visited {
	color:#000;
	
}  /* visited link */
a:hover {
	color:#666;
	text-decoration:underline;
}




/**********NAVBAR*********/

.navbar_text a:link { /* navbar unvisited link */
	color:#FFF;
	text-decoration:none;
}

.navbar_text a:visited { /* navbar visited link */
	color:#FFF;
	text-decoration:none;
}  

.navbar_text a:hover { /* hover a link on navbar*/
	color:#FFF;
	text-decoration:underline overline;
}  

.navbar_text { /* non-activated links in navbar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background-color: #000;
}

.navbar_text_on { /* Activated links in navbar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline overline;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;

}

/******CLASSES******/

.small_header1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.footer {
	color: #000;
	text-align: center;
}
.black_centered_small_text {
	color: #000;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
}

.centered_normal_text {
	text-align: center;
}
#home_announce {
	color: #FFF;
	background-color: #606060;
	text-align: center;
	font-size: 18px;
}

#home_announce a:link {
	color:#FFF;
}      /* unvisited link */

#home_announce a:visited {
	color:#FFF;
	
}  /* visited link */
#home_announce a:hover {
	color:#AAA;
	text-decoration:underline;
}


/***** ID's ******/
/* Most ID's are the same, they are simply in place to allow for easy customization without affecting other sections of the site */

#flash_header {
	color: #fff;
}

#home_top_section {
	color: #000;
	text-align: center;
	vertical-align: middle;
}
#home_lower_section {
	text-decoration: none;
	text-align: center;
}

#pricing_section1 {
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
}

#pricing_section2 {
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

#pricing_section3 {
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#contact_form_section {
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#ok {
	text-align: center;
	vertical-align: middle;
}

#links_upper_section {
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#links_weddingwire_section {
	text-align: right;
	vertical-align: middle;
	padding-right: 50px;
}
#links_mypartyplanner_section {
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
}
#links_relayforlife_section {
	text-align: center;
	vertical-align: middle;
}

#sample_section1 {
	color: #000;
	text-align: center;
	vertical-align: middle;
}
#sample_horizontal_section {
	text-align: center;
	vertical-align: middle;
}
#sample_retro_section {
	text-align: center;
	vertical-align: middle;
}
#sample_vertical_section {
	text-align: center;
	vertical-align: middle;
}
#sample_lower_text {
	text-align: center;
	vertical-align: middle;
}

#questionnaire_table_section {
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#questionnaire_table_section td {
	color: #000;
	text-align: left;
	vertical-align: top;
}
