* { margin: 0; padding: 0; }

body {
	background: #D7DDE9 url(../images/background.jpg) repeat-x;
	font-family: Georgia, Times New Roman, Seriff;
	font-size:12px;
	color: #5f5f5f;
	text-align: center;
}

a {
	color: #8D949F;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

p {
	margin: 5px 0 10px 0;
}

ul {
	margin-left: 1.3em;
	margin-bottom: 10px;
}

li{
	margin: 0;
	padding: 0;
}

.wrapper {
	background: #fff;
	width: 1000px;
	border: 1px solid #EDF1F5;
	text-align: left;
	margin: 33px auto 33px auto;
}

.body{
	background: #fff;
	border: 1px solid #D7DEE9;
	position: relative;
}

.menu{
	position: absolute;
	top: -8px;
	left: -2px;
	background: url(../images/menu.jpg) no-repeat;
	width: 221px;
	height: 500px;

}

.logo{
	margin: 20px 0 0 25px;
}

.menuGroup{
	position: relative;
	top: -40px;
	left: 2px;
}

.menuGroup .on {
	background: #FAF9F9 url(../images/menuArrow.gif) 190px 8px no-repeat;
}

.menuGroup  a:hover .menuItem{
	text-decoration: underline;
	background: url(../images/menuArrow.gif) 190px 8px no-repeat;
}

.menuItem{
	text-transform: uppercase; 
	padding: 5px 0 5px 30px;
}

.contentWrapper{
	position: relative;
	width: 779px;
	margin: 0 0 0 219px;
}

.content{
	position: relative;
	left: -5px;
}

.topBar{
	height: 21px;
	background: #F8F8F9;
	font-size: 11px;
	color: #A29A8F;
	padding: 5px 0 0 5px;
}

.topBar span {
	padding: 0 10px 0 0;
}

.topBar a{
	color: #A29A8F;
}

.topBar .divider{
	position: relative;
	top: -3px;
	left: -5px;
	font-weight: bold;
	padding: 0 3px 0 0;
}

.nav{
	margin: 16px 0 16px 535px;
	color: #8D949F;
	text-transform: uppercase; 
}

.nav a {
	padding: 0 10px 0 0;
}

.nav .divider{
	position: relative;
	top: -3px;
	left: -5px;
	font-weight: bold;
	padding: 0 3px 0 0;
}

.headerWrapper{
	background: #fff;
	border: 1px solid #EEEFF1;
	border-left: 0;
	border-right: 0;
	width: 784px;
}

.header{
	background: #E9F0E3;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;

}

.header .pic{
	position: absolute;
	width: 425px;
	height: 299px;
}

.header .pageTitleBack{
	position: absolute;	
	top: 40px;
	width: 425px;
	height: 84px;
    background:url(../images/welcomeBack.png);
	color: #fff;
}

.header .pageTitle{
	position: absolute;	
	top: 80px;
	left: 20px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase; 
}

.header .caption{
	position: relative;
	padding: 30px 20px 0 445px;
	height: 269px;
}

.header .title{
	font-size: 16px;
	color: #86816E;
}

.header .description{
	margin: 20px 0 0 0;
	font-size: 11px;
	color: #707479;
}

.header .contact{
	margin: 20px 0 0 0;
	font-size: 11px;
	color: #707479;
	line-height: 150%;
}

.main{
	padding: 30px 20px 20px 0;
}

.main .caption{
	height: 120px;
	margin: 0 0 40px 0;
}

.main .pic{
	border: 1px solid #E9E4DE;
	padding: 1px;
	margin: 0 20px 0 0;
	float: left;
	width: 180px;
	height: 120px;
}

.main .pictall{
	border: 1px solid #E9E4DE;
	padding: 1px;
	margin: 0 20px 0 0;
	float: left;
	width: 180px;
	height: 270px;
}

.main .title{
	font-size: 18px;
	color: #9CA2AC;
	text-transform: uppercase; 
}

.main .titlePage{
	font-size: 18px;
	color: #86816E;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.main .description{
	font-family: Arial, Verdana, Sans-seriff;
	font-size: 12px;
	color: #4F4F4F;
}

.thumbs{
	margin: 0 0 20px 0;
	height: 122px;
}

.thumbs .pic{
	border: 1px solid #E9E4DE;
	padding: 1px;
	margin: 0 58px 0 0;
	float: left;
	width: 180px;
	height: 120px;
}

.list{
	padding: 2px 0 0 0;
}
.break{
	clear: both;
}
