/*
D+M+T Communications December 2007
*/

body {
	margin: 0;
	padding: 0;
	background: #ccc url(../_images/body_background_top.gif) repeat-x;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .3em;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 6px 0 0 0;
	padding: 0;
	color: #FF6600;
}

p, blockquote, ol {
	line-height: 18px;
	text-align: left;
}

blockquote {
	padding-left: 20px;
	background: url(../_images/img05.gif) repeat-y;
}

a {
	color: #F49500;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

/* Header */

#header {
	width: 800px;
	height: 126px;
	margin: 0 auto;
	background: url(../_images/hdr_background.jpg) no-repeat;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}
#header a, img {
    border: none;
}

/* Menu */

#menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
    background: url(../_images/nav_background.jpg) no-repeat;
}

#menu ul {
	margin: 0 0 0 22%;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 8px 10px 0 10px;
    text-decoration: none;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #999966;
}

#menu a:hover {
	color: #fff;
}
#current a:link, a:hover {
    color:#FF6600;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto 0px auto;
	padding-top: 25px;
    background: #FFFFCC url(../_images/cntnt_bground_top_02.gif) no-repeat;
}

/* Story */

#story {
    width: 690px;
	text-align: left;
    padding-left: 55px;
    line-height: 20px;
}

#storypar {
    text-align: left;
	}
	
#clients {
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 6px 0 0 0;
	padding: 0;
	color: #FF6600;
}

/* Posts */

#posts {
	width: 500px;
	padding-left: 25px;
	margin-right: 40px;
	background: url(../_images/img05.gif) left repeat-y;
}

#posts a:link {
	color: #FF6600;
	text-decoration: none;
}

#posts a:hover {
	color: #000;
}

/* Links */

#links {
	text-align: left;
	width: 170px;
	margin-left: 40px;
	padding-left: 0px;
	padding-right: 25px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 0px;
	line-height: 18px;
	background: url(../_images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
	color: #FF6600
}

#links li a:hover {
	text-decoration: none;
	color: #000000;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

li #selected a:link {
	color: #999;
}

li #selected a:hover {
	color: #999;
}

/* Footer */

#footer {
	height: 10px;
	padding: 5px;
	font: normal 8pt Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	}

#footer p {
	text-align: center;
	color: #999;
}
#footer a {
    color: #999966;
	text-decoration: none;
}
#footer a:hover {
    color: #000;
}

/* Testing Styles */

