@charset "UTF-8";
/* CSS Document */

/* CSS RESET */
/* 20090115 */
/* MD EDIT | 20090115 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; /* causes IE6 & 7 to ingnore deprecated align right/left on images */
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

strong { 
	font-weight: bold;
	}
em { 
	font-style: italic;
	}

/* END CSS RESET */

body {
	text-align:center;
	background-image:url(images/bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f4ffe7;
}
div#header {
	height: 252px;
	width: 980px;
	float: left;
	
}
div#wrapper {
	text-align:left;
	width:980px;
	margin:0 auto;
	background-color: white;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.breadcrumbs {
	float:left;
	margin:0 20px 15px;
	padding-top:3px;
}
div#navigation {
	
}

div#container {
	float:left;
	width:100%;
}
div#content {
	margin: 0 260px;
}
div#navigation {
	float:left;
	width:220px;
	margin-left:-960px;
}
#menu {
	margin-bottom: 18px;
}
div.sidebar {
	float:left;
	width:220px;
	margin-left:-240px;
}
div#navigation div.sidebar {
	margin-left: 0;
		
}
div#footer {
	clear:left;
	padding: 17px 20px 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69be28;	
	font-size:10px;
	}

/* TYPOGRAPHY RESET SETUP */

/* PADDING used to separate headings and paragraphs as the assymetrical heading spaces 
(1.5 lines top/.5 lines bottom) invokes margin collapse and throws the baseline grid out of whack */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
}
h2, h3, h4, h5, h6 {
	padding-top: 12px;
	padding-bottom: 6px;
	}
h1 {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

h4, h5, h6  {
	
}
p {
	padding-bottom: 18px;
}

p + h1 {
	padding-top: 18px;
}

h1.supersize {
	font-size: 30px;
	line-height: 36px;
	}
	
ul, ol, dl {
	padding-bottom: 18px;
}

li, dt, dd {
	margin-left: 18px;	
}
/* END TYPOGRAPHY RESET SETUP */

/* TOP NAV */
div#header ul {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	}
div#header li {
	list-style: none;
	float: left;	
	width: 91px;
	height: 32px;
	margin-left: 5px;
	text-align: center;
	line-height: 32px;
	}
div#header ul li a {
	color: black;
	text-decoration: none;
	display: block;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 91px;
	height: 32px;
	white-space: nowrap;
	}
div#header ul li a:hover {
	background-position: left -32px;
	}
/* show current tab */
body#home li#tabhome a, 
body#about li#tababout a,
body#contact li#tabcontact a,
body#login li#tablogin a
{
	background-position: left -32px;
	font-weight: bold;
	}
/* /TOP NAV */

/* HEADER GRAPHIC & LOGO */
div#header h1 {
	margin: 0;
	padding:0;
	
}
div#header h2 {
	color: white;
	margin-left: 20px;
	margin-top: 10px;
	padding:0;
}
div#header h1 a {
	display:block;
	width: 480px;
	height:160px;
	text-decoration:none;
	text-indent:-999em;
	background-attachment: scroll;
	background-image: url(images/smsf-logo.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	float:right;
	margin-right:20px;
	clear:right;
	padding:0;
}

/* SEARCH */
div#search {
	background-image: url(images/search-bgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding:8px 0 2px 8px;
	margin-bottom: 18px;
}
#cntnt01searchinput {
	width: 120px;
	margin-right:10px;
}

/* LINKS */
a {
	color: #69BE28;
}

/* TABLES */
table.infotbl {
	width:100%;
	background-color: #69BE28;
	margin-bottom: 18px;
}
table.infotbl th {
	width: 50%;
	padding:7px;
	background-color: #b7e787;
	font-weight: bold;
	text-align: center;
		}
table.infotbl td {
	width: 50%;
	padding:7px;
	background-color: #FFFFFF;
		}
		
div#callbox {
	float:right;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
	padding-top:3px;
}

/* SIDEBAR */
div.sidebar img {
	clear: both;
	margin-bottom: 18px;
}
div.sidebar img.casestudyheader {
	clear: both;
	margin-bottom: 0;
}
div.sidebar div.casestudyclip {
	padding: 18px 20px 0;
	background-color: #dcffb1;
}
div.sidebar div.casestudyclip h2 {
	padding: 0 0 18px 0;
}
div.sidebar div.casestudyclip ol li {
	padding: 0 0 18px 0;
}
div.sidebar div.casestudyclip a {
	color: black;
	text-decoration: none;
}
div.sidebar div.casestudyclip a:hover {
	text-decoration: underline;
}
div.sidebar div.casestudyclip ol  {
	padding-bottom: 0 ;
}

/* FOOTER */
div#footer a {
	color: black;
	text-decoration:none;
}
div#footer a:hover {
	color: #69BE28;
	text-decoration:underline;
}

/* FORMS */
div.contactform fieldset {
	margin-bottom:18px;
	margin-left:0;
	margin-right:0;
	padding-bottom:0;
	padding-left:17px;
	padding-right:17px;
	padding-top:17px;
	border: 1px solid #CCCCCC;
}

div.contactform legend {
	font-weight: bold;
	padding: 0 10px;
}

div.contactform .submit {
	margin-bottom:18px;
	}
	
div.contactform label {
	display: block;
	}

div.contactform label.label, div.contactform input.checkbox { /* fix send a copy label and checkbox */
	display: inline;
	}

div.contactform div {
	margin-bottom:18px;
	}
div.contactform textarea {
	width: 424px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
div.captcha img {
	margin: 9px 0;
}
div.fb_invalid {
	color: red;
	}
	
/* TINY MCE STYLES */
.pdf {
	background-image: url(images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}

.excel {
	background-image: url(images/icon-xls.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
