/*
-----------------------------------------------
AEGON Breakfast Club styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 960px;     /* set width of site */
	margin-top: 20px;
}

/* Links
----------------------------------------------- */
a { color: #007ECC; text-decoration: none; font-weight:bold; }
a:link { color: #007ECC; text-decoration: none;}
a:visited { color: #007ECC; }
a:hover { color: #007ECC; text-decoration: underline;}
a:active { color: #007ECC; text-decoration: none;}



/* Header
----------------------------------------------- */
h1#logo, h2#logo, h1#logo a, h2#logo a {
	background:url(../img/logo.gif) no-repeat;
	width:161px;
	height:84px;
}

h1#logo {
	float: left;
}

h1#logo_e, h1#logo_e a {
	background:url(../img/logo_e.gif) no-repeat;
	width:128px;
	height:44px;
	
}

h1#logo_h, h1#logo_h a {
	background:url(../img/logo_h.gif) no-repeat;
	width:68px;
	height:44px;
}

h1#logo_a, h1#logo_a a {
	background:url(../img/logo_a.gif) no-repeat;
	width:85px;
	height:44px;
}

h1#logo_e, h1#logo_e a, h1#logo_h, h1#logo_h a, h1#logo_a, h1#logo_a a {
	float: right;
}

#extra_logos {
	margin-top: 40px;
	float: right;
	width: 281px;
}

#header {
	padding: 0 20px 10px 20px;
}

/* Main Nav
----------------------------------------------- */
ul#nav li a {
	height:30px;     /* specify height of navigation images */
}

#nav a { background-position:0 0; }
#nav .on a { background-position:0 -60px; }     /* specify starting position of nav image states */
#nav a:hover { background-position:0 -30px; }
#nav .on a:hover { background-position:0 -60px; }     /* this option for rollover state for option which is "on" - leave same as line 37 otherwise */

/* change widths and source of each navigation item */
ul#nav #nav1, ul#nav #nav1 a { width:58px; background-image:url(../img/nav/nav_home.gif); }
ul#nav #nav2, ul#nav #nav2 a { width:76px; background-image:url(../img/nav/nav_aboutus.gif); }
ul#nav #nav3, ul#nav #nav3 a { width:144px; background-image:url(../img/nav/nav_supportgiving.gif); }
ul#nav #nav4, ul#nav #nav4 a { width:99px; background-image:url(../img/nav/nav_getintouch.gif); }


#menu {
	background: url(../img/menu_bg.gif) top right no-repeat;
}

/* Main
----------------------------------------------- */
#main {
	margin-top:10px;
}

#left {
	float: left;
	width: 510px;
	margin-right: 10px;
}

#right {
	float: left;
	width: 440px;
}

.bluegrad_box {
	height: 133px;
	background: url(../img/bluegrad_top.jpg) top left no-repeat #7CB2D4;
	padding: 20px 20px 10px 20px;
}

.bluegrad_box_btm {
	height: 6px;
	background: url(../img/bluegrad_btm.jpg) bottom left no-repeat #9AD1F2;
}

.newsbox {
	margin-top: 20px;
}

.news_title {
	background: url(../img/news_top.jpg) top left no-repeat;
	height: 28px;
	padding: 15px 0 0 20px;
}

.news_area {
	background: url(../img/news_btm.gif) bottom left no-repeat;
	padding: 20px 20px 0px 20px;
}

.news_area img {
	float: right;
	margin-left: 10px;
}

.news_item {
    padding-bottom: 20px;
}

.yellowbox {
	background: url(../img/yellowbox_top.gif) top left no-repeat #F9E899;
	padding: 20px 0 10px 0;
	margin-top: 20px;
}

.yellowbox_btm {
	background: url(../img/yellowbox_btm.gif) bottom left no-repeat #F9E899;
	height: 4px;
}

.yellowbox p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: none;
}

.yellowbox2 {
	background: url(../img/yellowbox2_top.gif) top left no-repeat #F9E899;
	padding: 20px;
	margin-top: 10px;
}

.yellowbox2_btm {
	background: url(../img/yellowbox2_btm.gif) bottom left no-repeat #F9E899;
	height: 4px;
}

.yellowbox2 p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.news_sep {
	height: 1px;
	background: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:200px;	/* use additional class of container at start of this arguement to target any difference to this site-wide standard */
}
form .row.submit {
	margin:1em 0 0 200px;
}
form .textbox input, form .textarea textarea {
	width:200px;
}
form .row.multi fieldset label {
	width:auto;
}




/* Footer
----------------------------------------------- */
#footer {
	font-size:0.85em;
	margin:5px 0; /* 30 */
	color:#888;
	background: url(../img/footer.jpg) top left no-repeat #ffffff;
	padding: 80px; /* 20 */
}
#legals {
	width:50%;
	float:left;
}
#legals ul, #legals li {
	margin:0;
	padding:0;
}
#legals li {
	list-style:none;
	float:left;
	margin-right:12px;
}
#legals li.last {
	margin-right:0;
}
#line {
	float:right;
	width:50%;
	text-align:right;
	color:#ccc;
}
#line a, #line a:visited, #line a:hover {
	color:#ccc;
}



/* Headings & Text
----------------------------------------------- */

h2, p.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight: normal;
}

h2 {
	font-size: 26px;
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 140%;
}

p.notop {
	margin-top: 2px;
}

#left p.righty {
	text-align: right;
	margin-top: 0;
}

#left p {
	margin-left: 20px;
	margin-right: 20px;
}

#left p.headings {
	font-size: 16px;
	margin: 20px 60px 0 0;
	padding: 0;
}

h3 {
	margin: 25px 0 10px 0;
	border-bottom: 1px solid #6CB7E5;
	padding: 0 0 6px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
}

h4 {
	margin: 16px 0 0 0;
	padding: 0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}

.news_title h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	border-bottom: none;
}

.news_area h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: none;
}

.fright {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

p.contact1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.contact2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.contact3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #003E71;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;	
}

ul.listy li {
	margin-top: 8px;
}
