@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */
html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; }

/* =body */
body { 
	width : 735px;
	font : 76%/150% "Lucida Grande", Arial, sans-serif; 
	background-color : #fff; 
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

/* =hx */
h1, h2, h3, h4 { clear : left; 
margin : 0; 
padding : .5em 0; }

h1 { font-size : 150%; color : #3366cc; letter-spacing : .2em;}
h2 { font-size : 130%; color : #3366cc; letter-spacing : .1em;}
h3 { font-size : 110%; color : #3366cc; }

/* =a */
a:link { 
	color : #3300cc;
	text-decoration : none; 
}

a:visited { 
	color : #663399;
	text-decoration : none;
}

a:hover { 
	color : #990066; 
	text-decoration : underline; 
}

a:active { 
	color : #990066;
	text-decoration : underline; 
}

img, img a { 
	border : none; 
}


/* =container */
#container {
	width : 735px;
	
}



/* =PTbranding */
#PTbranding {
	width : 735px;
}


/* =logo */
#PTlogo {
	float : left;
	width : 152px;
	height : 96px;
	padding-top: 10px;
	text-align : center;
	border-bottom : solid #6699cc 1px;
	border-right : solid #6699cc 1px;
}


/* =tagline */
#tagline {
	float : right;
	width : 582px;
	height : 76px;
	padding-top : 30px;
	text-align : center;
	border-bottom : solid #6699cc 1px;
}

.taglineText {
	
	color : #4c81b6;
	letter-spacing : .1em; 
	font-weight : bold; 
	font-size : 120%; 
}



/* =SpeakUpBranding */
#speakUpBranding {
	clear : both;
	width : 735px;
	}

/* =SpeakUpLogo */
#speakUpLogo {
	float : left;
	width : 152px;
	height : 138px;
	padding-top: 20px;
	text-align : center;
	border-bottom : solid #6699cc 1px;
	border-right : solid #6699cc 1px;
}

/* =photos */
#photos {
	float : right;
	width : 344px;
	height : 158px;
	border-bottom : solid #6699cc 1px;
}

.photoBorder {
	border-top : solid white 1px;
	border-bottom : solid white 1px;

}


/* =surveys */
#surveys {
	float : left;
	width : 238px;
	height : 156px;
	text-align : center;
	padding-top : 2px;
	color : #000099;
	font-weight : bold;
	border-bottom : solid #6699cc 1px;
}

.surveyBold {
	color : #10599C;
	font-weight : bold;
	font-size : 90%;
	line-height : 1.1em;
}

.surveyBold2 {
	color : #ff0000;
	font-weight : bold;
	font-size : 90%;
	line-height : 1.1em;
}


.surveyRed {
	color : #ff0000;
	font-weight : bold;
}

#stats {
	float : left;
	width : 220px;
	height : 138px;
	text-align : center;
	padding-top :20px;
	border-bottom : solid #6699cc 1px;
	padding-left: 10px;
	padding-right: 10px;
}




/* =Navigation */

#navigation {
	clear : both;
	width : 735px;
}


#nav {
	text-align : center;
	height : 75px;
	padding-top : 5px;
	border-bottom : solid #6699cc 1px;
}

#navlinks {
	margin : 0;
	padding-top : 5px;
	padding-bottom : 5px; 
	text-align : center;
}

#navlinks a {
	text-decoration : none;
	color : #165089;
}

#navlinks a:hover { 
	text-decoration : underline;
}

#navlinks li {
	list-style-type : none;
	display : inline;
	border-right : 1px solid #ffffff;
	font-weight : bold;
	font-size : 78%;
	letter-spacing : 0.110em;
}

#navlinks li.last {
	border-right : 0;
	padding-right : 2em;
}

.navText {
	font-family : Tahoma, Verdana, Arial, sans-serif;
}

.navBullet {
	padding-left : 6px;
	padding-right : 10px;
	padding-bottom : 1px;
}


/* =content */
#content{
	width : 735px;
}

#homeStats{
	background-color : #FFF;
	float : left;
	width : 152px;
	border-right : solid #6699cc 1px;
	
}


#homeSidebar{
	background : url(../images/blueGradient.jpg) no-repeat;
	float : left;
	width : 152px;
	border-right : solid #6699cc 1px;
}

.homeSidebarHead {
	color : #000099;
	font-weight : bold;
	text-align : center;
	font-size : 110%;
	padding-top : 10px;
}

.homeSidebarList{
	list-style-type : none;
	margin : 0 .5em 1em .5em;
	padding : 2px 2px 0 2px;
	line-height : 1.3em;
	font-size : 90%;
}

