@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background:url(../images/background.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p{
	margin-bottom: 1em;
}

a{ 
	text-decoration: none;
	color: #d5231e;
}

a:hover{
	color: #fff;
	background: #d5231e;
}

h1{
	font-size: 24px;
	font-weight: bold;
}

#wrapper{
	width: 980px;
	margin: 0px auto;
}

#header{
	width: 980px;
	height: 80px;
}

#logo a:hover{
	background: none;
}

#logo{
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 440px;
}

#mainNav{
	float: left;
	list-style: none;
	width: 500px;
	margin: 50px 0px 0px 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
#mainNav li{
	display: inline;
	padding: 0px 20px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#MainContent{
	width: 520px;
	float: right;
}

#MainContent #headerImgs{
	height: 200px;
	padding-left: 20px;
}

#MainContent #content{
	width: 450px;
	padding: 0px 0px 0px 40px;
	line-height: 1.6em;
}

#content h1{
	margin: 0px 0px 20px 0px;	
}

#contactContent{
	background: url(../images/contactcontent_background.jpg) 0px 120px no-repeat;
	width: 440px;
	min-height: 380px;
	float: left;
}

#contactContent h2{
	font-size: 40px;
	padding: 30px 20px 50px 20px;
	color: #fff;
	font-weight: normal;
}

#contactContent h2 span{
	font-size: 20px;
}

#orar{
	width: 180px;
	height: 140px;
	float: left;
	padding: 0px 40px 40px 20px;
}

#emergency{
	width: 180px;
	height: 140px;
	float: left;
	padding: 0px 0px 40px 0px;
}

#contact{
	width: 180px;
	height: 140px;
	float: left;
	padding: 0px 40px 20px 20px;
}

#map{
	width: 180px;
	height: 140px;
	float: left;
	padding: 0px 0px 20px 0px;
}

#emergency span{
	position: relative;
	left: 60px;
}

#contactContent h3{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 30px 60px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
}

#contactContent p{
	line-height: 1.8em;
	font-size: 11px;
	padding: 0px 20px 0px 20px;
}

#content h2{
	font-size: 14px;
	font-weight: normal;
	
}

#content ul{
	padding-left: 15px;
	margin-bottom: 15px;
}

#photogallery a:hover{
	background: none;
}


#footer{
	width: 960px;
	padding: 60px 0px 20px 0px;
	float: left;
	background:url(../images/footer_background.jpg) no-repeat top left;
	font-size: 10px;
}

#copyright{
	float: left;
	width: 300px;
	padding-left: 40px;
}

#webDesign{
	float: right;
	width: 300px;
	padding-right: 40px;
	text-align: right;
}

.doctor {
	float: left;
	width: 120px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 10px;
}

/* Gallery */
#content ul.gallery {
	width: 100%;
	height: 24px;
	padding: 0 0 0 45px;
	margin: 0;
}

#content ul.gallery li {
	list-style: none;
	margin: 0 4px 0 0;
	padding: 2px 6px;
	float: left;
	border: 1px solid #dadada;
}

li.ui-tabs-selected {
	background: #dadada;
}

li.ui-tabs-selected a {
	color: #000;
}

#content.galContent {
	background: url(../images/gal_back.gif) 0 63px no-repeat;
}

.galContainer {
	padding-top: 15px;
	width: 370px;
}

.galContainer a {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	float: left;
}

.galContainer a:hover {
	background: #ccc;
}

.galContainer a img {
	padding: 3px;
}