/*
 *  MD-design.biz
 *  master.css - Master Style Sheet for the whole site
 *  Author: Max Dodge
 *
 *  Copyright 2007 Max Dodge dba MD-design, All Rights Reserved
 *
 *  Last Updated:
 */

/* Setting up the general styles, main container width and centering */
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	line-height: 22px;
	background: #D7D7D7 url(../img/design/body.gif) repeat-x;
	width: 718px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: justify;
}

/* Link styles */
a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #333;
}
a:hover {
	border-bottom: 1px solid #999;
}
a:visited {
	color: #555;
	border-bottom: 1px dotted #555
}
a:visited:hover {
	border-bottom: 1px solid #555;
}
a:focus {
}

/* Element styles */
p {
	text-align: justify;
	font-size: 10pt;
	padding: 0 0 .5em 0;
	margin-top:.5em;
}
h1,h2,h3,h4,h5,h6,blockquote {
	margin:0;
	font-family: Georgia;
	font-weight: normal;
}
h1 {
	line-height: 28px;
}
h2 {
	margin-top: 0.5em;
	line-height: 26px;
}
h3 {
	font-weight: bold;
	text-decoration: all-caps;
	color: #900;
}
img {
	border: 1px solid #CCC;
	padding: 5px;
	display: block;
}
hr {
	border: 1px solid #fff;
	clear: both;
}
/* masthead */
#masthead {
	background-image: url(../img/design/masthead.png);
	height: 201px;
}
#masthead h1 {
	margin-top:70px;
	margin-left:250px;
	height:69px;
	width:294px;
	text-indent: -5000px;
	background: url(../img/design/masthead-title.png) no-repeat;
	float:left;
}
#masthead p {
	margin-top:29px;
	margin-left:260px;
	font-weight: bold;
	color: #FFF;
	float:left;
}

/* body */
#body-container {
	background: url(../img/design/container_bg.png);
	padding: 10px 30px 10px 30px;
}

#breadcrumb {
	list-style: none;
	margin: 0 0 1em 0;
	padding:0;
	font-size: 10pt;
}
#breadcrumb a {
	border:0;
	color: black;
	padding-left: 18px;
}
#breadcrumb li {
	display: inline;
	padding-right: 0.5em;
}
.breadcrumb-home { background: url(../img/icons/house_16.gif) no-repeat left center; }
.breadcrumb-tween { background: url(../img/icons/ff_16.gif) no-repeat left center; }
.breadcrumb-here {
	font-size: 16pt;
	font-weight: bold;
	background: url(../img/icons/question_16.gif) no-repeat left center;
	padding-left: 18px;
}

.capitol {
	color: #900;
	font-size: 52pt;
	font-weight: normal;
	float: left;
	height: 0.6em;
	padding: 0.2em 0 0 0;
	margin-right: 0.2em;
}

.section {
	background: url(../img/design/section.gif) no-repeat;
	height: 53px;
	color: white;
	margin: 1em -20px 0 -20px;
	padding: 1em 0 0 3em;
	overflow:hidden;
	clear: both;
}

.column {
	float:left;
	width: 160px;
	padding: 0 40px 0 1em;
}

.main-menu {
	float:left;
	width: 150px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 0 15px 0 15px;
	height: 200px;
}
.main-menu:hover {
	background: #EEE;
}
.main-menu strong {
	background: #337;
	display: block;
	color: white;
	margin: 0 -15px 0 -15px;
	padding-left: 15px;
}

/* Sidebar */
.sidebar {
	float:right;
	background: url(../img/design/sidebar.png) top center no-repeat;
	padding: 40px 0 40px 0;
	margin: 0 0 1em 1em;
	width: 170px;
	list-style: none;
	border-bottom: 13px solid #700;
}
.sidebar li {
	padding: 0 0 0 2em;
	margin: 0;
}
.sidebar a {
	border: 0;
	font-weight: bold;
}
.sidebar a:hover {
	color: #049;
	border: 0;
}
.sidebar p {
	margin: 0 1em 0 -1em;
	line-height: 1.3em;
}

/* Quotes and Code */

blockquote{
	background: #FFD url(../img/FX/quote.png) no-repeat;
	border-left: 5px solid #CCA;
	border-right: 2px solid #CCA;
	padding: 1em 1em 1em 4em;
	font-size: 10pt;
	font-style: italic;
	margin: 1.5em 0 1.5em 0;
}
blockquote em{
	display: block;
	text-align:right;
	font-style: normal;
	font-weight: bold;
}
.code{
	background: #EEF url(../img/FX/code.png) no-repeat;
	font-style: normal;
	font-family: "Courier New";
	border-left: 5px solid #BBC;
	border-right: 2px solid #BBC;
	margin: 0.5em 0 0.5em 0;
}
.code em{
	text-align: left;
	display: inline;
	background: #00A;
	color: #FF0;
}

/* Icons */
.icon-list{
	display: inline;
	padding: 0;
	margin: 0 5px -3px 0;
	border: 0;
	height: 16px
}
.icon-tile{
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	border: 0;
}
.icon{}

/* Effects */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	color: #9DF;
	padding-left: 8px;
	background: url(../img/FX/bubble.png) top left;
}

.tool-text {
	font-size: 8pt;
	line-height: 14px;
	padding: 0 0 8px 8px;
	background: url(../img/FX/bubble.png) bottom left;
}

/* footer */
#footer-container {
	background: url(../img/design/footer.png) no-repeat;
	padding: 27px 9px 0 9px;
	color: #FFF;
	font-size: 8pt;
	font-family: Verdana;
	line-height: 14px;
}
#footer {
	background: #555;
	padding: 0 2em 0 2em;
	height: 26em;
}
#footer p {
	font-size: 8pt;
}

#footer h2 {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
}
#footer ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
#footer a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#footer a:hover {
	border-bottom: 1px solid #FFF;
}
#footer a:visited {
	color: #CCC;
	border-bottom: 1px dotted #CCC;
}
#footer a:visited:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#footer form {
	text-align: center;
}
#footer input {
	padding-left: 20px;
	border: 1px solid #333;
	margin-bottom: 0.5em;
}
#footer .info {
	float:left;
	width: 175px;
	height: 24em;
	padding: 0 1.5em 0 0;
	margin: 0 1.5em 0 0;
	border-right: 1px solid #666;
}
#footer #username {
	background: #FFF url(../img/icons/user.gif) no-repeat 2px center;
}
#footer #password {
	background: #FFF url(../img/icons/lock.gif) no-repeat 2px center;
}
