/*----------------------------------------------------------------------------------
	CSS :: Joomla Hacks
----------------------------------------------------------------------------------*/

.contentheading,
.chronoform {
	display: none;
}

/*----------------------------------------------------------------------------------
	CSS :: Keystone
----------------------------------------------------------------------------------*/

* {
	font: normal normal normal 12px Verdana;
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body,
div#outer,
div#inner,
div#outer-int {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer,
* html div#inner,
* html div#outer-int {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
	background-color: #7F7F7F;
    width: 100%;
}

div#outer-int {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #fff;
}

#outer-int div#inner,
#outer div#inner {
    position: absolute;
    left: 0;
	top: 0;
    width: 900px;
	text-align: center;
}

/*----------------------------------------------------------------------------------
	CSS :: Keystone :: Inner :: Header
----------------------------------------------------------------------------------*/

#inner div#header {
	position: relative;
	width: 900px;
	height: 236px;
	background: #fff url(images/header/home-header.jpg) no-repeat;
}

#header div#logo {
	position: absolute;
	top: 11px;
	left: 54px;
	width: 301px;
	height: 170px;
	background: transparent url(images/logo/keystone-home.jpg) no-repeat;
}

#inner div#int-header {
	position: relative;
	width: 900px;
	height: 187px;
	background: #fff url(images/header/int-header.jpg) no-repeat;
}

#int-header div#logo {
	position: absolute;
	top: 13px;
	left: 42px;
	width: 189px;
	height: 99px;
	background: transparent url(images/logo/keystone.jpg) no-repeat;
}

#header a#about-us-link,
#header a#capabilities-link,
#header a#contact-us-link,
#header a#links-link,
#header a#home-link,
#int-header a#about-us-link,
#int-header a#capabilities-link,
#int-header a#contact-us-link,
#int-header a#links-link,
#int-header a#home-link {
	position: absolute;
	display: block;
	width: 75px;
	height: 15px;
	text-align: left;
	text-indent: -999em;	
	text-decoration: none;
	outline: none;
	z-index: 200;
}

#header a#about-us-link,
#int-header a#about-us-link {
	top: 20px;
	right: 249px;
	background: url(images/nav/about-us-link-up.jpg) no-repeat;
}

#header a#about-us-link:hover,
#int-header a#about-us-link:hover {
	background: url(images/nav/about-us-link-down.jpg) no-repeat;
}

#header a#capabilities-link,
#int-header a#capabilities-link {
	top: 50px;
	right: 199px;
	background: url(images/nav/capabilities-link-up.jpg) no-repeat;
}

#int-header a#capabilities-link:hover,
#header a#capabilities-link:hover {
	background: url(images/nav/capabilities-link-down.jpg) no-repeat;
}

#header a#contact-us-link,
#int-header a#contact-us-link {
	top: 80px;
	right: 161px;
	background: url(images/nav/contact-us-link-up.jpg) no-repeat;	
}

#header a#contact-us-link:hover,
#int-header a#contact-us-link:hover {
	background: url(images/nav/contact-us-link-down.jpg) no-repeat;
}

#header a#links-link,
#int-header a#links-link {
	top: 114px;
	right: 129px;
	background: url(images/nav/links-link-up.jpg) no-repeat;	
}

#header a#links-link:hover,
#int-header a#links-link:hover {
	background: url(images/nav/links-link-down.jpg) no-repeat;
}

#header a#home-link,
#int-header a#home-link {
	top: 150px;
	right: 100px;
	background: url(images/nav/home-link-up.jpg) no-repeat;
}

#header a#home-link:hover,
#int-header a#home-link:hover {
	background: url(images/nav/home-link-down.jpg) no-repeat;
}

#int-header div#section-title-about-us,
#int-header div#section-title-capabilities,
#int-header div#section-title-contact-us,
#int-header div#section-title-site-map {
	position: absolute;
	width: 107px;
	height: 24px;
	top: 159px;
	left: 53px;
}

#int-header div#section-title-about-us {
	background: transparent url(images/section/about-us.jpg) no-repeat;
}

#int-header div#section-title-capabilities {
	background: transparent url(images/section/capabilities.jpg) no-repeat;
}

#int-header div#section-title-contact-us {
	background: transparent url(images/section/contact-us.jpg) no-repeat;
}

#int-header div#section-title-site-map {
	background: transparent url(images/section/site-map.jpg) no-repeat;
}


/*----------------------------------------------------------------------------------
	CSS :: Keystone :: Inner :: Horizontal Nav
----------------------------------------------------------------------------------*/

#inner div#hrz-nav-about-us,
#inner div#hrz-nav-capabilities,
#inner div#hrz-nav {
	position: relative;
	width: 900px;
	height: 30px;
	text-align: left;
	color: #fff;
}

#inner div#hrz-nav-about-us {
	background: transparent url(images/nav/hrz-bg-about-us.png) no-repeat;
}

#inner div#hrz-nav-capabilities {
	background: transparent url(images/nav/hrz-bg-capabilities.png) no-repeat;
}

#inner div#hrz-nav {
	background: transparent url(images/nav/hrz-bg.png) no-repeat;
}

#hrz-nav-about-us ul,
#hrz-nav-capabilities ul {
	padding: 5px 0 0 75px;
}

#hrz-nav-about-us ul li,
#hrz-nav-capabilities ul li {
	display: inline;
	margin: 0 40px 0 0;
}	

#hrz-nav-about-us a,
#hrz-nav-capabilities a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#hrz-nav-about-us a:hover,
#hrz-nav-capabilities a:hover {
	color: #FCA302;
}

/*----------------------------------------------------------------------------------
	CSS :: Keystone :: Inner :: Content
----------------------------------------------------------------------------------*/

