img {
    border: none;
}
a {
    color: #334d9b;
    font-weight: bold;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px;
}

#page_bg {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    background: url('/images/ohioffa/grey_white_bg.jpg') top left repeat-x #d2d2d2;
}

#wrap {
    position: absolute;
    left: 50%;
    width: 943px;
    margin-left: -472px;
}

#main_content {
    clear: both;
    border: 1px solid black;
    background: white;
    padding: 10px 0px 10px 0px;
}

div#logo {
    width: 422px; height: 101px;
    background: url('/images/ohioffa/logo.jpg') left no-repeat;
    float: left;
}

/*
#search {
    position: absolute;
    top: 45px;
    left: 50%;
    padding-left: 85px;
    z-index: 20;
}
#search input {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    z-index: 20;
}
*/

div#button {
    padding-top: 60px;
    padding-left: 5px;
    float: left;
}

div#search_txt {
    padding-top: 60px;
    padding-left: 180px;
    float: left;
}

div#search {
/*
    font-size: 10px;
    background: white;
    padding-top: 55px;
    padding-right: 10px;*/
    padding-left: 5px;
    padding-top: 61px;
    float: left;
}

/***************************/
/*   Three Column Layout   */
/***************************/
#col1 {
    clear: both;
    float:left;width:15%;
    background:white;
    padding-left: 10px;
    width: 180px;
    /* border:1px solid green; */
}
#col2 {
    float:left;
    width: 540px;
    background:white;
    padding-left: 10px;
    padding-right: 10px;
    /* border:1px solid red; */
}
#col3 {
    float:left;
    width: 190px;
    background:white;
    padding: 0px;
    /* border:1px solid blue; */
}

#events_col1 {
    clear: both;
    float:left;width:15%;
    background:white;
    padding: 0px;
    width: 195px;
    /* border:3px solid green; */
}
#events_col2 {
    float:left;
    width: 470px;
    background:white;
    padding-left: 30px;
    padding-right: 30px;
    /* border:3px solid red; */
}
#events_col3 {
    float:left;
    width: 195px;
    background:white;
    padding: 0px;
    /* border:3px solid blue; */
}

/***************************/
/*    Two Column Layout    */
/***************************/
#col_left {
    clear: both;
    float:left;
    width: 420px;
    background:white;
    padding: 0px;
}
#col_right {
    float:right;
    width: 430px;
    background:white;
    padding: 0px;
    margin-right: 30px;
}

#col_left2 {
    clear: both;
    float:left;
    width: 400px;
    background:white;
    margin-left: 0px;
    /* border: 1px solid red; */
}
#col_right2 {
    float:left;
    width: 460px;
    background:white;
    padding-top: 5px;
    margin-left: 15px;
    /* border: 1px solid green; */
}

#col_left3 {
    clear: both;
    float:left;
    width: 380px;
    background:white;
    padding: 5px;
}
#col_right3 {
    float:right;
    width: 492px;
    background:white;
    padding: 5px;
}

/***************************/
/*    One Column Layout    */
/***************************/
#col_full {
    clear: both;
    background: white;
    padding: 10px;
}

.componentheading {
    background: url('/images/ohioffa/header_background.jpg') 0 0 no-repeat;
    width: 418px;
    height: 56px;
    font-size: 22px;
    color: white;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 14px;
}

/*
.blog {
    margin-top: -40px;
}*/

.moduletable {
    padding-top: 10px;
    padding-bottom: 10px;
}

.moduletable_menu, .moduletable
{
    color: black;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: -1em;
}

.moduletable_menu h3 {
    /* border-bottom: 1px solid #FFFFFF; */
    margin-bottom: 0px;
}

.moduletable_menu ul {
    margin-left: 10px;
    margin-top: 0px;
    padding: 10px;
    font-size: 80%;
    list-style-type: square;
}

/*
.moduletable_menu a:link, .moduletable a:link {
    color:black;
}

.moduletable_menu a:visited, .moduletable a:visited {
    color:purple;
}
*/

.contentheading {
    text-decoration: underline;
}

.contentpaneopen td {
    font-size: 12px;


}

