
/* TEXT STYLES */
body {
	
	font: 100% Arial, Helvetica, sans-serif;
    font-size: 14px;
	background: #000000;
    background: #ffffff url(../images/bg_malaga.jpg) top center; */
    background-repeat: repeat; 
	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;
	FONT-SIZE: 100%; 
	BEHAVIOR: url(css/cssfocusandhover.htc)

}

.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FBF6BE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
               /* border: 1px solid #000000; */
    background-image: url(../images/maincontentgradmalaga.jpg);
	background-repeat: repeat;
    height: 100%;


}

.oneColFixCtrHdr #Contentheader {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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:url(../img/CMS_images/MalagaHeader1.jpg) no-repeat top center;
	height:283px;
	width:766px;
}


.oneColFixCtrHdr #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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(../images/maincontentgradmalaga.jpg);
	background-repeat: repeat;
	z-index: -1;
	margin-top: -12px;*/
	background-color: #E19772;
	margin-top:-12px;
	padding:0 20px;
	width:726px;
	/*background-image:url(images/maincontentgradmalaga.jpg);
	background-repeat:repeat;
	height:80%; */
}

.mainContent h1 {
font-family: Arial;
font-size: 20px;
color: #000000;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
               /* background:#DDDDDD; */

}
.oneColFixCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: center; /* this overrides the text-align: center on the body element. */
}



.nothing {}


/* ------- LINK SETTINGS -------------- */
/*a {color: #422817; font-size: 13px;font-weight:bold;}
a:hover {color: #422817; font-size: 13px;font-weight:bold;}
a:visited {color: #422817; font-size: 13px;font-weight:bold;}
*/
.h1
{
margin-top:: 10px;
font-family: Arial;
color: #000000;
font-size: 16px
}

.h2
{
font-family: Arial;
color: black;
font-size: 13px
}


.blkcontentSm
{
font-family: Arial;
color: black;
font-size: 9px
}

.blkcontentMd
{
font-family: Arial;
color: black;
font-size: 11px
}


.blkcontentLg
{
font-family: Arial;
color: black;
font-size: 13px
}

.purpleLg
{
font-family: Arial Black, Arial;
color: #AE31CD;
font-size: 14px;
}

.purpleSm
{
font-family: Arial Black, Arial;
color: #AE31CD;
font-size: 12px;
}

.greenLg
{
font-family: Arial Black, Arial;
color: #79CB34;
font-size: 14px;
}

.greenSm
{
font-family: Arial Black, Arial;
color: #79CB34;
font-size: 12px;
}

.orangeMdBld
{
color: #f38d18;
font-family: Arial;
font-weight: bold;
font-size: 14px;
}


.titleLtBlue
{
color: #37808d;
font-family: Arial;
font-size: 20px;
/* font-weight: bold; */
}

.titleMdBlue
{
color: #1c29a5;
font-family: Arial;
font-size: 16px;
}

.titlePurple
{
color: #E51D9B;
font-family: Arial;
font-size: 16px;
}

.MaroonSm
{
color: #B60B03;
font-family: Arial;
font-size: 12px;
}

.MaroonMd
{
color: #B60B03;
font-family: Arial;
font-size: 14px;
}

.boxHomeFeature
{
	border:#55A51C solid 1px;
	padding: 3px;
	background-color: #BFEEFA;
	width: 213px;
	height: 300px;
	/* background-image: url(/images/maincontentgrad2.jpg);
	background-repeat: repeat-x; */
}

.rustSm
{
color: #993300;
font-weight: bold;
font-family: Arial;
font-size: 12px;
}

.rustMd
{
color: #993300;
font-family: Arial;
font-weight: bold;
font-size: 14px;
}

A.navlink:hover { color: brown; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 14px;}
A.navlink:visited { color: brown; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 14px;}
A.navlink:link { color: brown; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 14px;}
A.navlink:active { color: brown; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 14px;}










