/*---- Love My Credit Union template ----*/

BODY {
    background-color: black;
    margin: 0px;
    padding: 0px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
}

P,TD,UL,LI,TR{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: black;
}

/*---- Structural Placement ----*/
#web_page {
    width: 780px;
    margin: 0px auto;
    background-color: white;
}
#header {
    background-image: url("../media/top.gif");
    background-repeat: no-repeat;
    width: 780px;
    height: 89px;
    float: left;
}
#footer {
    background-image: url("../media/bottom.gif");
    background-repeat: no-repeat;
    width: 780px;
    height: 129px;
    float: left;
    clear: both;
}
#center {
    width: 780px;
    background-color: white;
    background-image: url("../media/side-slice.gif");
    background-repeat: repeat-y;
}
#left_navigation {
    background-color: #e1c736;
    width: 180px;
    background-image: url("../media/side-bottom.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 110px;
    float: left;
}
#content {
    float: left;
    width: 520px;
    background-color: white;
    padding: 40px 40px 40px 40px;
}
#find_cu {
    padding-top: 20px;
    text-align: center;
}


/*---- Content Styles ----*/
TABLE.nav TR TD A {
    font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
    color: black;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 0px;
}
TABLE.nav TR TD A:hover {
    color: white;
}
#content H1 {
    font: large "Arial";
    color: black;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px;
}
#content H2 {
    font: large "Arial";
    color: #666;
    margin: 0px;
    padding: 8px 0px;
}
#content P {
	font: 12px "Arial", "Helvetica", sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: black;
}
#content A {
    color: red;
}
#content A:hover {
    color: #666;
}
#content UL {
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 4px 18px;
}
#content UL LI {
    margin: 0px;
    font: 12px "Arial", "Helvitica", sans-serif;
    color: black;
}


/*---- Credit Union Finder styles ----*/
DIV.cu {
    margin-bottom: 12px;
    border-bottom: 1px solid black;
    padding-bottom: 12px;
}
DIV.cu {
    font: small "Helvitica", sans-serif;
    color: #444;
}
DIV.cu STRONG {
    font-weight: bold;
}
DIV#processing {
    position: absolute;
    background-color: #ddf;
    width: 400px;
    margin: -100px auto;
    padding: 10px 30px;
    text-align: center;
    color: black;
    border: 2px groove black;
}

