body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url("../images/body.png");
	background-repeat:repeat-x;
}
body#tinymce {
	background-image: none;
}

* {
	font-family: arial, helvetica, sans-serif;
	font-size:14px; 
}
h1 {
	font-size:18px; 
	font-weight:900; 
	color: #2f4062;
}
p, h2, li {
	font-weight:400; 
	color:#192548; 
	line-height:130%;
}
li {
	list-style: none;
        background-image: url("../images/bullet.gif");
        background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 14px;
}
ul.gray li {
        background-image: url("../images/bullet_gray.gif");
}
ul.notop, ol.notop { 
padding-left: 15px;
margin-top: 0; 
}

p.nobottom { 
margin-bottom: 0; 
} 
p.image {
	margin: 0;
	padding: 0;
}

h3 {
	font-size:13px;
	font-weight:400;
	color:#192548;
	line-height:130%;
}

#container {
	padding-top:7px;
	margin-top:25px;
	width:900px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 5px 5px 8px #192548;
	-moz-box-shadow: 5px 5px 8px #192548;
}

#header {
	width:900px;
	height:103px;
	background-image:url("../images/newlogo.png");
	background-repeat:no-repeat;
	background-position:left;
	
} 

#footer {
	width:900px;
	font-size:13px;
	font-weight:400;
	background-color:#192548;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	-webkit-box-shadow: 5px 5px 8px #192548;
	-moz-box-shadow: 5px 5px 8px #192548;
	clear: both;
} 


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#solidblockmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	overflow: hidden;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url("../images/blockdefault.gif") center center repeat-x;
}

#solidblockmenu li {
	background: none;
	list-style: none;
	display: inline;
	padding: 0;
}

#solidblockmenu li a {
	font-size: 13px;
	float: left;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:14px;
	padding-right:13px;
	text-decoration: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#solidblockmenu li a:visited {
	color: white;
}

#solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url("../images/blockactive.png") center center repeat-x;
}

#slideshow {
	float: left;
	width:900px;
}

#beaker {
	background:transparent;
	width: 500px;
	position: fixed;
	top: 0px;
	right:5px;
	z-index:-1;
}

.callout {
	font-size:14px; 
	color: #2f4062;
	font-family: palatino,serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.clearboth {
	clear: both;
}
#content {
	clear: both;
	padding:5px;
	font-family: palatino,serif;
	float: left;
	font-size:11px;
	margin-top:10px;
        margin-left:10px;
	width:560px;
	text-align:left;
	font-color:black;
	background-color:#FFFFFF;
}
body#about div#content,
body#methods div#content {
	clear: both;
	width: 880px;
	padding-bottom: 15px;
}
	
#rightcontent {
 	padding:5px;
	margin-top:10px;
        margin-right:10px;
	text-align:left;
	font-color:black;
	background-color:#FFFFFF;
	width:300px;
	float: right;
}

#rightcontenttext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:400;
	padding-left:5px;
	color:#192548;
}
	
#contentlist li { 
	list-style-type:circle;
	color:#efa32b;
} 


#firm {
	font-size:13px;
	font-weight:500;
	font-family: palatino,serif;
	color: #2f4062;
	text-align:left;
	min-height:180px;
	width:300px;
	background-image:url(../images/offices5.png);
	background-repeat:no-repeat;
	padding-right:3px;
	padding-left:10px;
	padding-bottom:10px;
}

#bottomphoto {
        width:900px;
        height:15px;
        margin-top:2px;
        background-image:url("../images/bottomphoto.gif");
        background-repeat:no-repeat;
        
}
img.divline {
	margin-bottom: 20px;
}


<!--[if IE 6]>
<style type="text/css">
html {
	 overflow-y: hidden;
}
body { 
	overflow-y: auto;
}
#bg { 
	position:absolute;
	z-index:-1;
}
#content {
	position:static;
}
</style>
<![endif]--> 
