/* Example site format
Author:	Andy Waschick
Version:	2007.12.15  */

/* Gestalt system required CSS definitions */
@import url("gestalt.css");  

body, html  {
	margin: 0px; 
	padding: 0px;
	background-image: url('/templates/rbf-temple-v2/style-basic/images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fff; 	
	color: #444; 
	font-family: arial, helvetica, sans-serif; 
	}

#page {
	position: relative;
	margin: 0 auto;
	width: 957px;
	top: 50px; 
	}
	
	#banner {
		height: 180px;
		width: 100%;
		position: absolute;
		margin-top: 173px;
		background-color: #d0d1cf;
		}

	#wrapper {
		margin: 0px; 
		padding: 0px; 
		font-size: 12px; 
		width:957px; 
		}
		
		#main {
			text-align: left; 
			/* padding: 25px;
			border: 1px solid #ccc;  */
			}
			
			#main #logo img {
				margin-left: 100px;
				}
		
			#main #navigation {
				margin-top: -35px;
				margin-bottom: 30px;
				padding-right: 34px;
				margin-left:-57px;
				}
			
			#main #homepagebanner img {
					margin-left: 21px;
					margin-top: 2px;
					}
			
				#main #homepagebanner #linktext {
					font-size: 15px;
					line-height: 14px;
					margin-left: 735px;
					margin-top: 2px;
					position: absolute; 
					z-index: 15; 
					}
			
				#main #homepagebanner #linktext a {
					/* color: #2e3192; */
					color: #ffffff;
					text-decoration: none;
					}
					
				#main #homepagebanner #slideshow {
					top: -18px; 
					}
		
			#main #content {
				color: #666; 
				line-height: 20px; 
				}
				
				#main #content h1 {
					font-size: 17px; 
					}
					
				#main #content p {
					margin-bottom: 20px; 
					}
			
			#social {
				margin-left: 860px;
				}
			
			#main #footer {
				background-color: #aecc36;
				height: 50px;
				width: 916px;
				margin-left: 21px;
				margin-right: auto;
				}

.blue-header {
	color: #0d728b;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 20pt;
	font-weight: lighter;
	}
	
.blue-link {
	color: #0e7f9b;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	}
	
	.blue-link a {
		text-decoration: none;
		color: #0e7f9b;
	}

.container-tools {
	border: 1px solid #ddd; 
	background-color: #eee; 
	font-size: 11px !important; 
	padding: 3px; 
	margin: 3px; 
	}
	
.container-preview {
	border: 1px solid #ddd !important; 
	background-color: #e8cece; 
	font-size: 11px !important; 
	padding: 3px; 
	margin: 3px; 
	}
					
					