/* reset */
html,body,div,span,blockquote,{margin:0;padding:0;border:0;}
article, footer, header, menu {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
img{max-width:100%;}
/*end reset*/

body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
}

#background-top-colour
{
	position:absolute;
	width:100%;
	height:200px;
	z-index:-1;
	background-color:#F60;
}

#header-logo
{
	width:100%;
	height:62px;
}

#logo-wrapper
{
	position:absolute;
	top:-30px;
	left:0px;
	background-color:#F60;
	padding:10px;
	border-radius: 5px 5px 0 0;
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
	
}

#page-wrapper
{
	width:100%;
}

@media only screen and (max-width: 480px) 
{
	#marque-overflow-wrapper
	{
		position:absolute;
		overflow:hidden;
		height:106px;
		width:320px;
		left:-10px;
		top:-50px;
		z-index:100;
	}

	#page-wrapper #inner-page-wrapper
	{
		/*width:1000px;*/
		width:320px;margin:0 auto;
		min-height:100%;
		background-color:#FFF;
		left:0px;
		padding:10px;
		border-radius: 5px 5px 0 0;
		box-shadow: rgba(0,0,0,0.6) 0 0 10px;	
	}
	
	#marque-contents
	{
		/*width:100%;
		height:320px;*/
		width:320px;
		height:106px;
		border-radius: 5px;
		box-shadow: rgba(0,0,0,0.5) 0 0 10px;
		border: 1px solid #F60; /*border around image*/
		overflow:hidden;
		margin-bottom:10px;
	}

	.inner-contents
	{
		/*width:1000px;*/
		width:320px;margin:0 auto;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

	#marque-title-contents
	{
		position:absolute;
		right:-30px;
		top:1px;
		background-image:url( '../images/gradient_center.png' );
		width:100px;
		height:40px;
		z-index:10;
		text-align:center;
	}

	#marque-title-start
	{
		position:absolute;
		right:100px;
		width:40px;
		height:40px;
		background-image:url( '../images/gradient_left.png' );
		z-index:20;
	}

	#marque-title-indent
	{
		position:absolute;
		right:-30px;
		top:40px;
		width:20px;
		height:40px;
		width:0px;
		height:0px;
		border-style: solid;
		border-width: 10px 10px 0 0;
		border-color: #222 transparent transparent transparent;
		z-index:20;
	}
	
		#page-title
	{
		display:block;
		position:absolute;
		/*font-family: Arial;*/
		font-weight: bold;
		top: 17px;
		right:-15px;
		color:#FFF;
		z-index:10;
	}

	#iframe
	{
		width: 300px;
		height: 300px; 
	}
	
	#social-media
	{
		display:block;
		position:relative;
		left:280px;
		top:10px;
		width:80px;
		
	}

	#social-media img
	{
		
		/*width:30px;*/
		padding-left:7px;
		padding-bottom:7px;
	}
	
	#phone
	{
		display:none;
	}



}

/**
 *	Page Footer
 */

#footer
{
	height:40px;
	width:100%;
	background: #343434; /* Old browsers */
	background: linear-gradient(to bottom, #343434 0%,#656565 50%,#343434 100%); /* W3C */
	border-top:solid 3px #F60;
}

#footer h3
{
	text-align:center;
	padding:10px;
	color:#FFF;
	font-weight:100;
	font-size:14px;
	margin:0;
}

/**
 *	Page Contents
 */

#contents-box
{
	/*width:1000px;*/
	width:320px;
	margin:0 auto;
	display:table-row;
}

#contents-box-wrapper-small
{
	vertical-align:top;
	width:71%;
	padding:0px 10px 0px 10px;
	min-height:500px;
	border: solid 1px #BDBDBD;/*#808080;*/
	border-radius: 3px;
	display:table-cell;
	/*display:inline-block;*/
}

#contents-box-wrapper-side
{
	/*width:28%;*/
	/*display:inline-block;*/
	/*margin-left:10px;
	padding-left:5px;
	vertical-align: top;
	display:table-cell;*/
display:none;
}

#contents-box-wrapper-line
{
	/*width:5px;
	max-width:1px;
	border-right: 1px solid #F60;
	display:table-cell;
	vertical-align: top;*/
	display:none;
}

#contents-box-wrapper-side div.parent
{
	/*padding:10px;
	min-height:500px;
	border: solid 1px #BDBDBD;
	border-radius: 3px;
	display:table-cell;*/
	
}

#contents-box-wrapper-full
{
	width:320px;
	padding:10px;
	min-height:1000px;
	border: solid 1px #BDBDBD;
	border-radius: 3px;
}

/**
 *	Title Bar
 */

#header-banner
{

	background: #343434; /* Old browsers */
	background: linear-gradient(to bottom, #343434 0%,#656565 50%,#343434 100%); /* W3C */

	height:40px;
	width:100%;
	margin:0px;
}

#article
{
	/*position:relative;*/
	width: 100%;
	text-align:left;
	display: table;
}

#art-title
{
	text-align:left;
	padding-bottom:10px;
	color:#f60;
	font-weight:bolder;
	font-style:italic;
	font-size:16px;
	margin:0;
	display:table-caption;
}

#art-text
{
	/*width: 100%;*/
	vertical-align:top;
	/*text-align:left;*/
	
	padding: 0px 10px 0px 10px;
	/*color:#000;
	font-weight:200;*/
	font-size:12px;
	margin:0px;
	/*display:table-cell;*/
}

#art-image
{
	width: 100px;
	/*display:table-cell;*/
	float:left;
	margin-right:20px;
}

#art-image img
{
	max-width:100px;
	max-height:100px;
	overflow: hidden;
	margin-left: 5px;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
}

/**
 * CSS Div Tables
 */

.div-table
{
	margin:0px;
	display:table;
	width:100%;
}

.div-row 
{
	display:table-row;
	height:100%;
}

.div-cell
{
	display:table-cell;
	height:100%;
}

.div-cell p
{
	font-size:14px;
	margin:10px;
	text-align:center;
	padding:0px;
}

p
{
	font-size:14px;
}

h2
{
	font-size:20px;
	font-style: italic;
}

h3
{
	font-size:16px;
	
}
h5
{
	font-size:14px;
	margin-bottom:1px;
}


.image-cell
{
	position:relative;
	width:264px;
	height:264px;
}

.image-cell img
{
	position:absolute;
	top:0px;
	left:0px;
}

/**
 * Alignment
 */

.align-left
{
	margin-left:0px;
	margin-right:auto;
}

.align-right
{
	margin-left:auto;
	margin-right:0px;
}

.align-center
{
	margin-left:auto;
	margin-right:auto;
}

.text-left
{
	text-align:left;
}

.text-center
{
	text-align:center;
}

.text-right
{
	text-align:right;
}


.table-seperator-span
{
	width:1px;
}

.table-seperator
{
	background-color:#AAA;
}

.background-light
{
	background-color:#EEE;
}

.no-border
{
	border:0 !important;
}

hr 
{ 
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #D3D3D3;
    margin: 1em 0; 
	padding: 0; 
}

td,
tr
{
	font-size: 12px;
	vertical-align:top;
}

#_input
{
	display:inline;
	width: 320px;
	
}

#membership
{
	font:bold 14px;
	color:white;
}

#membership td
{
	padding-top:5px;
	padding-left:10px;
}

#membership h5
{
	text-align:left;
	padding-bottom:10px;
	color:#f60;
	font-weight:bolder;
	font-style:italic;
	font-size:16px;
	margin:0;
}


@media only screen and (min-width: 480px) and (max-width: 768px) 
{
	#marque-overflow-wrapper
	{
		position:absolute;
		overflow:hidden;
		height:154px;
		width:480px;
		left:-10px;
		top:-50px;
		z-index:100;
	}

	#page-wrapper #inner-page-wrapper
	{
		/*width:1000px;*/
		width:480px;margin:0 auto;
		min-height:100%;
		background-color:#FFF;
		left:0px;
		padding:10px;
		border-radius: 5px 5px 0 0;
		box-shadow: rgba(0,0,0,0.6) 0 0 10px;	
	}
	
	#marque-contents
	{
		/*width:100%;
		height:320px;*/
		width:480px;
		height:154px;
		border-radius: 5px;
		box-shadow: rgba(0,0,0,0.5) 0 0 10px;
		border: 1px solid #F60; /*border around image*/
		overflow:hidden;
		margin-bottom:10px;
	}

	.inner-contents
	{
		/*width:1000px;*/
		width:480px;margin:0 auto;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

	#marque-title-contents
	{
		position:absolute;
		right:-30px;
		top:1px;
		background-image:url( '../images/gradient_center.png' );
		width:100px;
		height:40px;
		z-index:10;
		text-align:center;
	}

	#marque-title-start
	{
		position:absolute;
		right:100px;
		width:40px;
		height:40px;
		background-image:url( '../images/gradient_left.png' );
		z-index:20;
	}

	#marque-title-indent
	{
		position:absolute;
		right:-30px;
		top:40px;
		width:20px;
		height:40px;
		width:0px;
		height:0px;
		border-style: solid;
		border-width: 10px 10px 0 0;
		border-color: #222 transparent transparent transparent;
		z-index:20;
	}
	
		#page-title
	{
		display:block;
		position:absolute;
		/*font-family: Arial;*/
		font-weight: bold;
		top: 17px;
		right:-15px;
		color:#FFF;
		z-index:10;
	}

	#iframe
	{
		width: 480px;
		height: 480px; 
	}
	
	
	#social-media
	{
		position:absolute;
		right:-20px;
		top:10px;
	}

	#social-media img
	{
		padding-left:5px;
	}
	
	#phone
	{
		display:none;
	}


	
}
@media only screen and (min-width: 768px) and (max-width: 959px) 
{
		#marque-overflow-wrapper
	{
		position:absolute;
		overflow:hidden;
		height:246px;
		width:768px;
		left:-10px;
		top:-50px;
		z-index:100;
	}

	#page-wrapper #inner-page-wrapper
	{
		/*width:1000px;*/
		width:768px;
		margin:0 auto;
		min-height:100%;
		background-color:#FFF;
		left:0px;
		padding:10px;
		border-radius: 5px 5px 0 0;
		box-shadow: rgba(0,0,0,0.6) 0 0 10px;	
	}
	
	#marque-contents
	{
		/*width:100%;
		height:320px;*/
		width:768px;
		height:246px;
		border-radius: 5px;
		box-shadow: rgba(0,0,0,0.5) 0 0 10px;
		border: 1px solid #F60; /*border around image*/
		overflow:hidden;
		margin-bottom:10px;
	}

	.inner-contents
	{
		/*width:1000px;*/
		width:768px;margin:0 auto;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

	#marque-title-contents
	{
		position:absolute;
		right:-30px;
		top:1px;
		background-image:url( '../images/gradient_center.png' );
		width:100px;
		height:40px;
		z-index:10;
		text-align:center;
	}

	#marque-title-start
	{
		position:absolute;
		right:100px;
		width:40px;
		height:40px;
		background-image:url( '../images/gradient_left.png' );
		z-index:20;
	}

	#marque-title-indent
	{
		position:absolute;
		right:-30px;
		top:40px;
		width:20px;
		height:40px;
		width:0px;
		height:0px;
		border-style: solid;
		border-width: 10px 10px 0 0;
		border-color: #222 transparent transparent transparent;
		z-index:20;
	}
	
		#page-title
	{
		display:block;
		position:absolute;
		/*font-family: Arial;*/
		font-weight: bold;
		top: 17px;
		right:-15px;
		color:#FFF;
		z-index:10;
	}

	#iframe
	{
		width: 760px;
		height: 760px; 
	}
	
	#social-media
	{
		position:absolute;
		right:0px;
		top:50px;
	}

	#social-media img
	{
		padding-left:5px;
	}

	#phone
	{
		display:none;
	}
}