/*////////////////// 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;
}
.half{
	width:49.9%;
}
.third{
	width:33.2%;
}
.quarter{
	width: 24.9%;
}
.spacer{
	padding:10px;
}
/*////////////////// GENERAL //////////////*/
html{
	overflow:auto;
}
body{
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	background:url(../images/bgBody.gif) repeat-x #fefffd;
}
.masterWrapper{
	margin:0 auto;
	width:1070px;
}
.header{
	margin:0 auto;
	z-index:3;
	width:1070px;
}
.content{
	margin:0 auto;
	width:914px;
	z-index:2;
}
.side{
	 width:192px;
}
.side img{
	padding:0 0 20px 0;
}
.display{
	width:653px;
	padding:0 10px;
}
.footer{
	margin:0 auto;
	z-index:1;
	width:1060px;
	padding:10px 0 15px 0; 
}
.copyright{
	text-align:center;
}
.bottomContent{
	border-top:3px solid #babab8;
	width:865px;
	padding:14px 0 0 0;
	margin:20px 0 0 0;
}
.bottomContent img{
	padding:0 8px;
}
/*////////////////// 	Menu   //////////////*/
.menu {
	background-position: center;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	padding-top: 5px;
	height:30px;
	padding-left:5px;
	margin-bottom:5px;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:890px;
}     
.menu ul li{
	padding:0 30px;
	float:left;
	position:relative;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.menu ul li a{
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:30px;
	height:30px;
	font-size:16px;
	text-transform:capitalize;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.menu ul li ul{
	display:none;
	position:absolute;
	top:28px;
	left:0;
	width:200px;
	background:#BBD42C;
}
.menu ul li ul li{
	float:none;
	padding:0;
	border: none;
}
.menu ul li ul li a{
	float:none;
	font-size:16px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.menu ul li:hover ul, #menu ul li.over ul{display:block;}
.menu ul li.last{
	border:none;
}


/*////////////////// Round Box //////////////*/
.boxWrapper{
	margin:0 0 10px 0;
}
/*//SET ROUNDBOX HEADER HEIGHT//*/
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail{
	height:17px;
}
/*//SET ROUNDBOX FOOTER HEIGHT//*/
.boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	height:17px;
}
/*//SET ROUNDBOX HEADER/FOOTER TAIL WIDTH//*/
.boxWrapper .boxFooter .tail, .boxWrapper .boxHeader .tail	{
	width:17px;
}
.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 17px 0 0;
}
.boxWrapper .boxHeader .tail, .boxWrapper .boxFooter .tail{
	position:absolute;
	top:0;
	right:-17px;
	background-position:right top;
}
.boxWrapper .innerWrapper{
	padding:0 24px 0 0;
	margin:0 0 0 17px;
	background:url(../images/bgContentBox.png) right top repeat-y;
}
.boxWrapper .boxContent{
	padding:0 0 0 24px;
	margin:0 0 0 -17px;
	background:url(../images/bgContentBox.png) left top repeat-y;
}
.boxWrapper .boxFooter{ 
	background-position:left bottom;
}
.boxWrapper .boxFooter .tail{
	background-position:right bottom;
}
/*////////////////// Text //////////////*/
h1{ 
	padding:25px 0px 20px 10px;
}
h1 a{
	display:block;
	width:1059px;
	height:216px;
	text-indent:-5000px;
	outline:none;
	background:url(../images/logo.gif) no-repeat;
}
h2{ 
	font-size:24px;
	color:#666;
	padding:10px 0;
}
h3{ 
	font-size:16px;
	line-height:20px;
	color:#666;
	padding:10px 0px;
}
h4{ 
	font-size:14px;
	color:#666;
	padding:10px 0px;
}
p{
	padding:0 0 5px 0px;
	line-height:16px;
}
a:link, a:visited{
	text-decoration:none; 
}
a:hover{ 
	text-decoration:underline;
}
.display ul{
	list-style:disc inside;
}

