/* CSS RESET FROM YAHOO */
html {
	color:#000;
	overflow: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:text-top
}
sub {
	vertical-align:text-bottom
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color:#000
}
#yui3-css-stamp.cssreset {
	display:none
}
@font-face {
    font-family: 'Tele';
    src: url('../_fonts/telegrafico-webfont.eot');
    src: url('../_fonts/telegrafico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/telegrafico-webfont.woff') format('woff'),
         url('../_fonts/telegrafico-webfont.ttf') format('truetype'),
         url('../_fonts/telegrafico-webfont.svg#TelegraficoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END OF CSS RESET */
body {
	background: grey url('../_images/background.jpg');
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: black;
	text-align: center;
}
em{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
ol{
	list-style: decimal;
	list-style-position: inside;
}
#wrapper {
	width: 970px;
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 15px;
}
#header {
	background: grey url('../_images/headerBgnd.png');
	width: 970px;
	height: 250px;
	border: 1px dashed #000;
	position: relative;
}
#header ul{
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

#header ul ul{
	position: static;
	float: left;
	}

#header ul ul li{
	float: left;
	}

#header ul ul{
	display: none;
	}

#header ul li{
	float: left;
	margin: 0 3px 0 0;
	width: 100px;
}

#header ul li:first-child{
	margin-left: 3px;
}

#header ul ul li:first-child{
	margin: 0;
}

#header ul li a{
	display: block;
	background: #c1c1c1;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

#header ul li a:hover{
	background-color: #000;
}
#left {
	width: 655px;
	float: left;
}
#left img {
	float: right;
}
h1, h2{
	margin: 30px 0 20px 0;
	font-family: 'Tele';
}
h1 {
	font-size: 31px;
	line-height: 34px;
}
h2 {
	font-size: 28px;
	line-height: 31px;
}
p, li {
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0;
}
#right {
	width: 300px;
	float: right;
}
#footer {
	padding: 30px 0;
	text-align: center;
	background: black;
	width: 970px;
	color: white;
	clear: both;
}
.column {
    float: left;
    padding-right: 15px;
    width: 225px;
}

/* CONTACT FORM STYLING */
form{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
form label{
	width: 100%;
	float: left;
	margin-bottom: 10px; 
	text-align: left;
}
textarea, input[type="text"], input[type="email"]{
	border: 1px solid #555;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
input[type="text"], input[type="email"]{
	padding: 4px;
}
textarea{
	width: 98%;
	padding: 1%;
}
input[type="submit"]{
	padding: 10px;
	background: black;
	color: white;
	border: 0 none;
	margin-top: 10px;
}
	#show-menu{
		display: none;
		padding: 10px;
		font-size: 22px;
		color: #fff;
		cursor: pointer;
	}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

	#wrapper, #header, #footer, #left{
		width: 480px !important;
		min-width: 480px !important;
	}
	#header{
		background: grey;
		width: 478px !important;
		min-width: 478px !important;
		float: left;
		height: auto;
		margin-bottom: 1px;
	}
	#header ul{
		position: static;	
		width: 478px;
		float: left;
		display: none;
		}
	#header ul li{
		margin: 0 0 1px 0 !important;
		width: 478px;
		}
	#header ul ul{
		border-top: 1px solid grey;
		}
	#header ul ul a{
		background: #b1b1b1;
		}
	#left{
		background: #c1c1c1;
		padding: 0 20px;
		width: 440px !important;
		min-width: 440px !important;
	}
	#right{
		display: none;
	}
	
	#show-menu{
		display: block;
		}

}