body {
	margin: 15px; padding: 0;
	background-color: #fff;
	text-align: center;
	}

#frame {
	margin: 0 auto; text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #666; color: #666;
	padding: 0; width: 798px; 
	}

.hide { display: none; }
	
#header { 
	text-align: center; height: 55px;
	background: #A6AA9B url("../img/smc_header_bg_v2.gif") repeat-x bottom left;
	/*background-color: #A6AA9B;*/
	border: 1px solid #fff;
	}

/* Global Navigation */
#globalnav {
	padding: 9px 0 0 35px;
	font-size: 12px; line-height: 16px;
	font-weight: bold;
	}

#globalnav div { bottom: 2px; left: 0; }
#globalnav a {
	float: left; display: block;
	text-decoration: none;
	text-transform: none;
	color: #fff; padding: 8px 27px;
	background: url("../img/smc_navspline.gif") no-repeat top left;
	} 
	
#globalnav a.active, 
#globalnav a:hover { padding: 8px 27px; color: #00FEFF; }
#globalnav span { display: none; }

/* Main Content Area */
#maincontent {
	float: left; width: 452px;
	margin: 0; padding: 1px 0 10px 0;
	}
	
#maincontent.full { width: 590px; }
	
/* Left Sidebar */
#left {
	float: left; width: 141px;
	background-color: #987272;
	border-left: 1px solid #fff;
	margin-bottom: 1px;
	}
	
#left #logo {
	border: 1px solid #666;
	}
	
#left h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; line-height: 13px;
	margin: 0; padding: 2px 0 2px 4px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: #EEECEC url("../img/smc_left_h3_bg.gif") 0 1px;
	color: #666;
	}
	
#left .callout {
	border: 1px solid #666;
	border-top: none;
	}
	
#left ul {
	list-style: none;
	margin: 0; padding: 6px 0 20px 4px;
	background-color: #fff;
	border: 1px solid #666;
	}
	
#left li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; line-height: 24px;
	padding: 0 0 3px 0;
	text-decoration: none;
	}
	
#left li a { 
	text-decoration: none; 
	padding: 4px 0 7px 27px;
	background: url("../img/smc_arrow.gif") no-repeat 0px 1px;
	}
#left li a:hover,
#left li a.active { 
	color: #409BBB; 
	background: url("../img/smc_arrow_on.gif") no-repeat 0px 1px;
	}
	
/* Right Sidebar */
#right { float: right; width: 191px; margin-top: 15px; }
#right p span { margin-left: 19px; }
#right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px; line-height: 19px;
	padding: 0 18px 16px 15px;
	color: #666;
	}
	
#right div.quote { background: url("../img/smc_quote_v2.gif") no-repeat top left; padding-top: 3px; margin-bottom: 15px; }
#right div.quote p { background: url("../img/smc_quote_end_v2.gif") no-repeat bottom right; }
#right div.quote p.by {
	background: none; color: #A47DA4;
	font-size: 10px; line-height: 13px;
	margin-top: -8px;
	}
	
#right h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 21px; line-height: 24px;
	padding: 0 18px 3px 15px;
	color: #A47DA4;
	font-weight: normal;
	}
	
#right div#lm ul {
	width: 164px; list-style: none;
	border-top: 3px solid #CCC8C8;
	border-bottom: 2px solid #CCC8C8;
	margin: 0 0 0 9px; padding: 0;
	background-color: #F9F9F9;
	}
	
#right div#lm ul li strong { font-size: 10px; }
#right div#lm ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px; line-height: 12px;
	padding: 6px 0 8px 6px;
	border-top: 1px solid #fff;
	background: url("../img/smc_right_arrow.gif") no-repeat bottom right;
	}
	
#right div#lm ul li.odd { background: #EEECEC url("../img/smc_right_arrow_odd.gif") no-repeat bottom right; }
#right div#lm ul li a { text-decoration: none; color: #333; }
#right div#lm ul li a:hover { color: #409BBB; }

table#t1 { width: 784px; padding: 0; margin: 0;}
table#t1 td { padding: 0; margin: 0; }
table#t1 td.c1 { width: 141px; }
table#t1 td.c2 { width: 452px; }
table#t1 td.c3 { width: 191px; padding-left: 13px; }

table#t1 td.c1 #left { float: none; padding: 0; margin: 0; }
table#t1 td.c2 #maincontent { float: none; }
table#t1 td.c3 #right { float: none; }

