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

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #000; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #000 url(/cwt/external/wcpages/images/bg2.jpg) top left repeat-x;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; padding: 3px 0 3px 32px; font-weight: lighter; background: url(/cwt/external/wcpages/images/title_bullet.gif) top left no-repeat; text-transform: uppercase; }
h2 { font-size: 1.2em; margin-bottom: 0; color: #3A5D6A; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; color: #3A5D6A; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; line-height: 1.3em; }
p.last      { margin-bottom: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

a:focus, 
a:hover     { color: #E85100; text-decoration: none; }
a           { color: #E85100; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
em          { font-style: italic; }

strong      { font-weight: bold; }
textarea, 
input,
select      { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1em; }

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

#header {
    width: 960px;
    height: 161px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/interior_header.jpg) top right no-repeat;
}

#logo a {
    float: left;
    display: block;
    width: 317px;
    height: 161px;
    text-indent: -9999px;
    background: url(/cwt/external/wcpages/images/logo_interior.gif) top left no-repeat;
}

#testimonial {
    float: right; 
    width: 462px;
    margin-right: 21px;
    display: inline;
}

#quote1 {
    display: block;
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote1.gif) top left no-repeat;
}

#quote2 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote2.gif) top left no-repeat;
}

#quote3 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote3.gif) top left no-repeat;
}

#quote4 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote4.gif) top left no-repeat;
}

#quote5 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote5.gif) top left no-repeat;
}

#quote6 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote6.gif) top left no-repeat;
}

#quote7 {
    width: 462px;
    height: 80px;
    margin-top: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/quote7.gif) top left no-repeat;
}

#btn-view-testimonials {
    display: block;
    width: 156px;
    height: 17px;
    margin: 17px 0 0 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/btn_view_all_testimonials.gif) top left no-repeat;
}
a:hover#btn-view-testimonials {
    background-position: bottom left;
}

#container {
    width: 960px;
    padding: 0 0 60px 0;
    margin: 0 auto;
}

#content-container {
    clear: both;
    width: 960px;
    padding: 5px 0 50px 0;
    overflow: hidden;
    background: #fff url(/cwt/external/wcpages/images/nav_bttm.gif) top left no-repeat;
}

#content {
    float: left;
    width: 724px;
    background: url(/cwt/external/wcpages/images/promo_bg.gif) top left no-repeat;
}

#content-padding {
    padding: 15px 20px 0 30px;
}

#content-padding ul { 
    margin: 0;
}

#content-padding ul li {
    list-style: none;
    background: url(/cwt/external/wcpages/images/bullet_circle.gif) no-repeat 10px 5px;
    padding: 0 0 20px 20px;
}

#content-padding ul.define-list li {
	padding: 0 0 10px 20px;
	margin: 0;
}

#sidebar {
    float: right;
    width: 236px;
}

.sponsor {
    width: 161px;
    width/**/:/**/ 151px;
    margin: 0 0 5px 35px;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

.sponsor-banner {
    margin: 0 0 0 35px;
}

.divider {
    border-top: 1px solid #CCCCCC;
    margin-top: 5px;
    padding-top: 20px;
}

/*******************************************
* Promos
*******************************************/

#promo-after5 {
    display: block;
    width: 236px;
    height: 69px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/promo_after5.gif) top left no-repeat;
}
a:hover#promo-after5 {
    background-position: bottom left;
}

#promo-council-connect {
    display: block;
    width: 236px;
    height: 65px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/promo_council_connect.gif) top left no-repeat;
}
a:hover#promo-council-connect {
    background-position: bottom left;
}

#promo-lunch-learn {
    display: block;
    width: 236px;
    height: 69px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/promo_lunch_learn.gif) top left no-repeat;
}
a:hover#promo-lunch-learn {
    background-position: bottom left;
}

.btn-why-join {
    margin: 15px 0 15px 30px;
}

.btn-why-join a {
    display: block;
    width: 419px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/btn_why_join.gif) top left no-repeat;
}
.btn-why-join a:hover {
    background-position: bottom left;
}

.promo-why-join2 {
    float: right;
    display: inline;
    width: 210px;
    height: 54px;
    margin: 12px 50px 15px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/promo_why_join2.gif) top left no-repeat;
}
a:hover.promo-why-join2 {
    background-position: bottom left;
}

.promo-get-involved {
    float: right;
    display: inline;
    width: 313px;
    height: 54px;
    margin: 50px 50px 15px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/cwt/external/wcpages/images/promo_get_involved.gif) top left no-repeat;
}
a:hover.promo-get-involved {
    background-position: bottom left;
}


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

