@charset "utf-8";

/*Begin CSS*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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:#333333;
	font-family:Verdana,sans-serif;
	font-size:0.8125em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
}
p {
line-height:1.8em;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-width: 0 1px;
	border-color: #aaa;
	border-style: solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
}
#header {
	width:520px;
	background: #fff; 
	margin: 0 120px;  /* 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. */
	overflow:hidden;
	clear:both;
}
#rightHeader {
	float:left;
	position:relative;
	right:0;
	width:150px;
	text-align:right;
	paddign:-10px 0 0 0;
	display:inline;
	overflow:hidden;
}
#leftHeader {
	float:left;
	width:370px;
	padding:-10px 0 0 0;
	display:inline;
	overflow:hidden;
	}
#header p {
	line-height:1.2em;
}
#header ul {
		border: 0;
		margin: 0;
		padding: 0;
		height:36px;
		list-style-type: none;
		width: 100%;
		text-align: center;
	}

#header ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin:0;
	}

#header ul li a {
		background: #fff;
		width: 86px;
		height: 36px;
		padding: 15px 0 0 0;
		margin: 0;
		color: #222;
		text-decoration: none;
		display: block;
		text-align: center;
		font-size:14px;
		font-weight:bolder;
		border-width: 0 0 1px 0;
		border-color: #aaa;
		border-style: solid;
	}

#header ul li a:hover {
		color: #005c9a;
		background: #fff;
		text-decoration:underline;
	}
	
#header a:active {
		background: #000;
		color: #fff;
		text-decoration:none;
	}
	
#header li#active a {
		background: #005c9a;
		color: #fff;
	}

#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 */
}
.oneColFixCtrHdr #mainContent {
	height: 320px;
	margin:0;
	padding: 50px 120px 0 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/woman-corner-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}

#mainContent2 {
	width:520px;
	float:left;
	padding: 0 120px 20px 120px;
	margin:0;
	background-image:url(images/mainContent2r-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#mainContent2 p{
	line-height:1.8em;
	margin: 0 0 1.5em 0;
}
h1, h2 {
	font-size:16px;
	font-weight:bold;
}
.center {
	text-align:center;
}
h3 {
	font-size:14px;
	line-height:1.8em;
}
#slides h2 {
	font-size:14px;
	line-height:1em;
}
#slides p {
	text-align:right;
}
#mainContent h3 {
	font-size:medium;
	font-weight:lighter;
	line-height: 0;
	clear:both
}
#mainContent span {
	color:#333;
}
#map_canvas{
	margin:10px 0;
	padding:0;
	width: 520px; 
	height: 320px;	
}
#leftColumn {
	width:220px;
	float:left;
	position:relative;
	left:0;
	margin:0 0 20px 0;
	padding:0 15px 20px 25px;
	background:#e9f6ff;
	overflow:hidden;
}
#rightColumn {
	width:240px;
	float:left;
	position:relative;
	right:0;
	padding:0 0 0 20px;
	margin:0;
	border:0;
}
#footer {
	width:760px;
	height:127px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	margin: 0 0 0 0;
	overflow:hidden;
}
#bottomRight{
	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 40px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	text-align:center;
	line-height:0;
	margin: 0;
}
img.twoCenter {
	float:left;
	margin: 0 40px 20px 40px;
	border:0;
	}
img.pad {
	padding:5px;
	}
img.padLeft {
	padding:10px 0 0 10px;
}
img.floatRight {
	float:right;
}
img.floatLeft {
	float:left;
}
img.padRight {
	padding: 5px 25px 5px 0 ;
	}
img.bottomLeft {
	float:left;
	margin: 25px 0 0 30px;
	}
img.bottomMiddle {
	float:left;
	margin: 5px 0 0 59px;
	}
img.padv{
	padding:10px 0;
	}
.padBottom {
	padding:0 0 10px 0;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	clear:both;
	
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #005c9a;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	position:relative;
	left:43px;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    background-position: top right;
    color: #6600ff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: top left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}
a.button:active {
    background-position: bottom right;
    color: #6600ff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.oneColFixCtrHdr #container #mainContent span {
	font-size: 84px;
	font-family: Cambria;
}

ul#testy li {
	padding:0;
	margin:0;
	position:absolute;
	/* For web browsers who care */
	opacity: 0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	list-style-type:none;
	width: 339px;
}
#padLeft {
	width:370px;
	position:relative;
	float:right;
	overflow:hidden;
	height:200px;
	padding:20px;
	margin:0;
	}
.oneColFixCtrHdr #container #mainContent #testy  p {
	float:right;
}
img {
border:0;
}
/* New stuff */
#carousel {
	width:362px;
	height:150px;	
	float:right;
	margin:0 auto;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:357px;
	height:150px;
	border:none;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:3570px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:357px;
	height:150px;	
	float:left;
}

#slides li img {
	padding:5px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
	position:relative;
	right:0;
	width:30px;
}

#buttons a {
	display:inline; 
	outline:0;
}

a#prev {
	text-decoration:none;
	color:#333;
}

a#prev:hover {
	text-decoration:underline;
	color:#005c9a;
}

a#next {
	text-decoration:none;
	color:#333;
}

a#next:hover {
	text-decoration:underline;
	color:#005c9a;
}

.clear {clear:both}