#inner div#copy-home {
	position: absolute;
	width: 900px;
	top: 234px;
	left: 0;
}

#inner div#copy {
	position: absolute;
	width: 900px;
	top: 209px;
	left: 0;
}

#copy-home div#content-home,
#copy div#content-about,
#copy div#content-contact,
#copy div#content-capabilities,
#copy div#content-our-name,
#copy div#content-our-philosophy,
#copy div#content-our-founder,
#copy div#content-human-resources,
#copy div#content-business-communications,
#copy div#content-partners,
#copy div#content-site-map {
	position: relative;
	width: 900px;
	height: auto;
	padding: 45px 0 0 50px;
	text-align: left;
	color: #fff;
}

#copy-home div#content-home {
	padding: 122px 0 0 112px;
	height: 280px;
	background: transparent url(images/side/home.gif) no-repeat;
}

#copy-home div#content-home-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 386px;
	background: transparent url(images/side/home-bg.jpg) no-repeat;
}

#content-about {
	background: transparent url(images/side/about.jpg) no-repeat;
}

#content-contact {
	background: transparent url(images/side/contact-us.jpg) no-repeat;
}

#content-capabilities {
	background: transparent url(images/side/capabilities.jpg) no-repeat;
}

#content-our-name {
	background: transparent url(images/side/our-name.jpg) no-repeat;
}

#content-our-philosophy {
	background: transparent url(images/side/our-philosophy.jpg) no-repeat;
}

#content-our-founder {
	background: transparent url(images/side/our-founder.jpg) no-repeat;
}

#content-human-resources {
	background: transparent url(images/side/human-resources.jpg) no-repeat;
}

#content-business-communications {
	background: transparent url(images/side/business-communications.jpg) no-repeat;
}

#content-partners {
	background: transparent url(images/side/partners.jpg) no-repeat;
}

#content-site-map {
	background: transparent url(images/side/site-map.jpg) no-repeat;
}

#content-our-name #main,
#content-our-philosophy #main,
#content-our-founder #main,
#content-human-resources #main,
#content-business-communications #main,
#content-partners #main,
#content-site-map #main {
	color: #000;
	width: 620px;
	height: auto;
	padding: 0;
}

#content-our-name #main p,
#content-our-philosophy #main p,
#content-our-founder #main p,
#content-human-resources #main p,
#content-business-communications #main p,
#content-partners #main p,
#content-site-map #main p {
	font: verdana;
	font-size: 12px;
	line-height: 20px;	
	color: #000;
}


#content-our-name #main ul,
#content-our-philosophy #main ul,
#content-our-founder #main ul,
#content-human-resources #main ul,
#content-business-communications #main ul,
#content-partners #main ul,
#content-site-map #main ul {
	margin: 0 0 0 20px;
}

#content-our-name #main ul li,
#content-our-philosophy #main ul li,
#content-our-founder #main ul li,
#content-human-resources #main ul li,
#content-business-communications #main ul li,
#content-partners #main ul li,
#content-site-map #main ul li {
	list-style: disc;
	font: verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin: 0 0 6px 0;
	color: #000;
}


h1 {
	font-family: verdana;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}

b,
strong {
	font-weight: bold;
}

#content-home div#main,
#content-about div#main,
#content-contact div#main,
#content-capabilities div#main {
	width: 620px;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
}

#main div#spacer {
	float: right;
	height: 398px;
	width: 1px;
}

#content-home div#main {
	width: 500px;
}

#main ul {
	margin: 0 0 0 20px;
}

#main ul li {
	list-style: disc;
	font: verdana;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #F6F6F6;
}

#main p {
	font: verdana;
	font-size: 14px;
	line-height: 22px;	
	margin: 8px 0 8px 0;
}

.bold {
	font: verdana;
	font-weight: bold;
}

em {
	font-style: italic;
}

#content-site-map #main ul {
	font-size: 14px;
}

#content-site-map #main ul li a {
	color: #000;
	font-size: 14px;
}

/*----------------------------------------------------------------------------------
	CSS :: Keystone :: Inner :: Footer
----------------------------------------------------------------------------------*/

#copy-home div#footer,
#copy div#footer {
	position: relative;
	width: 900px;
	height: 120px;
}

#footer div#links {
	position: absolute;
	top: 0;
	right: 25px;
	text-align: right;
}

#links ul {
	margin: 48px 0 5px 0;
}

#links ul li,
#links ul li a {
	font-family: verdana;
	display: inline;
	font-size: 9px;
	color: #353535;
	text-decoration: none;
	margin: 0 1px 0 1px;
}

#links ul li a:hover {
	text-decoration: underline;
}

#links p {
	font-family: verdana;
	font-size: 9px;
	color: #353535;
}

a {
	color: #353535;
	font-size: 9px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#links a#ask-question {
	position: absolute;
	display: block;
	width: 152px;
	height: 33px;
	text-align: left;
	text-indent: -999em;	
	text-decoration: none;
	outline: none;
	z-index: 200;
	background: url(images/misc/qq1-off.gif) no-repeat;
	top: 0;
	right: 0;
}

#links a#ask-question:hover {
	background: url(images/misc/qq1-on.gif) no-repeat;
}



/*
td.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #353535; 
	text-align: right;
	padding-right: 30px;

}
td.contact {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff; 
	padding-left: 66px;
	padding-top: 45px;

}
td.body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #323531; 
	padding-left: 52px;
	padding-top: 44px;

}
font.header {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000; 
	font-weight: bold;

}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #222860;

}
td.white {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;

}

A.white {
	COLOR: #ffffff; 
	TEXT-DECORATION: underline; 
}
A.white:hover {
	COLOR: #ffffff; 
	TEXT-DECORATION: underline;
}


*/
