/*
Theme Name: JM Design
Theme URI: http://
Description: 
Version: 1.0
Author: Jason Winn
Author URI: http://winnpublishing.com/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {
	background:white;
	color:#77787B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	outline:none;
	outline:0;
	outline-style:none;
}

a, a:visited {
	outline:none;
	outline:0;
	outline-style:none;
	color:#44687D;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

#container {
	position:relative;
	width:657px;
	height:520px;
	margin:43px auto 0 auto;
	background:white;
}

#container-blog {
	position:relative;
	width:657px;
	margin:10px auto 0 auto;
	background:white url(images/blog-header_bg.gif) no-repeat top left;
	padding-top:205px;
}

#footer {
	position:relative;
	width:643px;
	margin:0 auto;
	background:white;
	text-align:right;
	font-size:10px;
	padding:7px;
}

#lft-top {
	position:absolute;
	width:175px;
	height:250px;
	background:white;
	padding-bottom:30px;
	
	top:82px;
	left:0px;
}

#sidebar {
	position:relative;
	width:175px;
	float:left;
	background:white;
	padding-bottom:30px;
}

#lft-top h3 {
	line-height:1.4em;
	color:#44687D;
}

#lft-top p {
	line-height:1.4em;
}

#lft-bottom {
	position:absolute;
	width:175px;
	height:185px;
	background:#A1B3BE;
	
	top:335px;
	left:0px;
}

#lft-bottom-blog {
	position:relative;
	width:175px;
	height:185px;
	float:left;
	background:#A1B3BE;
}

#rgt-top {
	position:absolute;
	width:451px;
	height:238px;
	padding:18px 18px 0 8px;
	background:white;
	
	top:82px;
	left:180px;
}

#rgt-top-blog {
	position:relative;
	width:451px;
	float:right;
	padding:3px 18px 0 8px;
	background:white;
}

#rgt-bottom {
	position:absolute;
	width:477px;
	height:185px;
	background:#44687D;
	
	top:335px;
	left:180px;
}

#rgt-bottom-blog {
	position:relative;
	width:477px;
	height:185px;
	float:right;
	background:#44687D;
}

#logo {
	display:block;
	position:absolute;
	width:118px;
	height:109px;
	top:9px;
	left:47px;
}

#home-logo {
	position:absolute;
	top:168px;
	left:42px;
}



.content {
}

.content p {
	line-height:1.4em;
	margin-bottom:10px;
}

.content h1 {
	color:#44687D;
	margin-bottom:3px;
}




.navigation {
	margin-bottom:10px;
}

.post h2 {
	font-size:13px;
	margin-bottom:10px;
}

.post ul {
	list-style:disc;
	list-style-position:outside;
	margin-left:30px;
}

.post p, .post ul, .post ol {
	margin-bottom:10px;
}


#client-list-left {
	position:relative;
	width:215px;
	float:left;
	list-style:none;
}

#client-list-left li {
	list-style:none;
	line-height:1.4em;
}

#client-list-left li ul {
	margin-left:10px;
}

#client-list-left li ul li {
}


#client-list-right {
	position:relative;
	width:215px;
	float:right;
	list-style:none;
}

#client-list-right li {
	list-style:none;
	line-height:1.4em;
}

#client-list-right li ul {
	margin-left:10px;
}

#client-list-right li ul li {
}






.menu {
	position:absolute;
	width:470px;
	top:10px;
	left:10px;
	z-index:10;
	color:white;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:10;
	font-size:11px;
}



.menu ul li a {
	text-transform:uppercase;
	font-size:11px;
}

.menu ul li a:hover {
	text-decoration:underline;
}

.menu ul ul li a {
	text-transform:none;
	padding:2px 0 2px 11px;
}

.menu ul ul li a:hover {
	font-weight:normal;
	background:url(images/arrow.gif) no-repeat center left;
	text-decoration:none;
}




/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index:10;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	z-index:10;
	color:white;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:13px;
	left:0px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height:auto;
	line-height:1em;
	width:90px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



#slide-image {
	position:absolute;
	top:40px;
	left:0;
	width:451px;
	height:238px;
	-ms-interpolation-mode:bicubic;
}

#breadcrumbs {
	z-index:10;
	position:absolute;
	top:297px;
	left:7px;
	width:500px;
}

#breadcrumbs a {
	display:block;
	float:left;
	color:#939598;
	text-decoration:underline;
	margin:0 5px;
}

#breadcrumbs a.current {
	color:#44687D;
	text-decoration:none;
	font-weight:bold;
}



textarea#comment {
	width:400px;
}



#sidebar {
}

#sidebar ul {
}

#sidebar ul li {
	margin-bottom:15px;
}

#sidebar ul li h2 {
	font-size:13px;
}

#sidebar ul li ul li {
	margin-bottom:0px !important;
	line-height:1.4em;
}



































































































































































































































































































































































