/*////////////////// RESET //////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{	
	list-style:none;
}
caption,th{ 
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{ 
	content:''
}
abbr,acronym{
	border:0;
}
div{
	position:relative;
}
/*////////////////// UTILS //////////////*/
.clr{
	width:1px;
	height:1px;
	margin:-1px;
	clear:both;
	font-size:1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*////////////////// GENERAL //////////////*/
html{
	overflow:auto;
}
body{
	background:url(../images/bgBody.png) repeat-x;
	padding:28px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.masterWrapper{
	margin:0 auto;
	width:909px;
	padding:54px 0 0 0;
	background:url(../images/bgMasterWrapper.png) no-repeat;
}
.header{
	padding:0 7px 0 2px;
	background:url(../images/bgContent.png) repeat-y;
	z-index:3;
}
.content{
	padding:18px 7px 0 2px;
	background:url(../images/bgContent.png) repeat-y;
	z-index:1;
}
.side{
	 width:234px;
	 padding:0 0 105px 0;
}
.display{
	width:412px;
	padding:0 10px 130px 10px;
}
.footer{
	z-index:2;
	padding:206px 7px 0 2px;
	margin:-137px 0 0 0;
	background:url(../images/bgFooter.png) no-repeat;
}
.copyright{
	text-align:center;
}
/*////////////////// 	Menu   //////////////*/
.menu{
	position:relative;
	width:868px;
	padding:0 1px;
	height:45px;
	background:url(../images/bgMainMenu.png) no-repeat;
	margin:0 auto;
}
.menu li{
	position:relative;
	float:left;
	width:124px;
	line-height:45px;
	text-align:center;
	background:url(../images/bgMenuItem.png) right top no-repeat;
}
.menu li.last{
	background:none;
}
.menu li a{
	font-size:19px;
	color:#fff;
}
/*////////////////// 	Side Menu   //////////////*/
.side .menu {
	width:auto;
	margin:0;
	padding:0;
	background:none;
	}
.side .menu li{
	float:none;
	width:auto;
	padding:0 0 0 46px;
	text-align:left;
	line-height:36px;
	background:url(../images/bgSideMenuItem.png) 16px 5px no-repeat;
}
.side .menu li a{
	color:#8a807a;
}
/*////////////////// 	Side Menu   //////////////*/
.footer .menu {
	width:auto;
	margin:0;
	padding:0;
	background:none;
	text-align:center;
	}
.footer .menu li{
	display:inline;
	float:none;
	width:auto;
	padding:0 5px;
	text-align:left;
	line-height:36px;
	background:none;
	border-right:1px solid #b7aaa1;
}
.footer .menu li.last{
	border:none;
}
.footer .menu li a{
	color:#666666;
	font-size:17px;
}
/*////////////////// Round Box //////////////*/
.boxWrapper{
	margin:0 27px 12px 12px;
}
/*//SET ROUNDBOX HEADER HEIGHT//*/
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail{
	height:13px;
}
/*//SET ROUNDBOX FOOTER HEIGHT//*/
.boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	font-size:1px;
	height:13px;
}
/*//SET ROUNDBOX HEADER/FOOTER TAIL WIDTH//*/
.boxWrapper .boxFooter .tail, .boxWrapper .boxHeader .tail	{
	width:13px;
	font-size:1px;
}
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail, .boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	background:url(../images/bgBox.png) left top no-repeat;
}
.boxWrapper .boxHeader, .boxWrapper .boxFooter{
	margin:0 10px 0 0;
}
.boxWrapper .boxHeader .tail, .boxWrapper .boxFooter .tail{
	position:absolute;
	top:0;
	right:-10px;
	background-position:right top;
}
.boxWrapper .boxContent{
	padding:0  10px 16px 10px;
	background:url(../images/bgBoxCt.png) repeat-y;
	min-height:112px;
	color: #FFFFFF;
}
.boxWrapper .boxFooter{ 
	background-position:left bottom;
}
.boxWrapper .boxFooter .tail{
	background-position:right bottom;
}
/*////////////////// MAGENTA BOX //////////////*/
.magenta .boxHeader, .magenta .boxHeader .tail, .magenta .boxFooter, .magenta .boxFooter .tail{
	background-image:url(../images/bgBoxMagenta.png);
}
.magenta .boxContent{
	background-image:url(../images/bgBoxCtMagenta.png);
}
/*////////////////// GREEN BOX //////////////*/
.green .boxHeader, .green .boxHeader .tail, .green .boxFooter, .green .boxFooter .tail{
	background-image:url(../images/bgBoxGreen.png);
}
.green .boxContent{
	background-image:url(../images/bgBoxCtGreen.png);
}
/*////////////////// Forms //////////////*/
form#signup{
	display:block;
	position:absolute;
	bottom:66px;
	right:23px;}
.signupBox{
	width:319px;
	height:24px;
	background:url(../images/bgSignup.png) no-repeat;
}
.signupBox input.inputText{
	position:relative;
	float:left;
	width:243px;
	height:24px;
	padding:2px 1px 0 5px;
	margin:-2px 0 0 0;
	border:none;
	background:transparent;
	color:#b7aaa1;
}
.signupBox input.inputButton{
	position:relative;
	float:left;
	width:67px;
	height:26px;
	border:0;
	color:#fff;
	background:transparent;
	font-size:15px;
	font-weight:bold;
	padding:0 2px 4px 0;
}
/*////////////////// Text //////////////*/
h1{ 
	padding:22px 0px 34px 25px;
}
h1 a{
	display:block;
	width:811px;
	height:182px;
	text-indent:-5000px;
	outline:none;
	background:url(../images/logo.png) no-repeat;
}
h2{ 
	font-size:17px;
	color:#b7aaa1;
	line-height:32px;
}
.display h2{ 
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	padding:0 0 10px 0;
}
h3{
	font-size:14px;
	line-height:20px;
	color:#554F4B;
	padding:0 0 10px 0px;
}
.side h3{
	font-size:16px;
	padding:0;
	color:#fff;
}
h4{ 
	font-size:14px;
	font-weight:bold;
	color:#9C918A;
	padding:10px 0px;
}
h5{ 
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:10px 0px;
}
h6{ 
	font-size:11px;	
	font-weight:bold;
	color:#666;
	padding:10px 0px;
}
p{
	padding:0 0 10px 0px;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p.copyright{
	color:#666666;
	font-size:17px;
	padding:0 0 10px 0;
}
blockquote{
	margin:10px 10px 10px 20px;
	padding:10px;
	background-color:#ebe0d5;
	border:1px solid #766d68;
}
.display ul{
	padding:0 0 10px 10px;
}
.display ul li{
	padding:0 0 0 18px;
	background:url(../images/bullet01.png) -1px 3px no-repeat;
}
.display ol{
	list-style-type:decimal;
	list-style-position:inside;
	padding:0 0 10px 10px;
}
.display ol li{

}
a{
	text-decoration:none; 
	color:#f00;
}
a:hover{ 
	text-decoration:underline;
}
a.readmore{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	padding:0 16px 0 0;
	font-size:12px;
	height:16px;
	line-height:16px;
	text-align:right;
	color:#fff;
}
.displayInner {
	width:635px;
	padding:0 10px 130px 10px;
}
.footer a {
	color: #666666;

}
.ulList1 {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
