 

/*STYLE SHEET FOR [Jumbomall Splah Page]
Created by [Wayne Tozer]

TOC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes*/





/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 65%;
		}
		
#masthead {
		}
		
#logo {
	width: 270px;
	display: inline;
	float: left;
		}
#header {

}

#contactLink {
	display: inline;
	float: right;
	margin-top: 60px;
}
.clearB {
	clear: both;
	height: 0px;
}

.divider {
	background-color: #4f6f9e;
	height: 4px;
	clear: both;
	margin-top: 3px;
	margin-bottom: 15px;
}
.spacer { height: 20px; }



		
#navContainer {
		}

#content { color: #000000; 
		}
#content .inner {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	margin-left: 50px;
}
#content ul li{ padding-bottom: 5px; 
	
}

#content .leftCol {
	display: inline;
	float: left;
	width: 370px;
}
#content .rightCol {
	display: inline;
	float: right;
	width: 370px;
}


#footer {
	text-align: center;
	color: #FFFFFF;
		}
#footer .copyright {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 8px;
}


	/* float-clearing rules */
.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

.center {
	text-align: center;
	color: #000000;
	font-size: 1.2em;
}
		
/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}
		
a.arrow:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;

}
a.arrow:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;

}

a.arrow:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F6F9E;
	text-decoration: underline;
	padding-left: 5px;

}
a.arrow:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F6F9E;
	text-decoration: underline;
	padding-left: 5px;

}

#navigation {
		}

#navigation a {
		}

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body { color: #000000; 
		}

h1, h2, h3, h4, p, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		}

h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
		}

h2 {
	font-size: 1.2em;
	background-color: #4F6F9E;
	color: #FFFFFF;
	line-height: 3.6em;
		}

h3 {
		}
		
h4 {
		}

p {
	color: #000000;
	margin-bottom: 7px;
	font-size: 1.2em;
		}

ul {
		}

/* ---------- 5. images ---------- */
img {
	border: 0px 0px;
}

a img {
	border: 0px 0px;
	margin-left: 30px;
		}
a img.logo {
	border: 0px 0px;
	margin-left: 0px;
		}

.imgLeft {
	float: left;
	margin-right: 50px;
}
