@import url("slimbox2.css");

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	padding: 8px;
}
h1, h2, h3 {
	font-family: "Segoe Print", Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: bold;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: underline;	
}
abbr {
	border-bottom: 1px dashed #FFFFFF;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 100px;
	text-align: center;
}
#nav {
	height: 40px;
	background-color: #00284F;
	background-image: url(../images/nav_center.gif);
	background-repeat: repeat-x;
}
#nav_left {
	background-image: url(../images/nav_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 16px;
}
#nav_right {
	background-image: url(../images/nav_right.gif);
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	width: 16px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	height: 40px;
	width: 130px;
	line-height: 40px;
	margin-left: 30px;
	text-align: center;
}
#nav li:hover, #nav li.hover {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav a {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#content {
	background-color: #00284F;
	padding: 28px 40px;
	border: 1px solid #000000;
	border-width: 0px 1px;
	position: relative;
	overflow: hidden;
	width: 878px;
}
#content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 8px 0px;
}
#contact {
	position: absolute;
	width: 340px;
	height: 440px;
	right: -382px;
	top: 0px;
	z-index: 200;
	background-color: #0E3255;
	border: 1px solid #000000;
	border-width: 0px 0px 1px 1px;
	padding: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomleft: 20px;
	display: none;
}
#contact-button {
	position: absolute;
	left: -140px;
	top: 0px;
	height: 40px;
	width: 140px;
	cursor: pointer;
	background-image: url(../images/contact_button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contact-link {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 140px;
}
#contact h2 {
	margin-bottom: 12px;
	text-align: center;
}
#contact label, .contact label {
	float: left;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 6px 4px;
}
#contact input, #contact textarea, .contact input, .contact textarea {
	font-size: 1.8em;
	padding: 3px 6px;
	float: left;
	clear: both;
	margin: 0px 0px 12px;
	font-family: inherit;
	background-color: #4B7EAF;
	border: 2px solid #2A6EAF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFFFFF;
}
#contact textarea, .contact textarea {
	width: 96%;
	font-size: 1.4em;
}
#contact input[type=submit], .contact input[type=submit] {
	background-color: #00284F;
	font-weight: bold;
	cursor: pointer;
}
#contact input[type=submit]:hover, .contact input[type=submit]:hover {
	background-color: #003466;
}
#cfprogress {
	float: left;
	margin: 3px 6px;
	display: none;
}
#footer {
	color: #999999;
	text-align: center;
	background-color: #00284F;
	background-image: url(../images/footer_center.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 20px;
	height: 20px;
}
#footer_left {
	background-image: url(../images/footer_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 17px;
}
#footer_right {
	background-image: url(../images/footer_right.gif);
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	width: 17px;
}
div.error, div.success {
	background-color: #4B7EAF;
	border: 3px solid #2A6EAF;
	padding: 20px;
	font-size: 1.2em;
}
div.error h3 {
	color: #CC0000;
}
.error textarea {
	float: none;
}
div.success h3 {
	color: #00CC00;
}
.contact {
	width: 400px;
	padding: 20px;
}
.portfolio .left, .portfolio .right {
	height: 240px;
	margin: 20px 0px;
}
.portfolio .preview {
	width: 420px;
	height: 220px;
	border: 1px solid #333333;
	background-color: #0E3255;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
}
.portfolio .left .preview {
	float: left;
}
.portfolio .right .preview {
	float: right;
}
.portfolio .preview img {
	border: 1px solid #666666;
	margin: 10px;
	display: none;
}
.portfolio .preview img.first {
	display: block !important;
}
.portfolio .left .desc {
	float: right;
}
.portfolio .right .desc {
	float: left;
}
.desc {
	width: 380px;
	background-color: #4B7EAF;
	border: 3px solid #2A6EAF;
	padding: 10px 20px;
	font-size: 0.9em;
	position: relative;
	display: inline;
}
.desc ul {
	font-size: 1.2em;
	padding: 8px 20px;
}
.desc .link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 26px;
	background-color: #2A6EAF;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
}
.desc .link a {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 26px;
	width: 100%;
	text-align: center;
}
.services .desc {
	font-size: 1.1em;
	margin: 0 12px 14px 0;
	float: left;
	display: inline;
}
.intro, .about {
	color: #FFFFCC;
	font-size: 1.2em;
	letter-spacing: 0.12em;
	line-height: 1.2em;
	padding: 8px 0 18px 0;
	text-align: justify;
}
.about {
	margin: 20px 160px 0px 40px;
}
.about p {
	padding-bottom: 20px;
}
.intro strong {
	color: #FFFFFF;
}
.intro a {
	text-decoration: none;
	font-weight: bold;
}
.intro a:hover {
	text-decoration: underline;
}
#features {
	margin: 30px 0;
	padding: 10px 0;
	border: 4px solid #CCCCCC;
	border-width: 4px 0;
	background-color: #0E3255;
	float: left;
	display: inline;
	width: 864px;
}
#features h2 {
	text-align: center;
	margin-bottom: 12px;
}
#twitter, #badges {
	width: 380px;
	float: left;
	padding: 10px 20px;
	display: inline;
}
#badges {
	text-align: center;
	padding-left: 20px;
}
#badges a {
	padding: 10px;
}
.tweet {
	width: 340px;
	background-color: #003466;
	border: 2px solid #00284F;
	padding: 4px 14px;
	margin: 6px;
	font-size: 0.9em;
	-moz-border-radius: 22px 10px 0 10px;
	-webkit-border-radius: 22px 10px 0 10px;
	display: none;
}
.tweet small {
	display: block;
	text-align: right;
}
input.error {
	border: 2px solid #FF0000 !important;
}
.clear {
	clear: both;
}
