@charset "UTF-8";
body  {
	font: 100% Verdana, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* 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;
		font-size: 12px;

}

p {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	line-height: 1.5em;
	padding-top: 12px;
}

li {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	line-height: 1.5em;
}

.intro {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight:lighter;
}

a {color: #009999;}

h1 {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 14px;
}

h2 {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;

}

td {padding: 0 20px 0 0;}


.title {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
}


.mainnav {
	margin-right:40px;
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 100;
}

.mainnav a {
	color: #009999;
	text-decoration:none;
}


.twoColFixLtHdr #container {
	width: 1000px;
	margin: 20px 0 0 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: 50px;
} 
.twoColFixLtHdr #header {
	padding: 25px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header img {
	margin-right: 50px;  
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top: 40px;
}
.twoColFixLtHdr #mainContent {
	margin: 40px 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.back {
	color:#ffffff;
	font-size:10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.back a {color:#ffffff; text-decoration:none;}


.twoColFixLtHdr #mainContent img {
	border:#FFFFFF 1px solid;
	margin: 0;
} 



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	margin-bottom: 50px;
} 

.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 */
	text-align: left;
	font-size:12px;
	
}

.bottomcopy {	letter-spacing: 0.28em;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}




/* carousel  */
#carousel_inner {
/*float:left;  important for inline positioning */
width:725px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */

margin-bottom: 15px;

}

#carousel_ul {
position:relative;
left:-250px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width:225px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:173px;
/*margin-top:10px;
margin-bottom:10px;*/
margin-left:10px;
margin-right:10px;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
/* styling */
/*cursor:pointer;
cursor: hand;*/
border:0px;
}
#left_scroll{
float:left;
height:20px;
width:20px;
margin-left: 325px;
}


#right_scroll{
float:left;
height:20px;
width:20px;
margin-left: 15px;
}


#left_scroll img{

margin-left: 300px;
border:0 !important;

}



#right_scroll img{
	margin-left: 15px;
border:0 !important; 

/* remove the default border of linked image */
/*styling*/
/* cursor: pointer;
cursor: hand;  */

}
