@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #CDCFBC;
	color:#5a5656;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:11px;
}
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	padding:0;
	text-align: left;
	vertical-align: top;
	width: 1001px;
	height:100%;
	border:0;
}
#wrapper2 {
	padding:9px 28px;
}
#header {
	position:relative;
	width:945px;
	height:201px;
	margin:0 auto;
	padding:0;
	background-image:url(images/mending-kids-international.jpg);
	background-repeat:no-repeat;
}

#home_btn {
	position:absolute;
	width:317px;
	height:141px;
	top:6px;
	left:4px;
}

#topnav {
	position:absolute;
	top:173px;
	left:0px;
	width:945px;
	height:28px;
	margin:0 auto;
	padding:0;
	font-size:11px;
	color:#ffa120;
}
#topnav ul {
	width:800px;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}

#topnav li{
	text-decoration:none;
	float: left;
	/*width: 150px;*/
}
/* Highlight Page Nav when Selected */
body#home #topnav li.one {font-weight:bold;}
body#about #topnav li.two {font-weight:bold;}
body#work #topnav li.three {font-weight:bold;}
body#volunteer #topnav li.four {font-weight:bold;}
body#host #topnav li.five {font-weight:bold;}
body#refer #topnav li.six {font-weight:bold;}
body#nest #topnav li.seven {font-weight:bold;}
body#contact #topnav li.eight {font-weight:bold;}


h1 {
	font-size:10px;
	text-indent:-9999px;
	height:0;
	line-height:0;
	margin:0;padding:0;
}
h2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:13px;
}
h3 {
	color: #ffa120;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:11px;
}
h4 {
	color: #707dbd;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
}

p {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #ffa120;
}
a.nav:active {
	text-decoration: none;
	color: #FFA120;
}
#content_left{
	position:relative;
	padding:0 30px 0 0;
	width:600px;
	margin:18px 0 30px 0;
	float:left;
	border-right:dotted 2px #999999;
}
#content_right{
	width:288px;
	margin:18px 0 30px 0px;
	padding:0 0 0 25px;
	float:left;
}
#footer{
	clear:left;
	margin:0;
	padding:0;
	height:42px;
	width:945px;
	background-image:url(images/mki_footer.gif);
	background-repeat:no-repeat;
}

/* *********** HOME PAGE ********* */
#flashcontent{
	margin:35px 0 25px 0;
	padding:0;
	height:387px;
	width:597px;
}
#videocontent{
	margin-top:18px;
	padding:0;
	height:200px;
	width:288px;
}

/* ******** ABOUT PAGE ****** */
#purplelist {
	height:137px;
	color: #434376;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
}
#purplelist ul {
	margin:0;
	padding:0;
}
#purplelist ul li {
	padding:0;
	margin-left:20px;
}	

/* ******** CONTACT PAGE ****** */
#contact_image{
	position:relative;
	margin:0;
	padding:0;
	width:604px;
	height:293px;
	background-image:url(images/contact-bg.jpg);
	background-repeat:no-repeat;
}
#contact_info{
	position:absolute;
	margin:0;
	padding:0;
	left:45px;
	top:51px;
	width:235px;
	height:185px;
}


/* *********** GENERAL STYLES *********** */
.graybox{
	margin:0;
	padding:8px;
	background-color:#CDCFBC;
	border:1px solid #7F7E85;
}
.insidebox {
	padding:18px;
}

.insidebox ul {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:17px;
}

.boxheadline {
	padding:2px 20px 0 20px;
	color:#fff;
	font-size:12px;
	font-family:Palatino, Times New Roman;
}

.dots_horiz {
	margin:16px 0;
	width:100%;
	border-bottom:dotted 2px #999999;
}

.picture-left {
	margin-right:16px;
}
.picture-right {
	margin-left:25px;
}

.picture-gray-border {
	border:7px solid #CDCFBC;
}
.picture-22r-18b {
	margin:0 22px 18px 0;
}

.orange_bold{
	color:#ffa120;
	font-weight:bold;
}
.orange_bold12{
	color:#ffa120;
	font-weight:bold;
	font-size:12px;
}

.pink_bold {
	color: #C90062;
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
}

.purple_bold12 {
	color: #434376;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
}
.purple_bold11 {
	color: #434376;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:11px;
}
.large12 {
	font-size:12px;
}

.white_bold12 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	line-height:24px;
}

a.orange_link:link {
	color: #ffa120;
	text-decoration: none;
	font-style:italic;
}
a.orange_link:visited {
	text-decoration: none;
	color: #ffa120;
	font-style:italic;
}
a.orange_link:hover {
	text-decoration: underline;
	color: #ffa120;
	font-style:italic;
}
a.orange_link:active {
	text-decoration: underline;
	color: #ffa120;
	font-style:italic;
}

a.purple_link:link {
	color: #434376;
	text-decoration: none;
	font-style:italic;
}
a.purple_link:visited {
	text-decoration: none;
	color: #434376;
	font-style:italic;
}
a.purple_link:hover {
	text-decoration: underline;
	color: #434376;
	font-style:italic;
}
a.purple_link:active {
	text-decoration: underline;
	color: #434376;
	font-style:italic;
}

a.white_link:link {
	color: #fff;
	text-decoration: none;
}
a.white_link:visited {
	text-decoration: none;
	color: #fff;
}
a.white_link:hover {
	text-decoration: underline;
	color: #fff;
}
a.white_link:active {
	text-decoration: underline;
	color: #fff;
}

a.gray_link:link {
	color: #5a5656;
	text-decoration: none;
}
a.gray_link:visited {
	text-decoration: none;
	color: #5a5656;
}
a.gray_link:hover {
	text-decoration: underline;
	color: #333;
}
a.gray_link:active {
	text-decoration: underline;
	color: #333;
}

/* Newsletter box */
#newsletter_box {
	margin:0;
	padding:0;
	height:30px;
}
#newsletter_box #newsletter_field {
    float: left;
    padding:5px;
    margin:4px 0 0 0;
	border: 0;
    width: 202px;
	height:15px;
    background:url(images/search_box_bg.gif);
	background-repeat:no-repeat;
}
#newsletter_box #go {
    float: left;
	margin:4px 0 0 6px;
	padding:0;
	width:33px;
	height:25px; 
}
