/* -

	WebSweet

	
	- CHDS 2009

--------------------- */

	


@import url("text.css");		/* text styles */
@import url("forms.css");  		/* form styles */
	
/* universal
--------------------- */
body { 
	font-size: 100%; 
	background: #6c6757;
	}

#container {
	font-size: 62.5%;
	}
body, h1, h2, h3, ul, li, a, hr, div, img, table, form, fieldset { 
	margin: 0; padding: 0;
	}
hr {
	visibility: hidden;
	clear: both;
	}
.hide { display: none; }


/* colours
---------- */
body.red #header { background: #eceac5 url("../images/masthead-bg-red.jpg") repeat-x top center; }
body.red #sub_container { background: #eceac5 url("../images/page-bg-red.jpg") repeat-x top center; }
body.red #content { background: transparent url("../images/content-bg-red.png") no-repeat bottom center; }

body.teal #header { background: #eceac5 url("../images/masthead-bg-teal.jpg") repeat-x top center; }
body.teal #sub_container { background: #eceac5 url("../images/page-bg-teal.jpg") repeat-x top center; }
body.teal #content { background: transparent url("../images/content-bg-teal.png") no-repeat bottom center; }

body.plum #header { background: #eceac5 url("../images/masthead-bg-plum.jpg") repeat-x top center; }
body.plum #sub_container { background: #eceac5 url("../images/page-bg-plum.jpg") repeat-x top center; }
body.plum #content { background: transparent url("../images/content-bg-plum.png") no-repeat bottom center; }

body.home #header { background: #eceac5 url("../images/masthead-bg-red.jpg") repeat-x top center; }
body.home #sub_container { background: #eceac5 url("../images/page-bg-red.jpg") repeat-x top center; }
body.home #content { background: transparent url("../images/home-box-top.png") no-repeat top right; }


/* structure/layout
--------------------- */

#container {
	margin: 0 auto;
	width: 100%;
	background: transparent;
	}

#header {
	margin: 0 auto; padding: 0;
	width: 100%; height: 149px;
	position: relative;
	}
	#header h1 {
		margin: 0 auto; padding: 40px 0 0 0;
		text-align: center;
		}
		#container #header h1 a {
			margin: 0; padding: 0;
			display: block;
			border: none; text-decoration: none;
			}

#masthead {
	margin: 0 auto; padding: 0;
	width: 860px; height: 60px;
	background: #111;
	text-align: left;
	border-top: 25px solid #000;
	border: none;
	}
	
.home #masthead {
	margin: 0 auto; padding: 0;
	width: 860px; height: 222px;
	background: #111;
	text-align: left;
	}
	.home #masthead img {
		margin: 0;
		}

#breadcrumbs {
	margin: 0 auto; padding: 5px 30px 5px 30px;
	width: 800px;
	background: #000;
	display: none;
	}

#sub_container {
	margin: 0 auto; padding: 0 0 15px 0;
	width: 100%;
	position: relative;
	}


/* graphic
--------------------- */
#main_graphic { 
	margin: 0 auto; 
	text-align: center;
	width: 820px; height: 230px;
	overflow: hidden;
	}
#main_graphic img { margin: 0 auto; }

/* search box
--------------------- */
#sub_container #search_box {
	margin: 0 0 25px 0; padding: 15px;
	border: 1px solid #dec883;
	}


/* content
--------------------- */
#content {
	margin: 0 auto; padding: 40px 60px 60px 60px;
	width: 700px;
	}
#main_content {
	margin: 0; padding: 0;
	width: 440px; float: left;
	position: relative;
	}
	#main_content div.article,
	#sidebar div.article { clear: both; }
	
	.no_sidebar #main_content { width: auto; }
#sidebar {
	margin: 0; padding: 0 0 20px 30px;
	width: 200px; float: right;
	position: relative;
	}

/* home */
.home #content {
	margin: 0 auto; padding: 0;
	width: 800px;
	}
	.home #about_tina {
		margin: 0; padding: 40px 40px;
		width: 190px; height: 264px;
		display: block; float: left;
		position: relative;
		background: transparent url("../images/box-who-bg.png") no-repeat top center;
		}
		a.box_link {
			font-size: 10px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			}
	.home #main_content {
		margin: 0; padding: 40px 30px 40px 30px;
		width: 445px; min-height: 260px;
		display: block; float: right;
		background: transparent url("../images/home-box-bottom.png") no-repeat bottom left;
		}
		.home #main_content #col1 { position: relative; width: 200px; float: left; padding-right: 20px; border-right: 1px dotted #d6d4b3; }
		.home #main_content #col2 { position: relative; width: 200px; float: left; padding-left: 20px; }
		.home #about_tina div.article { }
		.home #main_content #col1 div.article { }
		.home #main_content #col2 div.article { }

/* footer
--------------------- */
#footer {
	margin: 0 auto 0 auto; padding: 0;
	width: 100%; height: 100px;
	clear: both;
	background: transparent url("../images/footer-bg.jpg") repeat-x top center;
	}
	#footer p {
		margin: 0 auto; padding: 20px 0;
		width: auto;
		}
		#footer p img { 
			margin: 0 30px -25px 0; 
			padding: 20px 30px 20px 0; 
			border-right: 1px solid #686457;
			}
		

