@charset "UTF-8";
/* Paslm1 Colors
	10406c - Dark Blue in Menu
	031f73 - Really Dark Blue
	9bcbe5 - LeTip Blue	
*/
body {
	background-color: #1c1c1c;
	}

#outerWrapper {
	background-color: #433f3f;
	}
	
#innerWrapper {
	background-color: #ffffff;
	}


/* Positional */
	



/* Navigation */
#banner {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#banner-background {
	z-index: 1;
	background-color: #FFFFFF;
	}

#navigation {
	padding-left: 20px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 930px;			/* width of menu */
	background-color: #10406c; 
	}
	
/* ********************************* */
/* FOOTER */
/* ********************************* */
#footer {
	padding-left: 0px; 	/* This and the next number must equal 940 on a 960 grid layout */
	width: 950px;			/* width of menu */
	}

ul#footerlist {
	margin-left: 250px;
	}
	
ul#footerlist li {
	width:125px; /* width of individual elements */
	list-style-type:none;
	display:inline;
	margin:0 0 10px 0px;
	float:left;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	}

#websitedev p {
	text-align:center;
	}

.websiteExpressText {
	font-size: 9px;
	text-decoration: underline;
	}	
/* ********************************* */


		
			
/* Classes */	
.imgBorder {
	border: 1px solid #000000;
	margin-bottom: 10px;
	}

.imgVBorder {
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #752927;
	}

.imgBanner {
	margin: 5px 5px 10px 5px;
	}

.center {
	text-align: center;
	}

.imgCaption {
	display: block;
	font-size: 80%;
	text-align: center;
	}

.productsLink {
	display: block;
	text-align: center;
	}

.list {
	margin-left: -25px;
	}

.listHome {
	margin-left: -25px;
	}

.listHome li {
	margin-bottom: 10px;
	}

.listExpand {
	line-height: 20px;
	}
	
.sponsor {
	height: 250px;
	border: 2px dashed black;
	padding-left: 10px;
	padding-top: 10px;
	}

.smallBox {
	background-image: url("../images/smallbox.png");
	height: 225px;
	}

.smallBox h3 {
	color: #ffffff;
	margin-top: 10px;
	margin-left: 8px;
	}

.smallBox p {
	margin-top: 15px;
	margin-left: 10px;
	}
	
.smallBoxList {
	margin-top: 10px;
	margin-left: -15px;
	}	

.smallerBox {
	background-image: url("../images/smallerbox.png");
	background-repeat: no-repeat;
	height: 175px;
	}

.smallerBox h3 {
	color: #ffffff;
	margin-top: 10px;
	margin-left: 32px;
	}

.smallerBox p {
	margin-top: 15px;
	margin-left: 10px;
	}
	


.largeBox {
	background-image: url("../images/largebox.png");
	height: 225px;
	}

.largeBox h3 {
	color: #ffffff;
	margin-top: 10px;
	margin-left: 90px;
	}
	
.largeBox p {
	margin-top: 10px;
	}
	
.featureEmail {
	font-size: .75em;
	font-weight: bold;
	}
	
.directoryEmail {
	font-size: .85em;
	font-weight: bold;
	}

.filledcategory {
	color: red;
	}

.categorytitle {
	font-weight: bold;
	}

.categoryHeading {
	color: #10406c;
	font-weight: bold;
	}
	
	
/* ID's */
#errors {
	color: red;
	}

#eMailAddress {
	font-size: .8em;
	}

#membersonly {
	margin-top: -20px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
	

/* Entities */
a {
	font-weight: bold;
	}
	

