* { margin: 0; padding: 0; outline: 0 }

body {
	/* background-color:#666633; */
	background-color:#FFFFFF;
	text-align: center;
	margin: 0;
	font: 80%/1.5em Tahoma, arial, sans-serif;
	color: #666633; 
	line-height:1.9em;
}

a, a:hover, a:visited, a:active {
	color:#666633;
	text-decoration:none;
}

#wrapper h1 {
	color:#5c2946;
	text-align:center;
	padding-bottom:12px;
	line-height:35px;
}

#header {
	margin: 0;
	position: relative;
	width: 100%;
	height: 50px;
	background-color:#5c2946;
}

#header h1, #header a {
	color:#FFFFFF;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
}

#headerShadow {
	margin: 0 auto 20px;
	position: relative;
	width: 100%;
	height: 10px;
	background-image:url(../images/layout/mast-shadow-bottom.png);
	background-position:top;
	background-repeat:repeat-x;
}

h2 {
padding-bottom: 10px;
}

h3 {
padding-bottom: 5px;
}

#wrapper {
	margin: 0 auto 50px;
	position: relative;
	width: 820px;
}

#Profile {
	position: relative;
	width: 820px;
	margin: 0 auto 20px;
	text-align: left;

}

#sponsor {
	margin: 0 auto;
	text-align:center;
}

#sponsor h3 {
	padding-bottom:0;
}

#Profile .btnVote { 
	background:transparent url(../images/vote-plain.png) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	height:100px;
	bottom:-20px;
	position:absolute;
	left:750px;
	text-indent:-1000em;
	width:100px;
	z-index:1000;
}

#Profile .btnVote:hover { 
	background:transparent url(../images/vote-plain-over.png) no-repeat scroll center top;
}

#Profile p {
	font-size: 110%;
	line-height:2.2em;
	padding-bottom:20px;
}

#Profile a, #Profile a:hover {
	color: #5C2946;
	font-weight:bold;
}

#Profile a:hover {
	color:#6A7A93;
	text-decoration:underline;
}

.profileLeft {
	float: left;
	width: 436px;
}

.profileRight {
	padding-left:15px;
	text-align:center;
	width:306px;
	float: left;
}

.formLeft {
	float: left;
	width: 500px;
}

.formRight {
	width: 210px;	
	float: left;
}

.votebox {
	background-color:#CCCC99;
	border:1px solid #666633;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:20px 0 0;
	padding:10px 20px;
	min-height:65px;
}

.topProfile {
	width: 820px;
	height: 16px;
	background-image: url(../images/layout/shadow-top.png);
	background-repeat:no-repeat;
	margin:0;
}

.middleProfile {
	width: 820px;
	background: url(../images/layout/shadow-middle.png) repeat-y;	
	top: 0; 
	left: 0;
}

.profileContent {
	background-color:#CCCC99;
	margin:0 auto;
	padding:5px;
	/* width:790px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding:20px;
	width: 758px;
	border:1px solid #666633;
	min-height:300px;
}

.profileContent h1 {
	text-align:center;
	padding-bottom:30px;
}

.bottomProfile {
	clear: both;
	width: 820px;
	height: 16px;
	background: url(../images/layout/shadow-bottom.png) no-repeat center bottom;	
	margin:0;
}

.indivProfile {
	position: relative;
	width: 204px;
	margin: 0 auto;
	float:left;
	display:block;
	padding-right:1px;
	/* cursor:pointer; */
}

.indivTopProfile {
	width: 204px;
	height: 16px;
	background-image: url(../images/layout/shadow-top-sm.png);
	background-repeat:no-repeat;
	margin:0;
}

.indivMiddleProfile {
	width: 204px;
	background: url(../images/layout/shadow-middle-sm.png) repeat-y;	
	top: 0; 
	left: 0;
}

.indivProfileContent {
	background-color:#CCCC99;
	margin:0 auto;
	padding:5px;
	width:174px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.9em;
	border: 1px solid #666633;
}

.indivBottomProfile {
	clear: both;
	width: 204px;
	height: 16px;
	background: url(../images/layout/shadow-bottom-sm.png) no-repeat center bottom;	
	margin:0;
}

#footer {
	width:100%;
	height:50px;
}

img {
	border: 1px solid #666633;
	margin: 5px 0;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 20px 10px 0px;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.clear { clear: both; }

/* BUTTONS */

.buttons {
	margin-top:-5px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.voteTxtBtn {
	margin: 15px 140px;
}

label { float: left; padding-right:5px; }
label.error { float: none; color: red; padding-left: 2px; }

.hide {
display:none;
}

.totalVotes {
	width:104px;
	border:1px solid #666633;
	text-align:center;
	margin-left:35px;
	font-size:150%;
	margin-bottom:15px;
	background-color:#5c2946;
	color:#FFFFFF;
	min-height:50px;
}

.totalVotes h4 {
	padding-bottom:-5px;
	color: #FFFFFF;
}

.totalVotes a, .totalVotes a:visited, .totalVotes a:hover {
	color: #FFFFFF;
}