/* main navigation
--------------------- */

#nav {
	margin: 0 auto; padding: 0;
	width: auto; height: 64px;
	text-align: center;
	clear: both;
	background: transparent;
	}

#nav ul {
	margin: 0 auto; padding: 20px 0 0 0;
	list-style-type: none;
	width: 960px; height: auto;
	text-align: center;
	background: transparent;
	display: block;
	position: relative;
	}
	#nav li {
		margin: 0 !important; padding: 0 !important;
		text-align: center;
		height: auto; width: auto;
		display: inline;
		line-height: 100% !important;
		position: relative;
		}
	#nav li:first-child { background: none; }
	#nav li a {
		margin: 0 !important; padding: 15px 15px 15px 15px;
		text-align: center;
		width: auto;
		display: inline;
		line-height: 100% !important;
    	}
    	#nav li:first-child a { border: none; }
	#nav li a:hover {
		background: transparent url("../images/nav-bg-hover-trans.png") no-repeat center center;
		}
	

/* pop-out sub-menu
--------------------- */

#nav ul li ul,
#nav ul li ul li ul { display: none; }

#container div#nav ul li ul,
#container div#nav ul li ul li ul {
	margin: 0 auto; padding: 4px 0 10px 0;
	border: none;
	width: 960px; height: auto;
	width: 560px;
	text-align: left;
	background: transparent url("../images/subnav-bgshort-hover-trans.png") no-repeat left top;
	}
	
#container div#nav ul li ul li,
#container div#nav ul li ul li ul li {
	margin: 0; padding: 0;
	height: 25px; width: auto;
	display: inline;	
	border: none;
	text-align: center;
	}
		
#container div#nav ul li ul li a,
#container div#nav ul li ul li ul li a {
	margin: 0;	padding: 6px 15px 0 15px;
	display: block;
	display: inline;
	width: auto;
	text-align: center;
	background: none;
	}

#container div#nav ul li:hover ul ul, 
#container div#nav ul ul li:hover ul ul, 
#container div#nav ul ul ul li:hover ul ul { display: none; }

#container div#nav ul ul li:hover, 
#container div#nav ul ul ul li:hover { 
	background: transparent;
	border: none;
	}

#container div#nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 6000;
	}
	#container div#nav ul ul li:hover ul {
		display: block;
		position: absolute;
		width: auto;
		top: -16px;
		left: 200px;
		z-index: 6000;
		}
		#container div#nav ul ul ul li:hover ul {
			display: block;
			position: absolute;	
			width: auto;
			top: 0;
			left: 200px;
			z-index: 6000;
			}

/* anchors
--------------------- */

#container a img { border: none; }
#container #sidebar a { border: none; }

#container #nav a:link { color: #fff; text-decoration: none; }
#container #nav a:visited { color: #fff; text-decoration: none; }
#container #nav a:hover { color: #f6e68f; text-decoration: none; }
#container #nav a:active { color: #cebc5a; text-decoration: none; }

#container #nav ul ul a:link { color: #fff; text-decoration: none; }
#container #nav ul ul a:visited { color: #fff; text-decoration: none; }
#container #nav ul ul a:hover { color: #f6e68f; text-decoration: none; }
#container #nav ul ul a:active { color: #cebc5a; text-decoration: none; }

#breadcrumbs a:link { color: #00919a; }
#breadcrumbs a:visited { color: #00919a; }
#breadcrumbs a:hover { color: #841d0f; }
#breadcrumbs a:active { color: #4b1912; }

#sub_container a:link { color: #00919a; text-decoration: underline; }
#sub_container a:visited { color: #00919a; text-decoration: underline; }
#sub_container a:hover { color: #07575c; text-decoration: underline; }
#sub_container a:active { color: #4b1912; text-decoration: underline; }

#footer a:link { color: #c0bfad; text-decoration: underline; }
#footer a:visited { color: #c0bfad; text-decoration: underline; }
#footer a:hover { color: #dadad1; text-decoration: underline; }
#footer a:active { color: #b2b19b; text-decoration: underline; }

a:focus {
	outline: none;
	}
/*
#container #nav li.current_page a { background: transparent url("../images/nav-bg-hover-trans.png") no-repeat center center; }
#container #nav li.current_page ul li a { background: none; }

#container #nav li.current_page a { color: #f6e68f; }
#container #nav li ul li.current_page a { color: #f6e68f !important; background: none; }
*/
#container a.box_link { display: block; margin: 20px 0 15px 0; padding: 8px 15px; text-align: center; width: auto; background: #c4b67f; }
#container a.box_link:link { color: #fff !important; text-decoration: none; }
#container a.box_link:visited { color: #fff !important; text-decoration: none; }
#container a.box_link:hover { color: #484739 !important; background: #ab9f6e; text-decoration: none; }
#container a.box_link:active { color: #222 !important; text-decoration: none; }


/* images
--------------------- */

#ws_loading { background: transparent; padding: 4px; }


/* tables
--------------------- */
#sub_container table {
	margin: 0; padding: 0;
	border: none;
	border-collapse: collapse;
	border: 1px solid #d6d4b3;
	}
#sub_container table tbody td {
	padding: 10px 10px;
	border-bottom: 1px solid #d6d4b3;
	}


/* powered by
--------------------- */


