/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#header {
	background: #fff;
}

#logo {
	float: left;
	background: url(images/360x80_logo.png) no-repeat;
	width: 360px;
	height: 80px;
	font-size: 0px;
}

#logo a {
	width: 300px;
	height: 40px;
	display: block;
	margin-top: 25px;
}

#title-tagline {
	display: block;
	float: left;
	margin-top: -90px;
	z-index: 1;
	position: relative;
}

#title-tagline h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 40px;
	font-size: 1.625em;
	margin-bottom: 0px;
}

#menu {
	float: right;
	margin-top: 40px;
	background: url(images/560x40_menu.png) no-repeat;
	width: 560px;
	height: 40px;
	font-family: Trebuchet MS;
	color: #fff; 
}

#menu a, #menu a:hover, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#photo-banner {
	clear: both;
	background: url(images/photo_bg.png) repeat-y;
	height: 280px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#photo-banner img {
	margin: 20px 0;
}

ul#nav {
	list-style-type: none; 
	margin: 10px 10px 10px 15px;
	padding: 0;
}


ul#nav li{
	display: block; 
	float: left; 
	margin: 0 0 0 24px;
}

ul#nav li.home {
	margin-left: 2px;
}

#main {
	background:url(images/gradient-blue.png) repeat-x;
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#main-content {
	padding: 20px 20px;
	background: #d6e6e6;
}

#main-content h2{
	font-family: Trebuchet MS;
	font-size: 1.6em;
	color: #0b6884;
	margin-top: 3px;
}

#main-content p, #main-content ul {
	font-size: 87%;
	line-height: 165%;
	margin-right: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2d3335;
}

#main-content ul li li{
	font-size: 1.2em;
	line-height: 1.45em;
}

#main-content a {
	color: #0b6884;
	font-weight: bold;	
}

#right-box {
	float: right;
	margin: 0 0 0 50px;
	display: block;
	height: 200px;
	width: 240px;
	clear: both;
/*	background: url(images/260x210_newgrowth.png); */
	overflow: hidden;
	border-left: 10px solid #0b6884;
}

#right-box h3{
	color: #2d3335;
	font-size: 105%;
	margin: 8px 10px 5px 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#right-box p {

	padding: 8px;
	width: 200px;
	font-size: 87%;
	margin: 0 0 0 12px;
	color: #2d3335;
}	
	
#right-box ul {
	list-style: none;
	margin: -3px 0;
	padding: 0 0 0 10px;
	width: 200px;
}

#right-box li {
	margin-left: 15px;
	line-height: 160%;
	padding: 0;
}	

#footer {
	background-color: #0b6884;
	height: 80px;
	margin: -12px 0;
	padding:0;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .68em;
	color: #fff;
	padding-top: 20px;
}

/* Lightbox Styles */
.section {
    padding: 0px;
	width: 700px;
	margin: 0;
}

#main-content .section ul {
    list-style: none;
    margin: 0;
	padding: 0;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px;
    display: block;
    float: left;
    margin: 5px;
	text-decoration: none;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-size: 16px;
	text-decoration: none;
}

.clear {
    clear: left;
}

/* Testimonials */

#testimonials blockquote {
	padding: 0 0 0 28px;
	line-height: 1.2em;
	font-style: italic;
	background: url(images/quotes.gif) no-repeat 0 .0025em;
	border-bottom: 1px solid #fff;
}

#testimonials p.attribute{
	font-style: normal;
	font-size: .67em;
}