/*
 * Date Dispatch - styles.css
 */


/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

table {
	border-spacing:0;
	border-collapse:collapse;
}

caption,th,td {
	font-weight:normal;
}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}



/* BASICS */
body,div,table,td,tr,p {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.6em;
}

body {
	background-color:#f1f1f1;
}

img {
	background-clip:border-box;
	-moz-background-clip:border;
	-webkit-background-clip:border;
	background-origin:border-box;
	-moz-background-origin:border;
	-webkit-background-origin:border;
	padding:0;
	margin:0;
	border:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

sup {
	font-size:12px;
}

td {
	vertical-align:top;
}

h1 {
	padding-bottom:15px;
}

h2 {
	padding-bottom:10px;
}

h3 {
	padding-bottom:5px;
}

h4 {
	padding-bottom:2px;
}

p {
	display:block;
}

ul {
	margin:15px 15px 15px 40px;
}

a,a:visited {
	color:rgb(0,112,187);
	text-decoration:none;
}

a:hover {
	background-color:#fff;
	text-decoration:none;
}



/* SPACING */
.pad {
	padding:25px;
}

.top {
	padding-top:25px;
}

.bottom {
	padding-bottom:25px;
}

.left {
	padding-left:25px;
}

.right {
	padding-right:25px;
}

.pads {
	padding:10px;
}

.tops {
	padding-top:10px;
}

.bottoms {
	padding-bottom:10px;
}

.lefts {
	padding-left:10px;
}

.rights {
	padding-right:10px;
}



/* Rounded borders */
.topr {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.bottomr {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

.border-top {
	border-top:1px solid #ccc;
}

.border-bottom {
	border-bottom:1px solid #ccc;
}

.clear {
	clear:both;
	height:0;
}

.center {
	text-align:center;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-pad .float-left {
	padding: 5px 10px 5px 0px;
}

.float-pad .float-right {
	padding: 5px 0px 5px 10px;
}

.inline {
	display:inline;
}

.relative {
	position:relative;
}

.noshow {
	display:none;
}

.icons img {
	margin: 5px 15px;
}

ul.errorlist {
	list-style: none;
	color: #990000;
	margin: 0px;
	margin-top:5px;
	font-size:14px;
}

/* INPUTS */
input,textarea,select {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	border:1px solid #999;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:5px 4px 4px;
	font-size:14px;
	line-height:1em;
}

input:hover,input:focus,textarea:hover,textarea:focus,select:hover,select:focus {
	border:1px solid #333;
}

div#header {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
}

div#menu {
	background-color:#f1f1f1;
	padding-top:20px;
	padding-bottom:10px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

div#menu a {
	margin:0 30px;
	padding:10px 15px 15px 15px;
	font-size:24px;
	line-height: 24px;
}

div#menu a:hover {
	border-top:1px solid #bbb;
}

div#menu a.selected-about {
	background-color:#fff;
	border-top:1px solid #bbb;
}

div#menu a.selected-services {
	background-color:#fff;
	border-top:1px solid #bbb;
}

div#menu a.selected-contact {
	background-color:#fff;
	border-top:1px solid #bbb;
}

div#body {
	background-color:#fff;
	border-bottom:1px solid #bbb;
}

div#services-menu {
	background-color:#fff;
	border-bottom:1px solid #eee;
	padding:20px 0;
}

div#services-menu a {
	margin:0 10px;
	padding:5px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:rgb(78,147,193);
}

div#services-menu a:hover {
	background-color:#eee;
	color:rgb(0,112,187);
}

div#services-menu a.selected {
	background-color:#eee;
	border:1px solid #bbb;
	color:rgb(0,112,187);
}

div#footer {
	color:#555;
	padding-bottom:50px;
}

div#footer *{
	font-size: 12px;
}

div#footer div {
	font-size:12px;
}
