@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg_desktop.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.container {
	width: 801px;
	max-width: 1260px;
	min-width: 801px;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.content {
	margin: 0px;
	padding: 10px 0px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #666;
	height: 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: #FFF;
}

.header a:link, .header a:visited, .header a:active, .header a:focus {
	color: #fff;
	text-decoration: none;
}

.header a:hover, .header a:active, .header a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.header h1 {
	float: left;
	margin: 10px 80px 0 30px;
}

.header ul li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
	margin-top: 20px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~The footer ~~ */
.footer {
	background: #fff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding: 10px 0px;
	margin: 30px 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	border-top: dashed;
	border-top-width: 1px;
	border-top-color:#999999;
	color:#666666;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:focus {
	color: #666;
	text-decoration: none;
}

.footer a:hover, .footer a:active, .footer a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content h1 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 20px;
	text-align: center;
	padding:0;
	margin: 20px 0 0 0;
	line-height: 60px;
}

.content h2 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	text-align: center;
	padding:0;
	margin: 10px 0 0 0;
	line-height: 25px;
}
.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	color: #999;
	padding: 0;
	margin: 0;
}

.content h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding: 0;
	margin: 0;
}

#threeKings {
	padding: 0;
	margin: 0;
}

.king {
	float: left;
	margin: 0;
	padding: 0;
}
.main {
	padding:0;
	background-color: #fff;
	margin: 20px 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

.main h1 {
	padding: 0;
	margin: 20px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
}

.main .rt {
	padding: 0px;
	margin: 0 0 10px 20px;
	float: right;
}

.main .lt {
	padding: 0px;
	margin: 0 20px 10px 0;
	float: left;
}
.bio {
	display: block;
	min-height: 220px;
}
.main .section {
	padding:0;
	margin:0 0 20px 0;
}
.main .section p {
	padding:0;
	margin: 0 0 10px 0;
}
.bio ul {
	list-style-position: inside;
}
