/* CSS Document */




.left			{ float:	left; }
.right 			{ float:	right; }
.clear 			{ clear:	both; }	
.clear-left 	{ clear:	left; }
.clear-right	{ clear:	right; }

.text-center	{ text-align:	center; }
.text-left		{ text-align: 	left; }
.text-right		{ text-align: 	right; }
.text-justify	{ text-align:	justify;}	

.bold			{ font-weight: bold; }
.normal			{ font-weight: normal; }

.no-border		{ border: 0; }

#divContent img.left { margin-left: 0; padding-left: 0; }
#divContent img.right { margin-right: 0; padding-right: 0; }

html { background:url(/design/body.jpg) top repeat-x; }

body {font-size: 14px; color:#636363;  font-family: "Times New Roman", Times, serif;}

h1, h2, h3, h4 { font-size: 20px; font-weight: normal; color: #1153a1; }


#divWrapper { width: 996px; margin: 0 auto; background:url(/design/div-page.jpg) repeat-y ; }
#divPage { width: 996px; margin: 0 auto; background:url(/design/div-wrapper.jpg) center top no-repeat }

#divHeader { height: 175px; position: relative; }
#divContent { width: 655px; margin: 10px 0 0 17px; display:inline; float: left; }
#divRight { width: 295px; float: left; display: inline; margin: 5px 0 0 5px;}
#divFooter {  clear: both; height: 40px; background: url(/design/div-footer.jpg) center bottom no-repeat;}


#divHeader img { position: absolute; top: 35px; left: 90px;}

#pName, #pPaloma { position: absolute; color: #1153a1; }
#pName { bottom: 50px; right: 30px; font-size: 40px; font-style:italic;}
#pPaloma { bottom: 56px; left: 64px; font-size: 22px;   color: #1153a1; text-transform:uppercase; }
#pPaloma span { color: #636363; }


#divSmallMenu { position: absolute; right: 30px; top: 25px;}
#divSmallMenu a { font-size: 12px; text-decoration: none; color: #636363;}
#divSmallMenu a:hover {  color: #1153a1;}

#divMenu { position: absolute; left: 17px; top:135px; }
/*#divMenu a { display: block; width: 194px; height: 38px; float: left; background:url(/design/div-main-menu.jpg) -195px 0 no-repeat; text-decoration: none; font-size: 12px; color: #fff; text-transform:uppercase; font-weight: bold; }*/
#divMenu a { display: block; width: 192px; height: 38px; float: left; background: url(/design/div-main-menu.gif) -192px 0 no-repeat; text-decoration: none; font-size: 12px; color: #fff; text-transform:uppercase; font-weight: bold; }
#divMenu a:hover { background-position: 0 0; color: #1153a1; }
#divMenu a span { display: block; margin-top: 10px; text-align: center; }

#divSubMenu { }
#divSubMenu a { display: block; width: 295px; height: 23px; background: url(/design/div-sub-menu.jpg) no-repeat; text-decoration: none; color: #1153a1; }
#divSubMenu a span { margin: 3px 0 0  8px;  }
#divSubMenu a:hover { color: #0099FF;  }
#divSubMenu ul { margin: 0 0 3px; }
#divSubMenu li { list-style: none; background: url(/design/div-sub-menu-li.jpg) no-repeat; }
#divSubMenu li a { display: block; width:auto; color: #636363;  margin: 3px 0 0  26px; background-image: none;   }
#divSubMenu li a:hover { color: #0099FF;  }