/* TEXT */
h1 {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px; line-height: 34px;
	margin: 0 0 15px 0; padding: 0 12px 6px 13px;
	border-top: none; color: #666;
	}
	
div#h1 {
	height: 40px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	}
	
h1 em {
	font-style: normal;
	font-weight: normal;
	color: #999;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; color: #A47DA4;
	font-size: 21px; line-height: 23px;
	padding: 0 12px 12px 18px;
	margin: 17px 0 0 0;
	}
	
#casestudy h2 {
	color: #17355B;
	font-size: 15px; line-height: 18px;
	padding: 0 12px 12px 18px;
	font-weight: bold; font-style: normal; 
	}
	
h3, h4 {
	color: #666;
	font-size: 13px; line-height: 17px;
	padding: 0 12px 12px 18px;
	margin: 0;
	}
	
p, td, th, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; line-height: 16px;
	margin: 0; padding: 0 12px 12px 18px;
	color: #333;
	}
	
#maincontent p {
	text-align: justify;
	}
	
ul {
	list-style: square;
	font-size: 12px; line-height: 17px;
	margin-top: 0;
	}
	
li { padding: 0 0 0 6px; }
ol { font-size: 12px; line-height: 17px; margin-top: 0; }
	
a { color: #666; }
a:hover { color: #409BBB; }
	
hr {
	color: #CCC;
	width: 496;
	}
	
blockquote {
	font-style: italic;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-left: 18px;
	padding-top: 10px;
	}
	
.photos {
	margin-left: 18px;
	margin-bottom: 15px;
	}
	
.photos img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-right: 15px;
	}
	
#maincontent div.customer img {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-left: 18px;
	margin-bottom: 12px;
	}
	
/* Contact Us */
#contactus form input { width: 250px; }
#contactus form input.btnSubmit { width: 140px; }
#contactus form {
	background: url("../img/smc_contactus_bg.gif") no-repeat 12px 0;
	padding-top: 36px;
	}
	
/* Events */
#maincontent .events { margin-bottom: 30px; margin-left: 8px; }
#maincontent .events p.upcoming {
	background: url("../img/smc_events_upcoming.gif") no-repeat 27px 0;
	padding: 14px 0 18px 82px;
	}
	
#maincontent .events p.past {
	background: url("../img/smc_events_past.gif") no-repeat 13px 0;
	padding: 36px 0 18px 82px;
	}
	
#maincontent .events ul { list-style: none; padding: 0; margin: 0 0 0 86px; }
#maincontent .events ul li {
	font-size: 10px; line-height: 14px;
	padding: 0 12px 12px 20px;
	background: url("../img/smc_int_bullet_on.gif") no-repeat 0 1px;
	}
	
#maincontent .events div ul li { background: url("../img/smc_int_bullet.gif") no-repeat 0 1px; }
#maincontent .events ul li em { color: #FF0000; font-style: normal; }

/* Press */
#maincontent .press { margin-bottom: 30px; margin-left: 8px; }
#maincontent .press p.pr {
	background: url("../img/smc_press_pr.gif") no-repeat 27px 0;
	padding: 11px 0 18px 82px;
	}
	
#maincontent .press p.news {
	background: url("../img/smc_press_news.gif") no-repeat 13px 0;
	padding: 12px 0 18px 82px;
	}
	
#maincontent .press ul { list-style: none; padding: 0; margin: 0 0 0 86px; }
#maincontent .press ul li {
	font-size: 10px; line-height: 14px;
	padding: 0 12px 12px 20px;
	background: url("../img/smc_int_bullet_on.gif") no-repeat 0 1px;
	}
	
#maincontent .press div ul li { background: url("../img/smc_int_bullet.gif") no-repeat 0 1px; }
#maincontent .press ul li em { color: #FF0000; font-style: normal; }

/* Footer */
#footer { margin: 0 auto; padding: 8px 0 0 0; width: 798px;  }
#footer p {
	font-size: 10px; line-height: 14px;
	padding: 0 0 5px 0;
	color: #666; 
	}
	
/* Clear Floats */
.clear {
	display: inline-block;
	width: 100%;
	}
/* Hide from IE-mac \*/
* html .clear {
	height: 1%;
	width: auto;
	}
.clear {
	display: table;
	}
/* End hide from IE-mac */