/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Noto Sans', sans-serif; 	
color : #2a1902; 
text-align: left;
background: #ffffff;

}

button, 
input, 
select, 
textarea { 
font-family : 'Noto Sans', sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Noto Sans', sans-serif;
font-weight : 700;
margin-top: 0px;
}

h1 { 
font-family: 'Noto Sans', sans-serif;
color: #2a1902;
margin-bottom : 0.2em;
font-size : 1.5em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #2a1902;
margin-bottom : 0.5em;
font-size : 1em; /* 40 / 16 */
line-height : 1.3;
}

h3 { 
color: #2a1902;
margin-bottom : 0.5em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #ffffff;
margin-bottom : 0.5em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; }


	footer h4 { 
		color: #2a1902;
	}

h5 { 
color: #ffffff;
margin-bottom : 0.5em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; }


h6 { 
color: #ffffff;
margin-bottom : 0.5em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; }

footer h6 { 
color: #2a1902;
margin-bottom : 0.5em;
font-size : 1em; /* 28 / 16 */
line-height : 1.3; }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : .85em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;
color: #2a1902;
}


p.introtext {
font-family: 'Noto Sans', sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #2a1902;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  'Noto Sans', sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}

.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

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

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #00455f;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #00455f; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #0076a3;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:80px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

.input-prompt {
  position: absolute;
  display:block;
  font-style: italic;
  color: #666666;
  padding: 0.5em 0 0 0.5em;
  z-index:1;
}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	
}

	#headcontainer {
		width: 100%;
		background:url(../images/pattern_084.gif) repeat;
		border-bottom: 4px solid #7b4800;
		border-top: 4px solid #7b4800;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 30px 0px 10px 0px;
			position: relative;
			
			text-align: center;
		}
		
	#logo-align {
		text-align:left;
	}
	
	#contact-info-hdr {
		text-align:right;
		padding:0px 0px 0px 0px;
		color: #ffffff;
	}
	
	#contact-info-hdr p{
		
		color: #ffffff;
	}
	
	#contact-info-hdr a:link, #contact-info-hdr a:visited { color: #ffffff; }
		#contact-info-hdr a:hover { color: #c8932d;}
	
	.contact-info-hdr {
		margin-bottom : 0;
		padding: 2px 0px 2px 0px; 
        font-size : 1em; /* 16 / 16 = 1 */ }

	.last-email {
		margin-bottom : 0;
		padding: 0px 0px 9px 0px; 
        font-size : 1em; /* 16 / 16 = 1 */ }

	
	
	#nav-align {
		text-align:right;
	}	
	
	
	
	
	
	#main_wrapper {
		width:100%;
		
		
	}
	
	#mainbg {
		clear: both;
		width: 80%; /* 1000px / 1250px */
		max-width: 75em; /* 1200px / 13 */
		margin: 0 auto;
		margin-top: 20px;
		padding: 10px 0px 0px 0px;
		color: #333;
		line-height: 1.5em;
		text-align: left;
		}
	
	#usa {
		clear: both;
		width: 80%; /* 1000px / 1250px */
		max-width: 75em; /* 1200px / 13 */
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: -30px;
		padding: 10px 0px 0px 0px;
		color: #333;
		line-height: 1.5em;
		text-align: left;
		}
		
	.main-text {
		color: #2a1902;
		font-size : 2em; /* 40 / 16 */
		font-weight:bold;
		line-height : 1.2;
		margin-bottom : 1.2em;
		margin-top : 1.2em;
	}
	
	
	

		
	
	
	
	
	
	#nav-align a:link, #nav-align a:visited { color: #ffffff; font-weight:bold; }
		#nav-align a:hover { color: #c8932d; font-weight:bold;}
	
	

	#maincontentcontainer {
		width: 100%;
		background: #ffffff;
		margin-top:10px;
		color:#2a1902;
	}
	
	#maincontentcontainer2 {
		width: 100%;
		background: #ffffff;
		
		background:url(../images/pattern_084.gif) repeat;
		border-bottom: 4px solid #7b4800;
		border-top: 4px solid #7b4800;
	}
	
	#heading-element {
		color:#ffffff;
		text-align:center;
		padding:0px 0px 0px 0px;
		margin-top:0px;
		margin-bottom:20px;
	}
	
	#heading-element-blue {
		color:#00455f;
		text-align:center;
		padding:10px 0px 10px 0px;
		margin-top:20px;
		
	}
	
	#heading-element-blue-2 {
		color:#00455f;
		text-align:center;
		padding:10px 0px 10px 0px;
		margin-top:10px;
		
	}
	
	#heading-element-blue h1 {
		
		color:#2a1902;
		
	}
	
	#pack-bg {
		width: 100%;
		background:url(../images/pattern_084.gif) repeat;
		border-bottom: 4px solid #7b4800;
		border-top: 4px solid #7b4800;
	}

	
	.services-padding {
		padding:0px 10px 0px 10px;
	}
	
	.services-padding2 {
		padding:0px 10px 0px 10px;
		color:#FFFFFF;
	}


		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
				
			}
		
			#maincontent2 {
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				margin-top:20px;
		        margin-bottom:20px;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
				
			}
			
			
			
	#align-center {
		text-align:center;
	}		

	#footercontainer {
		width: 100%;
		background: #ffffff;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #2a1902;
			line-height:1.5em;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #ffffff;
		}

        .icon-push {
			margin:0px 0px -10px 0px;
		}
		
	
		
		footer a:link, footer a:visited { color: #2a1902; text-decoration: none; }
		footer a:hover { color: #c8932d; text-decoration: none; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #2a1902;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }
			 #bottom-navo {
			 	border-top: 1px solid #2a1902;
				text-align: center;
			 }
			
			@media handheld, only screen and (max-width: 480px) {
	
	h1 { 
		font-family: 'Noto Sans', sans-serif;
		color: #2a1902;
		margin-bottom : 0.2em;
		font-size : 1.25em; /* 96 / 16 */
		line-height : 1.4;
		}


	h2 { 
		color: #2a1902;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }


	h3 { 
		color: #2a1902;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }



	h4 { 
		color: #ffffff;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }


	footer h4 { 
		color: #2a1902;
	}

	h5 { 
		color: #ffffff;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }


	h6 { 
		color: #ffffff;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }

	footer h6 { 
		color: #2a1902;
		margin-bottom : 0.5em;
		font-size : 1em; /* 28 / 16 */
		line-height : 1.3; }

	#wrapper {
	width: 100%;
	position: relative;
}

	
	header {
			clear: both;
			width: 100%; /* 1000px / 1250px */
			font-size: 0.75em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 10px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
	
	#logo-align {
		text-align:center;
	
	}
	
	#logo-align a img{
	width:260px;
	height:58px;
	}	
	
	
	#nav-align {
	text-align:center;
	
	}	
	
	#contact-info-hdr {
		display:none;
	}

	
	.services-padding {
		padding:0px 0px 0px 0px;
	}

	
	
	
	#mainbg{
		clear: both;
		width: 80%; /* 1000px / 1250px */
		max-width: 92.3em; /* 1200px / 13 */
		margin: 0 auto;
		margin-top: 0px;
		text-align:left;
		z-index: 2;
		border-top:none;
		border-bottom:none;
		}
		
	#usa {
		clear: both;
		width: 80%; /* 1000px / 1250px */
		max-width: 75em; /* 1200px / 13 */
		margin: 0 auto;
		margin-top: 0px;
		padding: 10px 0px 0px 0px;
		color: #333;
		line-height: 1.5em;
		text-align: center;
		display:none;
		}
		
	
	.main-text {
		color: #2a1902;
		padding-left:5%;
		padding-right:5%;
		margin-bottom : .5em;
		margin-top : 1.5em;
		font-size : 1.5em; /* 40 / 16 */
		font-weight:bold;
		line-height : 1.2;
	}
	
	#maincontentcontainer {
		width: 100%;
		background: #ffffff;
		margin-top:10px;
	}
	
	#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
				border-bottom: none;
			}
		
			#maincontent-2 {
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
				border-bottom: none;
			}
			
	
	#heading-element {
		border-top: none;
		border-bottom: none;
		color:#ffffff;
		text-align:center;
		padding:0px 0px 0px 0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#heading-element-blue {
		border-top: none;
		border-bottom: none;
		color:#2a1902;
		text-align:center;
		padding:10px 0px 10px 0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
		
	}
	
	@media handheld, only screen and (min-width: 481px) and (max-width: 768px) {
	
	
	
	header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.55em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 10px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
	
	
	}

@media handheld, only screen and (min-width: 769px) and (max-width: 1024px) {
	
	
	
	header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.78em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 10px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
	
	
	}
	
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'Noto Sans', sans-serif;
	font-size : 1.5em; /* 24 / 16 */
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
