/*
TX Panhandle Index
*/
#columnLeft {
    width: 559px;
    /* height: 1120px; */
    float: left;
    margin: 0 0 0 30px;
}

#mainContent {
    /* height: 1100px; */
}

#headerText {
    width: 540px;
    margin: 16px 0 0 0;
}

#headerText h1 {
    color: #914139;
    font-size: 20px;
}

#detail {
    font-size: 13px;
    width: 540px;
}

#detail li {
    margin: 10px 0;
}

#quickLinks {
	width: 490px;
	padding: 20px;
    background-color: #fcebe9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcebe9), to(#fff9f8));
    background-image: -webkit-linear-gradient(top, #fcebe9, #fff9f8);
    background-image:    -moz-linear-gradient(top, #fcebe9, #fff9f8);
    background-image:     -ms-linear-gradient(top, #fcebe9, #fff9f8);
    background-image:      -o-linear-gradient(top, #fcebe9, #fff9f8);
    background-image:         linear-gradient(to bottom, #fcebe9, #fff9f8);	margin: 20px 0 0 0;
	box-shadow: 3px 3px 15px 1px #333;
	-webkit-box-shadow: 3px 3px 15px 1px #333; 
	-moz-box-shadow: 3px 3px 15px 1px #333; 
}

#quickLinks h2 {
    height: 20px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    color: #914139;
}

#quickLinks a {
    text-decoration: none;
    color: #914139;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    cursor: pointer;
    height: 25px;
    margin: 0 0 0 0;
}

#quickLinks a:hover {
    text-decoration: underline;
}

#quickLinks p {
    font-size: 10pt;
}

#quickLinks p a {
    text-decoration: none;
    color: #914139;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    display: inline;
    margin: 0;
}

#quickLinks p a:hover {
    text-decoration: underline;
}

#partners {
    width: 540px;
    /* height: 400px; */
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    font-size: 13px;
}

#partners h2 {
    font-weight: bold;
    font-size: 18px;
    color: #914139;
}

#partners img {
    margin: 0 55px 0 0;
    border: none;
}

#partners a {
    text-decoration: none;
    color: #914139;
    font-weight: bold;
}

#partners a:hover {
    text-decoration: underline;
}
