h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1em;}
p {margin-bottom: 20px;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

li img {
	padding-top: 10px;
}

#container {
	overflow: hidden;
}

#logo {
	margin: 20px 0;
	padding: 0;
	border: none;
}

#header, #footer {

}

#navigation {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 10px;
	/*font-size: .7em;*/
}

/* Navigation; Source: http://www.sohtanaka.com/web-design/horizontal-sub-nav-with-css-jquery/ */


ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/

	background: url('../images/topnav_stretch.gif') repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
/* original background color: #1376c9) */
ul#topnav li:hover { background: #0B4499;}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 970px;
	/* original background color: #1376c9) */
	background: #0B4499;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block;} /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

/* jQuery Cycle; Source: http://malsup.com/jquery/cycle/ */
.slideshow { 
	height: 320px; 
	width: 781px; 
	margin-top: 100px;
	margin-left: 74px; 
	padding-bottom: 25px;
}
.slideshow img { 
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
}
#spreadsheet li {
	margin: 20px 0;
}

#filemaker {
	float: auto;
	margin: 10px;
}

#main {
	margin: 15px 0px;
}

#sidebar {
	padding-top: 40px;
}

#footer {
	background: url('../images/topnav_stretch.gif') repeat-x;
	text-align: center;
	font-size: .6em;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 960px;
	
}

.leftpic {
	float: left;
	padding: 5px 10px 10px 0;
}

.extend {
	margin-bottom: 120px;
}

a img {
	border-style: none;
}

.italic {
	font-style: italic;
}

.framework {
	margin-left: 80px;
}

.plain {
	list-style: none;
}
.testimonial {
        padding-bottom: 40px;
}