/*----------------------------------------------------------------------*/
/*	Defaults															*/
/*----------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
body {
	background: #ffffff url(../images/bg.jpg) top center no-repeat;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height:18px;
	font-size:100%;
}
a {
	color:#192990;
	text-decoration:none;
	border:none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
	}
img a {
	border:none;
}

/*----------------------------------------------------------------------*/
/*	Wrapper & header													*/
/*----------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 754px;
}
#header {
	padding-top: 30px;
}

/*----------------------------------------------------------------------*/
/*	Billboard															*/
/*----------------------------------------------------------------------*/

#billboard .lCol {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 360px;
}
#billboard .lCol p {
	padding: 15px 0 5px 0;
	font-size:95%;
	color: #555;
	line-height: 1.6em;
}
#billboard .billLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-bottom: 25px;
}

/*----------------------------------------------------------------------*/
/*	About																*/
/*----------------------------------------------------------------------*/

.aboutCol {
	display:inline;
	float: left;
	margin: 0 0 10px 15px;
	width: 360px;
}
.aboutCol img {
	float:left;
	margin:10px 10px 20px 0;
}
.aboutCol p {
	font-size: 12px;
	color: #555;
	margin-right:10px;
}

/*----------------------------------------------------------------------*/
/*	Product																*/
/*----------------------------------------------------------------------*/

.productBox {
	float:left;
	display:inline;
	padding: 5px 5px 15px 5px;
	width: 367px;
	height: 100px;
}
.photoBox {
	background: #fff url(../images/productBG_on.jpg) top left;
	width: 744px;
}
.productBoxHover {
	background: #fff url(../images/productBG.jpg) top left;
	cursor:pointer;
}
.productBox p {
	font-size: 12px;
	line-height:14px;
	padding-right: 10px;
}

.caption {
	float:left;
	width: 80px;
	display:inline;
	margin:15px;
}
.caption img {
	margin-bottom:5px;
	}
	
.caption a {
	text-decoration: none;
	}
.caption a:hover {
	text-decoration:none;
	}
.smallText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	float:left;
	font-size: 10px;
	color: #333333;
	visibility: hidden;
}

/*----------------------------------------------------------------------*/
/*	When&Where															*/
/*----------------------------------------------------------------------*/

#whenWhere ul {
	float:left;
	list-style:none;
	padding-bottom: 25px;
	padding-left: 15px;
	width:235px;
}
#whenWhere li {
	font-size: 12px;
	display:block;
	line-height: 18px;
	}
#whenWhere li h4 {
	margin-top:0px;
	}
#whenWhere li a {
	color: #192990;
	text-decoration:underline;
	}

#whenWhere li a:hover {
	text-decoration:none;
	}

/*----------------------------------------------------------------------*/
/*	Contact																*/
/*----------------------------------------------------------------------*/
.contactCol {
	}
.contactCol h5 {
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom:15px
	}
.contactCol p {
	font-size:12px;
	padding-left: 15px;
	}
.contactCol p span a{
	color: #192990;
	text-decoration: underline;
	}
	
/*----------------------------------------------------------------------*/
/*	Forms																*/
/*----------------------------------------------------------------------*/

fieldset {
	border:0;
}
ul.form {
	list-style:none;
	border:0;
}
ul.form li {
	height:35px;
}
.form_head {
	height:20px;
	width:400px;
	color:#aaa;
	text-align:center;
	border-bottom:0 !important;
}
ul.form li label {
	display:block;
	float:left;
	width:200px;
	font-size:14px;
}
ul.form li label.comment {
	width: 100px;
}
.required {
	display:block;
	font-size:10px;
	color:#5b6170;
	width:300px;
	margin-top:25px;
	float:left;
	clear:left;
}
ul.form li input, ul.form li select, ul.form li textarea {
	width:180px;
	background-color:#dedede;
	border:2px solid #dedede;
	padding:4px;
	margin: 5px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:13px;
}
ul.form li.submit {
	text-align:right;
	border:0;
}
ul.form li.submit input {
	background:transparent url(../images/send.png) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:24px;
	margin-top:20px;
	width:85px;
	overflow:hidden;
	text-indent:-4000px;
	float:right;
}
#comment {
	width:400px;
	background-color:#dedede;
	border:2px solid #dedede;
}
ul.form li textarea {
	height:60px;
	width:280px;
}
ul.form li.comment .required, ul.form li.comment label {
	width:120px;
}
li.comments {
	height:60px !important;
}
.valid {
	border:2px solid #66FF00 !important;
}
.invalid {
	border:2px solid #FF0000 !important;
}


/*----------------------------------------------------------------------*/
/*	Footer																*/
/*----------------------------------------------------------------------*/

#footer {
	padding: 15px;
	margin-bottom:25px;
	}

#footer p {
	font-size:12px;
	color: #555555;
	width:360px;
	float:left;
}

#nimmblLogo {
	text-align:right;
	padding-top:0px;
	display:inline;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
h1 {
	color: #192990;
	font-size: 20px;
	padding:25px 0 10px 0;
}
h2 {
	padding: 0 0 10px 0;
	font-size:18px;
}
h3 {
	font-size:15px;
	padding: 0 0 5px 0;
}
h4 {
	font-size: 16px;
	
}
h5 {
	font-size: 14px;
	margin: 10px 0 2px 0;
}	
	
h6 {
	font-size: 14px;
	margin: 0 0 2px 0;
}

.clearFix {
	clear:both;
}

#IEContact {
	display:none;
}