.homeSidebarList2{
	list-style-type : none;
	margin : 0 .5em 1em .1em;
	padding : 2px 2px 0 2px;
	line-height : 1.3em;
}

.homeSidebarBullet {
	color : #004287;
	font-weight : bold;
	font-size : 95%;
	background : url(../images/navBullet.gif) no-repeat 0 8px;
	padding-left: 8px;
	padding-top : 2px
}

.homeSidebarBullet2 {
	color : #004287;
	font-weight : bold;
	background : url(../images/navBullet2.gif) no-repeat 0 8px;
	padding-left: 8px;
	padding-top : 2px
}


#homeContentCol{
	float : right;
	width : 553px;
	padding-left : 20px;
	padding-top : 10px;
	
}

.callout {
	color : #3366cc;
	font-weight : bold;
}



/* =bulletList */
.bullet{
	list-style-type : none;
	margin : 0 0 1em 0;
	padding : 4px 0 0 17px;
	background : url(../images/bullet_green.gif) no-repeat 0 7px;
	font-weight : bold;
}


/* =sponsor banner */


div#sponsorsHead {
	clear : both;
	width : 100%;
	text-align : left;
	padding-bottom : 10px;
	border-top : solid #6699cc 1px;
}

div#sponsors {
	clear : both;
	width : 100%;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
	
}

/* =site info */
div#siteinfo {
	clear : both;
	width : 100%;
	text-align : center;
	font-size : smaller;
	color : #3366cc;
	padding-top : 10px;
	border-top : solid #6699cc 1px;
}

#linebreak { border-top : 1px dashed #3985b5; }

#linebreak2 { border-top : 1px dashed #3985b5; }

#linebreak3 { border-top : 1px dashed #3985b5; }

.Bold {
	color : #10599C;
	font-weight : bold;
}

#animQuotes {
	padding-left : 10px;;
	padding-top : 10px;
	padding-bottom : 10px;

}

#animHead {
	clear : both;
	background-color : #FBCB4D;
	width : 100%;
	text-align : center;
	font-weight : bold;
	color : #10599C;
	padding-top : 5px;
	padding-bottom : 5px;
}

#animFoot {
	clear : both;
	background-color : #FBCB4D;
	width : 100%;
	text-align : center;
	font-weight : bold;
	font-size : 90%;
	color : #10599C;
	padding-top : 2px;
	padding-bottom : 2px;
	border-bottom : solid white 2px;
}

#anim {
	width : 100%;
	
}

#anim1 {
	width : 543px;
	background-color : #6ca6d8;
	
}


#anim2 {
	float : left;
	width : 468px;
	background-color : #6ca6d8;
	
}

#obama {
	float : right;
	width : 75px;
	height : 170px;
	background-color : #6ca6d8;
}

#QuoteStyle {
    color: #ccff33;
	background-color : #6ca6d8;
    font-weight: bold;
    height: 150px;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 40px;
	padding-right : 40px;
	margin : auto;
 }


#QuoteStyle2 {
   	float : left;
	color: #ccff33;
	background-color : #6ca6d8;
    font-weight: bold;
    height: 150px;
	padding-top : 20px;
	padding-bottom : 0;
	padding-left : 15px;
	padding-right : 15px;
	margin : auto;
}

#quotes {
    display: none;
}

.typicalQuoteStyle {
    color: #ccff33;
	background-color : #6ca6d8;
    font-weight: bold;
    height: 150px;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 40px;
	padding-right : 40px;
	margin : auto;
}
	
	
.typicalQuoteStyle2 {
    color: #ccff33;
	background-color : #6ca6d8;
    font-weight: bold;
    height: 150px;
	padding-top : 20px;
	padding-bottom : 0;
	padding-left : 15px;
	padding-right : 15px;
	margin : auto;
 }
	
.more {
	font-size : 95%;
	font-weight : bold;
	text-align : center;
	color : #cc0000;
}

.attributes {
	font-size : 90%;
	font-style : italic;
	text-align : right;
	margin-top : 0;
}

#sponsorsVideo {
	
}

#sponsors1 {
	float : left;
	width : 251px;
	height : 228px;
	padding-top : 5px;
	text-align : center;
	margin : 10px;
	display: inline;
	
}

#video3 {
	float : right;
	background : url(../../images/MrPresVideo.jpg) no-repeat;
	width : 251px;
	height : 228px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	font-size : 90%;
	color : #A1BA44;
	text-align : center;
	font-weight : bold;
	line-height : 100%;
	margin : 10px;
	display: inline;
}



}