* {
	outline: none;
}

body {
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/*  */

p span {
	float: left;
	width: 53px;
	font-size: 400%;
	font-family: algerian,courier;
	line-height: 80%;
}

.container {
	width: 100%;
	height: 100%;
	position: #ffffff;
	top: 0px;
	left: 0px;
	border: none;
}

.container
.topbar {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000000;
	background:rgb(250,250,250);
}

.container .topbar
.tpbar {
	height:40px;
	border-bottom: 1px solid rgb(240,240,240);
}

.container .topbar .tpbar 
.time {
	float: right;
	margin-right: 15px;
	margin-top: 11px;
	color: rgb(160,160,160);
}

.container .topbar .tpbar 
a {
	color: rgb(160,160,160);
}

.container .topbar .tpbar 
a:hover {
	color: rgb(110,110,110);
	background: none;
}

.container .topbar .tpbar 
a:visited {
	background: none;
}

.container .topbar .tpbar
.logotitle, .container .topbar .tpbar .logotitle:hover {
	color:rgb(140,140,140);
}

.container .topbar .tpbar 
.active {
	color: rgb(110,110,110);
}

.container
.logo {
	text-align: center;
	margin: 80px auto 33px auto;
}

.container .logo
img {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;	
}

.container .logo
a {
	color: rgb(80,80,80);
	font-size: 32px;	
}

.container
.slideshow {
	/*width: 960px;
	height: 376px;*/
	margin: 75px 80px auto 80px;
}

.container .slideshow
img {
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;	
}

.container
.content {
	margin: 32px 80px 80px 80px;
}

.container .content 
.headings {
	font-weight: bold;
}

#SkypeButton_Call_tammydarrah_1 {
	position: fixed;
	top: -36px;
	right: 100px;
	z-index:100000001;
}

#SkypeButton_Call_tammydarrah_1 img {
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.container .content
a, .container .slideshow a {
	color: rgb(46,46,146);
	font-style: italic;
}

.container .content
.box, .container .slideshow .box {
	margin: 11px;
	color: rgb(100,100,100);
}

.container
.footer {
    background: #111;
    color: rgb(145,145,145);
    text-align: center;
    padding: 1em;
    font-size: 80%;
    border-bottom: 1px solid #111;
}

.container
.page-content {
	margin:60px auto 60px auto;
	text-align:center;
}

.pure-form.pure-form-aligned {
	margin-left: -70px;
}

form input[type=text], form input[type=email] {
	width: 325px;
}

form textarea {
	width: 325px;
	height: 100px;
}

form, form input, form textarea {
	color: rgb(117,117,117);
}

button {
	border: none;
}

.newhome_txt {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  margin: auto auto auto auto;
  color: rgb(51,180,128);
}

/*  */

.container #nav {
	position:fixed;
	top:-11px;
	left:-14px;
	width:auto;
	height:auto;
	z-index:111111111111111111;
}

#nav ul ul {
	display: none;
	margin-top: 0px;
}

	#nav ul li:hover > ul {
		display: block;
	}


#nav ul {
	padding: 0 10px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}

	#nav ul li {
		float: left;
	}
		#nav ul li:hover {

		}
			#nav ul li:hover a {
				
			}
		
		#nav ul li a {
			display: block; padding: 5px 26px;
			color: #757575; text-decoration: none;
		}
			
		
	#nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		#nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			#nav ul ul li a {
				padding: 10px 20px;
				color: #fff;
			}	
				#nav ul ul li a:hover {
					background: #4b545f;
				}
		
	#nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

.sucesss {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  margin: auto auto auto auto;
  color: rgb(51,180,128);
}
