@charset "UTF-8";
/* CSS Document */

html, body {
	
	padding:0;
	margin:0;
	height:100%;
	background-color:#d08d9e;
}

a {
	outline:none;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555555;
	line-height:140%;
}

table, table tr, table td, table th {
	border:none;
	padding:0;
}

h1 {
	margin-top:0;
	font-size:160%;
	font-family:"Trebuchet MS", arial;
	color:black;
}

#wrapper .content a {
	color:#d08d9e;
}

#wrapper {
	width:950px;
	min-height:621px;
	height:auto !important;
	height:621px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}

#wrapper .left {
	width:220px;
	margin:17px 0 0 0;
	float:left;
}

#wrapper .left .logo {
	width:220px;
	height:295px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
}

#wrapper .left .logo span {
	display:none;
}

#wrapper .left .navigation {
	width:159px;
	margin:40px 0 0 32px;
}

#wrapper .left .navigation ul {
	padding:0;
	margin:0;
}

#wrapper .left .navigation ul li {
	padding:0;
	margin:0;
	list-style:none;
}

#wrapper .left .navigation span {
	display:none;
}

#wrapper .middle {
	width:1px;
	height:604px;
	margin:17px 0 0 0;
	background-image:url(../img/middle.jpg);
	background-repeat:repeat-y;
	float:left;
}

#wrapper .right {
	width:648px;
	margin:17px 0 0 47px;
	float:left;
}

#wrapper .right .slogan {
	width:648px;
	height:140px;
	margin-bottom:35px;
	background-image:url(../img/slogan.jpg);
	background-repeat:no-repeat;
}

#wrapper .right .slogan span {
	display:none;
}

#wrapper .right .content {
	width:100%;
	min-height:429px;
	height:auto !important;
	height:429px;
	background-image:url(../img/logo-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	padding-bottom:70px;
}

#wrapper .right .rightPics {
	width:205px;
	height:429px;
	margin-left:20px;
	float:left;
}

#footerWrapper {
	width:950px;
	height:60px;
	margin:0 auto 0 auto;
}


#footerWrapper .bottomCornerLeft {
	width:29px;
	height:29px;
	background-image:url(../img/bottomCornerLeft.gif);
	background-repeat:no-repeat;
	float:left;
}

#footerWrapper .footer {
	width:892px;
	height:29px;
	background-color:#FFFFFF;
	float:left;
}

#footerWrapper .bottomCornerRight {
	width:29px;
	height:29px;
	background-image:url(../img/bottomCornerRight.gif);
	background-repeat:no-repeat;
	float:left;
}

.clear {
	clear:both;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.dblink {
	color:#666666;
	text-decoration:none;
}

a:hover.dblink {
	color:#000000;
	text-decoration:none;
}

#wrapper .left .navigation ul li {
	display:block;
	float:left;
	clear:left;
	width:100%;
	background:url(../img/nav-bg.gif) no-repeat bottom;
	font-family:"Trebuchet MS", arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 5px 0;
}

#wrapper .left .navigation ul li a {
	display:block;
	width:100%;
	color:black;
}

#wrapper .left .navigation ul li a:hover, #wrapper .left .navigation ul li.selected a {
	color:#d08d9e;
}

#wrapper .left .navigation p {
	padding-top:23px;
	clear:left;
}

/*********** Columns */
.colSetTwo .col {
	float:left;
}

.colSetTwo .col.one {
	width:400px;
}

.colSetTwo .col.two {
	width:220px;
	margin-left:15px;
}
