	/***** CSS for Experience IT *****/

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #464545;
	background: #fff url(../images/interface/bg.png) repeat-x center top;
	font-family: Helvetica, Arial, Verdana;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#logo strong,
#strapLine em,
.buttonArrow em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.alignleft {
	float: left;
	margin: 15px 15px 15px 0 !important;
	clear: left;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}




/***** Type *****/
a:link {
	color: #0054a6;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #cc0000;
}
h1 {
	color: #1d7dae;
	font-size: 1.8em;
	border-bottom: 3px solid #1d7dae;
	margin: 0 0 15px 0;
	font-weight: normal; 
	font-family: 'SeanRegular', sans-serif;
	line-height: 1.2;
}
h2 {
	font-size: 1.5em;
	color: #1d7dae;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
p {
	line-height: 1.4;
	padding: 0 0 15px 0;
	font-size: 1.1em;
}
#colContent ul,
#colContent ol {
	margin: 0 0 15px 2em;
}
#colContent li {
	padding: 0 0 5px 0;
}





/***** Container *****/
#container {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}




/***** Header *****/
#header {
	position: relative;
	height: 109px;
}
#logo {
	position: absolute;
	left: 56px;
	top: 2px;
	width: 231px;
	height: 73px;
	background: url(../images/interface/experience-it-logo.png) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 73px;
}
#strapLine {
	position: absolute;
	right: 56px;
	top: 22px;
	width: 432px;
	height: 47px;
	background: url(../images/interface/serious-cycling.png) no-repeat 0 0;
}
#mainNav {
	position: absolute;
	left: 46px;
	bottom: 7px;
	width: 904px;
}
#mainNav li {
	list-style-type: none;
	float: left;
	width: auto;
}
#mainNav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
	font-size: 1.2em;
}
#mainNav em {
	font-style: normal;
}
#mainNav a:hover {
	color: #075cad;
}




/***** MessageSlide *****/
#messageSlide {
	height: 263px;
	background: url(../images/interface/messageSlide-bg.png) repeat-x left bottom;
}




/***** Home *****/
#colWrapper {
	float: left;
	width: 589px;
	padding: 0 0 0 28px;
	margin: 16px 0 0 0;
	background: url(../images/home/col-wrapper-bg.png) repeat-y -1px 20px;
}
#colOne {
	float: left;
	width: 248px;
	margin: 0 46px 0 0;
}
#colTwo {
	float: left;
	width: 248px;
	margin: 3px 19px 0 0;
}
#colThree {
	float: left;
	width: 248px;
	margin: 15px 0 0 0;
}
.imageFrame {
	position: relative;
	width: 252px;
	margin: 12px 0 12px -2px;
}
.frame {
	width: 252px;
	height: 165px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/home/picture-frame.png) no-repeat 0 0;
}
#colWrapper p,
#colThree p {
	color: #464545;
	line-height: 1.3;
	padding: 0 0 13px 0;
}
#colThree h2 {
	padding: 0 0 16px 0;
	margin: 0;
}
#colThree h3 {
	margin: 8px 0 0 0;
	margin: 0;
}
#colThree img {
	display: block;
	margin: 0 0 12px 0;
}
#colThree h2 img,
#colThree h3 img {
	margin: 0;
}
.buttonArrow {
	float: right;
	background: url(../images/interface/button-arrow.png) no-repeat right top;
	width: 17px;
	height: 17px;	
}




/***** Generic *****/
#colContent {
	float: left;
	width: 532px;
	padding: 19px 0 20px 36px;
}
#colHighlight {
	float: right;
	width: 254px;
	border-left: 3px solid #eaeaea;
	padding: 20px 30px 0 13px;
	margin: 2px 0 0 0;
}
#colHighlight p {
	color: #464545;
	line-height: 1.3;
	padding: 0 0 13px 0;
}
#colHighlight h2 {
	padding: 0 0 16px 0;
	margin: 0;
}
#colHighlight h3 {
	margin: 8px 0 0 0;
	margin: 0;
}
#colHighlight img {
	display: block;
	margin: 0 0 12px 0;
}
#colHighlight h2 img,
#colHighlight h3 img {
	margin: 0;
}
a.backTopLink {
	display: block;
	height: 17px;
	padding: 2px 0 0 21px;
	background: url(../images/interface/button-arrow-up.png) no-repeat 0 0;
	color: #0054a6;
}
table {
	width: 100%;
	margin: 0 0 15px 0;
}
th {
	background: #1f85b9;
	color: #fff;
	text-align: left;
	padding: 10px;
	font-size: 1.3em;
	border-bottom: 4px solid #fcfcfc;
}
td {
	background: #e8e8e8;
	font-size: 1.1em;
	padding: 10px;
	border-bottom: 4px solid #fcfcfc;
}
.topLink {
	display: block;
	padding: 3px 0 15px 25px;
	background: url(../images/interface/button-arrow-up.png) no-repeat 0 0;
	font-size: 1.1em;
}
#colHighlight form {
	margin: 0 0 20px 0;
}
form input,
form textarea {
	width: 240px;
	font-family: Helvetica, Arial, Verdana;
	padding: 3px;
	font-size: 1em;
}
form textarea {
	height: 70px;
}
.submitButton input {
	width: auto;
	background: #0c60b0;
	color: #fff;
	font-weight: bold;
	border: 1px outset #0c60b0;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 5px 9px;
	font-size: 1.1em;
	cursor: pointer;
}
#colHighlight form p {
	padding: 0 0 5px 0;
}
#colHighlight form img {
	display: inline;
}
#widgetsWrapper {
	list-style-type: none;
}
#widgetsWrapper h2 {
	display: none;
}
#widgetsWrapper ul {
	margin: -10px 0 0 14px;
	list-style-type: none;
}
#widgetsWrapper ul li {
	padding: 0 0 5px 0;
}
.post {
	padding: 0 0 20px 0;
}





/***** Footer *****/
#footer {
	margin: 20px 30px;
	border-top: 2px solid #e9e8e8;
	padding: 10px;
}
#footer ul {
	list-style-type: none;
	float: right;
}
#footer li {
	float: left;
	margin: 0 10px 0 0;
}
#footer a {
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}











