A:link {color: #373737; text-decoration: none;}
A:visited {color: #373737; text-decoration: none;}
A:active {color: #373737; text-decoration: none;}
A:hover {color: #616161 ;text-decoration: underline;}

#subNav A:link {color: #ffffff; text-decoration: none;}
#subNav A:visited {color: #ffffff; text-decoration: none;}
#subNav A:active {color: #ffffff; text-decoration: none;}
#subNav A:hover {color: #ffffff;text-decoration:underline; background-repeat: no-repeat;}

#contact A:link {color: #ffffff; text-decoration: none;}
#contact A:visited {color: #ffffff; text-decoration: none;}
#contact A:active {color: #ffffff; text-decoration: none;}
#contact A:hover {color: #ffffff;text-decoration:underline;}

#footer A:link {color: #ffffff; text-decoration: none;}
#footer A:visited {color: #ffffff; text-decoration: none;}
#footer A:active {color: #ffffff; text-decoration: none;}
#footer A:hover {color: #ffffff;text-decoration:underline;}

body {
	font-family:"Trebuchet MS";
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

img {
	border: 0px;
}

h1 {
	color: #ff6c00;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;; 
}

h2 {
	color: #ff6c00;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px;;
}


#header {
	position:relative;
	padding: 0px;
	margin:0 auto;
	width: 900px;
	height: 143px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 544px;
	height: 87px;
}

#navBg {
	padding: 0px;
	height: 48px;
	background-image: url(../images/nav.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

#nav{
	width: 900px;
	margin: 0px auto;
	padding-left: 20px;
}

#container {
	padding: 0px;
	margin: 30px auto 0px auto;
	width: 900px;
	text-align: left;
	clear: both;
}

#leftColumn {
	float: left;
	width: 280px;
}

#subNav {
	width: 258px;
	height: 341px;
	font-size: 11px;
	background-image: url(../images/bgSubNav.jpg);
	background-repeat: no-repeat;
	padding: 34px 0px 0px 20px;
	font-size: 14px;
}

.navLink {
	list-style-type: none;
	width: 220px;
	margin-bottom: 18px;
}

#contact {
	width: 258px;
	height: 204px;
	font-size: 11px;
	background-image: url(../images/bgContact.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
}

#content {
	position: relative;
	margin: 0px 0px 0px 294px;
	padding: 10px 0px 0px 0px;
	width: 600px;
}

#footer {
	height: 28px;
	padding: 12px 0px 0px 0px;
	width: 100%;
	background-color: #373737;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 12px;
}	

#flash {
	width: 560px;
	height: 240px;
}

#demo {
	width: 900px;
	height: 600px;
}

#login {
	width: 340px;
	height: 90px;
	background-color: #efefef;
	border: 1px dotted #002D61;
	padding: 20px 20px;
}

#login p {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px
}

#login input {
	width: 160px;
	font-size: 12px;
	height: 14px;
}

#login label {
	width: 140px;
	float: left;
	text-align: left;
	display: block;
	font-size: 12px;
	padding-top: 2px;
}

#loginButton {
	margin-left: 154px;
}
/* lavalamp shizzle */

.lavaLampWithImage {
	position:relative;
	height: 65px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px;
	overflow: hidden;
	float: left;
	width: 900px;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage li.back {
	background: url(../images/rollover.jpg) no-repeat center -0px;
	width: 115px;
	z-index: 4;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url(../images/rollover.jpg) no-repeat top center ;
	height:  65px;
	margin-right: 3px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	font-size: 13px; 
	font-family:"Trebuchet MS";
	text-decoration: none;
	color: #ffffff;
	outline: none;
	text-align: center;
	top: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
                        
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
	border: none;
	color: #FFFFFF;
}
