/* CSS Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dn, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	font-style: inherit;
	text-decoration: none;
	line-height: 1.3;
	vertical-align: baseline;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
:focus {
  	outline: 0;
	}

body {
	background-color: #2B74A2;	
	}

ol, ul {
	list-style: none;
	}	

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
sup {
	font-size: 80%;
	vertical-align: top;
	}	
	
h2 {
	font-size: 20px;
	color: #FBF4D7;
	}
		
/* Common Classes */
		
.clear {
	height: 1px;
  	clear: both;
  	}
	
.location {
	font-weight: bold;
	line-height: 2;
	color: #FBF4D7;
	}

/* Container to Center Website */

#container {
	width: 850px;
	margin: 40px auto;
	position: relative;
	}
		
/* Content */

#content-wrapper {
	position: relative;
	padding: 40px;
	float: left;
	border: 10px solid #fff;
	background: #333333;
	}

#header {

	}
	
#header h1 a {
	width: 150px;
	height: 70px;
	display: block;
	text-indent: -5000em;
	background: url(../images/jmp-creditcorp-logo.gif) no-repeat;
	}
	
#header h2 {
	padding: 20px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 40px;
}	
		
#content {
	display: block;
	}
	
#address-title {
	display: block;
	float: right;
	clear: none;
	font-size: 11px;
	color: #2B74A2;
	font-weight: bold;
	width: 290px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
#address {
	font-size:11px;
	color: #FFFFFF;
	display: block;
	float: right;
	padding: 5px 20px 0 0;
	margin-top: 0px;
	}
	
