/**********************************

Main Screen Import

***********************************/

/* @import "reset.css";
@import "core.css"; */



/**********************************

Reset Styles for all browsers

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }



/**********************************

Core Styles

***********************************/

body { 
color: #2a3f5a; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: center; 
background: url(../images/bg-dk.gif) repeat;
margin: 0; 
} 

#container {
width: 780px;
background-color: #fff;
margin: 0px auto;
text-align: left;
border: 1px solid #ebecf0;
margin-top: 10px;
}

/* Header
------------------------------*/

#header {
height: 150px;
width: 780px;
background: url(../images/logo.jpg) no-repeat;
border-bottom: 1px solid #2a3f5a;
}

#header h1 {
visibility: hidden;
}

/* Content
------------------------------*/

#content {
width: 780px;
display: table;
background: url(../images/bg-content.jpg) repeat-y top left;
}


/* Sidebar-Left
------------------------------*/

#sidebar-left {
float: left;
width: 180px;
}

#sidebar-left p {
font-size: 9px;
color: #666;
margin: 10px;
}

#sidebar-left a {
color: #666;
}

#sidebar-left a:hover {
text-decoration: none;
}

/* Menu
------------------------------*/

#menu {
height: 300px;
background: url(../images/bg-menu.jpg) no-repeat;
}

#menu ul {
border-bottom: 1px solid #fff;
padding-top: 45px;
}

#menu ul li {
display: block;
height: 30px;
border-top: 1px solid #fff;
}

#menu ul li a {
display: block;
width: 180px;
height: 30px;
text-decoration: none;
}

#menu ul li a#family {background: url(../images/m-family.jpg) no-repeat;}
#menu ul li a#family:hover {background: url(../images/m-family-ro.jpg) no-repeat;}

#menu ul li a#flowchart {background: url(../images/m-flowchart.jpg) no-repeat;}
#menu ul li a#flowchart:hover {background: url(../images/m-flowchart-ro.jpg) no-repeat;}

#menu ul li a#strategy {background: url(../images/m-strategy.jpg) no-repeat;}
#menu ul li a#strategy:hover {background: url(../images/m-strategy-ro.jpg) no-repeat;}

#menu ul li a#mission {background: url(../images/m-mission.jpg) no-repeat;}
#menu ul li a#mission:hover {background: url(../images/m-mission-ro.jpg) no-repeat;}

#menu ul li a#history {background: url(../images/m-history.jpg) no-repeat;}
#menu ul li a#history:hover {background: url(../images/m-history-ro.jpg) no-repeat;}

#menu ul li a#services {background: url(../images/m-services.jpg) no-repeat;}
#menu ul li a#services:hover {background: url(../images/m-services-ro.jpg) no-repeat;}

#menu ul li a#quality {background: url(../images/m-quality.jpg) no-repeat;}
#menu ul li a#quality:hover {background: url(../images/m-quality-ro.jpg) no-repeat;}

#menu ul li a#programs {background: url(../images/m-programs.jpg) no-repeat;}
#menu ul li a#programs:hover {background: url(../images/m-programs-ro.jpg) no-repeat;}

#menu ul li a#contact {background: url(../images/m-contact.jpg) no-repeat;}
#menu ul li a#contact:hover {background: url(../images/m-contact-ro.jpg) no-repeat;}

#menu p {
margin: 0;
margin-top: 9px;
}

#menu p a {
height: 20px;
width: 180px;
display: block;
background: url(../images/home.gif) no-repeat;
text-decoration: none;
}

#menu p a:hover {
background: url(../images/home-ro.gif) no-repeat;
}

#menu span {
visibility: hidden;
}

/* Main
------------------------------*/

#main {
float: left;
width: 420px;
}

#main h2 {
width: 380px;
height: 34px;
margin-left: 20px;
border-bottom: 1px solid #dee1cf;
}

#main h2 span {
visibility: hidden;
}

#main h2#family {background: url(../images/h-family.jpg) no-repeat;}

#main h2#flowchart {background: url(../images/h-flowchart.jpg) no-repeat;}

#main h2#strategy {background: url(../images/h-strategy.jpg) no-repeat;}

#main h2#scg {background: url(../images/h-scg.jpg) no-repeat;}

#main h2#mission {background: url(../images/h-mission.jpg) no-repeat;}

#main h2#history {background: url(../images/h-history.jpg) no-repeat;}

#main h2#services {background: url(../images/h-services.jpg) no-repeat;}

#main h2#quality {background: url(../images/h-quality.jpg) no-repeat;}

#main h2#programs {background: url(../images/h-programs.jpg) no-repeat;}

#main h2#contact {background: url(../images/h-contact.jpg) no-repeat;}

#main h3 {
font-size: 14px;
background-color: #f6f7ee;
padding: 5px;
padding-left: 9px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
border-top: 1px solid #dee1cf;
border-bottom: 0px solid #dee1cf;
}

#main p,
#main ul li {
line-height: 1.4em;  /* Added: 2.27.09 */
}

#main p {
font-size: 12px;
color: #2a3f5a;
margin: 10px 20px 10px 20px;
}

#main p.large {
font-size: 16px;
margin-bottom: 50px;
}

#main p.titles {
font-size: 11px;
color: #9baa53;
}

#main ul {
margin: 10px 20px 20px 20px;
}

#main ul li {
font-size: 12px;
list-style-type: square;
list-style-position: inside;
}

#main img {
margin-left: 10px;
}

#main ul li a {
color: #9baa53;
}


/* Sidebar-Right
------------------------------*/

#sidebar-right {
float: left;
width: 180px;
}

#menu-right {
height: 300px;
/* background: url(../images/bg-menu-blue.jpg) no-repeat; */
/* background: url(../images/bg-lt.gif) repeat; */
}

/* Footer
------------------------------*/

#footer {
clear: both;
height: 22px;
background-color: #2a3f5a;
border-top: 2px solid #9baa53;
}

/* Thickbox
------------------------------*/

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align: left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_closeWindow a,
#TB_closeAjaxWindow a {
color: #ff0000;
text-decoration: none;
}

#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
color: #ff0000;
text-decoration: underline;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

/* Survey - Added 10.14.09
------------------------------*/

#survey {
border-top: 1px solid #dee1cf;
border-bottom: 1px solid #dee1cf;
margin: 20px 10px;
}

#survey p {
color: #666;
}

#survey p.question {
border-top: 1px solid #eee;
padding-top: 15px;
}

#survey p.options,
#survey p.txtinput {
font-size: 11px;
line-height: 1.6;
padding: 2px 5px;
}

#survey p.options input {
margin-right: 5px;
}

#survey p.txtinput {
padding-bottom: 15px;
}

#survey p.txtinput input {
margin: 0 0 5px 0;
}

#survey p.options textarea {
width: 340px;
}