@charset "UTF-8";
#extra {
	background-image: url(images/back2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	bottom: 0px;
	height: 75px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	position: relative;
	background-image: url(images/back2.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#extra p {
	font-size: 10px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 792px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#wrapper a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
#container {
	width: 792px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url(images/blue2/doral_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	top: 25px;
}
#containerIndex {
	width: 792px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 25px;
}
#topnav {
	position: relative;
	top: 88px;
}
/*#topnav a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/.movingbar  {
	background-image: url(images/doralbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.fltrt {
	float: right;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/doral_head4.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#headerIndex {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(index/doral_head4.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 170px;
	background-image: url(images/doral_mid.png);
	background-repeat: no-repeat;
}
#mainContentIndex {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 185px;
}
#mainContent h1 {
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainContent h2 {
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.service  {
	color: #900;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent p {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 18px;
}
#mainContent ul {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
}
#mainContent p.photo img {
	vertical-align: middle;
	background-image: url(images/photo_shad5.png);
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
	background-repeat: no-repeat;
	display: block;
}
#mainContent p a:link img, #mainContent p a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0px;
}
.logos {
	padding-top: 10px;
	margin-left: 170px;
}
#footer {
	background-image: url(images/doral_foot.png);
	background-position: center top;
	height: 125px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#footerIndex {
	background-image: url(index/doral_foot.png);
	background-position: center top;
	height: 128px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#footer p {
	display: block;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#footerIndex p {
	display: block;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#mainContent p a:link, #mainContent p a:visited , #footer p a:link, #footer p a:visited {
	color: #000;
	text-decoration: none;
	font-style: italic;
}
#mainContent p a:hover, #mainContent p a:active, #footer p a:hover, #footer p a:active {
	text-decoration: underline;
}
#footer2 {
	height: 35px;
	background-color: #333;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
}
#mainContent p.caption{
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*.image {
	background-image: url(images/photo_shad.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}
*/
.fltlft {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}
.hrule {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.hrule2 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 2px;
}
.hrule3 {
	display: block;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 12px;
	font-size: 10px;
}
.image {
	padding: 5px;
	border: 1px dotted #000;
}
.doral {
	font-style: italic;
	color: #900;
	font-weight: bold;
}
#botnav  {
	text-align: center;
	font-size: 10px;
	position: relative;
	bottom: 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #900;
}
#botnav a:link,#botnav a:visited {
	text-decoration: none;
	color: #000;
}
#botnav a:hover,#botnav a:active {
	text-decoration: underline;
}
#clock {
	position: absolute;
	left: 0px;
	top: 373px;
}
#sidebar1 h2 {
	font-size: 14px;
	font-style: italic;
	color: #900;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 24px;
}
#service {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	display: block;
	line-height: 24px;
	color: #000;
}
#mainContent .caption a img {
	vertical-align: text-bottom;
}
