@charset "UTF-8";
/* MICHAEL J. BURNS GLOBAL CSS DOCUMENT */
* {
margin: 0;
padding: 0;
}
body {
	background: #000 /*url(../images/body_bg_pattern.gif)*/;
	font: 62.5%  "Lucida Grande", Verdana, sans-serif;
	line-height: 1.8em;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 2.6em;
	margin-bottom: .25em;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}


/* LAYOUT */
#container {
	width: 894px;
	margin: 0 auto;
}
#branding {
	width: 744px;
	margin: 0 0 0 150px;
	float: left;
	display: block;
/*	background: #FFF3C6;*/
	border-bottom: 5px solid #400000;
}
#nav {
	width: 150px;
	float: left;
	text-align: right;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}
#content {
	float: left;
	width: 744px;
	background: #700000;
}
#main {
	float: left;
	width: 478px;
	min-height: 500px;
	padding: 10px 30px 20px 18px;
	background: #FFF3C6 url(../images/main_right_bg.gif) top right repeat-y;
}
#sidebar {
	float: left;
	background: #700000;
	width: 200px;
	height: auto;
	padding: 9px 18px 0 0;
	color: #FFF3C6;
}
#siteinfo {
	width: 704px;
/*	clear: both;*/
	float: left;
	padding: 10px 20px;
	background: #FFF3C6;
	border-top: 5px solid #400000;
	color: #000;
}


/* BRANDING/MASTHEAD */
#branding a img {
	float: left;
	border: none;
}


/* NAVIGATION STYLES */
#nav li a {
	display: block;
	padding: 4px 10px;
	margin: 18px 0;
	width: 130px;
	border: 1px solid #C6AC78;
	color: #C6AC78;
	text-decoration: none;
	background: #400000 url(../images/nav_shadow_off.gif) right repeat-y;
}
#nav #home a {
	margin-top: 0;
}
#nav a:hover {
	color: #FFF3C6;
	background: #800000 url(../images/nav_shadow_on.gif) right repeat-y;
	border: 1px solid #FFF3C6;
}
.home #nav #home a, .about #nav #about a, .portfolio #nav #portfolio a, .contact #nav #contact a {
	color: #000000;
	background: #FFF3C6;
	/*font-weight: bold;*/
	text-align: left;
	border: 1px solid #FFF3C6;	
}


/* HOME PAGE STYLES */
.home #main {
	width: 708px;
	background: none;
	background-color: #FFF3C6;
	padding: 10px 18px 20px;
}
#portfolioLaunchpad {
	width: 708px;
	float: left;
}
#main #portfolioLaunchpad li {
	list-style: none;
	float: left;
	width: 354px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
}
#portfolioLaunchpad li a img {
/*	float: none;*/
	display: block;
	margin-bottom: 5px;
}
#portfolioLaunchpad li a {
	float: left;
	display: block;
	width: 290px;
	padding: 18px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #FFFBE2;
	border: 1px solid #C6AC78;
	color: #000;
}
#portfolioLaunchpad li a:hover {
	border: 1px solid #990000;
	background: #FFFBE2;
/*	font-weight: bold;*/
	color: #400000;
}

/* MAIN CONTENT STYLES */
#main p, #body p {
	font-size: 1.3em;
/*	line-height: 1.5;*/
	margin-bottom: 1em;
}
#main a {
	color: #333;
	padding: 0 2px;
	background: #C6AC78;
}
#main a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
#main h1 {
	margin-bottom: .5em;
}
#main h3, #body h3 {
	display: block;
	border-bottom: 1px solid #C6AC78;
	padding-bottom: 2px;
}
#main img {
	float: left;
	padding: 0 10px 0 0;
}
#main ul {
	padding-bottom: 1em;
	list-style: square;
	font-size: 1.4em;
}
#main li {
	line-height: 1.2;
	margin: .5em 1em .5em 1em;
}
#main a.backButton {
	float: right;
	font-size: 12px;
}
.about #main li {
	font-size: .8em;
}

/* Downloadable PDF links */
#main a.pdf {
	padding: 5px 5px 5px 20px;
	font-size: 1.4em;
	float: right;
	background: #C6AC78 url(../images/pdficon_small.gif) no-repeat 0 50%;
}
#main a.pdf:hover {
	background-color: #000;
	color: #FFF;
}

/* SIDEBAR STYLES */
#sidebar p {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-size: 1.1em;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #FFF3C6;
}
#sidebar a {
	color: #FFF3C6;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 1em;
	color: #C6AC78;
}
#sidebar span.note {
	color: #C6AC78;
}

/* sidebar items */
#sidebar .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C6AC78;
	line-height: 1;
}
#sidebar .item  p {
	color: #C6AC78;
}
#sidebar .item a.bigLink {
	display: block;
	padding: 5px;
	margin: 4px 0;
	font: 1.8em Georgia, Times, serif;
	color: #C6AC78;
	background: #400000;
	border: 1px solid #C6AC78;
}
#sidebar .item a.bigLink:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
#sidebar .item h5 {
	text-transform: uppercase;
	letter-spacing: .25em;
	margin-top: 1.5em;
	color: #C6AC78;
}
#sidebar .item span {
	font-size: 80%;
}


/* SITE INFO STYLES */
#siteinfo #copyright {
	float: left;
/*	padding: 10px 0 0 18px;*/
}
#siteinfo #contactInfo {
	float: right;
	text-align: right;
	width: 25%;
/*	padding: 10px 18px 0 0;*/
}
#siteinfo #contactInfo .credit {
	color: #400000;
}


/* FORM STYLES */
#contactform label {
	display: block;
	margin: .75em 0;
	padding-bottom: .5em;
	font-size: 1.4em;
}
#contactform label span {
	line-height: 1.7;
	display: block;
}
#contactform fieldset input, #contactform fieldset textarea, #contactform select {
	width: 450px;
	border: 1px solid #C6AC78;
	padding: .5em;
	margin-right: 2em;
	background: #FFFBE2;
}
#contactform select {
	width: 275px;
}
#contactform input:hover, #contactform textarea:hover, #contactform select:hover {
	border-color: #990000;
}
#contactform fieldset input:active, #contactform fieldset input:focus, #contactform fieldset textarea:focus, #contactform fieldset select:focus {
	border-color: #900000;
	background: #FFF;
}
#contactform fieldset {
	border: none;
	overflow: hidden;
	padding: 0 14px 0 0;
}
form#contactform {
	width: 100%;
	overflow: hidden;
	float: left;
}
.required, label span.required {
	color: #800000;
}
.requiredWarning {
	background: #FF3;
	color: #800000;
	display: inline;
}


/* BUTTONS */
.buttons a, .buttons button {
	display: block;
	float: right;
	background-color: #FFFBE2;
	border: 1px solid #C6AC78;
	line-height: 130%;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	margin-right: 12px;
}
.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}


/* STANDARD */
button:hover, .buttons a:hover, button:focus, .buttons a:focus {
	border: 1px solid #990000;
}
.buttons a:active {
	background-color: #6299c5;
	color: #fff;
}


/** IE6 HACKS **/
* html #container {
	width: 900px;
}
* html #branding {
	float: none;
}