p
{
	font-size:16px;
	color:white;
	font-family: 'Ubuntu', sans-serif;
}

legend
{
	color:white;
	font-family: 'Ubuntu', sans-serif;
}

.contact-form
{
	color:white;
	font-family: 'Ubuntu', sans-serif;
}
#text li
{
	font-size:14px;
	color:white;
	font-family: 'Ubuntu', sans-serif;
	list-style:disc;
	position:relative;
	left:31px;
}

h1
{
	font-family: 'Montserrat Alternates',sans-serif;
	font-weight:700;
	font-size:50px;
	color:white;
	text-shadow: black 0.1em 0.1em 0.2em;
}

h2
{
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:25px;
	color:white;
}

h3
{
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:20px;
	color:white;
}

h4
{
	color: #f9a230 !important;
    font-family: "Montserrat Alternates",sans-serif !important;
    outline: medium none !important;
    text-decoration: none !important;	
	line-height:30px;
	font-size:22px;
}

.pink
{
	color:#800A59 !important;
}
	
#add
{
	 height: 300px;
    left: 40px;
    position: relative;
    top: -31px;
}

#content
{
	position:absolute;
	top:234px;
	width:646px;
	/*left:66%;*/
	left:686px;
	margin-left:-323px;
	padding-bottom:50px;
	z-index:500;
	
}

#inner 
{
	background-color:#27005c;
	width:644px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding-bottom:5px;
	
}

#text
{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#topper
{
	position:relative;
}

#title
{
	position:absolute;
	top:120px;
	left:15px;
}


#menu
{
	background-image:url('../img/menu.jpg');
	width:340px;
	height:100%;
	position:fixed;  /*fixed*/
	top:0px;
	left:0px;
	min-height:903px;
}


#background
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
}

#logo
{
	position:fixed;
	z-index:100;
}



#footer
{
	background-image:url('../img/footer.png');
	width:100%;
	height:49px;
	bottom:0;
	left:0;
	position:fixed;
	z-index:600;
}

#facebook
{
	position:relative;
	left:37px;
	top:17px;
}

#footerMenu ul
{
	position:relative;
	left:55%;
	top:-21px;
}

#footerMenu li
{
	list-style:none;
	display:inline;
}

#footerMenu a
{
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:10.12px;
	color:white; 
	text-decoration:none;
}






/******FANCY MENU*******/

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	margin:0 auto;
	padding:50px;
	position:relative;
	/*top:200px;*/
	background-image:url("../img/menu.jpg");
	padding-bottom:250px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
	top:200px;
	position:relative;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:'Montserrat Alternates',sans-serif;
	font-size:23px;
	font-weight:700;
	height:34px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:200px;
	color:#F9A230;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}


/*---------*/
li.click a{
	/* The section titles */
	display:block;
	font-family:'Montserrat Alternates',sans-serif;
	font-size:23px;
	font-weight:700;
	height:34px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:200px;
	color:#F9A230;
}

li.click a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.click a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}




/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	color:#F9A230;
	margin:5px 0;
	padding:4px 18px;
	font-size:18px;
}







a, a:visited {
	color:#F9A230;
	text-decoration:none;
	outline:none;
	font-family:'Montserrat Alternates',sans-serif;
}

a:hover{
	text-decoration:none;
}


/*SMALLER SCREEN ADJUSTMENTS*/

@media screen and (max-height: 800px)
{
	#menu
{
	background-image:url('../img/menu.jpg');
	width:340px;
	height:100%;
	position:absolute;  /*fixed*/
	top:0px;
	left:0px;
}

#logo
{
	position:absolute;
	z-index:100;
}

	
}