body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../../../../files/editor/image/template/header_background.png);
	background-repeat: repeat-x;
	background-color: #F6ECED;
	top: 0 !important;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 132px;
	z-index: 1;
}

#company_logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 132px;
	overflow: hidden;
	z-index: 2;
}

#social_icons {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 132px;
	z-index: 3;
	text-align: right;
}

#nav_bar_additional {
	position: absolute;
	top: 0px;
	left: 800px;
	width: 160px;
	height: 70px;
	z-index: 100;
	text-align: right;
}

#social_icons a {
	padding-left: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#content_shell {
	position: relative;
	top: 0px;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 15px;
	background-position: center bottom;
	background-image: url(../images/content_shadow.png);
	background-repeat: no-repeat;
	z-index: 4;
}

#content_container {
	position: relative;
	top: 0px;
	padding-bottom: 0px;
	width: 958px;
	text-align: left;
	border: 1px #E3C4CA solid;
	z-index: 5;
}

a:link {
	color: #561228;
	text-decoration:underline;
}

a:visited {
	color: #561228;
	text-decoration:none;
}

a:hover {
	color: #561228;
	text-decoration: none;
}

a:active {
	color: #561228;
	text-decoration:none;
}

img {
	border: 0px;
}

#sidebar {
	width:200px;
	float:right;
	padding:10px;
	color: #C14069;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

hr { border-top-color: rgb(211, 211, 211); border-right-color: rgb(211, 211, 211); border-bottom-color: rgb(211, 211, 211); border-left-color: rgb(211, 211, 211); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; 
}



/*End Design Layout*/

/*Begin Content*/

#content {
	min-height: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	background-color: white;
	color: #C14069;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	z-index: 6;
}

h1{
	color: #AC707C;
	font-size:33px;
	margin: 0px 0px 10px 0px;
}

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

h3{
	color: #AC707C;
	font-size:18px;
	font-variant: normal;
	margin: 5px 0px;
}

h4{
	color: #AC707C;
	font-size:16px;
	font-variant: normal;
	margin: 5px 0px;
}

h5{
	color: #AC707C;
	font-size:15px;
	font-variant: normal;
	margin: 5px 0px;
}

h6{
	color: #AC707C;
	font-size:14px;
	font-variant: normal;
	margin: 5px 0px;
}

/*End Content*/

/*Begin Nav*/
  
#navigation { height: 72px; margin-top: 0px; position: relative; z-index: 99;}
#navigation .shell { position: relative; height: 72px; }
#navigation ul.main { list-style-type: none; padding: 2px 0 0 25px; margin-top:15px; position: absolute; height: 30px; top: 3px; left: 0px; z-index: 100}
#navigation ul li { float: left; display: inline; padding-right: 18px; position: relative;  }
#navigation ul li a.nav_active { color: #FFF; }
#navigation ul li a { float: left; display: inline; line-height: 32px; color: #995860; font-family: Arial; font-size: 14px; text-transform: capitalize; text-decoration: none; text-shadow: 0 -1px 0 #000; }
#navigation ul li a:hover, #navigation ul li a.hover { text-decoration: none; color: #FFF; }
#navigation ul li .dd { position: absolute; top: 30px; left: -5px; width: 170px; background-color: #561228; display: none; }
#navigation ul li .dd ul { list-style-type: none; margin:0; padding: 5px 0 5px; border: 1px #26070B solid;}
#navigation ul li .dd ul li { float: none; display: block; padding: 0; height: 100%; }
#navigation ul li .dd ul li a { float: none; display: block; line-height: 21px; padding-left: 7px; }

.nolink {
	cursor: default;
}
  
/*End Nav*/

/*Begin Forms*/

.venue_cms_form_required {
	color: red;
}

.sc_table_form {
	margin: auto;
	padding: 2px;
}

.sc_table_tr_td_label_form {
	text-align:right;
	width: 40%;
}

.sc_table_tr_td_value_form {
	text-align:left;
	width: 60%;
}

.sc_form_required{
	color: #FF0000;
	float: right;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 400px;
} 

.sc_form_textarea{
	width: 400px;
}

.sc_form_separator_label{
	font-weight: bold;
	width: 100%
} 

.sc_form_separator{
	height: 1px;
} 

#sc_form_textbox_address_street {
	width: 200px;
}

#sc_form_textbox_city {
	width: 160px;
}

#sc_form_textbox_State {
	width: 40px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

/*End Forms*/

/*Footer*/
#footer {
	width: 960px;
	min-height: 16px;
	text-align:center;
	color: #C14069;
	font-family: Arial;
	font-size: 9px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
}