/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(/inc/templates/current/raleighwoodmovies/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#logo {
	position: relative;
	margin: auto;
	width: 800px;
}

#social_container {
	width: 750px;
	height: 20px;
	margin: auto;
}

#ticker {
	width: 725px;
	height: 20px;
	margin: 0px;
	float: right;
}

#facebook {
	width: 19px;
	height: 20px;
	margin: 0px;
}

hr{
	color: #F6CD52;
	background-color: #F6CD52;
	height: 1px;
	border: none;
}

.vc_marquee {
	font-size: 16px;
}

/*********************** SCROLLERS ***********************/
.root     {
    position: relative;
	top: 5px;
    height: 450px;
    width: 760px;
    margin: auto;
    }

.thumb     {
    position:   absolute;
    height:     22px;
    width:      100px;
    left:       10px;
	cursor: pointer;
    }
	
.troth     {
	position:   absolute;
	left:       10px;
	background-image: url(/inc/templates/current/raleighwoodmovies/images/troth.gif);
	background-repeat: repeat-y;
    }
	
.up, .dn   {
    position: absolute;
    left: 10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border: 0;
    }
.scrollContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 450px;
	overflow: auto;
	padding: 3px;
	background-color: #008C8C;
    }
.scrollContent { 
    position: absolute; 
    left: 0px; 
    top: 0px;
	padding:5px;
    }

/*End Design Layout*/
/*Begin Nav*/
a {
	color: #F6CD52;
	text-decoration: underline;
  }
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*End Nav*/
/*Begin Content*/

#content {
	background-color:#008C8C;
	width: 720px;
	margin: auto;
	top: 200px;
}

img{
	border-width:0px;
}
h1{
	color:#FFFFFF;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#FFFFFF;
	font-size:15px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#FFFFFF;
	font-size:14px;
	font-variant: normal;
	padding-right: 5px;
}

/*End Content*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 25px;
	border: 1px #B5B9B0 solid;
}

.sc_form_required{
	color: #F6CD52;
	display:inline;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_State {
	width: 100px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Comments {
width: 300px;
height:50px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	position: relative;
	top: -30px;
	width: 760px;
	margin: auto;
	font-size:10px;
	text-align:center;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration:none
}

