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

body {
	padding				: 0;
	margin				: 0;
	font-family			: Arial, Helvetica, sans-serif;
}

.container {
	width				: 940px;
	margin				: 0 auto;
	position			: relative;
	background			: url(img/bg.jpg) repeat-x;
}

.home {
	background			: url(img/homePage.jpg) no-repeat;
}

.homepage {
	height				: 388px;
	padding-top			: 90px;
	padding-left		: 30px;
	overflow			: hidden;
}

.homepage p {
	color				: #FFF;
	width				: 450px;
	font-size			: 14px;
	margin-left			: -500px;
}

.option1 {
	width				: 460px;
	height				: 78px;
	background			: #171717;
	border-left			: #333 solid 20px;
	float				: left;
	padding				: 20px 40px;
	color				: #666;
	font-size			: 12px;
}

.option1 h2, .option2 h2{
	padding				: 0;
	margin				: 0;
}

.option1 h2 a, .option2 h2 a{
	font-weight			: normal;
	color				: #FFF;
	padding				: 0;
	margin				: 0;
	font-size			: 18px;
	margin-bottom		: 5px;
	text-decoration		: none;
}

.option2 {
	width				: 280px;
	height				: 78px;
	background			: #83a200 url(img/isabelle-home.jpg) right no-repeat;
	border-left			: #678001 solid 20px;
	float				: left;
	padding				: 20px 40px;
	color				: #666;
	font-size			: 12px;
}

.option2 span {
	color				: #c1d100;
}

.logo {
	background			: url(img/logo.jpg) no-repeat;
	display				: block;
	width				: 270px;
	height				: 112px;
	position			: absolute;
	top					: 0;
	left				: 10px;
	overflow			: hidden;
	line-height			: 300px;
}

.home .logo {
	background			: url(img/logo-home.jpg);
}

.mainNav {
	height				: 84px;
	overflow			: hidden;
	background			: url(img/navBG.jpg) repeat-x;
	padding				: 0;
	margin				: 0;
	list-style			: none;
	padding-left		: 280px;
}

.mainNav a {
	color				: #FFF;
	text-decoration		: none;
	display				: block;
	line-height			: 85px;
	padding				: 0 20px;
	margin				: 0;
	font-size			: 14px;
}

.mainNav a:hover {
	color				: #e3df02;
}

.mainNav li {
	float				: left;
}

.mainNav .selected a {
	color				: #e3df02;
}

.subNav {
	float				: left;
	width				: 200px;

	padding				: 0;
	margin				: 0;
	list-style			: none;
	font-size			: 12px;
	padding-top			: 70px;
	padding-bottom		: 20px;
}

.subNav a {
	display				: block;
	border-bottom		: #CCC dotted 1px;
	line-height			: 30px;
	text-decoration		: none;
	color				: #666;
	padding-left		: 10px;
}

.subNav a:hover {
	background			: #f2f2f2;
}

.subNav .selected a {
	color				: #333;
	background			: #f2f2f2;
}


.rCol {
	float				: right;
	width				: 720px;
	padding-top			: 66px;
	padding-bottom		: 20px;
}

h1 {
	font-weight			: normal;
	font-size			: 22px;
	color				: #e3df02;
	border-bottom		: #CCC dotted 1px;
	margin				: 0;
	padding				: 0;
	padding-bottom		: 8px;
	margin-bottom		: 20px;
	color:#666;
}

h2 {
	font-weight			: normal;
	font-size			: 16px;
	color				: #e3df02;
	color:#666;
	margin				: 0;
	padding				: 0;
	padding-top			: 10px;
	margin-bottom		: 10px;
}

p,.rCol li,.rCol table {
	font-size			: 12px;
	color				: #666;

	line-height			: 20px;
}

p,.rCol table {

	width				: 600px;

}
.rCol li {padding-right:100px;}

p {text-align:justify;}

.rCol table strong {
	color				: #FFF;
}

.rCol ul {
	margin				: 16px;
	padding				: 0;
}

.rCol a {
	text-decoration		: none;
	color				: #666;
	border-bottom		: #999 dotted 1px;
}

.rCol a:hover {
	color				: #F60;
}


.footer {
	text-align			: center;
	color				: #7f7f7f;
	font-size			: 12px;
	padding				: 30px 0;
	clear				: both;
	border-top			: #CCC dotted 1px;
}

.footer a {
	color				: #7f7f7f;
	text-decoration		: none;
	padding				: 0 6px;
}

.footer a:hover {
	color				: #000;
}

.banner {margin-bottom:20px;}

hr {
	color				: #ccc;
	background-color	: #ccc;
	height				: 1px;
	border				: none;
	width				: 600px;
}
