/* @override 
	http://theopenseas.org/new-style.css */

@import url(http://fonts.googleapis.com/css?family=Karla:400,700);

body {
	margin: 0px;
	padding: 0px;
	background-color: whitesmoke;
	font-family: 'Karla', sans-serif;
}

::selection {
	color: black;
	background-color: white;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

a {
	color: black;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

a:hover {
	color: white;
	-moz-transition: .5s; /* Firefox 4 */
	-webkit-transition: .5s; /* Safari and Chrome */
	-o-transition: .5s; /* Opera */
}

.new {
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	background-color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 100;
}

.header{
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	height: 70px;
}

.header h1 {
	float: left;
	padding: 10px;
}

.header ul {
	margin: 0px;
	padding: 10px;
	float: left;
}

.header ul li {
	display: inline-block;
	padding: 10px;
	height: 20px;
	margin: 4px;
}

.header ul li.ph {
	background: url(i/phone.png) no-repeat left center white;
	padding-left: 40px;
}

.header ul li.email {
	background: url(i/email.png) no-repeat left center white;
	padding-left: 40px;
}


p {
	margin-bottom: 10px;
	margin-top: 10px;
}

#container {
	padding: 20px;
	margin-bottom: 30px;
	display: inline-block;
	width: 95%;
}

.col-holder {
	display: block;
}

.up-t {
	margin: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}

.col {
	width: 230px;
	float: left;
	padding: 20px;
	margin: 1px;
	background: repeat-x 0 0;
}

.col:hover {
	background-color: #86c884;
	-moz-transition: .5s; /* Firefox 4 */
	-webkit-transition: .5s; /* Safari and Chrome */
	-o-transition: .5s; /* Opera */
}

.up {
	background-color: #84b3c8;
}

.ab {
	background-color: #E04034;
	width: 502px;
	color: white;
}

.im {
	background-color: black;
	width: 502px;
	color: white;
}

.list {
	background-color: #bdbdbd;
}

.list p {
	font-size: 14px;
}

.under {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
