/* Inspiritec Home page styles */

.home_navbar {
	background-color: #000000;
	width: 736px;
	padding-right: 3px;
}
.home_navbar td {
     background-color: transparent;
}
.home_navbar .arrow {
     color: #888888;
}

/* Home navbar links */
.home_navbar a:link, .home_navbar a:active, .home_navbar a:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
     text-decoration: none;
}
.home_navbar a:hover {
     text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}


.home { /* For "Home" link in nav bar */
   margin-left: 10px;
}

/* Wrapper DIV for content in the 4 boxes*/ 
.home_content {
	padding-left: 19px;
	padding-top: 15px;
	vertical-align: top;
}

.home_content a:link, .home_content a:active, .home_content a:visited {
     text-decoration: underline;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.home_content a:hover {
     text-decoration: underline;
	color: #006600;
	font-weight: bold;
}

/* background images and size for 4 boxes */
.home_content_tl {
	background-image: url("../../NewItec/images/home_content_tl.jpg");
	height: 174px;
}
.home_content_tr {
	background-image: url("../../NewItec/images/home_content_tr.jpg");
	height: 174px;
}
.home_content_br {
	background-image: url("../../NewItec/images/home_content_br.jpg");
	height: 177px;
}

/* Content styles for 4 boxes */
.title_lead_txt {
	font-size: 10px;
}

h1#disabilities_title {
	font-size: 16px;
	font-weight: bold;
	color: #663366;
	margin: 2px 0px 8px 0px;
	padding: 0px;
}

#disabilities_links {
	list-style-position: outside;
	margin: 6px 0px 3px 16px;
	padding: 0px;
	list-style-type: square;
}

h1#techservices_title {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	margin: 2px 0px 8px 0px;
	padding: 0px;
}

#tech_services_links {
	list-style-position: outside;
	list-style-type: square;
	margin: 6px 0px 3px 16px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}
#tech_services_links li {
     margin-bottom: 4px;
}

#tech_services_links a:link, #tech_services_links a:active, #tech_services_links a:visited, #tech_services_links a:hover  {
	font-size: 10px;
	font-weight: normal;
}

h1#giving_title {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	margin: 2px 0px 8px 0px;
	padding: 0px;
}

.donate_link {
     margin-bottom: -3px;
	padding-bottom: 0px;
}
.donate_text {
     padding-left: 12px;
	padding-right: 3px;
	font-size: 11px;
}


/* Success story styles */

.success_story_cell {
	background-image: url("../../NewItec/images/success_home_bg.jpg");
	height: 118px;
}

.success_story {
	margin: 0;
	width: 95%;
}

.success_story h2 {
	font-size: 11px;
	font-weight: bold;
	color: green;
	margin: 6px 0px 2px 16px;
}

.success_story h3 {
   font-size: 10px;
   font-style: italic;
   font-weight: normal;
   margin: 1px 3px 3px 16px;
}

.success_story p {
     font-size: 10px;
	margin: 2px 3px 3px 16px;
}

.success_story a:link {
   padding: 2px 0px 3px 0px;
   margin: 0px;
   font-size: 10px;
   color: #546C44;
   font-weight: normal;   
}

/* bottom tagline on home page */
#home_jobs_info {
     font-size: 13px;
	margin: 20px 0px 10px 3px;
	padding:0px;
}



