/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2013
*/
/***********************************************/
/*Begin Design Layout*/
body {
	background:url(../images/background.jpg) repeat;
	/* background:#221D58; */
	margin:0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center;
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
	font-family: Arial,sans-serif;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1046px;
	height:355px;
	/* border-bottom:10px #662D91 solid; */
	background-color: #662D91;
}

#slogan {
	position: absolute;
	top:285px;
	left: 325px;
	width: 525px;
	height: 30px;
	text-align: center;
	font-weight: normal;
	font-family: 'chelsea market', fantasy;
	font-size: 20px;
	color: white;
}

#social_icons {
	position:absolute;
	top:0;
	left:860px;
	width:100px;
	height:50px;
	z-index:3;
	text-align:right;
	border:1px red solid;
}

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

#container {
	width:1046px;
	margin:0 auto;
	text-align:left;
	border-left:10px #662D91 solid;
	border-right:10px #662D91 solid;
}

#content_container {
	width:1046px;
	/* padding-top: 46px; */
	margin:auto;
	text-align:left;
	/* background:url(../images/content_background.png) repeat-x; */
	/* background-color:#F8EACB; */
	/* background-color: #EFABE8; */
}

#content_container.menu {
	background:none;
	background-color:white;
}

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

a:visited {
	color:#A92333;
	text-decoration:underline;
}

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

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

hr {
	color:#662D91;
	border: 1px #662D91 solid;
}

a.button, input[type="submit"] {
	background-color:#662D91;
	color:#FFF;
	font-size:14px;
	font-weight:500;
	overflow:hidden;
	padding:6px 14px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	border-radius:6px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	border: none;
	border: 1px #662D91 solid;
}

a.button:hover, input[type="submit"]:hover {
	background-color:white;
	text-decoration:none;
	border: none;
	color: #662D91;
	border: 1px #662D91 solid;
}

/*End Design Layout*/
/*Begin Content*/
#content {
	min-height:400px;
	font-size:14px;
	text-align:left;
	padding: 10px;
	margin-left:0;
	/* background:url(../images/content_background.png) repeat-x; */
	background-color:#EFABE8;
	color: rgb(151, 17, 163);
}

#content.menu {
	background:none;
	background-color:white;
}

#content img {
	border: 7px #662D91 solid;
}

img {
	border-width:0;
}

h1 {
	font-family: 'chelsea market', fantasy;
	color:#A92333;
	font-size:28px;
	margin:0;
	padding: 25px 0 25px 110px;
	font-weight: 200;
	background-image: url('../images/hand_print_100x73.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	font-family: 'chelsea market', fantasy;
	color:#A92333;
	font-size:24px;
	margin:0;
	padding: 35px 0 10px 60px;
	font-weight: 100;
	background-image: url('../images/hand_print.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

h3 {
	font-family: 'chelsea market', fantasy;
	color:#A92333;
	font-size:20px;
	font-variant:normal;
	font-weight: 700;
}

#content ul {
    list-style: none;
    padding:0;
    margin:5px;
}

#content li {  
    text-indent: -.7em;
    padding: 5px 0 0px 15px;
}

#content ul li:before {
    content: "► ";
    color: #A92333;
}

/*End Content*/
/*Begin Nav*/
#navigation {
	height:35px;
	position:relative;
	z-index:99;
	margin-top: 0;
	/*
background-color:#DAA123;
	border-bottom:10px #5B3613 solid;
*/
}

#navigation .shell {
	position:relative;
	height:35px;
}

#navigation ul.main {
	list-style-type:none;
	padding:0 0 0 20px;
	margin-top:0px;
	position:absolute;
	height:33px;
	top:0px;
	left:0;
	z-index:100;
}

#navigation ul li {
	float:left;
	display:inline;
	
	position:relative;
}

#navigation ul li a.nav_active {
	color:yellow;
}

#navigation ul li a {
	float:left;
	display:inline;
	margin-top: 7px;
	padding-left:15px;
	padding-right:20px;
	color:white;
	font-weight: normal;
	font-family: 'chelsea market', fantasy;
	font-size:18px;
	letter-spacing: 1px;
	text-decoration:none;
	border-right: 1px white solid;
}

#navigation ul li.last a {
	border: none;
}

#navigation ul li a:hover,#navigation ul li a.hover {
	text-decoration:none;
	color:yellow;
}

#navigation ul li .dd {
	position:absolute;
	top:30px;
	left:-9999px;
	padding-top: 7px;
	width:auto;
}


#navigation ul li:hover .dd {
	left:0px;
}


#navigation ul li .dd ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation ul li .dd ul li {
	float:none;
	display:block;
	padding:0;
	margin: 0;
	height:30px;
	border: none;
}

#navigation ul li .dd ul li a {
	color: white;
	background-color: #662D91;
	font-size:16px;
	float:none;
	display:block;
	padding-left:7px;
	white-space:nowrap;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:12px;
	padding-left:12px;
	margin: 0;
	border-right: 2px #321D4A solid;
	border-bottom: 2px #321D4A solid;
}

#navigation ul li .dd a:hover,#navigation ul li .dd a.hover {
	text-decoration:none;
	color: yellow;
}

#navigation ul li .dd a.nav_active {
	color: yellow;
}

.nolink {
	cursor:default;
}

/*End Nav*/
/*Begin Forms*/
.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:red;
	float:right;
	font-size:10px;
}

.sc_form_textbox {
	width:400px;
}

.sc_form_textarea {
	width:400px;
	height:160px;
}

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

.sc_form_separator {
	height:1px;
}

#sc_form_textbox_Street_Address {
	width:200px;
}

#sc_form_textbox_City, #sc_form_textbox_Phone {
	width:160px;
}

#sc_form_textbox_State {
	width:40px;
}

#sc_form_textbox_Zip {
	width:70px;
}

/*End Forms*/
/*Footer*/

#footer_nav {
	width:1046px;
	margin:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:5px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#FFF;
}

#footer_nav a {
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
}

#footer_nav a:hover {
	text-decoration: underline
}

#footer_nav a.nav_active {
	text-decoration: underline
}


#footer {
	width:1046px;
	margin:auto;
	height:auto;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}

#footer a {
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
}

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

.copyright {
	margin-top:20px;
	font-size: 10px;
}