/* @group reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


img, a img { border: none; width: 100%; height: auto; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* @end */

/* @group General Styles */

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}


h1{
	font-size: 27px;
	padding-top: 20px;
	padding-left: 15px;
}
h2{
	font-size: 16px;
	padding-left: 15px;
}
h3{
	font-size: 1.8em;
}
h4{
	font-size: 1.6em;
}
h5{
	font-size: 1.4em;
}
h6{
	font-size: 1.2em;
}

/* @end */

/* @group Layout */

#container {
	padding: 0;
	border: none;
	margin: 0;
}

#content {
	margin: 0 auto;
	padding: 0px;
	border: none;
	background-position: center top;
}

#sidebar {
	margin: 0;
	padding: 10px 0 0;
}

/* @end */

/* @group Global Classes */

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}



/* @end */

/* @group Contact Form */

form {
	margin: 0;
	padding-right: 14px;
	
}

.form-input-field {
	height: 27px;
	background: #f4f4f4;
	width: 98%;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	outline: none;
	position: relative;
	z-index: 5;
	border-radius: 5px;

}

textarea.form-input-field {
	height: 100px;
	width: 100%;
	
} 

.form-input-button { 
    width: auto;
	cursor: pointer;
	position: relative;
	border: 1px solid #282828;
	color: #fff;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.5em;
	background: #555;
	background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.12, rgb(60,60,60)),
        color-stop(1, rgb(85,85,85))
    );
	background: -moz-linear-gradient(
        center bottom,
        rgb(60,60,60) 12%,
        rgb(85,85,85) 100%
    );
	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
} 
/* @end */

ul.disc {
	margin-left: 10px;
	padding-left: 20px;
	
}