@charset "UTF-8";

body {
	background-color:#ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-decoration: none;
	font-size: 100%;
}

h1 {
	color: #BFBEBE;
	font-weight: 700; /* 700 = bold */
	text-align: right;
	margin-right: 3%;
	margin-bottom: 0%;
	font-size: 20px;
}

p {
	color: #000000;
    line-height:175%;
    font-weight: 500;
	font-size: 90%;
    letter-spacing:1px;
}

a {
	color: #e05056;
	text-decoration: none;
}

#pullswitches .rope .bottom a {
	color: #000000;
} 

a:hover {
	color: #E4000A;
}

#header {
	line-height:160%;
	min-width: 300px;
	margin-top: 5%;
	margin-bottom: 0%;
}

#header img {
	position:relative;
	top: 3px;
}

#headerunderline {
	background:url(../images/linehorizontal.png);
	background-repeat:repeat-x;
	min-height: 3px;
	height: 3px;
	width: 100%;
}

#pullswitches {
	/*overflow:hidden;*/
	position:relative;
	width: 35%;
	max-width: 35%;
	min-width: 7em;
	/*right: 90%; full control is in pullswitch_effect.js*/
	top: -2px;

	border-style:solid;
	border-width:0px;
	border-color:#000000;
}

/* properties defining any rope div in general */
#pullswitches .rope {
	position: relative;
	display: inline-block;
	min-width: 30px;
	min-height: 100px;

	border-style:solid;
	border-width:0px;
	border-color:#FCFCFC;
}

/* properties defining the top of the div */
#pullswitches .rope .top {
	display: block;
    position: absolute;
    top: 0px;
    left: -2px;
	background:url(../images/linevertical.png);
	background-position:center; 
	background-repeat:repeat-y;
	min-width: 1em;
	width: 1em;
	height: 2em;
	margin-left: 25%;
    margin-right: 25%;

	border-style:solid;
	border-width:0px;
	border-color:#B25C19;
}

/* properties defining the bottom of the div */
#pullswitches .rope .bottom {    
	display: block;
    position: absolute;
    top: 1.8em;
    margin-left: 25%;
    margin-right: 25%;

    /*line-height:100%; pullswitch_effect.js*/
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: normal;
    font-size: 1em;
    color: #ACBFCC;

    border-style:solid;
	border-width:0px;
	border-color:#C9DCF6;
}

#content {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 16px;
	color: #FFFBDD;
	text-align:justify;
	margin-top: 4em;
}

.footer
{
	background-color: #cbd1d3;
	/*border-top-color: rgb(210, 214, 190);
	border-top-style: solid;
	border-top-width: 1px;*/
	bottom: 0px;
	/*color: rgb(19, 90, 110);*/
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	position: fixed;
	width: 100%;
	z-index: 100;
	text-align: right;
}






