/* 
Title:     Mobility Concierge Stylesheet
Author:    design@studio2info.com
Updated:   October 2008
*/

/* General
---------------------------------------------------------- */

/* Clearfix - Clearing 21st Century Style - http://www.positioniseverything.net/easyclearing.html */ 
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* {margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	}

#wrapper {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	}

body#homepage ul li#home a {
	color:#a5bed4;
	}

body#detailspage ul li#details a {
	color:#a5bed4;
	}

body#contactpage ul li#contact a {
	color:#a5bed4;
	}
	
body#thankspage #content a {
	color:#1c6259;
	text-decoration:none;
	}

body#thankspage #content a:hover {
	color:#a5bed4;
	}
	
body#thankspage #content a:visited {
	color:#124684;
	}
	
	
/* Header
--------------------------------------------------------------------------------- */	

#header {
	width:960px;
	height:135px;
	overflow:hidden;
	background-color:#124684;
	background:url(images/header-bg.jpg) no-repeat;
	margin:0 auto;
	padding:0px;
	
	}





/* Main Navigation
---------------------------------------------------------------------------------- */
#navigation {
	height:34px;
	width:800px;
	padding-left:20px;
	float:left;
	margin-top:109px;
	}

#navigation ul {
	list-style-type:none;
	}

#navigation ul li {
	display:inline;
	}

#navigation ul li a {
	text-decoration:none;
	padding-right:40px;
	font-size:12px;
	color:white;
	}

#navigation ul li a:hover {
	color:#a5bed4;
	}

#navigation_right {
	height:81px;
	margin-top:40px;
	}

#navigation_right a img {
	font-size:11px;
	border:none;

	
	}

#navigation_right a img:hover {
	border:none;
	}


/* Content Divs (left column, content column, right column)
---------------------------------------------------------------------------------- */
#content_wrapper {
	background:url(images/wrapper-bg.jpg) repeat-y;
	width:960px;

	}
	
#left_column {
	float:left;
	width:270px;
	overflow:hidden;
	}

#testimonial {
	padding:0 15px;
	}

.testimonialtext {
	color:white;
	font-size:14px;
	line-height:1.6em;
	
	}

#content {
	float:left;
	width:470px;
	.width:400px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	}
	
#column_bullets {
	padding-left:20px;
	padding-right:15px;
	padding-bottom:35px;
	}

#column_bullets ul {
	list-style: disc outside none;
	padding-left:14px;
	}

#column_bullets li {
	color:white;
	font-size:11px;
	padding:0 0 7px 0px;
	line-height:1em;
	}

#right_column {
	width:190px;
	float:right;
	overflow:hidden;
	}

body#homepage #content a {
	color:#1c6259;
	text-decoration:underline;
	}

body#homepage #content a:hover {
	color:#124684;
	}


/* Center Content Divs
----------------------------------------------------------------------------------- */




/* Form and Thank-you Styles below
----------------------------------------------------------------------------------- */


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
	}

#errormsg {
	padding:5px;
	width:400px;
	color:red;
	}  
		
.error {
	background: #e2a3a3;
	}

span {
	color: red;
	padding:0;
	.padding:0 0 0 5px;
	}

.italic {
	font-style:oblique;
	}
	





/* Footer Div
--------------------------------------------------------------------------------------- */

#footer {
	width:960px;
	padding:12px 0 0 20px;
	border-top: 1px solid #124684;
	}
#footer p {
	font-size: 11px;
	}







/* Typography
---------------------------------------------------------------------------------------- */	
body#homepage h1 {
	font-size: 28px;
	font-weight:normal;
	color:#1c6259;
	padding-bottom:20px;
	padding-top:15px;
	line-height:1.3em;
	}

h1 {
	font-size: 28px;
	font-weight:normal;
	color:#1c6259;
	padding-bottom:10px;
	padding-top:15px;
	line-height:1.3em;
	}

h2 {
	font-size:16px;
	color:white;
	}

h3 {
	padding:5px 0 5px 0;
	font-size:14px;
	font-weight:normal;
	color:white;
	}

p	{
	color:black;
	font-size:12px;
	padding-bottom:15px;
	line-height:1.4em;
	}
	
li a {
	color:black;
	font-size:12px;
	padding-bottom:15px;
	line-height:1.4em;
	}
	
a img { border: none; }

	
	
	
