@charset "utf-8";

/* START: Default CSS */
html {
	font-size:62.5%;
	}

* {
	font-size:101%;
	}

body {
	background-color:#fff;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;	
	}

img, a img {
	border:none;
	}

.marginTop10 {
	margin-top:10px !important;
	}

:focus {
	outline:none;
	}

a{
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#996699;
	text-decoration:underline;
	}

.clear {
	clear:both;
	}
h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	}

/* END: Default CSS */

#wrapper {
	/*background:url(images/left-body_bg.gif) no-repeat left bottom;*/
	width:900px;
	margin:0 auto;
	position:relative;
	}
.col-1, .col-2 {
	display:inline;
	float:left;
	}

#header {
	padding-top:20px;
	}
#logo {
	background:url(images/salmon-river-consulting-logo.gif) no-repeat 0 0;
	margin-left:196px;
	text-indent:-9999px;
	height:49px;
	width:677px;
	display:block;
	}
.slogan {
	background:url(images/slogan.gif) no-repeat right 0;
	text-indent:-9999px;
	width:303px;
	height:33px;
	display:block;
	margin:10px 0 0 538px;
	}
/* START: menu */
#menu {
	background:url(images/menu-bg-body.gif) repeat-x 0 0;
	width:650px;
	height:24px;
	margin-left:220px;
	}
	#menu .menu-left, #menu .menu-body, #menu .menu-right {
		display:inline-block;
		float:left;
		}
	#menu .menu-left {
		background:url(images/menu-bg-left.gif) no-repeat 0 0;
		width:13px;
		height:24px;
		text-indent:-9999px;
		}
	#menu .menu-right {
		background:url(images/menu-bg-right.gif) no-repeat right 0;
		width:16px;
		height:24px;
		float:right;
		text-indent:-9999px;
		}
		#menu ul {
			margin:0;
			padding:0;
			list-style:none;
			}
			#menu ul li {
				display:inline-block;
				float:left;
				font:bold 14px/24px Georgia, "Times New Roman", Times, serif;
				}
				#menu ul li a {
					padding:0 22px;
					display:block;
					color:#fff;
					}
				#menu ul li a:hover, #menu ul li.active a {
					color:#66cc66;
					}
/* END: menu */

#content {
	margin:17px 0 0 220px;
	/*margin-top:17px;*/
	width:680px;
	height:1%;
	overflow:hidden;
	}
#flashBg {
	width:174px;
	height:732px;
	position:absolute;
	left:0;
	bottom:50px;
	}
#content .col-1 {
	width:430px;
	padding:0 15px 0 0;
	}
	.normal h1 {
		margin:0;
		padding:0;
		}
	.normal p {
		margin:10px 0;
		}
		#content .col-none {
	width:650px;
	padding:0 5px 0 20px;
	}
	.normal h1 {
		margin:0;
		padding:0;
		}
	.normal p {
		margin:10px 0;
		}
#content .col-2 {
	width:200px;
	}
	.latest-news {
		border:2px solid #339933;
		margin-top:30px;
		}
		.latest-news .title {
			background:#B0E2B0;
			font:bold 14px/40px Arial, Helvetica, sans-serif;
			color:#000;
			text-align:center; 
			}
		.latest-news .content {
	padding:10px;
	text-align: left;
			}
			.latest-news a{
			color:#000;
	text-decoration:none;
		}
		.latest-news a:hover{
			color:#339933;
			text-decoration:underline;
		}
	.share {
	border:2px solid #B0E2B0;
	margin:10px 0 0 0;
	padding:0 30px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#996699;
	height:30px;
	line-height:30px;
		}
		.share li {
			background:url(images/bullet_purple_sm.gif) no-repeat left center;
			padding:0 30px 0 25px;
				display:inline;
			float:left;
			}
			.share li a {
				color:#996699;
				}
			.share li a:hover {
				color:#000;
				}
	
		.services {
	border:2px solid #996699;
	margin:0 0 0 5px;
	padding:0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height:18px;
	line-height:18px;
		}	
	.portfolio {
		background: #cc99cc;
	margin:0 0 0 5px;
	padding:0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height:18px;
	line-height:18px;
		}	
		

#footer {
	background:url(images/footer_bg.gif) no-repeat center top;
	margin:10px 0 0 185px;
	padding:50px 0 20px 0;
	width:690px;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	text-align:center;
	}
#footer .bullet-green {
	background:url(images/bullet_green.gif) no-repeat 10px top;
	padding-left:40px;
	height:20px;
	display:inline-block;
	}
#footer a {
	color:#000;
	}
#footer a:hover {
	color:#996699;
	}
	
	#links{
		margin:10px 0 0 500px;
	padding:10px 0 0px 0;
	width:500px;
		font-size:12px;
	line-height:14px;
	text-align:center;
	}
	.fontheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.fontbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align:justify;
}
.fontbodyoutline {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	border:2px solid #996699;
	text-align:justify;
}
.fontbodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.fontbodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.fontfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.imgcenter{
	float:center;
}
	
}
