@charset "UTF-8";
/* CSS Document */

/* * * * * * * GLOBAL * * * * * */	
html, body, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, ul, li, form, label,
table, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #dfe1ce;
	margin: 0px;
	padding: 0px;
	color: #666;
}

a {
	color: #666;
}

h1 span {
	display: none
}

.container {
	width: 967px;
	margin:auto;
	background-color: #fff;
	padding: 38px 15px 0px 18px;
	text-align: left;
}

.content {
	clear: both;
margin-top:20px;
}

.leftCol {
	width: 300px;
margin-right:20px;
	float: left;
}

.leftCol p {
margin-bottom:13px;
}

.rightCol {
	float: left;
	width: 645px;
}

.fullcol {
padding:0px 15px;
font-size:18px;
min-height:500px;
}

.fullcol p {
font-size:16px;
line-height:18px;
margin-bottom:18px;
}

.blogSlides embed {width:293px;overflow:hidden}

.blogCol {
background-color:#f5f5f5;
float:left;
width:300px;
height:540px;
border-bottom:3px solid #ebebeb;
margin:0 20px 10px 0;
overflow:auto;
}

.blogCol h2 {
background-color:#ebebeb;
padding:10px;
margin-bottom:20px;
}

.blogCol p {
margin:0 10px 13px 10px;
}

#smPortfolioIcons, #blogIcons, #portfolioIcons {
height:85px !important;
height:88px;
overflow:auto;
}

#smPortfolioIcons, #blogIcons {
margin-top:10px;
}

#portfolioIcons {
width:945px;
margin-top:15px;
}

#smPortfolioIcons {
width:645px;
}

#blogIcons {
width:295px;
}

#portfolioIconsContent {
width:1400px;

}

#portfolioIcons img, #smPortfolioIcons img, #blogIcons img {
padding-right:5px;
display:inline;
}

.tearsheets div {float:left;margin:0 10px 0 0;width:309px;}
.tearsheets p {text-align:center;margin:10px;}

/* * * * * * * CALLOUTS * * * * */

.callout {
	background-color: #f5f5f5;
	width: 300px;
	height: 95px;
	padding: 8px;
	margin-top: 8px;
	float: left;
}

.callout h2 {
	font-size: 12px;
	margin-bottom: 14px;
}

.callout p {
	font-size: 10px;
}

.callout a {
	font-size: 10px;
}

.callout img {
	float: left;
}

.calloutRight {
float:left;
	width: 183px;
margin-left:15px;
}

.cocenter {
margin:8px 8px 0px 8px;

}

.clear {
	clear: both;
}

/* * * * * * * HEADER * * * * * */	

.header {
	height: 60px;
        position:relative;
}

.header h1 {
	background: url(../images/image/danMillsLogo.gif) no-repeat top left;
	height: 14px;
	width: 214px;
	margin-left: 70px;
        cursor:pointer;cursor:hand;
}
.header .logo {
        background: url(../images/image/headerBack.jpg)  no-repeat top left;
        cursor:pointer;cursor:hand;
        width:54px;height:35px;position:absolute;top:0;left:0;
}

/* * * * * * * FOOTER * * * * * */	
	
.footer {
	text-align: right;
	background: url(../images/image/footerBack.jpg) top right no-repeat;
	height: 12px;
	margin-top: 15px;
	padding: 0 75px 70px 0;
font-size:11px;
}

/* * * * * * * NAVIGATION * * * * * */	

.nav, .subnav {
	padding-top: 9px;
	display: block;
	width: 790px;
	margin-left: 70px;
}

.nav ul, .subnav ul {
	white-space: nowrap;
	padding: 0 0 0 0;
}

.nav li, .subnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0px;
}

.nav a, .subnav a {
	padding: 0px 2px;
	text-decoration: none;
	text-transform: Capitalize;

}

.nav a:hover, .subnav a:hover {
	color: #ed2930;
}

.nav a.On {
	color: #ed2930;
}

.nav a.On:hover {
	color: #ed2930;
}

.subnav {
padding-top:3px;
}

.subnav li {
	list-style-type: none;
}

.subnav a.On {
	color: #ed2930;
}

/* * * * * * * DECOR * * * * * */

.lighter {
	color: #999999;
}

.darker {
	color: #333333;
}

.colored {
	color: #7e9b34;
}

.highlighted {
	color: #699bb5;
}

/* * * * * * * MISC * * * * * */


