@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
body {
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	font-size: 9mm;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	font-size: 4.3mm;
}
body a {
	text-decoration: none;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
#top_box {
	height: 8.5mm;
	line-height: 8.5mm;
	text-align: right;
	width: 90%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
}
#menu_bar {
	width: 95%;
	background-image: url(images/graphics/grey_bar.png);
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: fixed;
	left: 0;
	top: 8.5mm;
	height: 25.5mm;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5%;
	z-index: 2000;
	font-size: 4.3mm;
	line-height: 8.5mm;
	color: #FFF;
	vertical-align: top;
	display: block;
}
#menu_bar ul {
	margin: 0;
	float: none;
	text-align: left;
	vertical-align: middle;
	padding: 0;
}
#menu_bar ul li {
	margin: 0;
	float: left;
	list-style-type: none;
	position: relative;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	width: 30%;
	white-space: nowrap;
}
#menu_bar ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 10%;
	height: 10%;
}
#menu_bar ul li a:hover {
	color: #FF9;
	text-decoration: underline;
}
#menu_bar ul li ul {
	position: absolute;
	padding-left: 5%;
	top: 8.5mm;
	left: -2.5mm;
}
#menu_bar ul ul {
	display: none;
}
#menu_bar ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	padding-left: 2.5mm;
	float: left;
	overflow:hidden;
	z-index: 1500;
}
#menu_bar ul li ul li {
	float: none;
	width: 9em;
}
#title_box {
	font-family: Architects Daughter, Helvetica, Calibri;
	width: 95%;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 31mm;
	height: 8mm;
	line-height: 8mm;
	z-index: 1400;
}
h1 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 5mm;
	text-transform: capitalize;
}
#top_box_right {
	text-align: right;
	vertical-align: bottom;
	width: 90%;
	height: 5%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
	margin-top: -1%;
}
h2 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 3mm;
	text-transform: capitalize;
}
#box_container {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 43mm;
}
#box1 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 0;
}
#box2 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 0;
}
#box3 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 0mm;
}
#box4 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 0;
}
#box5 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 0mm;
}
#box6 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0mm;
	top: 35mm;
}
#box7 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 35mm;
}
#box7_long {
	clear: both;
	float: none;
	display: block;
	position: absolute;
	min-height: 35mm;
	width: 60%;
	left: 35mm;
	top: 35mm;
	padding: 3mm;
}
#box7_long a {
  color: #FFF;
}
#box7_long a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box8 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 35mm;
}
#box9 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 35mm;
}
#box10 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 35mm;
}
#box11 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 70mm;
}
#box12 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 70mm;
}
#box13 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 105mm;
}
#box14 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 70mm;
}
#box15 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 70mm;
}
#box24 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0mm;
	top: 140mm;
}
#box_icon {
	position: relative;
	left: 12.5mm;
	top: 11mm;
}
#box_popout {
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: relative;
	left: 0;
	top: 0;
	height: 35mm;
	width: 35mm;
	margin: 0;
	padding: 0;
	font-size: 4.3mm;
	display: block;
	float: none;
}
#box_popout ul {
	margin: 0;
	float: none;
	width: 70mm;
	min-height: 100mm;
	padding: 0;
}
#box_popout ul li {
	margin: 0;
	float: none;
	list-style-type: none;
	position: absolute;
	display: block;
}
#box_popout ul li ul {
	position: absolute;
	top: 0mm;
	left: 0mm;
}
#box_popout ul li ul a {
	text-decoration: none;
	color: #6CF;
}
#box_popout ul li ul a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box_popout ul ul {
	display: none;
}
#box_popout ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	float: none;
	overflow: hidden;
	z-index: 1500;
	text-align: justify;
	padding-top: 3mm;
	padding-right: 3mm;
	padding-bottom: 4mm;
	padding-left: 3mm;
}
#box_popout ul li ul li {
	width: 100%;
	float: none;
	position: relative;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