#hdr-platinum-sponsors {
    width: 178px;
    height: 18px;
    margin: 31px 0 12px 25px;
    text-indent: -9999px;
    background: url(/cwt/external/wcpages/images/hdr_platinum_sponsors.gif) top left no-repeat;
}

#hdr-visionary-sponsors {
    width: 184px;
    height: 18px;
    margin: 41px 0 12px 25px;
    text-indent: -9999px;
    background: url(/cwt/external/wcpages/images/hdr_visionary_sponsors.gif) top left no-repeat;
}

h4 {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 25px;
	margin: 0;
	background: url(/cwt/external/wcpages/images/ttl_home_icon.gif) top left no-repeat;
}

/*********************************
* Search Module
*********************************/

#search-position {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

#search-container {
    position: absolute;
    top: 0;
    left: 681px;
    width: 279px;
    background: url(/cwt/external/wcpages/images/search_bg.gif) top right no-repeat;
}

#search-label {
    float: left;
    width: 71px;
    height: 35px;
    text-indent: -9999px;
    background: url(/cwt/external/wcpages/images/search.gif) top left no-repeat;
}

#search-box {
    float: left; 
    width: 163px;
    margin-top: 6px;
}

#search-box input {
    width: 154px;
}

#search-btn {
    float: left;
    width: 45px;
    margin-top: 7px;
}

/*********************************
* Global Navigation
*********************************/

#global-search {
    width: 960px;
    overflow: hidden;
}

#global {
    float: left;
    width: 451px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#global li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#global a {
    display: block;
    float: left;
    text-decoration: none;
    text-indent: -9999px;
    height: 35px;
    overflow: hidden;
}

#global a#contact-us {
    background: url(/cwt/external/wcpages/images/global_contact_us.gif) top left no-repeat;
    width: 107px;
}
#global a#press-room {
    background: url(/cwt/external/wcpages/images/global_press_room.gif) top left no-repeat;
    width: 108px;
}
#global a#newsletter {
    background: url(/cwt/external/wcpages/images/global_newsletter.gif) top left no-repeat;
    width: 109px;
}
#global a#member-login {
    background: url(/cwt/external/wcpages/images/global_member_login.gif) top left no-repeat;
    width: 127px;
}

#global a:hover#contact-us, body#contact-us-on #global a#contact-us,
#global a:hover#press-room, body#press-room-on #global a#press-room,
#global a:hover#newsletter, body#newsletter-on #global a#newsletter,
#global a:hover#member-login, body#member-login-on #global a#member-login {
    background-position: bottom left;
}

/*********************************
* Primary Navigation
*********************************/

#nav {
    width: 960px;
    margin: 0;
    padding: 0 0 0 0;
}

#nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#nav a {
    display: block;
    /*float: left;*/
    text-decoration: none;
    text-indent: -9999px;
    height: 41px;
    overflow: hidden;
}

#nav a#why-join {
    background: url(/cwt/external/wcpages/images/nav_why_join.gif) top left no-repeat;
    width: 113px;
}
#nav a#events {
    background: url(/cwt/external/wcpages/images/nav_events.gif) top left no-repeat;
    width: 90px;
}
#nav a#career-center {
    background: url(/cwt/external/wcpages/images/nav_career_center.gif) top left no-repeat;
    width: 153px;
}
#nav a#media {
    background: url(/cwt/external/wcpages/images/nav_multimedia.gif) top left no-repeat;
    width: 122px;
}
#nav a#resources {
    background: url(/cwt/external/wcpages/images/nav_resources.gif) top left no-repeat;
    width: 125px;
}
#nav a#aztc-foundation {
    background: url(/cwt/external/wcpages/images/nav_aztc_foundation.gif) top left no-repeat;
    width: 171px;
}
#nav a#about-the-council {
    background: url(/cwt/external/wcpages/images/nav_about_the_council.gif) top left no-repeat;
    width: 186px;
}

#nav a:hover#why-join, body#why-join-on #nav a#why-join,
#nav a:hover#events, body#events-on #nav a#events,
#nav a:hover#career-center, body#career-center-on #nav a#career-center,
#nav a:hover#media, body#media-on #nav a#media,
#nav a:hover#resources, body#resources-on #nav a#resources,
#nav a:hover#aztc-foundation, body#aztc-foundation-on #nav a#aztc-foundation,
#nav a:hover#about-the-council, body#about-the-council-on #nav a#about-the-council {
    background-position: bottom left;
}

