html {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
}


/* HEAD --------------------------------------------------*/
div#header {
	background:url(../images/top-divider.jpg) bottom repeat-x;
	padding: 10px 0;
	width: auto;
}

div#header a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

div#header a:hover {
	text-decoration: underline;
}

div#header ul {
	display: inline;
}

div#header li {
	display: inline;
	list-style: none;
	padding:0px 15px 0px 15px;
}

div#header a.nav-item {
	color: #2e2d2d;
}

div#header a.nav-item-blue{
	color: #435cf3;
}

div.logofloat {
	clear:both;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	float: right;
}

/* MAIN --------------------------------------------------*/

div.container {
	width: 1050px;
	margin: 40px auto 0px 40px;
	padding 0;
	background-color: transparent;
}

div#main {
	display: inline;
	background-color: #FFFFFF;
	clear:both;
	float: left;	
	width: 750px;
	margin: 0 30px 0 0;
}

div#mainbox {
	background-color: #222222;
	text-align: left;
	padding: 20px 30px 20px 40px;
	margin: 0;	
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}

div#mainbox h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48pt;
	color: #FFF;
	margin: 10px 0 0 10px;
	padding: 0;
}

div#mainbox h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 30pt;
	color: #9ca8f4;
	padding: 0;
	margin: 10px 0 0 10px;
}

div#mainbox p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18pt;
	color: #dfb946;
	padding: 0;
	margin: 10px 0 0 10px;
}
div#mainbox img {
	padding: 0;
	margin: 0;
}
/* LEFT --------------------------------------------------*/
div#leftbox {
	width:750px;
	padding:20px 0 0 0;
	display: inline;
}
div#leftbox ul li{
	float:left;
	margin-right:20px;
	width:210px;
	list-style:none;
	list-style-image:none; 	
	text-align: left;
}
div#leftbox ul li h3{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20pt;
	color: #505050;
	margin: 0;
}
div#leftbox ul li p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color: #2e2d2d;
}
div#leftbox ul li a{
	font-weight:bold;
	color:#2C3234
}
div#leftbox ul li a:hover{
	text-decoration:underline;
}

/* RIGHT --------------------------------------------------*/
div#right {
	width: 270px;
	margin:0;
	padding:0;
	float: left;
	color: #FFFFFF;
	display: inline;	
}

div#right h4{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12pt;
	color: #383838;
	padding: 10px 0 2px 15px;
}

div#right ul {
        margin-left: 0px;
        padding: 0;
        display:inline;
}

div#right li {
        padding-right: 7px;
        padding-bottom: 5px;
        padding-left: 30px;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        list-style:none;
	list-style-image:none;
	list-style-position: outside;
	margin-left: 0px;
}

div#headshot {
    	margin-bottom: 15px;
	padding-bottom: 10px;
}

div#headshot img{
	display: block;
	margin-left: auto;
    	margin-right: auto;
    	text-align: center;
    	border:0;
    	padding:0;
}

div#short {
	background-color: #9ca8f4;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 12pt;
        color: #FFF;
	padding: 0 0 10px 0;
	margin: 0;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}

div#short a.twitter-user {
        color:#408FCF;
        display:inline;
}

div#short a.twitter-link {
        display:inline;
        color: #990000;
}

div#long {
	background-color: #efd279;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
        color: #9a6328;	
	padding: 0 0 10px 0;
	margin-left:0px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}

div#long a {
	text-decoration: none;
}

div#long a:hover {
	text-decoration: underline;
}

div#long a.blog-link {
	color: #9a6328;
}

/* FOOTER --------------------------------------------------*/
div#footer {
	clear: both;
	text-align: left;	
	width: auto;
	background:url(../images/bottom-footer.jpg) bottom repeat-x;
	padding: 30px 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

/* sIFR --------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 15px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 15px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 15px;
}