﻿body {
    font-family: Arial, Sans-Serif;
    background: #FFFFFF;
    font-size: 1.05em;
    color: #000000;
    margin: 0em;
    padding: 0em;
    text-align: center;
}

/*Hyperlink Formatting*/
a:visited, a:link {
    color: #006699;
    text-decoration: underline;
}

a:hover {
    color: #CC3333;
    text-decoration: none;
}

/*Hyperlink Formatting - Red*/
a.red:visited, a.red:link {
    color: #CC3333;
    text-decoration: none;
}

a.red:hover {
    color: #006699;
    text-decoration: underline;
}

/*Header Formatting*/
h4 {
    font-size: 1.85em;
    text-align: center;
    color: #CC3333;
}

h5 {
    font-size: 1.45em;
    text-align: left;
    color: #CC3333;
}

h6 {
    font-size: 0.7em;
    text-align: center;
    color: #CC3333;
}

/*Frame for centering formatting*/
#navigation {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	/*border: 1px aqua solid;*/
}

html>body #frame { /*FF3*/
	width: 63em;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	background: transparent url('http://www.campaignvictoria.com/images/pageElements/greyGradient.jpg') repeat-y;
	z-index: 0;
	/*border: 1px yellow solid;*/
}

#frame {
	width: 63em;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	background: transparent url('http://www.campaignvictoria.com/images/pageElements/greyGradient.jpg') repeat-y;
	/*border: 1px red solid;*/
}

#shadowLeft {
  	padding: 0px 0px 0px 75px; /*top right bottom left*/
	width: auto;
	height: auto;
   	background: url('http://www.campaignvictoria.com/images/pageElements/shadowLeft.jpg') left repeat-y;
}

#shadowRight { 
  	padding: 0px 75px 0px 0px; /*top right bottom left*/
  	width: auto;
  	height: auto;
   	background: url('http://www.campaignvictoria.com/images/pageElements/shadowRight.jpg') right repeat-y;
}

/*Top Blue Bar Formatting*/
#topBar {
    width: 100%;
    height: 45px;
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/blue-redBack.jpg') repeat-x;
    margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em; /*Top Right Bottom Left*/
    z-index: 1;
    /*border: 1px red solid;*/
}

/*Top Navigation Formatting*/
#blueNavRight {
    background: #006699 url('http://www.campaignvictoria.com/images/pageElements/buttonBack.jpg') repeat-x;
    height: 25px;
    margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    width: 100%;
    float: right;
    /*border: 1px yellow solid;*/
}

#blueNav {
    background: #006699 url('http://www.campaignvictoria.com/images/pageElements/buttonBack.jpg') repeat-x;
    height: 25px;
    margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    position: relative;
    top: -0.39em;
    float: right;
    z-index: 1;
    /*border: 1px red solid;*/
}

ul#tabs {
	margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	padding: 0em; /*Top Right Bottom Left*/
	height: 25px;
	list-style: none outside;
	text-align: center;
	float: left;
	font-size: 0.50em;
}

#tabs li.first {
	margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	padding: 0em; /*Top Right Bottom Left*/
	display: block;
	background: #FAFAFA url('http://www.campaignvictoria.com/images/pageElements/blueEnd.gif') no-repeat;
	line-height: 25px;
	width: 50px;
	height: 25px;
	border: 0;
}

#tabs li {
	margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	padding: 0em 0.3em 0em 0.3em; /*Top Right Bottom Left*/
	display: block;
	border-left: 1px solid #FFFFFF;
	font-size: 1.55em;
	line-height: 25px;
	color: #FFFFFF;
	float: left;
}

#tabs li.last {
	margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
	padding: 0em; /*Top Right Bottom Left*/
	display: block;
	line-height: 25px;
	width: 115px;
	height: 25px;
	border: 0;
}

#tabs li a {
	width: 7em;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs li a:hover {
    background: transparent;
	text-decoration: none;
	color: #FFFF00;
}

#donationBar {
    float: left; 
    width: 17em;
    height: 180px;
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/DonationMeter.png') top center no-repeat; 
}

html>body #imageArea {
    float: left;
    width: 575px;
    height: 186px;
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/Vic-Pic-001.jpg') top right no-repeat;
    margin: -0.3em 0em 0.3em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 2.55em; /*Top Right Bottom Left*/
    overflow: hidden;
}

#imageArea {
    float: left;
    width: 575px;
    height: 186px;
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/Vic-Pic-001.jpg') top right no-repeat;
    margin: -0.3em 0em 0.3em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 2.55em; /*Top Right Bottom Left*/
    overflow: hidden;
}

