@charset "utf-8";
/* CSS Document */

body {
font-size: 65% !important;
}

body {
	font: 100% Trebuchet MS Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {text-decoration: underline;}
a:link {color: #000000; }
a:visited {color: #000000; }
a:hover {color: #0E97C9;}
a:active {color: #000000;}

.visHide, #searchlabel {
	position: absolute;
	left: -999em; top: 0;
	}

h1 {
	color: #0E97C9;
	font-size: 200%;
        text-transform: uppercase;
}
h2 {
        color: #0E97C9;  
}
h3 {
        color: #0E97C9;  
}
h4 {
        color: #0E97C9;  
}
.nexgeneration #h1, {
	color: #0E97C9;
	}
.nextgeneration #container {
	width: 100%;   /*this will create a container 100% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */	 
	position: relative;
}

/* HEADER*/

.nextgeneration #header {
	background-image: url(http://www.perkins.org/assets/stylesheets/images/content_bg.jpg);
	position: relative;
	left: 0; top: 0;
	margin: 0;
	padding: 15px 20px;
	} /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

.nextgeneration #headercontainer {
	background: transparent; 
	position: relative;
	left: 0; top: 0;
	width: 1000px;
	margin: 0 auto 0px auto;
	padding: 0;  
}
.nextgeneration #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


form#headersearch {
	position: absolute;
	top: 12px;
	right: 0;
	width: 35%;
	padding: 5px; margin: 0;
        background: #039ad2;
	}
#headersearch input.text {
	font-size: 1.6em;
	width: 69%;
	padding: 3px 0;
        border: 1px solid;
	}
#headersearch input.submit {
	position: absolute;
	right: 5px; top: 6px;
	font-size: 1.6em;
	width: 25%;
	}
/* END OF HEADER STYLES*/
	
.nextgeneration #pageback {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f7f8ef;
	width: 100%; 
	position: relative; 
}
.nextgeneration #contentframe {
	padding: 0px 0px;
	background: #FFFFFF;
	position: relative;
	left: 0; top: 0;
	width: 1000px;
	margin: 0 auto 0px auto;
	padding: 0;	
}
.nextgeneration #maincontent {
	padding: 0px 0px; 
	background: #FFFFFF;
}

/* BREADCRUMB */


div.breadcrumbs {
         width: 850;
         background: #F7F8EF;
         padding: 10px;
         margin: 0px 20px 20px 20px;
         font: normal 125% Trebuchet MS;
         border: 1px solid #dedfd5;
}

div .breadcrumbs a {text-decoration: none;}
div .breadcrumbs a:link {color: #000000; }
div .breadcrumbs a:visited {color: #000000; }
div .breadcrumbs a:hover {color: #000000;}
div .breadcrumbs a:active {color: #000000;}

.breadcrumbComponent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f7f8ef;
	
        
}

.nextgeneration #pagetop {
	margin: 0;
	padding: 0px 10px 10px 10px;
	max-width: 1000px;
	min-width: 756px;
	overflow: hidden;
	}
.nextgeneration #pageleft {
	/*position: relative;*/
	float: left;
	margin: 0;
	padding: 0px 10px 10px 10px;
	width: 220px;
	overflow: hidden;
	}
.nextgeneration #pageright {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: relative;*/
	float: right;
	margin: 0;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
        font-size: 150%;
	}
.nextgeneration #secondarypageright {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: relative;*/
	float: right;
	margin-left: 5px;
	padding: 0px 30px 10px 10px;
	overflow: hidden;
        font-size: 150%;
        width: 700px;
	}
		
/* LEFT COLUMN STYLES */

.getupdated label {
       position: reletive; left -3px;
}

