@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/paper-texture.jpg);
	background-position: top left;
	background-repeat: repeat;
}

div.background {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B20300;
	padding: 24px;
	position: relative;
}

div.container {
	background-color: #FFFFFF;
	padding: 24px;
	min-height: 0px;
	max-width: 100%;
}

div.leftContent {
	width: 312px;
	float: left;
	background-image: url(../images/left-background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div.navigation {
	width: 313px;
	text-align: right;
	font-size: 24px;
	color: #72A6CC;
	letter-spacing: 3px;
}

img {
	border-width: 0px;
}

a:link {
	color: #72A6CC;
	text-decoration: underline;
}

a:visited {
	color: #72A6CC;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #72A6CC;
	text-decoration: none;
}

div.rightContent {
	float:left;
	position: relative;
	left: 24px;
	width: 569px;
}

span.caption {
	color: #7C848A;
}

div.spacer {
	height: 24px;
	width: 24px;
}

div.body {
	position: relative;
	width: 100%;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #E1E1E1;
	background-color: #DDDDDD;
	border-width: 0px;
}

img.border {
	border: 4px double #DDDDDD;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 2em;
}

div.tab {
	height: 28px;
	padding: 4px 4px 4px 4px;
	float: left;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border: 4px double #CCC;
	z-index: 1;
	position: relative;
	top: 1px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.tab-spacer {
	width: 8px;
	height: 37px;
	float: left;
}
div.tabbed-content {
	background-color: #FFF;
	width: 543px;
	border: 1px solid #CCC;
	position: absolute;
	top: 44px;
	padding: 12px 12px 12px 12px;
	z-index: -1;
}

textarea, input[type="text"] {
	border: 1px solid #7C848A;
	margin: 2px 2px 2px 2px;
}

h1,h2,h3 {
	margin-bottom: 0px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

.border {
	position: relative;
	border: 1px solid #DDD;
}

.greybg {
	background-color: #EEE;
}

.header {
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin-bottom: 4px;
}

.testimonial {
	text-align: center;
	color: #7C848A;
	font-size: 14px;
	padding: 8px 8px 8px 8px;
}

.content {
	position: relative;
	padding: 4px 4px 4px 4px;
}

	.content-expandable {
		padding: 0px 0px 0px 0px;
		height: 0px;
		overflow: hidden;
	}

.portfolio {
	padding: 4px 4px 4px 4px;
	position: relative;
}

	img.portfolio {
		float: left;
		margin-right: 4px;
	}
	
	a.portfolio {
		position: absolute;
		bottom: 4px;
		right: 4px;
	}

.footer {
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	border-top: 1px solid #CCC;
	text-align: center;
}