@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'CA BND Web Bold';
  src: url(CABNDWebBold.eot);
  src: local('CA BND Web Bold'), 
         url(CABNDWebBold.otf) format('opentype');
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #3F4852;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position:relative;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 60px;
	text-align:center;
}
#mainContent {
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin:70px 0 0 0;
	clear:both;
}
#footer {
	font-size: 10px;
	text-align: right;
	position:fixed;
	right:2px;
	bottom:2px;
	color:black;
}
a{
color: #858A52;
text-decoration:none;
}
a:hover{
text-decoration:underline !important;
}
#nav {width:100%; border:2px solid #ccc; background:#28333E;}
.border {border:2px solid #ccc; width:100%; margin-bottom:6px; background:#28333E;}
.rightbox{
	float:right;
	width:257px;
	padding: 10px; 
	margin-left:10px;
}
h1, h2, h3, h4, h5, h6{
	color:#ddd;
	margin:0 0 10px 0;
	padding:0px;
	font-family:'CA BND Web Bold', Verdana, Arial, sans-serif;
	font-weight:normal;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.4em;
	}
.homeintro{
text-align:justify;
}
#leftbox{
	float:left;
	padding: 10px 20px 10px 10px;
	width: 458px;
	border-right:1px dashed #CCC;
}
.coltext {
	float: left;
	width:420px;
	padding:5px;
	text-align:justify;
}
.colimg {
	float: left;
	width:320px;
	padding:5px;
}
        .lavaLamp {
            position: relative;
            height: 30px;
            margin:5px;
            padding-left:0px;
            overflow: hidden;
			background:#28333E;
			font-family:'CA BND Web Bold', Verdana, Arial, sans-serif;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
					width:24.99%;
					text-align:center;
                }
                    .lavaLamp li.back {
                        background: #3F4852;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLamp a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
						top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        height: 30px;
						position: relative;
                        overflow: hidden;
                        margin: auto 0px;    
                    }
                        .lavaLamp a:hover, .lavaLamp a:active, .lavaLamp a:visited {
                            border: none;
							text-decoration:none !important;
                        }