.getupdated {
	background-color: #cddf8b;
	padding: 0px;
	color: #414b1e;
	font-size:small;
	text-align: center;
	background-image: url(http://www.perkins.org/assets/images/next-generation/getupdated_back_fade.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
        width: 220px;	
	}
	
.leftdivbox {
	background-color: #cddf8b;
	padding: 0px;
	color: #414b1e;
	font-size:small;
	text-align: center;
	background-image: url(http://www.perkins.org/assets/images/next-generation/getupdated_back_fade.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	margin-top: 15px;
        width: 220px;
	}

.leftdivbox a {
        text-decoration: none;
}
.leftdivbox a:link {color: #000000; }
.leftdivbox a:visited {color: #000000; }
.leftdivbox a:hover {color: #0E97C9;}
.leftdivbox a:active {color: #000000;}
.lefttextbox {
	padding: 5px 5px 10px 5px;
        font-size: 110%;
	}


.getupdated input {
	margin: 4px;
	}

.getupdated .subscribe {
	border: 1px solid #4b5624;
	width: 10em;
	margin: auto;
	background-color: #738437;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 7px;
	}
.subscribe a {
       color: #ffffff;
       text-decoration: none;
}
/* END LEFT COLUMN STYLES */

/* BEGIN FOOTER STYLES*/

.nextgeneration #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	height: 90px;
	/*max-width:1000px; 
	min-width:1000px;*/
} 

#footer img {
	background-image: url(http://www.perkins.org/assets/stylesheets/images/content_bg.jpg);
}

.nextgeneration #footer a {
        text-decoration: underline;
}
.nextgeneration #footer a:link {color: #000000; }
.nextgeneration #footer a:visited {color: #000000; }
.nextgeneration #footer a:hover {color: #000000;}
.nextgeneration #footer a:active {color: #000000;}

.nextgeneration #footercontainer { 
	padding: 0 0px; 
	background:#ffffff;
	position: relative; 
	height:100px;
} 
.nextgeneration #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.nextgeneration #footerlogo {
	float: left;
	padding: 5px;
}
.nextgeneration #footerleft {
	float: left;
	font-size: small;
	margin: 20px;
}
.nextgeneration #footercenterleft {
	float: left;
	font-size: small;
	margin: 20px 10px 20px 10px;
	padding: 0px 20px 0px 10px;
}
.nextgeneration #footercenterright {
	float: left;
	font-size: small;
	margin: 20px 5px 10px 5px;
	padding: 0px 10px 0px 10px;
}
.nextgeneration #footerright {
	float: left;
	font-size: small;
	margin: 20px 5px 20px 15px;
}

/*END FOOTER STYLES*/

/*BEGIN RINGTONE WIDGET STYLES*/

.ringtonewidget {
	height: 115px;
	width: 305px;
	background-image: url(http://www.perkins.org/assets/images/next-generation/getupdated_back_fade.jpg);
}

.widgetheader {
	
	background-color: #607026;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	border-bottom: thin outset #858a74;
}
.widgetlogo {	
	float: left;
	padding: 5px 5px 5px 5px;
}
.ringtonetitle {
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
}
.ringtonebyline {
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
}
.widgetpreview {
	background-color: #607026;
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin-right: 3px;
	float: left;
	border-top: thin outset #858a74;
	border-right: thin outset #858a74;
	border-bottom: thin outset #858a74;
	border-left: thin outset #858a74;
}
.widgetsendlink {
	background-color: #607026;
	width: 110px;
	float: right;
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin-left: 3px;
	margin-right: 5px;
	border-top: thin outset #858a74;
	border-right: thin outset #858a74;
	border-bottom: thin outset #858a74;
	border-left: thin outset #858a74;		
	
}
.rtbuttoncontainer a {text-decoration: none;}
.rtbuttoncontainer a:link {color: #ffffff; }
.rtbuttoncontainer a:visited {color: #ffffff; }
.rtbuttoncontainer a:hover {color: #0E97C9;}
.rtbuttoncontainer a:active {color: #ffffff;}

.visHide, #headersearch, #primarynav, #secondarynav, .breadcrumbs, #pageleft {
	display: none !important;
}

* {
	background: #ffffff !important;
}

#pageright, #secondarypageright {
	width: 100% !important;
}
