body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	color: #000000;
	background-image: url(../media/bkgrnd-blue.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	background-position: 180px 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

a:link {
	
}
a:visited {
	
}
a:hover {

}
a:active {

}

#wrapper {
	width: 825px;
	float: left;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../media/bar.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-top: 10px;

}

#ulsubnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav {
	width: 320px;
	height: 20px;
	margin-bottom: 7px;
}


#ulsubnav li {
	background-image: url(../media/subnav-button.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	float: left;
}

#ulsubnav a:link, #ulsubnav a:visited, #ulsubnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#ulsubnav a:hover, #ulsubnav a.current:link, #ulsubnav a.current:visited {
	background-image: url(../media/subnav-button-over.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #336699;
	text-decoration: none;
}


#coupon {
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(../media/bar.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}

#content_image {
	width: 268px;
	margin-left: 10px;
	height: 187px;
	margin-bottom: 10px;
	float: right;
}

#content H1 {
	font-size: 15px;
	color: #336699;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	width: 320px;
}

#left-column {
	width: 180px;
	float: left;
}

#left-column H1{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
	margin: 0px;
}

#right-column {
	width: 645px;
	float: right;
}
#navcontainer {
	background-image: url(../media/tag.jpg);
	background-repeat: no-repeat;
	height: 210px;
	background-position: right 27px;
	padding-top: 75px;
	padding-left: 50px;
}

#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li 
{
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../media/nav.jpg);
	background-position: 5px;
}


#navlist li a{
	text-decoration: none;
	font-size: 11px;
	list-style-type: none;
	color: #336699;
	padding-left: 25px;
}

#navlist li a:hover {
	background-image: url(../media/nav-over.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}

#navlist li a#current {
	background-image: url(../media/nav-over.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}

#news {
	background-image: url(../media/side-bar-header.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
.news-article a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #3399cc;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.news-article a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #336699;
}

.news-article {
	color: #336699;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	width: 130px;
	margin-left: 35px;
	padding: 0px;
}


.news-article H3 {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#quick-links {
	background-image: url(../media/side-bar-header.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

.quick-link {
	color: #336699;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	width: 130px;
	margin-left: 35px;
	padding: 0px;
}
.quick-link a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #3399CC;
	text-decoration: none;
	text-indent: 4px;
}

.quick-link a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #336699;
}

#right-column a{

}

#right-column a:hover {

}

#header {
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	height: 131px;
}
#footer {
	text-align: center;
	width: 645px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399CC;
	border-bottom-color: #3399CC;
}

#footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;

}

#footer a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}
#pxs-logo {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#pxs-logo a{
	color: #336699;
	text-decoration: none;
}

#praxisCredit {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#praxisCredit .sitedesign {
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	float: left;
	width: 145px;
	padding-top: 9px;
	height: 25px;
}
#praxisCredit .praxisicon a {
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	float: right;
	width: 125px;
	background-image: url(../media/praxis-blue.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 9px;
	padding-left: 30px;
	background-position: 3px 6px;
}
#praxisCredit .praxisicon a:hover {
	color: #000000;
	text-decoration: none;

}


.locationul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;

}

.locationul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;

}

.locationul {
	list-style-type: none;
	margin-bottom: 10px;
}

.locations_image {
	width: 268px;
	height: 187px;
	margin-bottom: 10px;
}

.fivestar-bullet {
	list-style-image: url("../media/star_bullet.gif");
}
