/*==========================================================================

	Screen Elements Stylesheet
	____________________________________________________________

	Project:	Edge Template Site #1
	Date:		4th February 2010
	Author:		Edge Marketing Solutions
	Version:	1.0

===========================================================================*/

	/* [Import Stylesheets] */
	
	@import url(structure.css);
	@import url(formelements.css);
	@import url(templates.css);
   /* Google Font */
/*    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap'); */
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');


/*=========================================================================*/





	/* [HTML Body Styles] */
	
	body
	{
	margin: 0;
	padding: 0;
	background-color: #E3E3E3;
	font-family: 'Open Sans', sans-serif;
	font-size: 70%;
	color: #666666;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
	}

/*=========================================================================*/

	/* [Heading Styles] */
	
	h1
	{
		margin: 0;
		padding: 0;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 1.6em;
		font-weight: 700;
		color: #666666;
	}
	
	h2
	{
		margin: 0;
		padding: 0;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4em;
		font-weight: 700;
		color: #666666;line-height:1.2em;
	}
	
	h3
	{
		margin: 0;
		padding: 0;
	
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2em;
		font-weight: 700;
		color: #666666;
	}

/*=========================================================================*/

	/* [Paragraph Styles] */
	
	p
	{
		margin: 10px 0;
		position: relative;font-size: 1.3em; line-height: 1.4em;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}

/*=========================================================================*/

	/* [List Styles] */
	
	ul
	{
		
	}
	
	li
	{
	
	}
	
/*=========================================================================*/

	/* [hr Styles] */
	
	hr 
	{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	}

/*=========================================================================*/

	/* [Acronym Styles] */
	
	acronym
	{
		border-bottom: 1px dashed #aaa;
		cursor: help;
	}

/*=========================================================================*/

	/* [Link Styles] */
	
	a
	{
		position: relative;
	}

	a:link
	{
		color: #077fad;
	}
	
	a:visited
	{
		color: #077fad;
	}
	
	a:hover
	{
		color: #052a55;
		text-decoration: none;
	}
	
	a img
	{
		border: 0px none;
	}

/*=========================================================================*/

	/* [Float Styles] */
	
	.fleft
	{
		float: left;
	}
	
	.fright
	{
		float: right;
	}

/*=========================================================================*/

	/* [Clear Styles] */
	
	.cleft
	{
		clear: left;
	}
	
	.cright
	{
		clear: right;
	}
	
	.cboth
	{
		clear: both;
	}

/*=========================================================================*/

	/* [Alignment Styles] */
	
	.aleft
	{
		text-align: left;
	}
	
	.aright
	{
		text-align: right;
	}
	
	.acenter
	{
		text-align: center;
	}

/*=========================================================================*/

	/* [Image Styles] */

	img.fleft
	{
		margin-right: 10px;
		margin-bottom: 2px;
	}
	
	img.fright
	{
		margin-left: 10px;
		margin-bottom: 2px;
	}

/*=========================================================================*/

	/* [Sub Columns Styles] */
	
	.colsub-left
	{
		float: left;
		width: 48%;
	}

	.colsub-right
	{
		float: right;
		width: 48%;
	}

/*=========================================================================*/

	/* [Definition Lists Styles] */
	
	dl.half
	{
		clear: both;
		height: 1%;
		margin: 10px auto;
		padding: 0;
	}
		dl.half dt
		{
			float: left;
			clear: both;
			width: 25%;
			margin: 0 0 3px 0;
			padding: 0 0 3px 0;
			
			font-weight: 700;
		}
		
		dl.half dd
		{
			width: 73%;
			margin: 0 0 3px 25%;
			padding: 0 0 3px 0;
		}
					
		dl.half dl
		{
			clear: none;
			margin: 0;
		}
		
		dl.half dl dt,
		dl.half dl dd
		{
			clear: none;
			margin-bottom: 0;				
			padding-bottom: 0;				
		}
	
	dl.full dt,
	dl dt.full
	{
		float: none;
		width: auto;
		margin-bottom: 0;
	}
	
	dl.full dd,
	dl dd.full
	{
		width: auto;
		margin-left: 0;
	}

/*=========================================================================*/

	/* [Grey Box Styles] */
	
	.box
	{
		padding: 8px;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
	}
	
/*=========================================================================*/

	/* [Hide Element Styles] */

	.offleft
	{
		position: absolute;
		left: -5000px;
		width: 4000px;
	}

/*=========================================================================*/

	/* [Container Styles] */
	
	.container
	{
		margin: 15px;
	}

/*=========================================================================*/

	/* [Table Styles] */
	
	table.table
	{
		margin: 0 0 20px 0;
		
		border: 1px solid #0474b0;
		
		font-size: 0.91em;
	}
		table.table th
		{
			padding: 5px 4px 4px 5px;
			
			background-color: #0474b0;
			
			color: #fff;
			text-align: left;
		}
		table.table td	
		{
			padding: 4px 4px 4px 4px;
			
			background-color: #e9f9ff;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #eee;
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
		}
		
/*=========================================================================*/

	/* [Microformat Styles] */
		
	div.vcard
	{
		display: inline;
	}
	
	.vcard .org,
	.vcard .adr,
	.vcard .tel
	{
		position: absolute;
		left: -8000px;
		width: 4000px;
	}
			
/*=========================================================================*/

	/* [Breadcrumb Styles] */
	
	div.breadcrumbs
	{
		margin: 0px 0px 10px 0px;
		
		font-size: 80%;
	}