@charset "UTF-8";
/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 0;
	border: 0;
	}
	
#mainwrapper	{
	width:740px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-width:720px;
	text-align:left;
	}
	
#maincontent {  /* contact sheet */
	background:#CCC;
}
	
img.logo	{
	float:left;
	margin-right:30px;
	}
	
.itemFormat	{
	float:left;
	background-color: #CCCC99;
	}
	
p	{
	font-size:.85em;
	margin:0 30px 10px 10px;
	}
	
#nav	{
	clear:both;
	width:740px;
	background-color: #CCCC99;
	color:#FFFFFF;
	}
	
#listwrapper	{
	width:740px;
	margin-left:0;
	min-width:720px;
	margin-bottom:240px;
	background-color: #CCCC99;
	}	
	
#divServices	{
	width:250px;
	
	}
	
#divMedia	{
	width:220px;
	
	}
	
#divClients	{
	width:270px;
	}
	
#divStory	{
	clear:both;
	width:740px;
	}
	
#divJKMSstoryPicture	{
	clear:both;
	width:740px;
	}
	
#divJKMSstory	{
	width:420px;
	float:left;
	margin-top:-13px;
	}
	
#divStoryPicture	{
	width:306px;
	float:right;
	padding-top:10px;
	}
	
.warning {
    font-weight: bold;
    color: #f00;
}

form {
    margin: 0 0 0 150px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #000;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}	
	
#footer	{
	clear:both;
	/*margin:20px 20px 20px 40px;*/
	padding-top:10px;
	}
	
#copyright	{
	clear:both;
	font-size:.85em;
	/*margin-top:50px;*/
	/*float:left;*/
	text-align:left;
	}

h4	{
	font-size:1em;
	font-weight:bold;
	}
	
ul	{
	font-size:.85em;
	font-weight:bold;
	
	margin-top: -10px;
	}
	
.listTitle {
	margin: 5px 0 0 5px;
}

h5	{
	font-size:.85em;
	}