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


/* BODY AND CONTAINER
----------------------------------------------*/

body {
	font-size: 76%;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
}

* body {
	text-align: left;
}

#container {
	overflow: hidden;
	width: 900px;
	height: auto;
	background-image: url(../images/bg_strip_container.gif);
		background-repeat: repeat-y;
		background-position: left;
	border-left: solid 5px #dedede;
	margin: 0 auto 0 auto;
}



/* SIDEBAR
----------------------------------------------*/

#sidebar {
	float: left;
	width: 245px;
	height: auto;
	padding: 0px;
	margin: 0px;
}



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

#logo {
	float: left;
	width: 245px;
	height: 35px;
	text-align: center;
	background-color: #f2f2f2;
	padding: 55px 0 0 0;
	margin: 0px;
}



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

#nav {
	float: left;
	width: 205px;
	height: auto;
	border-bottom: dotted 1px #7D7E80;
	padding: 0px;
	margin: 0 20px 13px 20px;
}

#nav ul {
	width: 205px;
	height: 156px;
	list-style: none;
	padding: 0px;
	margin: 30px 0 0 0;
}

#nav ul li {
	display: block;
	width: 205px;
	height: 20px;
}

#nav ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		color: #333;
		letter-spacing: .0125em;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover {
	display: block;
	background-color: #00ACEE;
	color: #fff;
}



/* SOCIAL NETWORK
----------------------------------------------*/

#social_network {
	float: left;
	width: 205px;
	height: auto;
	padding: 0px;
	margin: 0 20px 13px 20px;
}

#social_network ul {
	width: 205px;
	list-style: none;
	padding: 0px;
	margin: 15px 0 0 0;
}

#social_network ul li {
	display: block;
	width: 205px;
	height: 26px;
}

#social_network ul li a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 2px 5px;
}

#social_network ul li a:hover {
	color: #000;
	text-decoration: underline;
}



/* FOOTER TO CONTACT SMR STRATEGIES
----------------------------------------------*/

#footer_contact {
	float: left;
	width: 205px;
	height: auto;
	border-top: dotted 1px #7D7E80;
	padding: 15px 0 0 0;
	margin: 15px 20px 0 20px;
}



/* TWITTER FEED
----------------------------------------------*/

#twitter_feed {
	float: left;
	width: 205px;
	height: auto;
	border-top: dotted 1px #7D7E80;
	padding: 15px 0 0 0;
	margin: 15px 20px 0 20px;
}

.twtr-tweet-text {
	font-family: Arial, Helvetica, sans-serif !important;
		font-size: 0.8em !important;
}

div.twtr-hd {
	margin-top: 10px !important;
}

div.twtr-hd a {
	font-size: 0.7em !important;
}

a.twtr-join-conv {
	font-size: 0.8em !important;
}



/* CONTENT WRAPPER
----------------------------------------------*/

#content_wrapper {
	float: left;
	width: 635px;
	height: auto;
	padding: 0 0 0 20px;
	margin: 0px;
}



/* TAGLINE
----------------------------------------------*/

#tagline {
	float: left;
	width: 655px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}



/* HEADER_WRAPPER / (page cues)
----------------------------------------------*/

#header_wrapper {
	float: left;
	width: 655px;
	height: 185px;
	border-top: dotted 1px #7D7E80;
		border-bottom: dotted 1px #7D7E80;
	padding: 0px;
	margin: 0px;
}

#home_banner {
	float: left;
	width: 655px;
	height: 178px;
	padding: 7px 0 0 0;
	margin: 0px;
}

#page_title {
	float: left;
	width: 210px;
	height: 185px;
	padding: 0px;
	margin: 0px;
}

#page_image {
	float: left;
	width: 435px;
	height: 178px;
	padding: 7px 0 0 0;
	margin: 0px;
}



/* CONTENT AREA
----------------------------------------------*/

#content_area {
	float: left;
	width: 655px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#content_side_home {
	float: left;
	width: 200px;
	height: auto;
	padding: 0 0 0 10px;
	margin: 0px;
}

#content_side {
	float: left;
	width: 200px;
	height: auto;
	padding: 0 0 0 10px;
	margin: 0px;
}

#content_side ul {
	width: 205px;
	height: 156px;
	list-style: none;
	padding: 0px;
	margin: 53px 0 0 0;
}

#content_side ul li {
	width: 205px;
	height: 23px;
}

#content_side ul li a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		color: #00ACEE;
	text-decoration: none;
}

#content_side ul li a:hover {
	color: #666;
}

#content_main {
	float: left;
	width: 425px;
	height: auto;
	padding: 20px 0 0 0;
	margin: 0px;
}

#footer_credit {
	float: left;
	width: 205px;
	height: auto;
	border-top: dotted 1px #7D7E80;
	text-align: right;
	padding: 0px;
	margin: 80px 0 0 220px;
}



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

h1 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: normal;
		color: #808184;
	padding: 0px;
	margin: 70px 0 0 0;
}

h2 {
	float: left;
	width: 200px;
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 45px;
		color: #333;
		text-transform: uppercase;
	background-color: #f2f2f2;
	padding: 0 0 0 10px;
	margin: 137px 0 0 0;
	border-bottom: 1px solid #a7a7a7;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		color: #808184;
		text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #333;
	padding: 0px;
	margin: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: normal;
		color: #333;
	padding: 0px;
	margin: 0px;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.4em;
		color: #333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #00ACEE;
		text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .93em;
		line-height: 1.4em;
		color: #333;
}

blockquote .blockquote_author {
	font-size: .90em;
	font-style: italic;
	color: #777;
	padding: 0 0 5px 0;
	margin: 0px;
}

p.footer_text a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.4em;
		color: #333;
		text-decoration: none;
}

p.footer_text a:hover {
	color: #000;
	text-decoration: underline;
}

p.footer_text a.web_design_credit {
	font-size: .85em;
	padding: 0px;
	margin: 0px;
}

p.web_design_credit {
	font-size: .85em;
	padding: 3px 0 40px 0;
	margin: 0px;
}

.reduce_margin {
	padding: 0px;
	margin: 0 0 -7px 0;
}



/* IMAGE ATTRIBUTES
----------------------------------------------*/

.social_icon {
	float: left;
	padding: 0px;
	margin: 0 0 0 2px;
}

.no_border {
	border: 0px;	
}



/* PAGE ANCHORS
----------------------------------------------*/
.back_to_top_anchor {
	width: 425px;
	height: 30px;
	border-bottom: dotted 1px #7d7e80;
	text-align: right;
	padding: 0px;
	margin: 40px 0 40px 0;
}

.back_to_top_anchor a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		color: #00ACEE;
	text-decoration: none;
}

.back_to_top_anchor a:hover {
	color: #666;
}



/* OTHER ATTRIBUTES
----------------------------------------------*/

hr {
	width: 425px;
	height: 1px;
	border: dotted 1px #7d7e80;
		border-style: none none dotted;
	background-color: #fff; 
	color: #fff; 
	padding: 0px;
	margin: 40px 0 40px 0;
}

.dotted_box {
	border: dotted 1px #7d7e80;
	padding: 10px;
	margin: 10px 0 0 0;
}



/* FORM ATTRIBUTES
----------------------------------------------*/
.form_box {
	border: 1px solid #dedede;
}

.form_space {
	padding: 0 20px 0 20px;
	margin: 0px 20px 0 0;
}




