/*-----EggZack
ProCare Rehabilitation

COLORS:

bright blue #0053a1
lavender #7f92c7

-----*/	


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 170%;
	background: #fff url(images/bg.jpg) repeat-x top center;
	padding: 0px !important;
	margin: 0px !important;
	}
	
	

#test_body
{
	background-color: #fff;
	background-image: none;
}


	
h1, h2.article_header {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 25px 0 !important;
	margin: 0 !important;
	text-transform:none;
	font-weight: normal;
	border: none !important;
	font-family:"Times New Roman", Times, serif;
	}
	
h2 { 
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 25px 0 15px 0 !important;
	text-transform: uppercase;
	border-bottom: #000 thin solid;
	}

h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .2em;
	font-style:italic;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height:normal;
	margin-bottom: 10px;
	}
	

p {
	font-size: 14px;
	color: #000;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	}
	
li {
	list-style:inside !important;
}
	
li li {
	text-indent: 15px;
	list-style-type:circle !important;
}

ul, ol {
	padding-bottom: 15px;
}

a {
	color: #0053a1;
	text-decoration: none;
}

a:hover {
	color: #0053a1;
	text-decoration: underline;
}

td {
	padding-left: 10px;
	font-size:14px;
}
	
	
/*-----MAIN CONTAINERS-----*/	
	
.container {
	
	position: relative;
	margin: 0px auto;
	}
	
#header {
	background: url(images/header.jpg) repeat-x center bottom transparent;
	height: 177px;
	width: 100%;
	margin: 0 auto;
	}
	
#logo {
	background: url(images/logo.jpg) no-repeat center top transparent;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
	}
	
.outercontent2 {
	margin:0 auto;
	width:1030px;
	background: url(images/content-bg.jpg) repeat-y center top transparent;
	}
	
.outercontent {
	margin:0 auto;
	}
	
.content {
	margin:0 auto;
	background:transparent;
	min-height:550px;
	padding: 0 0px 35px 40px !important;
	float:left;
	width:960px;
	position:relative;
	top:-65px;
	}
	
#footer {
	background: url(images/footer.jpg) repeat-x top center #fff;
	height: 150px;
	margin: 0 auto;
	padding:0;
	}
	
#footer-content {
	width:1000px;
	margin: 0 auto;
	height: 150px;
	}

	
#footer h4 {
	padding:50px 0 0 0;
	color:#999;
	font-size: 28px;
	font-weight:bold;
	font-style: normal;
	float:left;
	}
	
#footer h5 {
	padding:50px 0 0 0;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	float:right;
	}
	
/*-----TOP NAVIGATION -----*/	

#leftnav
{
	list-style-image: none;
	list-style-type: none;
	list-style: none; 
	line-height:110% !important; 
	text-align:center;
	background: url(images/nav.jpg) no-repeat center top transparent;
	height: 103px;
	position: relative;
	top: -33px;
	
}

#leftnav ul { 
	list-style: none;
	background: transparent;
}

#navbox {
	padding-left: 45px;
}

#navbox ul#menu_ul 
{	
	background: transparent;
	display:block;
	margin:0 auto;
	border:none;
}

#navbox li.toplevel 
{ 	
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: center; 
	display:block;
	float:left;
	padding: 10px 15px 11px 15px;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}

#navbox li.toplevel:hover 
{
	color: #fff !important;
	background-color: #7e92c7;
	height:13px;
}


#navbox a
{
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

#navbox a:hover
{
	text-decoration: none;
	color: #fff;
	
}

/*-----TOP SUB NAVIGATION -----*/	
	
.subnav
{
	margin:1px;
	display:none;
}

.subnav li
{
	list-style: none !important;
}

ul.subnav 
{
	z-index:25;
	position:absolute;
	border:none;
	color: #fff !important;
	text-align: left !important;
	padding-top:10px;
	padding-bottom:15px;
	width: 200px;
	background-color: #7e92c7 !important;
}

ul.subnav li:hover
{
	color:#fff !important;
}

.subnav li
{
	text-align: left !important;
	padding: 5px 0px 5px 0px;
	height: auto;
	background-position: left;
	background-color: #7e92c7;
}

.subnav li a
{
	text-decoration:none;
	text-align: left !important;
	list-style:none !important;
	color:#fff  !important;
	padding:0px 5px 0px 5px;
	font-size:12px !important;
	
}

.subnav li a:hover
{
	color: #fff !important;
	text-decoration:none;
	width:100% !important;
}

.subnav li:hover
{
	background-color: #0053a1;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
	

}


/*-----ADDITIONAL CUSTOMIZATIONS-----*/

#content img {
	border: thin #000 solid;
	margin: 0 40px 15px 10px;
}

#content input
{
	border: thin solid #7f92c7;
	background-color: #fff;
}

#content textarea
{
	border: thin solid #7f92c7;
	background-color: #fff;
}

#article_image img
{
max-width:400px;
}
	
hr {
}
td {
	background-color: transparent !important;
}



/*-----GALLERY-----*/
#main_image_gallery_image /*actually the container for the main image and related text*/
{
	margin:0 auto;
	float:right;
}

#main_image_gallery_image img /*just the image*/
{
	display: block;
	border: 1px #000 solid;
	max-width: 420px;
}

#image_gallery_image img a
{
border:none !important;
} 

.main_image_gallery_title
{
	
}

.main_image_gallery_desc
{
}


.main_image_gallery_subcat, .main_image_gallery_name
{
	display: none;

}



/*for the smaller thumbnail pics of other items in the same gallery*/

#image_gallery_wrapper
{
padding-bottom:10px;
width:120px;
float:left;
margin: 0;
	
}

.image_gallery_image /*actually the container for the image and related text*/
{
	float: left;
	text-align:center;
	border:none !important;
	width: 120px;
	overflow: hidden;
	line-height: 10%;
	font-size:1px;
	
}

.image_gallery_image img /*just the image*/
{
	max-width: 100px;
	border:none !important;
	padding: 0;
	madgin: 0;
}

.image_gallery_title
{
		color: #000;
}

.image_gallery_desc
{
		color: #000;
}

.image_gallery_designer
{
	display: none;
}

.image_gallery_subcat
{
	display: none;
}

	
#image_gallery_categories {
	display: none;
	}
	
.listing_wrapper {
	float: left;
	width: 700px;
}

.listing_type {
	display: none;
}	

.listing_article {
	border:thin solid #7f92c7;
	clear:both;
	margin-bottom:15px !important;
	padding:10px !important;
}


#footer-contact-info p {
	text-align: center;
	color: #fff !important;
	font-size: 12px;
	padding-top: 15px;
}

#latest_news {
	position: relative;
	top: 70px;
	right: 365px;
    }	
	
#latest_news h2 {
	display: none;
	}

#testimonials {
	background: #7f92c7;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}

#testimonials h3 {
	font:18px/48px Arial;
	letter-spacing:normal !important;
	text-align:center;
	}

#social-networks {
    width: 180px;
	height: 50px;
    clear: both;
	float: right;
    }

#social-networks img {
	border: 0  !important;
	padding: 0 !important;
	margin: 0 !important;
}

.locations {
	border: none;
	margin: 0px !important;
	padding: 0 !important;
}

.locations img{
	border: none;
	margin: 0px !important;
	padding: 0 !important;
}
	
.clear {
	clear:both;
}

#header-buttons {
    border: 0 none !important;
	height:70px;
    width: 210px;
    z-index: 100000;
    position: relative;
	top: -125px;
	left: 850px;
}

#eggzack_logo {
	clear:both;
	}