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

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left; 
	padding:0px;
}

.maincontainer {
	width:1100px;
	height:721px;
	margin-top:8px;
}

.leftcolumn {
	width:180px;
	height:721px;
	float:left;
	overflow:hidden;/*	background-color:#FFCCFF;*/
}

.rightcolumn {
	width:755px;
	height:721px;
	background-image:url(images/screen-master.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:80px;
}

.flashcontainer {
	width:636px;
	height:430px;
	margin-left:61px;
	margin-top:45px;
	border: 0;
	border-width: 0 px;
}

.introcontainer {
	width:636px;
	height:430px;
	margin-left:61px;
	margin-top:45px;
}


.flash-image {
	float:none;
}

.navbox{
	background-color:#fefdf3;
	width:180px;
	float:left;/*	border:5px solid #999;*/
}


.navimage {
	width:180px;
	float:left;
	background-image: none;
}

.menu {
	width:165px;
	margin-left:11px;
	/*	background-color:#CCFF33;*/
	display:block;
	}

.menu-current {
	width:130px;
	margin-left:11px;
/*	background-color:#CCFF33;*/
	display:block;
	}
		
.menu-active {
	width:130px;
/*	margin-left:11px;
	background-color:#CCFF33;*/
	display:block;
	}
	
	
.dots {
	width:165px;
	height:16px;
	/*	margin-top:8px;
	margin-bottom:8px;*/
	margin-left:11px;
	/*	margin-left:8px;
	margin-right:8px;
	background-color:#CCFF33;*/
	background-image:url(images/dot.gif);
	background-position:center;
	background-repeat:repeat-x;
	display:block;
}

.image {
	float:right;
	overflow:hidden;
}

.corner {
	width:180px;
	height:8px;
}


/* ----- Contact Box on Easel ----- */

.contactbox {
	width:636px;
	height:25px;
	margin-left:61px;
}

.contact {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	color: #999999;
	text-align: center;
	padding-top: 8px;
}

.contact-bold {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	color: #999999;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}

.contact-name {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	color: #ff5a00;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}

.contactbox a:link, .contactbox a:visited {
	text-decoration: none;
	color: #999999;
}

.contactbox a:hover {
	color: #999999;
	font-weight: bolder;
}

.section-intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#999;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
	padding-top:20px;
	line-height:28px;
	text-align: left;
	letter-spacing: 0px;
}

.menu-descriptions {
	font-family:"Trebuchet MS";
	font-style: italic;
	overflow:hidden;
/*	padding-bottom:10px;
	padding-left:11px;
	padding-right:8px;*/
	font-size: 11px;
	color:#999999;
	margin: 0 auto;
	font-weight: lighter;
	line-height: 1.3em;
}


/*------ TYPE ------*/

.menu h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color:#648aa8;
	letter-spacing: -1px;
	text-decoration:none;/*	padding-left:11px;
	padding-right:8px;*/
}

.menu h1 a:link {
	color:#648aa8;
	text-decoration:none;
}

.menu h1 a:visited {
	color:#648aa8;
	text-decoration:none;
}

.menu h1 a:hover {
	color:#ff5a00;
	text-decoration:none;
}

.menu-current h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color:#ff5a00;
	letter-spacing: -1px;
	text-decoration:none;
/*	padding-left:8px;
	padding-right:8px;*/
}

.menu-active h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color:#ff5a00;
	letter-spacing: -.5px;
	text-decoration:none;
/*	padding-left:8px;
	padding-right:8px;*/
}

.menu-current h1 a:visited {
	color:#ff5a00;
	text-decoration:none;
}

.menu-current h1 a:hover {
	color:#ff5a00;
	text-decoration:none;
}


.menu-current ul {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	color:#666666;
	text-align: left;
	/*	padding-left:11px;*/
	margin-bottom:-18px;
	font-weight:lighter;
	line-height: 1.5em;
	position: relative;
}

.menu-current ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	postion: absolute;
}

.menu-current ul li a:link {
	color:#999999;
	text-decoration:none;
}

.menu-current ul li a:visited {
	color:#999999;
	text-decoration:none;
}

.menu-current ul li a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.menu-active  {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	color:#666;
	font-weight:bold;
	text-align: left;
	line-height: 1.5em;
	position: relative;
}