/* Flyout Nav */

#nav li { /* all list items */
	float: left;
}

#nav li ul li { /* all list items */
	float: left;
    padding: 0 0 0 17px;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul { /* second-level lists */
	position: absolute;
    left: -970em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 237px;
	padding: 10px 0;
	margin: 0;
	width:251px;
    background: #ABC8D2;
	background-position: center top;
	background-repeat: repeat-x;
    z-index: 999;
}

#nav li ul li a {
    display: block;
    width: 217px;
    width/**/:/**/ 202px;
    color: #000;
    text-indent: 0;
    padding: 4px 0 4px 14px;
    height: auto;
    text-transform: uppercase;
    background: url(/cwt/external/wcpages/images/flyout_bullet.gif) no-repeat 0 8px;
   	border-bottom: 1px #8FB2BF solid;
}

#nav li ul li a:hover {
    background: #C0D6DE url(/cwt/external/wcpages/images/flyout_bullet.gif) no-repeat 0 8px;
}

/*******************************************
* Subnavigation
*******************************************/

#subnav {
    padding: 6px 0 8px 0;
    background: url(/cwt/external/wcpages/images/subnav_bg.gif);
}

#subnav table a, #subnav span a {
    display: block;
    margin-left: 30px;
    padding: 4px 0 1px 14px;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    background: url(/cwt/external/wcpages/images/subnav_bullet.gif) no-repeat 0 8px;
}

#subnav span a {
    display: block;
    margin: 0 0 -15px 30px;
    padding: 4px 0 1px 14px;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    background: url(/cwt/external/wcpages/images/subnav_bullet.gif) no-repeat 0 7px;
}

#subnav a:hover {
    text-decoration: underline;
}

/*********************************
* Footer Definitions
*********************************/

#footer {
    width: 960px;
    width/**/:/**/ 931px;
    padding: 10px 14px 15px 15px;
    overflow: hidden;
    background: #ABC8D2 url(/cwt/external/wcpages/images/footer_fade.gif) top left no-repeat;
}

#footer-left {
    float: left;
    width: 200px;
    padding-top: 5px;
}
#footer-middle {
    float: left;
    width: 239px;
    width/**/:/**/ 210px;
    height: 127px;
    padding: 5px 0 0 29px;
    background: url(/cwt/external/wcpages/images/footer_divider.gif) top left no-repeat;
}
#footer-right {
    float: left;
    width: 200px;
    padding: 5px 0 0 0;
}
#iology {
    float: right;
    padding: 5px 0 0 0;
}

#footer-left,
#footer-middle,
#footer-right,
#footer-left a,
#iology,
#iology a {
    font-size: .9em;
    color: #3A5D6A;
}

#footer-left div,
#footer-middle div,
#footer-right div {
    margin: 6px 0;
}

#footer-right a {
    font-size: .9em;
    color: #3A5D6A;
    text-decoration: none;
}
#footer-right a:hover {
    text-decoration: underline;
}

#social-media {
    padding-top: 10px;
    width: 150px;
    overflow: hidden;
}

#twitter {
    width: 25px;
    background: url(/cwt/external/wcpages/images/icon_twitter.gif) top left no-repeat;
}
#blogger {
    width: 26px;
    background: url(/cwt/external/wcpages/images/icon_blogger.gif) top left no-repeat;
}
#flickr {
    width: 26px;
    background: url(/cwt/external/wcpages/images/icon_flickr.gif) top left no-repeat;
}
#myspace {
    width: 26px;
    background: url(/cwt/external/wcpages/images/icon_myspace.gif) top left no-repeat;
}
#youtube {
    width: 25px;
    background: url(/cwt/external/wcpages/images/icon_you_tube.gif) top left no-repeat;
}
#facebook {
    width: 26px;
    margin-top: 1px;
    background: url(/cwt/external/wcpages/images/icon_facebook.gif) top left no-repeat;
}
#linkedin {
    width: 25px;
    margin-top: 1px;
    background: url(/cwt/external/wcpages/images/icon_linkedin.gif) top left no-repeat;
}
#plaxo {
    width: 25px;
    margin-left: 1px;
    background: url(/cwt/external/wcpages/images/icon_plaxo.gif) top left no-repeat;
}

#twitter,
#blogger,
#flickr,
#myspace,
#youtube,
#facebook,
#linkedin,
#plaxo {
    display: block;
    float: left;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
}