@charset "utf-8";
/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
/*	background-image: url(../../img/background_inner.jpg);
*/	background-color: #f2f2f2;
	}
#wrapper {
	background-color: #f2f2f2;
	}
.col-border {
	background:url(../../img/modernoffice/separator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../../img/modernoffice/SummitLogo.png) top left no-repeat;
	}
#nav li a {
	text-align: center;
	color:#595241;
	}
#nav li span {
	color:#cd5510;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
		#sub-nav .title {
			color:#383e3f;
			}
		#sub-nav .title a {
			color:#383e3f;
			}
		
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	color:#f2f2f2;
	font-size: 30px;
	line-height: 36px;
	background-color:#333;
	vertical-align: middle;
	
	}
	#slideshow h1 {
		font-family: Georgia,
		"New Century Schoolbook",
		"Nimbus Roman No9 L",
		serif;
		color:#333;
		font-size: 30px;
		line-height: 36px;
		background-color:#aabeaa;
		text-shadow: .05em .05em .04em #ccd8cc;
		margin: 10px;
		}

	
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#333;
	
	}
a {
	color:#cd5510;
	}
.sub-head-major {
	color:#aabeaa;
	}
.sub-head-minor {
	color:#aabeaa;
	}
	
/* ---------------------------------------------------------------------------
	USP - UNIQUE SELLING POINTS
*/

#usp {
	background-color:#333;
	}
	#usp li h2 {
		font-size: 16px;
		color:#cd5510;
		text-shadow: 0 -1px 0 #1a1a1a;
		}
	#usp li p {
		color:#f2f2f2;
		}
	#usp ul li{
		color:#f2f2f2;
		
	}
	.separator {
		background:url(../../img/modernoffice/separator-v-grey.jpg) top right repeat-y;		}
	.separator a{
	}
	.separator a:hover{
			background-color: #aabeaa;
			}

	.usp-1 {
		background:url(../../img/modernoffice/usp-1.png) 10px 5px no-repeat;
		}
	.usp-2 {
		background:url(../../img/modernoffice/usp-2.png) 10px 5px no-repeat;
		}
	.usp-3 {
		background:url(../../img/modernoffice/usp-3.png) 10px 5px no-repeat;
		}
	.usp-4 {
		background:url(../../img/modernoffice/usp-4.png) 10px 5px no-repeat;
		}
/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#aabeaa;
	}
	
	
	.slide-button {
		background:url(../../img/modernoffice/view-more.jpg) top left no-repeat;
		}

/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #c1c5c6;
	background-color:#fff;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	font-weight: bold;
	color:#333;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
table {
	}
th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
tr {
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
td {
	border:1px solid #fff;
	}
	
/* ---------------------------------------------------------------------------
	ACCORDION
*/

.acc-header {
	background:url(../../img/modernoffice/bg-accordion-inactive.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../../img/modernoffice/bg-accordion-active.jpg) top left no-repeat;
	color:#cd5510;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	background-color:#aabeaa;
	}