html {overflow-y:scroll}

body {
	background: #F7EFE4 url(images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #020202;
	font-size: 12px;
	}
	
a {
	color: #2e8bac;
	text-decoration: underline;
	}
	
a:hover {
	color: #2e8bac;
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}
	
.pl_button {
	float: right;
}
	
h1 {
	color: #a1854a;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 2em;
	}
	
h2 {
	color: #13bebc;
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-size: 1.6em;
	}
	
h3  {
	color: #13bebc;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-size: 1.4em;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#nav {
	background: url(images/nav_main.jpg) top left repeat-x;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	height: 46px;
	}

#nav .nav_left {
	background: url(images/nav_left.jpg) top left no-repeat;
	height: 46px;
	}
	
#nav .nav_right {
	background: url(images/nav_right.jpg) top right no-repeat;
	height: 46px;
	}
	
#nav ul {
	padding: 0;
	margin: 0 6px;
	list-style: none;
	height: 46px;
	}
	
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	}
	
#nav ul li a {
	display: block;
	float: left;
	padding: 6px 10px;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	line-height: 240%;
	}
	
#nav ul li a:hover {
	color: #c6ebeb;
	}
	
#nav ul li.current a {
	color: #3fbab9;
	}
	
#sidebar {
	width: 264px;
	float: left;
	color: #FFFFFF;
	}
#sidebar .phone {
	width: 264px;
	height: 36px;
	color: #a5d3d3;
	font-family: Garamond, Georgia,Serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 12px 0px;
	}
	
#sidebar .sidebar_content {
	background: url(images/sidebar_main.jpg) top left repeat-y;
	}
	
#sidebar .sidebar_top {
	background: url(images/sidebar_top.jpg) top left no-repeat;
	}
	
#sidebar .sidebar_padding {
	padding: 6px 14px 18px 14px;
	}

#main {
	float: right;
	width: 696px;
	border: 0;
	}
	
#header .logo {
	height: 180px;
	}
	
#header .logo h1 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 44px 0 0 20px;
	}

#content {
	background: #f9f9f9 url(images/main.jpg) top left no-repeat;
	}
	
#content .content_wrap {
	padding: 60px 0px 0px 60px;
	}
	
#content .thumbnail_left {
	float: left;
	padding: 0px 16px 16px 0px;
	}

#footer {
	clear: both;
	padding: 20px 0px;
	}
	
#footer a {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
table, td {font-size: 100%;}

.tborder {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.tcat {
	background: #3e3e3e;
	padding: 8px;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
}

.tcat a {
	color: #FFFFFF;
	}
	
.tcat a:hover  {
	color: #cecece;
	}

.thead {
	background: #cacaca;
	padding: 6px;
	color: #343434;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	font-size: .8em;
}

.trow1 {
	background: #f7f7f7;
	color: #474747;
	padding: 8px;
}

.trow2 {
	background: #ededed;
	color: #474747;
	padding: 8px;
}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #101010;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #404040;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #dddddd;
	display: block;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #101010;
	color: #ffffff;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}

a.hp_appbtn{
display:block;
width:222px;
height:54px;
background:url(images/appbtns.png) 0px 0px no-repeat;
margin:0 auto 10px auto;
}

a:hover.hp_appbtn{
background:url(images/appbtns.png) 0px -59px no-repeat;
}