﻿/********************************************
* Arizona Technology Council
* Developed by I-ology
* http://www.i-ology.com
*
* Created 01/08/2009- AC
*
* Tech Connect Magazine Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/


/*******************************************
* Headers
*******************************************/

#tc-logo a {
    float: left;
    display: block;
    width: 524px;
    height: 161px;
    text-indent: -9999px;
    background: url(/CWT/External/WCPages/images/logo_tech_connect.gif) top left no-repeat;
}

#aztc-logo a {
    float: right;
    display: block;
    width: 297px;
    height: 161px;
    text-indent: -9999px;
    background: url(/CWT/External/WCPages/images/logo_aztc_tc.gif) top left no-repeat;
}

#promo-past-issues {
    float: right;
    display: inline;
    width: 268px;
    height: 80px;
    margin: 12px 62px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/CWT/External/WCPages/images/promo_tc_archives.gif) top left no-repeat;
}
a:hover#promo-past-issues {
    background-position: bottom left;
}

.promo-why-join2 {
    margin: 20px 50px 5px 0;
}

#tc-right-promos {
    float: right;
    width: 239px;
    margin: 30px 0 20px 20px;
}

#promo-tc-issue {
    display: block;
    width: 239px;
    height: 112px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/CWT/External/WCPages/images/promo_tc_issue.gif) top left no-repeat;
}
a:hover#promo-tc-issue {
    background-position: bottom left;
}

.form-table tr td {
    padding-bottom: 5px;
}

.cc-form table tr td {
    width: 165px;
    padding-bottom: 5px;
}

.event-info {
    float: right;
    width: 200px;
    width/**/:/**/ 185px;
    margin: 15px 0 10px 20px;
    padding: 15px 0 30px 15px;
    border-left: 1px solid #CCCCCC;
}

.event-info td {
    padding-bottom: 3px;
}

.event-info a {
    text-transform: uppercase;
    text-decoration: underline;
}

.event-info a:hover {
    text-decoration: none;
}