/*---- Header styling ---*/

http://stylsrvc.com/css/sIFR-print.css

http://stylsrvc.com/css/ss_global.css

/*----------------------------------------------
	Styl Srvc - Web Styls
	Copyright 2008 Joe Larama
	
	Global Styls  
	----------------------------------------------*/

/* @group reset styls */

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;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	}

/* @end */

/* @group global styls */

* {	margin: 0; padding: 0;}
.grey {	color: #555;}
a:hover { cursor: pointer;}
a.link { background: url(../images/dottedline_horiz.gif) bottom left repeat-x;}
em, a em {
	font-family: georgia;
	font-size: 1em;
	background: transparent url(../images/bg_overlay_light.png) repeat;
	}
ul li {	list-style-type: none;}
.float_left { float: left;}
.float_right { float: right;}
.clear { clear: both;}
.inner_clearfix { clear: both;}
input, textfield {	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	}
.amp {
	font-weight: normal;
	font-family: "Baskerville", "Book Antiqua", Palatino, serif;
	font-style: italic;
	}
.sIFR-active h1 {
	visibility: hidden;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	padding-bottom: 0;
	}

/* @end */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	background: #0b0b0b url(../images/bg_gradient.jpg) 0px -200px repeat-x;
	background-attachment: fixed;
	font-size: 62.5%;
	color: #999;
	}

/* @group top/bottom sections */

#masterWrap {
	padding: 0;
	}

#container {
	margin: 0 auto;
	width: 100%;
	}

/* sections - top/bottom */

#section_top {
	width: 100%;
	margin-bottom:2em;
	}

#section_topWrap {
	margin: 0 auto;
	position: relative;
	width: 975px;
	margin-top:1em;
	}

#section_top p {
	line-height: 1.45em;
	text-align:left
	}

#section_bottom {
	width: 100%;
	}

#section_bottomWrap {
	margin: 0 auto;
	position: relative;
	width: 950px;
	}

#section_bottom p {
	line-height: 1.5em;
	}

#section_contact {
	width: 100%;
	}

#section_contactWrap {
	margin: 0 auto;
	position: relative;
	width: 950px;
	}

#section_contact p {
	line-height: 1.45em;
	}


/* @end */


/* @group color stripes */

div.colorBG_grad {
	margin: 0 auto;
	width: 100%;
	height: 25px;
	background: #FFF url(../images/bg_gradient_page.gif) top center repeat-y;
	}

div.stripes_top {
	width: 100%;
	height: 10px;
	padding-top: 1px;
	background: #FFF url(../images/dottedline_top.gif) 0px 0px repeat-x;
	}

div.stripes_bottom {
	width: 100%;
	height: 11px;
	background: #FFF url(../images/dottedline_bottom.gif) 0px 0px repeat-x;
	}

div.stripesWrap {
	margin: 0 auto;
	position: relative;
	width: 950px;
	}

div.bluestripe {
	float: left;
	width: 145px;
	height: 10px;
	background-color: #c8dfee;
	}

div.greenstripe {
	float: right;
	width: 235px;
	height: 10px;
	background-color: #d7ede6;
	}

/* @end */

/* @group masthead (logo/headline) */

#mastheadContainer {
	width: 100%;
	background: #86b3d6 url(../images/header.gif) repeat-y;
	}

#masthead {
	margin: 0 auto;
	width: 950px;
	background: transparent url(../images/masthead_bg_home.jpg) top right no-repeat;
	}

#mastWrap {
	float: left;
	width: 950px;
	}

#ss_logo {
	float: left;
	width: 300px;
	
	}

#ss_headline {
	float: right;
	width: 500px;
	}

#ss_headline h1 {
	color: #242424;
	font-size: 2em;
	font-weight: normal;
	padding-top: 50px;
	}

/* @end */

/* @group mainnav */

#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	color: #999;
	}

#headerWrap {
	margin: 0 auto;
	position: relative;
	width: 950px;
	}

#nav ul {
	float: left;
	width: 950px;
	}

#nav li {
	float: left;
	display: block;
	width: 100px;
	}

#nav ul li:hover {
	background: transparent url(../images/bg_overlay.png) 0px 0px repeat;
	}

#nav li a {
	color: #999;
	font-size: 1.25em;
	display: block;
	padding: 1.5em 0;
	text-align: center;
	}

#nav li a.active {
	color: #999;
	}

#nav ul li.currentbg {
	background: transparent url(../images/bg_overlay.png) 0px 0px repeat;
	}

#nav ul li a:hover, #nav ul li a.currentlink {
	color: #fff;
	}

#nav ul li a.active strong {
	color: #fff;
	}

#nav ul li a.btn-slide:hover, .active {
	color: #fff;
	background: transparent url(../images/bg_overlay.png) 0px 0px repeat;
	}

#tagline {
	color: #78a6c6;
	float: left;
	width: 145px;
	}

#tagline h1 {
	font-size: 1.25em;
	padding: 1.5em 0 0 0;
	font-weight: normal;
	}

.entry p{
text-align:left;
font-size:12px;
}

/* @end */


#content {
	float: left;
	width: 560px;

	}
#content p{
	font-size: 1.25em;
	color: #fff;
	padding: 1.5em 0 1em 45px;
	}
#content_right{
float:right;
width:410px;
}
#content_right img{
border:solid 4px #ffffff;
margin-top:3em;
}


#content2 {
	float: right;
	width: 400px;
	
	}
#content2 p{
	font-size: 1.25em;
	color: #fff;
	padding: 1.5em 0 1em 45px;
	}
#content_right2{
float:left;
width:550px;
padding:10px;
}
#content_right2 img{
border:solid 4px #ffffff;
margin-top:3em;
}
#content_right2 h2{
	font-family: georgia; font-size: 1.55em; letter-spacing: .09em; padding: 1em 0 1em 45px #ffffff;

	}
	#content_right2 p{
font-size: 1.25em;
	color: #fff;
	padding: 1.5em 0 1em 45px;
	}
#about_group {
	float: right;
	width: 560px;
	
	}
#about_group p{
	
	width: 250px;
	font-size: 1.25em;
	color: #fff;
	padding: 1.5em 0 1em 45px;
	}
	#about_group h2{
	font-family: georgia; font-size: 1.55em; letter-spacing: .09em; padding: 1em 0 1em 45px;;

	}
#about_group p a { color: #fff;}
#about_group p a:hover { color: #999;}
	
#aboutPhoto {
	float: left;
	width: 400px;
	}
#aboutPhoto a{
text-align:right;
font-size:12px;
color:#ffffff;
float:right;
padding-right:15px;
}
#aboutPhoto img{
padding-top:10px;
}


#aboutSidebar p a { color: #76c1ac;}
#aboutSidebar p a:hover { color: #c2ebe0;}


/* @end */




#sub_hero_column1{
	position: relative;
	margin-left:20px;
	margin-top:2em;
	width:250px;
	float: left;
	border:solid 1px #ffffff;
}

#sub_hero_column2{
    position: relative;
margin-top:2em;
    	margin-left:20px;
    float: left;
    width: 250px;
	border:solid 1px #ffffff;
}

td{
padding-left:20px;
}
tr{
color:#ffffff;
font-size:12px;

}
