/* CSS Framework // Landon Miller
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/

html, body { 
	margin: 0; 
 	padding: 0;
 	text-align: center; 
 	background-color: #E9E2CF;
	background-image: url(../images/marble2.jpg);
	font-family: Georgia,'Times New Roman',serif;
	font-size: 12px;
	color: #000000;
}

#page-wrap {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	position: relative;
	width: 800px;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	z-index: 1;
}

#content {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#footer {
	position:relative;
	width:800px;
	height:70px;
	margin: 0 auto 0 auto;
	z-index:1;
}

#main {
	float: left;
	width: 740px;
	display: inline;
	padding-left: 40px;
	text-align: center;
}

#platinum-box {
	float: left;
	margin: 10px;
	padding: 0px 35px 0px 35px;
	width: 290px;
	height: 260px;
	display: inline;
	background-image: url(../images/platinumPanelBG.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 24px;
	color: #ccc;
	font-family: Georgia,'Times New Roman',serif;
	
}

 span{
	position:relative;
	top:40%;
	margin-top:-0.5em;
	}

#gold-box {
	float: left;
	margin: 3px;
	padding: 0px 25px 0px 25px;
	width: 196px;
	height: 168px;
	display: inline;
	background-image: url(../images/goldPanelBG.png);
	text-align: center;
	font-size: 16px;
	color: #bba349;
	font-family: Georgia,'Times New Roman',serif;
}


	
#silver-box {
	float: left;
	padding: 15px 0 10px 0;
	margin-left: 80px;
	width: 784px;
	height: 496px;
	display: inline;
	background-image: url(../images/silver-bg.png);
	background-repeat: no-repeat;
	text-align: left;
}

#bronze-box {
	float: left;
	padding: 15px 0 10px 0;
	margin-left: 80px;
	width: 784px;
	height: 496px;
	display: inline;
	background-image: url(../images/bronze-bg.png);
	background-repeat: no-repeat;
	text-align: left;
}

#black-box {
	float: left;
	width: 330px;
	height: 31px;
	background-color: #000;
	display: inline;
	margin: 5px 10px 0 20px;
	padding: 10px 5px 0 5px;
	font-size: 12px;
	color: #ccc;
	font-family: Georgia,'Times New Roman',serif;
}

#bronze-inner-box {
	float: left;
	width: 330px;
	height: 31px;
	background-color: #000;
	display: inline;
	margin: 5px 10px 0 20px;
	padding: 10px 5px 0 5px;
	font-size: 12px;
	color: #b26137;
	font-family: Georgia,'Times New Roman',serif;
}

#sub {
	float: right;
	width: 200px;
	display: inline;
}

.extra-space {
	margin: 40px 0 40px 0;
}

/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/

#nav {
	position: relative;
	width: 760px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0px 20px 0px 20px;
	z-index: 1;
}

/* 
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	
	font-size: 14px;
	color: #000000;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	
	font-size: 12px;
	color: #000000;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	
	font-size: 12px;
	color: #000000;
}

h4 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	
	font-size: 12px;
	color: #000000;
}

/* 
----------------------------------------------------------------------------- 
TYPOGRAPHY
-----------------------------------------------------------------------------*/



/* 
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a:link { color: #06C; text-decoration:underline; }
a:visited { color: #06C; text-decoration:underline; }
a:hover { color: #06C; text-decoration:underline; }
a:active { color: #06C; text-decoration:underline; }

.b:link {color: #ffffff; text-decoration:underline;}
.b:visited {color: #ffffff; text-decoration:underline;}
.b:hover {color:#ffffff; text-decoration:underline;}
.b:active {color:#ffffff; text-decoration:underline;}


/* 
----------------------------------------------------------------------------- 
LISTS
-----------------------------------------------------------------------------*/

ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}

ul li {
	margin: 0 0 0.25em 15px;
	padding: 0;
}

ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

ol li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}