#top_box {
	height: 8.5mm;
	line-height: 8.5mm;
	text-align: right;
	width: 90%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
}
#menu_bar {
	width: 95%;
	background-image: url(images/graphics/grey_bar.png);
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: fixed;
	left: 0;
	top: 8.5mm;
	height: 17mm;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5%;
	z-index: 2000;
	font-size: 4.3mm;
	line-height: 8.5mm;
	color: #FFF;
	vertical-align: middle;
	display: block;
}
#menu_bar ul {
	margin: 0;
	float: none;
	text-align: left;
	vertical-align: middle;
	padding: 0;
}
#menu_bar ul li {
	margin: 0;
	float: left;
	list-style-type: none;
	position: relative;
	padding-top: 0;
	padding-right: 6mm;
	padding-bottom: 0;
	padding-left: 0;
	width: inherit;
}
#menu_bar ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 10%;
	height: 10%;
}
#menu_bar ul li a:hover {
	color: #FF9;
	text-decoration: underline;
}
#menu_bar ul li ul {
	position: absolute;
	padding-left: 5%;
	top: 8.5mm;
	left: -2.5mm;
}
#menu_bar ul ul {
	display: none;
}
#menu_bar ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	padding-left: 2.5mm;
	float: left;
	overflow:hidden;
	z-index: 1500;
}
#menu_bar ul li ul li {
	float: none;
	width: 9em;
}
#title_box {
	font-family: Architects Daughter, Helvetica, Calibri;
	width: 95%;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 22mm;
	height: 8mm;
	line-height: 8mm;
	z-index: 1400;
}
h1 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 7mm;
	text-transform: capitalize;
}
#top_box_right {
	text-align: right;
	vertical-align: bottom;
	width: 90%;
	height: 5%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
	margin-top: -1%;
}
h2 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 4.5mm;
	text-transform: capitalize;
}
#box_container {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 37mm;
}
#box1 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 0;
}
#box2 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 0;
}
#box3 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 0mm;
}
#box4 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 0;
}
#box5 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 0mm;
}
#box6 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0mm;
	top: 35mm;
}
#box7 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 35mm;
}
#box7_long {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	min-height: 35mm;
	width: 105mm;
	max-width: 60%;
	left: 35mm;
	top: 35mm;
	padding: 3mm;
}
#box7_long a {
  color: #FFF;
}
#box7_long a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box8 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 35mm;
}
#box9 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 35mm;
}
#box10 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 35mm;
}
#box11 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 70mm;
}
#box12 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 70mm;
}
#box13 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 70mm;
}
#box14 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 70mm;
}
#box15 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 70mm;
}
#box24 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 105mm;
}
#box_icon {
	position: relative;
	left: 12.5mm;
	top: 11mm;
}
#box_popout {
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: relative;
	left: 0;
	top: 0;
	height: 35mm;
	width: 35mm;
	margin: 0;
	padding: 0;
	font-size: 4.3mm;
	display: block;
	float: none;
}
#box_popout ul {
	margin: 0;
	float: none;
	width: 100mm;
	min-height: 100mm;
	padding: 0;
}
#box_popout ul li {
	margin: 0;
	float: none;
	list-style-type: none;
	position: absolute;
	display: block;
}
#box_popout ul li ul {
	position: absolute;
	top: 0mm;
	left: 0mm;
}
#box_popout ul li ul a {
	text-decoration: none;
	color: #6CF;
}
#box_popout ul li ul a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box_popout ul ul {
	display: none;
}
#box_popout ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	float: none;
	overflow: hidden;
	z-index: 1500;
	text-align: justify;
	padding-top: 3mm;
	padding-right: 3mm;
	padding-bottom: 3mm;
	padding-left: 3mm;
}
#box_popout ul li ul li {
	width: 100%;
	float: none;
	position: relative;
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	padding: 0;
	width: 100%;
	max-width: 1232px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
