/* SITE THEME DEVELOPED BY FERNANDO LUCAS SANTOS, http://www.devixdesign.com/ - AVAILABLE PUBLICLY AT OSWD.com */

/* NOTE: Anything after a "_" is a special tag for Internet Explorer. As it does not recognize all of the CSS tags created by the W3C, a few hacks had to be used to get the site looking right on it */

body {
	margin: 0;
	padding: 5px;
	background-color:#065EBF;
	background-image: url(images/);
	_text-align: center;
}

td {

	font-size: 12px;
	}

dsdasdp {
	position: relative;
	width: auto;
	float: left;
	margin: 3px 10px;
	padding: 4px;
	display: block;
	text-align: justify;
	line-height: 20px;
	text-indent: 10px;
}

div#siteLock {
	background: transparent;
	margin: -10px auto 5px auto;
	text-align: center;
	padding: 0;
	float: none;
	position: relative;
	height: auto;
	width: 760px;
	clear: all;
}

div {
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #000000;
	font-family: arial, times, Times, georgia, serif;
	font-size: 12px;
	height: auto;
}

div#top {
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
	position: relative;
	float: left;
	background-color:#000000;
}

div#block {
	width: auto;
	font-size: 12px;
	height: auto;
	position: relative;
	float: left;
	background-color:#F5F5F5;
}

div#textos {
	padding: 8px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #333;
	font-family: arial, times, Times, georgia, serif;
	font-size: 12px;
	height: auto;
	float: left;
	position: static;
	line-height: 20px;
	background-color:#FFFFFF;
	background-image: url(images/blue.gif);
	width: 740px;	
}

html>body div#textos { width: 724px; }

div#header {
	position: static;
	width: auto;

	/* IE Instruction */
	_width: 760px;

	padding: 0;
	color:#FFFFFF;
	background-color:#000000;
}


.clinic {
	font-size: 14px;
}

/* SITE TITLE */

h2, h2 a {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 16px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: Arial Black, Helvetica, Serifa, sans-serif;
	padding: 32px;
	margin: 0;
	text-shadow: 0 3px 1px #000;
}

/* ARTICLE TITLES */

h1 {
	color:#000000;
	font-family: Arial Black, Times;
	font-size: 19px;
	padding: 2px;
	margin: 0;


	text-align: left;
	font-weight: normal;

}

h1 span {
	color:#1F368A;
	font-size: 12px;
	font-family: arial;
	font-variant: small-caps;
	letter-spacing: 2px;

	/* IE Instruction */
	_letter-spacing: -1px;
	_margin-left: -3px;

	text-align: right;
	text-shadow: none;
}

/* MENU */
	/* LISTS */

ul {
	width: auto;

	/* IE Instruction */
	_width: 760px;

	margin: 0;
	padding: 6px;
	position: relative;
	background-color:#000000;
	display: block;

	/* MENU FONT */
	font-family: Arial Black, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color:#FFFFFF;
}

li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 6px;
}

li a:link, li a:visited
{
	padding: 10px 6px;
	color:#B4CFFD;
	text-decoration: none;
	background: transparent;
}

li a:link:hover, li a:visited:hover
{
	color: white;
}

li:hover, li.over {
	background-color: #377AD5;
	color: #FFFFFF;
	text-shadow: 0 1px 2px #0A1544;
}

div#textos a:link, div#textos a:visited
{
	color:#444;
	border-bottom: 1px dotted #2C3D95;
	background-color: white;
	cursor: hand;
	text-decoration: none;
	padding: 2px;
}

div#textos a:link:hover
{
	color:#000;
	background-color:#DAE2F7;
	text-decoration: none;
	padding: 2px;
}

/* IMAGES */
img.left {
	float: left;
	position: relative;
	margin: 5px 5px 0 0;
	padding: 3px;
	background-color:#FEFFF3;
	border: 1px solid #DFF5D7;
}

img.right {
	float: right;
	position: relative;
	margin: 5px 0 0 5px;
	padding: 3px;
	background-color:#FEFFF3;
	border: 1px solid #A6DF8F;
}
