@charset "utf-8";

/* CSS Document */



body  {

	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-color: #666666;

	background-image: url(../images/background.jpg);

	background-repeat: repeat;

	text-align: left;

}

#social{
	width:245px;
	float:left;
}

.addthis_container { float:right; }

#lefttitle{

	width:253px;

	float:left;

	padding:0px 15px 0px 15px;

	height:70px;

	line-height:70px;

	background-color:#f6f8fc;

}
#leftcontent{
	width:253px;
	float:left;
	min-height:500px;
	padding:15px;
	color:#000;
	background-color:#e4eaf5;

}

#leftcontentspring{
	background-image:url(../images/spring-sidebar.jpg);
	background-repeat:no-repeat;
	width:250px;
	float:left;
	min-height:500px;
	padding:0 15px 15px 15px;
	color:#000;
	background-color:#dcc9b0;
}
#leftcontentspring h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #573422;
	text-align: left;
}


#leftcontent p{
	color:#000;
}

#leftcontent ul{
	color:#000;
}

#leftcontent li{
	color:#000;
}

.mainContent {

	width: 578px;

	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	text-align: left;

} 

.content {

	width: 582px;

	padding: 5px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	text-align: left;

	float:left;

} 

h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #4d4d4d;

	text-align: left;

}

h5 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #6a90c1;

	text-align: left;

}	

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #4d4d4d;

	text-align: left;

}

.bottom {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #7fa9cc;

	padding-top:0px;

	margin-top:0px;

	text-align: left;

}

.box {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #4d4d4d;

	text-align: left;

}

ul {

	margin: 0px 0px 0px 15px;

}

li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #ffffff;

	text-align: left;

}

.li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #4d4d4d;

	text-align: left;

}

.nav {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: left;

  color: #4d4d4d;

}

.white {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #ffffff;

	text-align: left;

}

.newsletter {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #ffffff;

	text-align: left;

}

.teamrider {

	width: 270px;

	padding: 55px 0px 5px 17px;

	text-align: left;

}

.teamrider_wendy {

	width: 540px;

	padding: 55px 10px 0px 17px;

	text-align: left;

}

.teamrider_tiana {

	width: 230px;

	padding: 55px 10px 0px 17px;

	text-align: left;

}

.teamrider_jennie {

	width: 280px;

	padding: 55px 10px 0px 17px;

	text-align: left;

}

.teamrider_tiana_suite {

	width: 540px;

	padding: 0px 10px 0px 17px;

	text-align: left;

}

.border {

	border-color: #FFFFFF;

	border-width: 1px;

}

a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6987b6;

}

a:visited {

	color: #6987B6;

}

a:hover {

	color: #6987b6;

	text-decoration: none;

}

a:active {

	color: #6987B6;

}

.left {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

}

.bleu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6987b6;

}

.vert {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #aec29d;

}

a.beige {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #eae1d2;

}

.vertscs3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #32d600;

}

.orange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #bd823f;

}

.rouge {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #f00101;

}

.noir {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

.home {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #4d4d4d;

	line-height: 21px;

}



.sidebarSpring {

	float: left; /* since this element is floated, a width must be given */

	width: 259px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	height: auto;

	background: #b1c19a; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 20px 10px 20px 10px;

	text-align: left;

}

.sidebarAutumn {

	float: left; /* since this element is floated, a width must be given */

	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	height: auto;

	background: #b1c19a; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 20px 20px 20px 20px;

}



.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#DDDDDD; 

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: normal;

	color: #573422;

	text-align: left;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: normal;

	color: #4d4d4d;

	text-align: left;

}

h3{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 34px;

	font-weight: normal;

	color: #065b89;

	text-align: left;

}

h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #ffffff;

	text-align: center;

}



.classic_box {

	padding: 20px 20px 20px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	text-align: left;

} 

.details_box{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	border: 1px solid #FFFFFF;

	padding: 5px;

}
