/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 12, 2008       */
/*==================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background-color: #fff;
}

.clear {
	clear:both;
}

a:link {color: #00507e; text-decoration: none;}
a:visited {color: #00507e; text-decoration: none;}
a:hover {text-decoration: none; color: #666666;}
a:active {text-decoration: none;}

img {
	border: 0;
}

.bold {
	font-weight: bold;
}

.boldblue {
	color: #00507e;
	width: 690px;
	font-weight: bold;
	font-size: 1em;
	display: block;
}

#wrapper {
	width: 690px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	line-height: 120%;
	font-size: .8em;
	background-color: #fff;
}

#wrapper h1 {
	color: #00507e;
	width: 690px;
	font-size: 1.6em;
	padding: 0 0 5px 0;
}

#wrapper h2 {
	color: #666666;
	line-height: 150%;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0 0 15px 0;
	width: 690px;
}

#wrapper h3 {
	color: #666666;
	line-height: 150%;
	font-weight: normal;
	font-size: 1.2em;
	padding: 0;
	width: 690px;
}

#wrapper p {
	width: 690px;
	padding: 0 0 15px 0;
}

button {
	margin: 0 auto;
	padding: 0px;
	width: 123px;
	height: 53px;
	border: none;
	background: url(../images/main/submit_but.jpg) 0px 0px no-repeat;
	cursor: pointer;
	overflow: hidden;
	display: block;
	text-indent: -9999em;
}

button:hover{
	background: url(../../../../images/main/submit_but.jpg) 0px -53px no-repeat;
}

#wrapper p.smalltype {
	color: #666666;
	font-size: .8em;
	padding: 20px 0 0 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	position: relative;
	width: 690px;
	padding: 0 0 10px 0;
}

input {
	position: absolute;
	left: 150px;
	top: 0;
}

label {
	font-size: .8em;
}

label.error {
	position: absolute;
	left: 350px;
	top: 0px;
	padding: 2px 10px 2px 10px;
	color: #ba300d;
	font-weight: bold;
	font-size: .8em;
	background-color: #fff;
	border: 1px solid #ba300d;
	margin: 0 0 0 5px;
}

.download {
	width: 190px;
	height: 46px;
	overflow: hidden;
}

.download a{
	background: url(../images/main/download_casestudy.jpg) 0px 0px no-repeat;
	width: 190px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
}

.download a:hover{
	background: url(../images/main/download_casestudy.jpg) 0px -48px no-repeat;
}