.contentpaneopen .contentheading {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.contentpaneopen .readon {
    font-size: 10px;
    font-weight: bold;
}

#bottom_menu {
    clear: both;
}

/**************************/
/*    Top Menu Styles     */
/**************************/
#top_menu {
    background: #bababa;
    width: 100%;
    height: 47px;
    padding-left: 0px;
}
#top_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.menu-topmenu {
    height: 47px;
}
ul.menu-topmenu li {
    float: left;
    padding-right: 0px;
    padding-left: 13px;
    text-align: center;
    height: 47px;
}
ul.menu-topmenu a {
    color: #334d9b;
    font-size: 13px;
    cursor: pointer;
}
#current a {
    color: white;
    font-weight: bold;
}
ul.menu-topmenu .outer {
    display: block;
    height: 47px;
    padding-right: 13px;
}
ul.menu-topmenu .inner {
    display: block;
    height: 27px;
    padding-top: 20px;
    cursor: pointer;
}
#current .outer {
    /* background-image: url('/images/ohioffa/top_menu_button_right.jpg'); */
    background-image: url('/images/ohioffa/tab_right.jpg');
    background-repeat: no-repeat;
    /* background-position: right bottom; */
    background-position: 100% 0%;
    padding-right: 13px;
}
#current .inner {
    /* background-image: url('/images/ohioffa/top_menu_button_middle.jpg'); */
    background-image: url('/images/ohioffa/tab_middle.jpg');
    background-repeat: repeat-x;
    /* background-position: left bottom; */
    background-position: 0% 0%;
}
ul.menu-topmenu #current {
    /* background-image: url('/images/ohioffa/top_menu_button_left.jpg'); */
    background-image: url('/images/ohioffa/tab_left.jpg');
    background-repeat: no-repeat;
    /* background-position: left bottom; */
    background-position: 0% 0%;
}

/**************************/
/*  Members Menu Styles   */
/**************************/
ul.menu-members {
    list-style-type: none;
    margin-top: -10px;
}
ul.menu-members span {
    display: none;
}

/**************************/
/*     Educators Styles   */
/**************************/
.componentheading-educators {
    display: none;
}

.contentpane-educators ul {
}

/**************************/
/*    Site Index Styles   */
/**************************/
.xmap ul {
    list-style-type: circle;
    margin: 6px;
    margin-left: 20px;
    padding: 0px;
}

/****************************/
/*       OhioFFA Media      */
/****************************/
#ohioffamedia {
    /* border: 1px solid blue; */
    margin-left: 15px;
    padding: 25px;
    height: 320px;
    background: url("/images/ohioffa/media_bg.jpg") no-repeat;
}

#ohioffamedia #listings {
    float: left;
    width: 410px;
    height: 320px;
    margin-right: 5px;
    background-color: white;
    overflow: auto;
}

#ohioffamedia #display {
    float: left;
    width: 416px;
    height: 320px;
    margin-left: 8px;
    background-color: black;
}

#ohioffamedia_footer {
    clear: both;
    margin-left: -10px;
    margin-bottom: -10px;
    width: 100%;
    height: 268px;
}

#ohioffamedia_downloads {
    /* border: 1px solid blue; */
    margin-left: 15px;
    padding: 25px;
    height: 320px;
    background: url("/images/ohioffa/media_bg.jpg") no-repeat;
}

#ohioffamedia_downloads #listings {
    float: left;
    width: 834px;
    height: 320px;
    margin-right: 5px;
    background-color: white;
    overflow: auto;
}

#ohioffamedia_footer {
    clear: both;
    margin-left: -10px;
    margin-bottom: -10px;
    width: 100%;
    height: 268px;
}

/****************************************************/
/* OhioFFA Members - Collegiate Students     
/****************************************************/
#collegiate_students {
    padding: 10px 50px 0px 50px;
}

#collegiate_students p {
    line-height: 2;
}

#collegiate_students h2 {
    margin: 0px;
}

/****************************************************/
/* OhioFFA Store
/****************************************************/
#vmMainPage h3 {
    font-size: 14px;
    border-bottom: 1px solid black;
}

#vmMainPage h4 {
    border-bottom: 1px solid black;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

#vmMainPage .vmRecent {
    margin-top: 40px;
}