html>body #gift { /*FF3*/
    position: relative;
    top: -10.5em;
    left: 12em;
    border: 0;
    z-index: 5;
}

#gift {
    position: relative;
    top: -10.5em;
    left: 12em;
    border: 0;
    z-index: 5;
}

html>body #videoArea {
    float: left; 
    width: 300px;
    height: 300px; 
    padding: 1.85em 0em 0em 0em; /*Top Right Bottom Left*/
    /*background: #EBEBEB; */
}

#videoArea {
    float: left; 
    width: 300px;
    height: 300px; 
    padding: 1.85em 0em 0em 0em; /*Top Right Bottom Left*/
    /*background: #EBEBEB; */
}

html>body #centerContent { /*FF3*/
    float: left;
    width: 400px;
    min-height: 435px;
    margin: 0em 0em 2em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0.45em 1em; /*Top Right Bottom Left*/
    text-align: left;
    font-size: 0.75em;
}

#centerContent {
    float: left;
    width: 400px;
    min-height: 435px;
    padding: 1em 0em 0.45em 1em; /*Top Right Bottom Left*/
    text-align: left;
    font-size: 0.75em;
}

/*Content Area for Secondary Pages -- No left side navigation*/
html>body #centerContentSecond { /*FF3*/
    float: left;
    width: 675px;
    min-height: 435px;
    margin: -2em 0em 2em 2em; /*Top Right Bottom Left*/
    padding: 2em 0em 0.45em 1em; /*Top Right Bottom Left*/
    text-align: left;
    font-size: 0.75em;
}

#centerContentSecond {
    float: left;
    width: 675px;
    min-height: 435px;
    padding: 1em 0em 0.45em 1em; /*Top Right Bottom Left*/
    text-align: left;
    font-size: 0.75em;
}

html>body #commentsArea { /*FF3*/
    float:  right; 
    width: 185px;
    height: auto; 
    margin: -0.35em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    background: transparent;
    /*border: 1px red solid;*/
}

#commentsArea { 
    float:  right; 
    width: 185px;
    height: auto; 
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    background: transparent;
    /*border: 1px red solid;*/
}

#commentsTop {
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/commentsTop.gif') top left no-repeat;
    width: 175px;
    height: 22px;
    margin: 1em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
}

#comments {
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/commentsMiddle.jpg') repeat-y;
    width: 175px;
    height: auto;
    margin: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
}

#comments p {
    font-size: 0.55em;
    text-align: left;
    margin: 1em 1.25em 0em 1.25em; /*Top Right Bottom Left*/
}

html>body #comments p { /*FF3*/
    font-size: 0.55em;
    text-align: left;
    margin: 0em 1.25em 0em 1.25em; /*Top Right Bottom Left*/
    padding: 1em 0em 0em 0em; /*Top Right Bottom Left*/
}

#commentsBottom {
    background: transparent url('http://www.campaignvictoria.com/images/pageElements/commentsBottom.gif') top left no-repeat;
    width: 175px;
    height: 22px;
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
}

html>body #contacts {
    float: left;
    margin: 0.25em 0em 0em 10em; /*Top Right Bottom Left*/
}

#contacts {
    float: left;
    margin: 0em 0em 0em 4em; /*Top Right Bottom Left*/
}

html>body #contactImg {
    float: right;
    margin: 0.25em 8em 0em 0em; /*Top Right Bottom Left*/
}

#contactImg {
    float: right;
    margin: 0em 4em 0em 0em; /*Top Right Bottom Left*/
}

html>body #letterImg {
    float: right;
    margin: 0.25em 36em 0em 0em; /*Top Right Bottom Left*/
}

#letterImg {
    float: right;
    margin: 0em 36em 0em 0em; /*Top Right Bottom Left*/
}

html>body #footer { 
    clear:  both;
    width: 99%;
    margin: 0em 0em 0em 0.2em; /*Top Right Bottom Left*/
    padding: 0em 0em 0em 0em; /*Top Right Bottom Left*/
    height: 100px;
    background: #1F2550 url('http://www.campaignvictoria.com/images/pageElements/footerBack.jpg') repeat-x;
}

#footer { 
    clear:  both;
    width: 99%;
    height: 100px;
    background: #1F2550 url('http://www.campaignvictoria.com/images/pageElements/footerBack.jpg') repeat-x;
}

html>body #footer p {
    color: #FFFFFF;
    font-size: 0.75em;
    margin: 0.65em 0em 0em 0em;   
}

#footer p {
    color: #FFFFFF;
    font-size: 0.75em;
    margin: 0.85em 0em 0em 0em;
    padding: 0.45em 0em 0em 0em;
}