@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	padding:0;
	margin:0;
    color: #343637;
   	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
a, a:link, a:visited {
	text-decoration: underline;
	color: #343637;
}
a:hover {
	text-decoration: underline;
	color: #0054A6;
}
a:active {
	text-decoration: underline;
}
h1{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
    font-weight: bold;
	margin: 0 0 15px 0;
	padding:6px 0;
	color:#0054a6 !important;
}

h2{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
    font-weight: bold;
	margin-top:0px;
	padding: 0px 0px 10px 0px;
	color:#0054a6 !important;
}

h3{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
	padding:6px 0 0;
	color:#0054a6;
    margin-top: 12px;
}

h4{
  font-family: Trebuchet MS;
  color: #ffffff;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  padding: 10px 15px 0 8px;
}

#wrapper {
	width: 812px;
	/*border: 1px black solid;*/
	margin-left: auto;
	margin-right: auto;
}

#header img { border: 0; }

#body {
	background-color: white;
	width: 803px;
	margin-left: 9px;
	overflow: hidden;
	display: inline-block;
}

#left {
	float: left;
	width: 200px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
}

#right {
	float: right;
	width: 583px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
}




/* =========== HOME PAGE STYLE =========== */
.home_background /*The Home backgroung style setting : the blue gradiant backgrond*/
{
	background-image:url(img/Homebackground.jpg);
	background-repeat:no-repeat;
	height:179px;
	width:811px;
	margin-left:0px;
		
}


.org_indi_link_img /*This is the style set for the organization and individual links on the home page*/
{
	
	border-bottom-style:none;
	border:none;
	float:left;
	padding-left:4px;
	padding-top:4px;
	
	
}

.sub_links_collection /*This is the class for the sub links located on the bottom right corner*/
{
	float:left;
	width:255px;
	padding-left:10px;
	margin-right:10px;
    margin-bottom: 15px;
	padding-top:5px;
}


/* =========== NAVIGATION BAR BOX =========== */
#navbar_box /*This is the style class for the top navigation bar in the About Us page*/
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
    font-weight: bold;
	margin-top:10px;
	padding:6px;
	height: 20px;
	text-align:left;
	color:#343637 !important;
}
#navbar_box a:link, #navbar_box a:visited /*This is the style class for the top navigation bar in the About Us page*/
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:left;
    text-decoration: underline;
	color:#0054A6 !important;
}
#navbar_box a:hover{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:left;
    text-decoration: underline;
    color: #343637 !important;
}


/* ====================== INDIVIDUAL STYLE (LEFT) ====================== */
#indi_button_collection /*This style class is for the buttons as a collection in the About Us page*/
{
	width:178px;
	float:left;
	padding-top: 5px;
    padding-left: 5px;
}

#indi_buttons_off /*This style class is used for button off representation*/
{
	background-image:url(img/buttonoff.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:178px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
    color: #343637;
	padding:0px 5px 0 8px;
    margin-top: 1px;
	float:left;
	text-align:left;
    border: 0;
}

#indi_button_collection a:link, #indi_button_collection a:visited, #indi_button_collection a:hover{
	padding: 13px 5px 5px 15px;
	text-decoration: none;
	margin-bottom: -17px;
	color: #343637;
	font-weight: bold;
}

#indi_buttons_on /* this styles represent the button on stage*/
{
	background-image:url(img/buttonon.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:176px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
	padding:0px 5px 0 10px;
    margin-top: 1px;
	float:left;
	text-align:left;
	color:#FFF;
    border: 0;
}

/* VIDEO STYLE */
#indi_video_background table{
	margin-bottom: 25px;
    width: 594px;
    background-color: #F7941E;
    padding: 2px;

}
#indi_video_background {
	display: block;
	height:100%;
}
#indi_video_background h1{
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #ffffff;
    font-size: 13pt;
}
#indi_video_background h2{
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #feeaa6;
	font-size: 18px;
	margin-top: -10px;
}
#indi_video_background p{
  font-family: Trebuchet MS;
  font-weight: bold;
  color: #ffffff;
  font-size: 10pt;
  margin-top: -10px;
}



