﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
abbr, acronym
{
	border-bottom: 1px dotted #000;
	cursor: help;
}
em
{
	font-style: italic;
}
blockquote, ul, ol, dl
{
	margin: 1em;
}
ol, ul, dl
{
	margin-left: 2em;
}
ol li
{
	list-style: decimal outside;
}
ul li
{
	list-style: disc outside;
}
dl dd
{
	margin-left: 1em;
}
th, td
{
	border: 1px solid #000;
	padding: .5em;
}
th
{
	font-weight: bold;
	text-align: center;
}
caption
{
	margin-bottom: .5em;
	text-align: center;
}
p, fieldset, table, pre
{
	margin-bottom: 1em;
}
input[type=text], input[type=password], textarea
{
	width: 12.25em;
}

/*
Company:	EFCA
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: url(/_img/page-bkg-repeat.jpg) repeat-x 0 0 #045f86;
}
body
{
	background: url(/_img/page-bkg.jpg) no-repeat 50% 0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd
{
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px 0;
}

/* Body */
div#bd
{
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}
div#bd-top
{
	width: 905px;
	height: 11px;
	background: url(/_img/bd-top.png) no-repeat 0 0;
	overflow: hidden;
}
div#bd-bkg
{
	width: 905px;
	background: url(/_img/bd-bkg.png) repeat-y 0 0;
}
div#bd-btm
{
	width: 905px;
	height: 8px;
	background: url(/_img/bd-btm.png) no-repeat 0 0;
	overflow: hidden;
}

/* Footer */
div#ft
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 150px;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo
{
	width: 902px;
	height: 133px;
	background: url(/_img/efca-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a
{
	display: block;
	height: 100%;
}

/* Left */
div.left
{
	width: 230px;
	margin: 0 0 0 3px;
	float: left;
	display: inline;
}

/* Main */
div.main
{
	width: 411px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	height: 640px;
	overflow-x: hidden;
	overflow-y: scroll;
}



/* Right */
div.right
{
	width: 230px;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}

/* News Box */
div.newsbox
{
	width: 224px;
	margin: 0 0 0 6px;
	background: url(/_img/news-box-bkg.gif) repeat-x 0 100%;
	overflow: hidden;
}

div.newsbox div.hr
{
	border-top: 1px solid #d6d7d7;
	height: 1px;
	margin: 0 10px 5px 10px;
}

/* Content Box */
div.content-box
{
	padding: 10px 18px;
/*
	overflow-y: scroll;
	overflow-x: hidden;
*/
}
body.inside div.content-box
{
	padding: 10px;
}
div.content-wrap
{
	background: url(/_img/home-content-fade.gif) no-repeat 245px 100%;
}

div.full-wrap
{
	background: url(/_img/home-content-fade.gif) no-repeat 245px 100%;
}

body.inside div.content-wrap
{
	background: none;
}

/* Resources */
div.resources
{
	background: url(/_img/resources-bkg.gif) repeat-x 0 0 #cacbcd;
	padding: 10px;
	color: #515152;
	margin: 0 0 5px 0;
	min-height: 316px;
	height: auto !important;
	height: 316px;
}
div.resources ul
{
	padding: 30px 0;
}
div.resources ul li
{
	margin: 0 0 15px 0;
	list-style: square;
	font-size: 93%;
}
/* Voice */
div.voice
{
	width: 230px;
	height: 77px;
	background: url(/_img/callout-make-voice-heard.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
}
div.voice a
{
	display: block;
	height: 100%;
}

/* Updates */
div.updates
{
	width: 230px;
	height: 77px;
	background: url(/_img/callout-get-updates.gif) no-repeat 0 0;
}
div.updates a
{
	display: block;
	height: 100%;
}

/* Page Title */
div.page-title
{
	background-color: #575757;
	overflow: hidden;
	padding: 30px 10px 10px 10px;
}

/* @end */

/* @group Nav */
div#nav
{
	margin: 0;
}
body.home div#nav
{
	padding: 0 0 0 0;
}
div#nav ul
{
	margin: 0;
	padding: 0;
}
div#nav ul li
{
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}

/* @end */

/* @group Default Headings */
h2.hd-newsroom
{
	margin: 0;
	height: 44px;
	background: url(/_img/hd-newsroom.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h2.hd-resources
{
	margin: 0;
	height: 44px;
	background: url(/_img/hd-resources.gif) no-repeat 0 0;
	text-indent: -9000px;
}


/* @end */

/* @group Common Text Styles */


/* @end */

/* @group Default Lists */
div.main ul.iam
{
	margin-left: 60px;
}
div.main ul.iam li
{
	list-style: square;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}
/* @end */

/* @group Forms */

/* @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 */

/* Form fields */

input, textarea
{
	border: 1px solid #FFFFFF;
	padding: 3px;
	width: 150px;
	border: 1px solid #BBBBBB;
	margin: 0;
}

textarea
{
	height: 150px;
	width: 90%;
}

.TellAFriendSubmitButton
{
	background-color: transparent;
	background-image: url(/_img/SubmitButton.gif);
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 28px;
	width: 179px;
}

.RegisterSumitButton
{
	background-color: transparent;
	background-image: url(/_img/SubmitButton.gif);
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 28px;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 179px;
}

.LoginSubmitButton
{
	background-color: transparent;
	background-image: url(/_img/LoginButton.gif);
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 28px;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 179px;
}

.RequiredMark
{
	display: block;
	float: left;
	width: 0.8em;
}

label
{
	display: block;
	float: left;
	padding-right: 3px;
	text-align: left;
	width: 7.5em;
	cursor: pointer;
}

/*My Info
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MIAddress
{
	/* Used only to indent the address */
	margin: 15px;
}

.MIFormContainer
{
	/* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
	width: 25.5em; /* Width should be just bigger then the three elemets combined */
}

#MyInfo br
{
	/* This creates line brake between form elements */
	clear: both;
}

.MISumitButton
{
	background-color: transparent;
	background-image: url(/_img/SubmitButton.gif);
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 28px;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 179px;
}

input#CLSumitButton
{
	/* A Style to place a graphic button for the Submiting of the letter */
	background-image: url(    '/_img/SubmitButton.gif' );
	border: none;
	background-color: transparent;
	width: 179px; /* Should be the width of the image */
	height: 25px; /* Should be the height of the image */
	cursor: pointer;
	margin-bottom: 5px;
}

