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

/** GLOBAL **/
body {
	margin:0px;
	background-color:#ffffff;
	font-family: "futura-pt", sans-serif;
	font-weight:300;
}
.nopspace {
	margin-bottom:-10px;
}
div {
	background-repeat: no-repeat;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul {
	list-style-type:square;
	padding-left:15px;
}
ul li {
	padding-bottom:10px;
}

/** FONTS **/
p {
	line-height:130%;
}
.lightfont {
	font-weight:300;
}
.medfont {
	font-weight:500;
}
.boldfont {
	font-weight:700;
}
.xboldfont {
	font-weight:900;
}
.smallfont {
	font-size:13px;
}
.textfont {
	font-size:14px;
}
.textfontplus {
	font-size:15px;
}
.largetextfont {
	font-size:18px;
}
.titlefont {
	font-size:28px;
}
.red {
	color:#933;
}
.grey {
	color:#666;
}
a {
	color:#000;
}
a:hover {
	color:#339;
}
p {
	margin-bottom:1em;
}
/** PARAGRAPH **/

.titlepara {
	padding-bottom:25px;
}
.textpara {
	padding-bottom:15px;
}

/** LAYOUT **/
#header {
	position:relative;
	padding:150px 0 50px 100px;
	}
#navmenu {
	position:absolute;
	top:125px;
	left:330px;
	padding-right:16px;
	}
#container {
	position:relative;
	left:-0px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
}
.mainCol {
	float:left;
	width:559px;
	margin-left:100px;
	background-color:#fff;
	
}
.imgCol {
	float:right;
	width:341px;
}
.textareacontainer {
	padding-left:50px;
	padding-top:50px;
}
.textarea {
	padding-right:30px;
}
.twocolumn {
	width:500px;
}
.cola {
	width:220px;
	float:left;
}
.colb {
	width:200px;
	float:right;
	padding-right:50px;
}

/**** scrolling list scrollbar for Safari and Opera only, not used */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(192,204,255,0.8);
	background: rgba(232,232,232,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.scrollBox {
	overflow-y:scroll;
	overflow-x:hidden;
	/*width:509px;*/
	width:400px;
	height: 385px;
	margin-left:0px;
	margin-bottom:33px;
  }
.scrollBox table {
	margin-left:100px;
	}	
	
/****  end scrollbar css - see css/website.css for javascript solution */	
#footer {
	height:120px;
	
}
.footerCol {
	text-align:center;
	padding-top:20px;
}
.footertype {
	padding-top:40px;
	text-align:center;
}

