/*
Company:	cs2 interactive
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #f6f5ee;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

/* Body */
body.home div#bd {
	padding: 20px 0;
	background: url(../images/home-bkg.gif) repeat-y 0 0;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
body.home div#bd div.content {
	background: url(../images/home-div.gif) repeat-y 374px 0;
}

body.inside div#bd {
	padding: 20px 0;
	background: url(../images/inside-bkg.gif) repeat-y 0 0;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
body.inside div#bd div.content {

}

/* Footer */
div#ft {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.gif) no-repeat 0 0;
	height: 53px;
	overflow: hidden;
	margin-bottom: 20px;
	text-indent: -9000px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 990px;
	height: 147px;
	background: url(../images/cs2-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}


/* Sidebar */
body.home div.sidebar {
	width: 374px;
	text-align: center;
	padding-top: 70px;
	float: left;
	display: inline;
}
body.inside div.sidebar {
	width: 186px;
	margin-left: 2px;
	float: left;
	display: inline;
}

body.home div.sidebar img.heading {
	margin-top: 99px;
}

/* Main */
body.home div.main {
	width: 470px;
	margin: 0 0 0 20px;
	padding: 50px 50px 130px 50px;
	background: url(../images/home-main-bkg.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
body.inside div.main {
	width: 725px;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	display: inline;
}

/* Feature Col */
div.feature-col {
	background: url(../images/feature-box-top.gif) no-repeat 0 0;
	width: 341px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.feature-col-inner {
	background: url(../images/feature-box-btm.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 25px 15px 15px 15px;
	width: 311px;
}
div.feature-col p.center {
	text-align: center;
}
div.feature-col h2#hd-feature-embassy {
	margin: 0 0 15px 0;
	background: url(../images/hd-featured-embassy.gif) no-repeat 0 0;
	text-indent: -9000px;
	width: 298px;
	height: 43px;
}
div.feature-col h2#hd-feature-memphistcu {
	margin: 0 0 15px 0;
	background: url(../images/hd-featured-memphistcu.gif) no-repeat 0 0;
	text-indent: -9000px;
	width: 298px;
	height: 60px;
}

/* @end */

/* @group Nav */
div#nav {
	width: 986px;
	border-left: 2px solid #040403;
	border-right: 2px solid #040403;
	background-color: #9d956c;
}
body.inside div#nav {
	border-bottom: 4px solid #696868;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 100px;
	float: left;
	display: inline;
}
body.inside div#nav ul {
	border-bottom: 4px solid #ded9c2;
	width: 886px;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	text-indent: -9000px;
	height: 26px;
	background: url(../images/nav.gif) no-repeat 0 0;
}

div#nav ul li#n-who a {
	width: 108px;
}
div#nav ul li#n-who:hover a, div#nav ul li#n-who.sfhover a {
	background-position: 0 -26px;
}

div#nav ul li#n-interactive a {
	width: 180px;
	background-position: -108px 0;
}
div#nav ul li#n-interactive:hover a, div#nav ul li#n-interactive.sfhover a {
	background-position: -108px -26px;
}

div#nav ul li#n-web a {
	width: 156px;
	background-position: -288px 0;
}
div#nav ul li#n-web:hover a, div#nav ul li#n-web.sfhover a {
	background-position: -288px -26px;
}

div#nav ul li#n-custom a {
	width: 146px;
	background-position: -444px 0;
}
div#nav ul li#n-custom:hover a, div#nav ul li#n-custom.sfhover a {
	background-position: -444px -26px;
}

div#nav ul li#n-portfolio a {
	width: 92px;
	background-position: -590px 0;
}
div#nav ul li#n-portfolio:hover a, div#nav ul li#n-portfolio.sfhover a {
	background-position: -590px -26px;
}

div#nav ul li#n-contact a {
	width: 105px;
	background-position: -682px 0;
}
div#nav ul li#n-contact:hover a, div#nav ul li#n-contact.sfhover a {
	background-position: -682px -26px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #c3bc9a;
	width: 886px;
	border-bottom: 4px solid #6e6e6c!important;
	border-top: 4px solid #ded9c2;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li#n-who ul {
	margin-left: -100px;
	padding-left: 100px;
}
div#nav ul li ul li {
	background-image: none;
	height: 26px;
}
div#nav ul li ul li a {
	text-align: left;
	height: 26px;
	padding: 0;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	text-indent: 0;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #a0986f;
}

/* Sidenav */
ul.sidenav {
	margin: 0;
}
ul.sidenav li {
	list-style: none;
	padding: 0;
}
ul.sidenav li.active {
	background-color: #a0986f;
}

ul.sidenav li.active a {
	background-color: #a0986f;
	color: white;
}
ul.sidenav li.active ul li a {
	color: black;
}
ul.sidenav li.active ul li a:hover, 
ul.sidenav li.active ul li.active a {
	color: white;
}

ul.sidenav ul {
	display: none;
}
ul.sidenav li.active ul {
	display: block;
}

ul.sidenav li a {
	display: block;
	color: black;
	/* background: url(../images/sidenav.gif) no-repeat 0 0; */
	padding: 4px 10px 8px 10px;
	text-decoration: none;
}
ul.sidenav li ul li a {
	padding: 2px 10px 4px 16px;
}
ul.sidenav li a:hover {
	background-color: #a0986f;
	color: white;
}
ul.sidenav ul {
	margin: 0;
}
/* @end */

/* @group Default Headings */
img.heading {
	margin: 0 0 10px 0;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
