/**************************
Designed by: JMEDIA
Website: jmedia.ca
Email: jacques@jmedia.ca

**************************/

/*/////// GLOBAL CSS //////////////////////////////////////////////////*/

@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
}
body {
	background-color: #644b30;
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}
a {
	font-size: 11px;
	color: #c2522b;
}
a:visited {
	color: #c24418;
}
a:hover {
	color: #b01117;
}
a:active {
	color: #b01117;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #b01117;
}
h2 {
	font-size: 12px;
	color: #b01117;
}

img {border:0;}


/*/////// IDs //////////////////////////////////////////////////*/

#border {
	position: relative;
	margin: 0 auto;
	width: 925px;
	background: url(../imgs/body_shadow.gif) repeat-y 0 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px; 
}

#header {
	position: relative;
	top: 0;
	width: 900px;
	height: 300px;

}

#banner-top {
	width: 900px;
	height: 60px;
	background: #f6d2a5 url(../imgs/banner_top_25.jpg) no-repeat 0 0;
}

#banner-bot {
	width: 900px;
	height: 240px;
}

#utilities {
	position: absolute;
	top: 22px;
	right: 40px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c2522b;
	letter-spacing: 0.1em;
}

#utilities a:link, #utilities a:visited  {
	color: #c2522b;
}
#utilities a:hover, #utilities a:active {
	color: #B01117;
}

#tagline {
	position: relative;
	top: 0;
	width: 900px;
	height: 25px;
	background: #f6d2a5 url(../imgs/tagline.jpg) no-repeat 0 0;
}

#container {
	position: relative;
	top: 0;
	width: 900px;
	background: url(../imgs/content_right_bg.jpg) no-repeat 100% 0;

}

#sidebar {
	float: left;
	position: relative;
	top: 0;
	width: 240px;
	background: url(../imgs/sidebar_bg.gif) repeat-y 0 0;
}

#sidebar-extra { 
	position: relative;
	top: 0;
	width: 240px;
	height: 129px;
	background:url(../imgs/sidebar_top.gif) no-repeat 0 0;
}

#navigation {
	position: relative;
	margin-top: -129px;
}

#sidebar-btn {
	position: relative;
	top: 15px;
	padding-left: 30px;
}

#content {
	position: relative;
	top: 0;
	margin-left: 240px;
	width: 630px;
	min-height: 412px;
	background: #fceedc url(../imgs/content_bg.jpg) no-repeat 0 0;
}

#content-logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 218px;
	height: 67px;
	background: url(../imgs/logo_family_violence.gif) no-repeat 0 0;
}

#ad {
	position: relative;
	top: 0;
	width: 565px;
	height: 50px;
	margin-bottom: 15px;
}

#footer {
	clear: left;
	position: relative;
	top: 0;
	padding-left: 270px;
	font-size: 10px;
	color: #4b4b4b;
}

/*/////// NAVIGATION AND CLASSES //////////////////////////////////////////////////*/

.padding { padding: 15px 30px 90px 15px;}

.breadcrums, .breadcrums a {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

.content-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.content-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: italic;
}

.title {
	font-size: 14px;
	color: #b01117;
	font-weight: bold;
}
.subtitle {
	font-size: 11px;
	color: #b01117;
	font-weight: bold;
}

.cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}



h1.nav {
	font: normal 13px Arial, Helvetica, sans-serif;
	background-color: #eec89c;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 30px;
	padding: 3px 0 3px 30px;
}

h1.nav a {
	display: block;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c2522b;
}

ul.nav {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	list-style: none;

}
ul.nav li {
	padding-bottom: 6px;
}
ul.nav li a {
	display: block;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin-right: 30px;
	text-decoration: none;
}

ul.nav li a:link, ul.nav li a:visited, h1.nav a:link, h1.nav li a:visited {
	color: #c2522b;
}

ul.nav li a:hover, ul.nav li a:active, h1.nav a:hover, h1.nav a:active {
	color: #b01117;
	text-decoration: underline;
}	