/* Violence Against Women Services Elgin County
	- Josh Dow - rtraction.com
	- 07/19/2010
*/		


/* always show scrollbars in FF*/
html {overflow-y: scroll;}

body{ 
	background: #c0c0c0; 
	margin: 0; 
	padding: 0; 
	line-height: 150%; 
	font-family: "Trebuchet MS", sans-serif; 
	color: #232323; 
	font-size: 13px;
}

p{margin: 28px 0;}

a:link, a:visited{ color: #939393; text-decoration: none;}

.orange {color: #f07100;}
.italic {font-style: italic;}
.bold {font-weight: bold;}

#page{ width: 1100px; margin: 0 auto;  height: 100%; }
#container{float: left; width: 1100px; clear: both; }
#header{height: 172px; width: 1100px; clear: both; background: #e88731 url(../images/header_bg.png) no-repeat 0 0; }
#logo{ display: inline; width: 576px; height: 172px; float: left; background: url(../images/logo.png) no-repeat 0 0;  }
#logo a{display: block; width: 576px; height: 172px;}
#header_under{height: 63px; width: 1100px; clear: both; background: #ffffff url(../images/header_under.png) no-repeat 0 0;}

/**
 * Main Content, Front Page
 */
#main{width: 1100px; clear: both; float: left; background: #ffffff;}

#centre {
	width: 632px;
	margin: 10px 0 0 80px;
	float: left;
}

#centre .subtitle {
	font-family: "Trebuchet MS", sans-serif;
	color: #f07100;
	font-size: 22px;
	font-weight: bold;
}

#centre .subtitle_extension {
	font-family: "Trebuchet MS", sans-serif;
	color: #939393;
	font-size: 18px;
	font-style: italic;
}

#centre ul {
	margin: 20px 0 20px 0;
	padding-left: 20px;
	margin-left: 20px;
}


#centre a:link, a:visited, a:hover{ 
	color: #939393; 
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #f07100;
}

#right{
	width: 308px;
	margin: 10px 80px 0 0;
	float: left;
}

#right .helpline{
	width: 308px;
	height: 487px;
	background: url(../images/helpline.png) no-repeat;
}

#footerbanner{height: 72px; width: 1100px; clear: both; background: #e88731 url(../images/footer_bg.png) no-repeat 0 0; }

#footer{
	font-family: arial, sans-serif;
	width: 1100px; 
	height: 50px; 
	background: #ffffff; 
	padding: 0;
	clear: both; 
	line-height: 100%; 
	color: #FFF; 
	font-size: 11px;
}

#footer_menu{ 
	float: left; 
	width: 470px; 
	color:#747474; 
	padding: 11px 0 10px 0;
	margin: 0 0 0 80px;
}

#rtraction{ 
	float: right; 
	width: 470px; 
	text-align: right; 
	padding: 11px 0 10px 0;
	margin: 0 80px 0 0;
}

#rtraction a:link, a:visited, a:hover{ 
	color: #e88731; 
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