/* ====================== ORGANIZATION STYLE (LEFT) ====================== */
#org_button_collection {
	width:178px;
	float:left;
	padding-top: 5px;
    padding-left: 5px;
	color: #343637;
}
#org_button_collection a:link, #org_button_collection a:visited, #org_button_collection a:hover{
	padding: 13px 5px 5px 15px;
	text-decoration: none;
	margin-bottom: -17px;
	font-weight: bold;
}
#org_buttons_off {
	background-image:url(img/orgbuttonoff.png);
	background-repeat:no-repeat;
	height:49px;
	width:178px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
    color: #343637;
	padding:0px 5px 0 8px;
    margin-top: 1px;
	float:left;
	text-align:left;
    border: 0;
}
#org_buttons_on {
	background-image:url(img/orgbuttonon.png);
	background-repeat:no-repeat;
	height:49px;
	width:178px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
	padding:0px 5px 0 8px;
    margin-top: 1px;
	float:left;
	text-align:left;
	color:white;
    border: 0;	
}

/* VIDEO STYLE */
#org_video_background table{
	margin-bottom: 30px;
    width: 594px;
    background-color: #385370;
    padding: 2px;

}
/*#org_video_background {
	display: block;
}*/
#org_checkup
{
	position: relative;
	margin-left:224px;
    margin-bottom: 15px;
	padding-top:10px;
/*	padding-bottom:20px;*/
	border:none !important;
}

/* ====================== Purple STYLE (LEFT) ====================== */
#prp_button_collection {
	width:178px;
	float:left;
	padding-top: 5px;
    padding-left: 5px;
	color: #343637;
}
#prp_button_collection a:link, #prp_button_collection a:visited, #prp_button_collection a:hover{
	padding: 13px 5px 5px 15px;
	text-decoration: none;
	margin-bottom: -17px;
	font-weight: bold;
}
#prp_buttons_off {
	background-image:url(img/prpbuttonoff.png);
	background-repeat:no-repeat;
	height:49px;
	width:178px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
    color: #343637;
	padding:0px 5px 0 8px;
    margin-top: 1px;
	float:left;
	text-align:left;
    border: 0;
}
#prp_buttons_on {
	background-image:url(img/prpbuttonon.png);
	background-repeat:no-repeat;
	height:49px;
	width:178px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
	padding:0px 5px 0 8px;
    margin-top: 1px;
	float:left;
	text-align:left;
	color:white;
    border: 0;
}

/* VIDEO STYLE */
#prp_video_background table{
	margin-bottom: 30px;
    width: 594px;
    background-color: #54178F;
    padding: 2px;
    clear: right;

}


/* PARAGRAPH */
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 8px;
	color: #343637 !important;
	text-align: justify;
}
ul {
	margin-left: 20px;
	color:#343637;
	font-weight: bold;
}

li{
	list-style-type: square;
/*	line-height: 25px;*/
    color:#343637;
}



/* ======================== FOOTER STYLE ======================== */
#footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:3px;
	padding: 6px 0 0 1px;
	padding-left:1px !important;
	color:#59595a;
	border-top: 5px solid #f7941f;
	height: 30px;
}


#left_footer {
	width:420px;
	float: left;
}

#contact_point {
	float: right;
}

#footer a {
	color:#343637;
	text-decoration: none;
}

#footer a:hover {
	color: #0054A6;
}

#did-you-know{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 8px;
}

#question-org{
  font-family: Trebuchet MS;
  font-weight: bold;
  color: #b3d7ff;
  font-size: 18px;
  padding-right: 15px;
  padding-left: 8px;
  font-style: italic;
}

#question-indi{
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #FFE697;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 8px;
	font-style: italic;
}

.clear { clear: both; }

.stressed_woman /*Stressed woman image settings*/
{
	padding-top:17px;
	padding-left:0px;
	float:right;
}

.error {
    color: red;
}

.result {
  color: green;
}

#header {
  position: relative;
}

#phone_number {
  position: absolute;
  right: 0;
  bottom: 64px;
}

