/*
 * General HTML
 */
body, textarea {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#outer {
	margin: 0 auto;
	width: 999px;
	position: relative;
}

/*
 * Header
 */
#top-menu {
	position: absolute;
	top: 40px;
	right: 0px;
	font-weight: bold;
}

#header {
	height: 233px;
	position: relative;
	margin-bottom: 15px;
	background-color: #00b4ef;
}

#header-stripe {
	position: absolute;
	background-color: red;
	width: 16px;
	height: 233px;
	border-right: 2px solid white;
}

#header-menu {
	position: absolute;
	left: 16px;
	width: 268px;
	height: 233px;
	color: white;
}

#header-menu ul {
	list-style-type: square;
}

#header ul li h2 {
	font-size: 11pt;
	font-weight: bold;
}

#header ul li {
	margin-top: 15px;
}

#header ul a {
	color: white;
	text-decoration: none;
}

#header img {
	position: absolute;
	right: 0px;
	border-left: 2px solid white;
}

/*
 * Body
 */
h3 {
	color: red;
	display: inline;
	font-size: 10pt;
}

.after-h3 {
	display: inline;
}

h4 {
	color: #00b4ef;
	font-size: 10pt;
}

.two-columns td {
	width: 50%;
	vertical-align: top;	
}

.three-columns td {
	width: 33%;
	vertical-align: top;
	padding: 7px;
}

.three-columns td a,#boxout a,p a {
	color: #00b4ef;
}

.three-columns td a:hover,#boxout a:hover,p a:hover {
	color: red;
	text-decoration: none;
}

.three-columns td p {
	margin-top: 7px;
}

ul {
	list-style-type: square;
}

strong {
	color: red;
}

#boxout {
	width: 333px;
	float: right;
	border: 1px solid #00b4ef;
	margin-left: 15px;
	margin-bottom: 15px;
}

#boxout h3 {
	padding: 5px;
	color: white;
	background-color: #00b4ef;
	display: block;
	margin-top: 0px;
	text-align: center;
}

#boxout p {
	margin: 10px;
}

.case-study {
	border: 1px solid #00b4ef;
	padding: 5px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 930px;
	height: 280px;
	margin: 15px auto;
}

.case-study img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.case-study h4 {
	font-size: 10pt;
	margin-top: 0px;
	color: red;
	display: inline;
	margin-top: 0px;
}

.case-study .after-h4 {
	display: inline;
}

.case-study .signature {
	font-style: italic;
	margin-left: 370px;
}

#contact-details {
	width: 100%;
}

#contact-details th {
	text-align: left;
	vertical-align: top;
	color: red;
}

#contact-details th h4 {
	color: black;
	margin-top: 10px;
	margin-bottom: 0px;
}

.input-form {
	margin-top: 10px;
}

.input-form th {
	text-align: left;
	vertical-align: top;
}

.input-form .input-control {
	width: 300px;
}

.input-form .input-control .input-control {
	width: auto;
	margin-bottom: 0px;
}

.input-form .label {
	width: 100px;
	margin-bottom: 4px;
}

.input-form .required {
	color: red;
	width: 5px;
	font-size: 15pt;
}

.input-form tfoot tr td {
	padding-left: 100px;
	text-align: center;
}

.input-form tfoot tr td input {
	margin-right: 2px;
}

.error {
	background-color: red;
	color: white;
	font-weight: bold;
	display: block;
	padding: 2px;
	width: 98%;
}

textarea {
	height: 150px;
}

/*
 * Footer
 */
#footer div {
	text-align: center;
	font-size: 9pt;
	margin-top: 30px;
	font-size: 9pt;
}

#footer h1 {
	display: inline;
	font-size: 10pt;
	color: #00b4ef;
}

a {
	color: red;
}

a:hover {
	color: #00b4ef;
	text-decoration: none;
}