@import url(http://fonts.googleapis.com/css?family=cuprum);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight,light,regular,bold);
@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic);
body {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
body, tr, td, th, p {
	color: #333333;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}
a, a:link, a:visited, a:active {
	color: #EE4400;
	text-decoration: none;
}
a:hover {
	color: #EE4400;
	text-decoration: underline;
}
p {
	padding: 0px 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Yanone Kaffeesatz", Arial, Sans-Serif;
	font-weight: 400;
	margin: 0px 0 5px 0;
	padding: 0px;
}
h1, h3, h5 {
	color:#333;
}
h2, h4, h6 {
	color:#EE4400;
	font-family: "Yanone Kaffeesatz", Arial, Sans-Serif;
	font-weight: 400;
	text-transform: UPPERCASE;
}
h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size: 21px;
	line-height: 21px;
	text-transform: none;
}
h5 {
	font-size: 21px;
	line-height: 21px;
	font-weight: 300;
	color: #666;
}
h6 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing:1px;
	font-weight: 700;
}
blockquote {
	color:#666;
	margin: 0 0px 15px 0px;
	padding: 5px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	background-color: #f5f5f5;
}
ol {
	list-style-type:decimal;
	padding: 0 0 5px 20px;
	color: #EE4400;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 15px;
	color: #EE4400;
}
li {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
code {
	font-size: 100%;
}
hr {
	border: 0px;
	border-bottom: 1px dotted #333333;
	text-align:center;
	height: 0px;
}
img {
	border:0
}
/* Forms ----------------------------------------------- */
label {
	font-weight: bold;
}
input, button {
	background-color:#fff;
	color: #555;
	font-size: small;
	margin:2px;
	padding:2px;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #efefef;
	color: #666;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #EE4400;
	color: #fff;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	background-color: #fff;
	color: #000;
	border: 1px solid #EE4400;
}
table.tableform td.button {
	text-align: center;
}
input[type="text"], input[type="password"], textarea {
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #EE4400;
}
textarea {
	width: inherit;
}
fieldset {
	border: 1px solid #ddd;
	padding: 3px;
}
fieldset td {
	padding: 1px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}
input[type="checkbox"], select {
	padding: 1px;
	font-size: x-small;
}
.required {
	color: #EE4400;
}
/* sIFR ----------------------------------------------- */
.sIFR-active h1,  .sIFR-active h2,  .sIFR-active h3,  .sIFR-active h4,  .sIFR-active h5,  .sIFR-active h5 {
	visibility: hidden;
	line-height: 1em;
}
.sIFR-active h1 {
	font-size: 24px;
}
.sIFR-active h2 {
	font-size: 18px;
}
.sIFR-active h3 {
	font-size: 14px;
}
.sIFR-active h4 {
	font-size: 12px;
}
.sIFR-active h5 {
	font-size: 12px;
}
.sIFR-active h6 {
	font-size: 12px;
}
/* Layout ----------------------------------------------- */
.block {
	width:1000px;
	text-align:left;
}
#main {
	width:100%;
	height:100%;
	background-color: #EEEEEE;
}
#header {
	background-color: #06283B;
	margin:auto;
	height:95px;
	border-bottom: 5px Solid #406477;
}
#banner {
	background-color: #597181;
	margin:auto;
	height:200px;
	background-image: url(img/photo_bkg.jpg);
}
#body {
	background-color: #FFFFFF;
	margin:auto;
}
#footer {
	background-color: #CCCCCC;
	margin:auto;
	padding-bottom:100px;
}
#left {
	padding-right:20px;
}
/* Header ----------------------------------------------- */

.logo {
	padding-left: 20px;
	padding-right: 20px;
	width:140px;
}
.header_utility {
	padding: 10px;
	text-align: right;
	font-size:10px;
	color: #97A8B1;
}
.header_utility a, .header_utility a:link, .header_utility a:visited, .header_utility a:active {
	color: #97A8B1;
}
.header_utility a:hover {
	color: #EE4400;
	text-decoration: underline;
}
.header_menu {
	padding-top: 25px;
	text-align: left;
	font-family: "Yanone Kaffeesatz", "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	font-weight: 400;
	font-size:28px;
	color: #FFFFFF;
}
.header_menu a, .header_menu a:link, .header_menu a:visited, .header_menu a:active {
	color: #FFFFFF;
	padding: 5px;
}
.header_menu a:hover {
	color: #FFFFFF;
	background-color: #EE4400;
	text-decoration: none;
}
/* Footer ----------------------------------------------- */

.footer_menu {
	color: #666666;
	padding-top: 15px;
	padding-left: 15px;
	font-size:15px;
}
.footer_menu a, .footer_menu a:link, .footer_menu a:visited, .footer_menu a:active {
	padding: 5px;
	text-align: left;
	font-size:15px;
	color: #666666;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	font-weight: normal;
}
.footer_menu a:hover {
	color: #EE4400;
	text-decoration: underline;
}
.copyright {
	padding: 5px;
	padding-left: 20px;
	text-align: left;
	font-size:10px;
	color: #666666;
}
.footer_utility {
	color: #666666;
	padding-left: 15px;
}
.footer_utility a, .footer_utility a:link, .footer_utility a:visited, .footer_utility a:active {
	padding: 5px;
	text-align: left;
	font-size:10px;
	color: #666666;
}
.footer_utility a:hover {
	color: #EE4400;
	text-decoration: underline;
}
/* content ----------------------------------------------- */

.clear {
	clear: both;
}
.content {
	padding: 20px;
	min-height: 400px;
}
.contact_main {
	width: 700px;
}
.contact_sidebar {
	width: 200px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #EE4400;
}
.contact_sidebar p, .contact_sidebar li {
	color: #FFFFFF;
}
.divider {
	width:1px;
	padding: 0px;
	background-image: url(img/divider.gif);
}
.home_rule {
	border: 0px;
	border-bottom: 1px dotted #666666;
	text-align:center;
	height: 0px;
	margin: 10px 10px 10px 0px;
	width: 100%;
}
.home_case_studies {
	width: 700px;
}
.home_case_studies td {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.home_case_studies td h3 {
	width: 230px;
}
.home_case_studies img {
	background-color:#EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
}
/* WORK Slideshow ----------------------------------------------- */

#SLIDESMAIN {
	padding:0px;
	margin: 0 0 20px 0;
}
#SLIDESTEXT {
	padding:10px;
	float: left;
	width: 450px;
}
#SLIDESIMG {
	padding:10px 10px 0 10px;
	margin:0;
}
#SLIDESBOX {
	padding:0px;
	margin:0;
	background-color:#f7f7f7;
}
#SLIDESNAV {
	float: right;
	width: 60px;
	padding: 10px;
	margin-right:10px;
	text-align: right;
}
/* WEBSITES ----------------------------------------------- */

.webdesign img {
	padding: 5px 45px 5px 0px;
}
/* BRANDING ----------------------------------------------- */

.branding img {
	padding: 5px 45px 5px 0px;
}

