/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #606060;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #84165f;
}
a:visited {
	color: #84165f;
}
a:hover {
	color: #000;
}
a:active {
	color: #84165f;
}
img {
	border: 0;
	}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 15px 0;
	}
ul, ol {
	
}

@font-face {
    font-family: 'Museo300';
    src: url('http://www.koreykaul.com/fonts/museo300-regular-webfont.eot');
    src: url('http://www.koreykaul.com/fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.koreykaul.com/fonts/museo300-regular-webfont.woff') format('woff'),
         url('http://www.koreykaul.com/fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('http://www.koreykaul.com/fonts/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700';
    src: url('http://www.koreykaul.com/fonts/museo700-regular-webfont.eot');
    src: url('http://www.koreykaul.com/fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.koreykaul.com/fonts/museo700-regular-webfont.woff') format('woff'),
         url('http://www.koreykaul.com/fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('http://www.koreykaul.com/fonts/museo700-regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('http://www.koreykaul.com/fonts/museo500-regular-webfont.eot');
    src: url('http://www.koreykaul.com/fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.koreykaul.com/fonts/museo500-regular-webfont.woff') format('woff'),
         url('http://www.koreykaul.com/fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('http://www.koreykaul.com/fonts/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**************************TOP NAV STYLES***************************/

#top-nav {
	width: 100%;
	height: 127px;
	background-color: #FFF;
	border-top: 10px solid #e5e5e5;
	background-image: url(http://www.koreykaul.com/images/top-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#top-nav-content {
	width: 980px;
	height: 127px;
	text-align: left;
	margin: 0 auto;
}
#top-nav-logo {
	float: left;
	width: 300px;
	margin: 55px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #84165f;
}
#top-nav-menu {
	float: right;
	width: 665px;
	margin: 60px 0 0 0;
}
#top-nav-menu ul {
    list-style: none outside none;
    padding: 0;
	margin: 0;
	display: inline-block;
}
#top-nav-menu li {
    float: left;
}
#top-nav-menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #606060;
	text-decoration: none;
	display: block;
	padding: 6px 14px;
	margin: 0 5px;
}
#top-nav-menu a:hover {
	background-color: #098344;
	color: #FFF;
}
#top-nav-menu .selected a {
	background-color: #098344;
	color: #FFF;
}
/**************************HOMEPAGE HEADER STYLES***************************/

#header-main {
	width: 100%;
	height: 445px;
	background-color: #FFF;
	background-image: url(http://www.koreykaul.com/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#header-main-content {
	width: 980px;
	height: 425px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#header-main-content p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
}
#header-main-content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	color: #000;
}
#header-main-col1 {
	width: 315px;
	float: left;
	margin-right: 15px;
}
#header-main-col2 {
	width: 600px;
	float: left;
	margin-right: 50px;
}
#header-main-col2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
}

/**************************MAIN AREA STYLES***************************/

#main {
	width: 100%;
	background-color: #FFF;
}
#main-content {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 25px 0 35px 0;
}
#main-content-col1 {
	width: 275px;
	float: left;
	margin: 0 25px 0 20px;
}
#main-content-col2 {
	width: 610px;
	float: left;
	margin-right: 40px;
}
#main-interior {
	width: 950px;
	min-height: 400px;
	text-align: left;
	margin: 0 auto;
	padding: 25px 15px 40px 15px;
}
#main-content .headline, #main-interior .headline {
	color: #bb393d;
}
#main-content-col2 h1, #main-interior h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
    font-weight: bold;
	color: #000;
}
#main-content-col2 p, #main-interior p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
}
.main-column {
	float: left;
	padding: 0 20px;
	width: 285px;
}
.main-column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
}
.purple-button, .green-button {
    width: 141px;
	height: 34px;
	background: url("http://www.koreykaul.com/images/purple-button.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
    padding-left: 12px;
    text-align: left;
    text-decoration: none;
}
.green-button {
    width: 224px;
	background: url("http://www.koreykaul.com/images/green-button.png") no-repeat scroll 0 0 transparent;
}
.purple-button:hover, .green-button:hover {
    background-position: 0 -34px;
}
.purple-button a, .green-button a {
    color: #FFFFFF;
    text-decoration: none;
}
/**************************MORE STYLES***************************/

.headline {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.subhead {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	padding-bottom: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* FOOTER */

#my-footer {
	width: 100%;
	background-color: #333;
	padding: 0;
}
#footer-content {
	width: 980px;
	text-align: left;
	background-color: #333;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	padding: 15px 0 50px 0;
}
#footer-content a {
	color: #FFF;
	text-decoration: none;
}
#footer-content a:hover {
	color: #d86ab3;
}
#footer-col1 {
	width: 465px;
	float: left;
	margin-left: 25px;
}
#footer-col2 {
	width: 465px;
	float: right;
	text-align: right;
	margin-right: 25px;
}