#top_box {
	height: 8.5mm;
	line-height: 8.5mm;
	text-align: right;
	width: 90%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
}
#menu_bar {
	width: 95%;
	background-image: url(images/graphics/grey_bar.png);
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: fixed;
	left: 0;
	top: 8.5mm;
	height: 8.5mm;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5%;
	z-index: 2000;
	font-size: 4.3mm;
	line-height: 8.5mm;
	color: #FFF;
	vertical-align: middle;
	display: block;
}
#menu_bar ul {
	margin: 0;
	float: none;
	text-align: left;
	vertical-align: middle;
	padding: 0;
}
#menu_bar ul li {
	margin: 0;
	float: left;
	list-style-type: none;
	position: relative;
	padding-top: 0;
	padding-right: 6mm;
	padding-bottom: 0;
	padding-left: 0;
	width: inherit;
}
#menu_bar ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 10%;
	height: 10%;
}
#menu_bar ul li a:hover {
	color: #FF9;
	text-decoration: underline;
}
#menu_bar ul li ul {
	position: absolute;
	padding-left: 5%;
	top: 8.5mm;
	left: -2.5mm;
}
#menu_bar ul ul {
	display: none;
}
#menu_bar ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	padding-left: 2.5mm;
	float: left;
	overflow:hidden;
	z-index: 1500;
}
#menu_bar ul li ul li {
	float: none;
	width: 9em;
}
#title_box {
	font-family: Architects Daughter, Helvetica, Calibri;
	width: 95%;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 15mm;
	height: 8mm;
	line-height: 8mm;
	z-index: 1400;
}
h1 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 8.5mm;
	text-transform: capitalize;
}
#top_box_right {
	text-align: right;
	vertical-align: bottom;
	width: 90%;
	height: 5%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding-left: 5%;
	margin-top: -1%;
}
h2 {
	font-family: Architects Daughter, Helvetica, Calibri;
	font-size: 5mm;
	text-transform: capitalize;
}
#box_container {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 33mm;
}
#box1 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 0;
}
#box2 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 0;
}
#box3 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 0mm;
}
#box4 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 0;
}
#box5 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 0mm;
}
#box6 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 105mm;
}
#box7 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 35mm;
}
#box7_long {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	min-height: 35mm;
	width: 105mm;
	left: 35mm;
	top: 35mm;
	padding: 3mm;
}
#box7_long a {
  color: #FFF;
}
#box7_long a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box8 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 35mm;
}
#box9 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 35mm;
}
#box10 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 35mm;
}
#box11 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 0;
	top: 70mm;
}
#box12 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 35mm;
	top: 70mm;
}
#box13 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 70mm;
	top: 70mm;
}
#box14 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 70mm;
}
#box15 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 140mm;
	top: 70mm;
}
#box24 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	position: absolute;
	height: 35mm;
	width: 35mm;
	left: 105mm;
	top: 105mm;
}
#box_icon {
	position: relative;
	left: 12.5mm;
	top: 11mm;
}
#box_popout {
	font-family: Neucha, "Trebuchet MS", Helvetica, Calibri;
	list-style-type: none;
	position: relative;
	left: 0;
	top: 0;
	height: 35mm;
	width: 35mm;
	margin: 0;
	padding: 0;
	font-size: 4.3mm;
	display: block;
	float: none;
}
#box_popout ul {
	margin: 0;
	float: none;
	width: 100mm;
	min-height: 100mm;
	padding: 0;
}
#box_popout ul li {
	margin: 0;
	float: none;
	list-style-type: none;
	position: absolute;
	display: block;
}
#box_popout ul li ul {
	position: absolute;
	top: 0mm;
	left: 0mm;
}
#box_popout ul li ul a {
	text-decoration: none;
	color: #6CF;
}
#box_popout ul li ul a:hover {
	color: #FF9;
	text-decoration: underline;
}
#box_popout ul ul {
	display: none;
}
#box_popout ul li:hover >ul {
	display: block;
	background-color: rgba(51,51,51,0.7);
	float: none;
	overflow: hidden;
	z-index: 1500;
	text-align: justify;
	padding: 3mm;
}
#box_popout ul li ul li {
	width: 100%;
	float: none;
	position: relative;
}



}
