@charset "UTF-8";

body{
	font-size:68.75%;
}
body, h1, h2, h3, h4, h5, p, div, img, li, ul, ol, a {
	margin:0;
	padding:0;
	font-family:tahoma, geneva, verdana, arial, sans;
	font-style:normal;

}

h1, h2, h3, h4, h5, p, div, img, li, ul, ol, a {
	
	font-size:1em;
}

p{
	margin:0 0 1em 0;
}

.contentlist li{
	margin-left:1.5em;
}

#siteNav a{
	color:#666666;
	text-decoration:none;
}

#siteNav a:hover{
	color:#666666;
	text-decoration:underline;
}

#pageContact #contactNav a{
	color:#666666;
	text-decoration:underline;
}

#pagePortfolio #portfolioNav a{
	color:#666666;
	text-decoration:underline;
}

#topbar {
	background:#000000 url(images/topbar_bg.gif) top left repeat-x;
	height:27px;
}

#topbar h1{
	width:88px;
	height:20px;
	background:#000000 url(images/topbar_logo.gif) top left no-repeat;
}

h1 span{
	display:none;
}


#siteContainer{
	margin:0 auto;
	width:565px;
	
	overflow:auto;
}

#siteNav{
	text-align:center;
}

#siteNav li{
	display:inline;
	padding:0 1.2em 0 1.2em;
}

#logo{
	width:152px;
	height:39px;
	margin:100px 0 0 0;
	background:url(images/jsmdigital_logo.gif) top left no-repeat;
}

#siteSection{
	margin:35px 0 0 0;
}

.portCol1{
	width:305px; 
	float:left;
}

.portCol2{
	width:245px; 
	float:right;
}

.clear{
	clear:both;
}

.portfolioImg{
	border:none;
	width:305px;
	height:172px;
}


.tcol1{
	float: left;
	width: 80px;
	font-weight: bold;
}

.tcol2{
	width: 350px;
	height: 150px;
}

/* FOR EXPAND */
h3{
	margin:3px 0 0 0;
	padding:2px 0 2px 15px;
	-moz-user-select:none;
	font-weight:normal;
	display:block;
	background:url(images/list_arrow.gif) left no-repeat;
}

h3:hover{
	cursor:pointer;
	background:#f9f9f9 url(images/list_arrow.gif) left no-repeat;
}

.expandContent{
	height:0px;
	overflow:hidden;
	border-bottom:dotted 1px #666666;
	/*display:none;*/
}

/* // FOR EXPAND */