/*

GLOBAL Stylesheet

-------------------------------------------------------- 
Company Name:	Danchilla Strategies
Author: 		Apis Design
--------------------------------------------------------*/

/* GLOBALS
----------------------------------*/
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#c9c5bb;
}
body {
	background:url(../graphics/main_page_bg.gif) repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#container {
	width:765px;
	text-align:left;
	background:#515150;
	margin:0;
	padding:0;
}
#content p, #content ul, #content ol, #content li, #content td, #content select, #content input, #content textarea {
	font-size:12px;
}
#content ul {
	list-style-image:url(../graphics/icon_tri.gif);
}
#intContentRight H1 { font-size:20px; }
#intContentRight H2 { font-size:18px; }
#intContentRight H3 { font-size:16px; }
#intContentRight H4 { font-size:14px; }
#intContentRight H5 { font-size:12px; }
#intContentRight H6 { font-size:11px; }
#intContentRight hr { height:1px; }

/* Custom Styles
===========================*/
#logo {
	text-align:center;
	padding:36px 0 37px 0;
}
#logo img {
	border:0;
}

/* Main Navigation
===========================*/
#mainnav * {
	margin:0;
	padding:0;
	border:0;
}
#mainnav li {
	float:left;
	list-style:none;
}
	#mainnav #home {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_home.gif) no-repeat;
		height:30px;
	}
	#mainnav #home a:hover {
		background:url(../graphics/nav/btn_home_over.gif);
		display:block;
		float:left;
		height:30px;
	}
	#mainnav #hal {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_hal_danchilla.gif) no-repeat;
		height:30px;
	}
	#mainnav #hal a:hover {
		background:url(../graphics/nav/btn_hal_danchilla_over.gif);
		display:block;
		float:left;
		height:30px;
	}
	#mainnav #services {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_services.gif) no-repeat;
		height:30px;
	}
	#mainnav #services a:hover {
		background:url(../graphics/nav/btn_services_over.gif);
		display:block;
		float:left;
		height:30px;
	}
	#mainnav #fed_prov {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_fed_prov.gif) no-repeat;
		height:30px;
	}
	#mainnav #fed_prov a:hover {
		background:url(../graphics/nav/btn_fed_prov_over.gif);
		display:block;
		float:left;
		height:30px;
	}
	#mainnav #clients {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_clients.gif) no-repeat;
		height:30px;
	}
	#mainnav #clients a:hover {
		background:url(../graphics/nav/btn_clients_over.gif);
		display:block;
		float:left;
		height:30px;
	}
	#mainnav #contact {
		display:block;
		float:left;
		background:url(../graphics/nav/btn_contact.gif) no-repeat;
		height:30px;
	}
	#mainnav #contact a:hover {
		background:url(../graphics/nav/btn_contact_over.gif);
		display:block;
		float:left;
		height:30px;
	}



#contentContainer {
	clear:both;
	padding:10px 74px 31px 74px;
}
#homepics {

}
#homepics .left {
	margin-right:30px;
}
#homepics .right {
	margin-left:30px;
}
#interiorpics {
	height:100px;
}
.headerPics {
	float:right;
	margin:0 0 0 10px;
}
.header {
	margin:20px 0 0 10px;
}
#content {
	background:url(../graphics/contentContainerbg.gif) repeat-y #515150;
	clear:right;
}

#homeContent {
	width:400px;
	float:right;
}
#intContentRight {
	width:450px;
	padding:0 15px 20px 0;
}
.bannerpic {
	width:616px;
	height:15px;
}
#intContentLeft {
	width:166px;
	padding:0 80px 0 0;
	background:url(../graphics/bg_intContentLeft.gif) repeat-y;
}
#intContentLeft p {
	font-size:11px;
}

#intContentRight .hilite {
	color:#9ebac0;
	font-weight:bold;
}

/* Footer
===========================*/
#footer {
	text-align:center;
	font-size:11px;
	clear:both;
}
#footer a {
	color:#c9c5bb;
}

a:link { color:#9ebac0; text-decoration:underline; }
a:visited { color:#9ebac0; text-decoration:underline; }
a:active { color:#9ebac0; text-decoration:underline;}
a:hover { color:#9ebac0; text-decoration:none; }


