@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 110%;
	color: #FF6600;
}

ul  {
	text-align: justify;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
li {
	line-height: 18px;
	text-align: justify;
}



#headercontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#add  {
	height: 600px;
	width: 120px;
	position: relative;
	left: 80px;
	top: 0px;
	float: right;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#headercontainer #header  {
	background-image: url(../images/new_header.png);
	height: 183px;
	background-repeat: no-repeat;
	width: 900px;
	background-position: center;
	text-align: left;
}
#headercontainer #navbar {
	background-image: url(../images/navbar_bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	left: 80px;
	float: left;
	padding-left: 200px;
	padding-right: 200px;
	width: auto;
	
	
	
}
#headercontainer #navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	height: 35px;
	width: 100px;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#headercontainer #navbar a:hover {
	background-image: url(../images/rollover.png);
	font-size: 14px;
}


#master {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/macFFBgHack.png);
	background-repeat: repeat;
	
	/*background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;*/
}
#master #content {
	clear: left;
	background-repeat:repeat;
	padding-top: 80px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 80px;
	height: auto;
	text-align: left;
}
#master #content #center {
	text-align: center;
	background-position: center;
	left: 200px;
	width: auto;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**/
#img_blocks {
	display: block;
	margin: 15px;
	width: 730px;
	left: 5px;
	top:0px;
	padding-top: 25px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#t_block {

}
#top_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left;
	text-align: left;
	width: 730px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

img {
	
}
#master #content #img_blocks .thickbox img {
	padding: 4px;
	height: 60px;
	width: 80px;
	
	}
	
	
	
	
	/*__________________________FULL PAGE BG_______________________________________*/
	  

	/*__________________________FULL PAGE BG end_______________________________________*/

#master #footer {
	/*background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	clear: left;
	height: 70px;
	width: auto;
	padding-right: 100px;
	padding-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	line-height: -20px;
}

