@charset "UTF-8";
/* CSS Document */

/* TYPOGRAPHY (Brand dependent)
************************************************/
a { 
	color:#233e69; 
}

a:hover { 
	color: #0077DD;
}

a.external { 
	background: url(../img/bullet_exlink.gif) no-repeat center right;
}

a:hover.external {
	color: #ff9600;
}

h1 {
	color: #fff;
}

h2 {
	color: #233e69;
}

h3 {
	/*color: #233e69;*/
	border-bottom: solid 2px #ff9600;
}

h4 {
	color: #365378;
}

h5 {
	color:#fff;
}

/* This span defines the color of the slogan phrase */
#siteName span {
	color: #233e69;
}

/* This span defines the color of the all caps first line of content */
span.caps {
	/*color: #233e69;*/
}

/* FORM (Brand dependent)
************************************************/
#lead input.short {
	background: #ff5;
	border: solid 1px #233e69;
}
	
#lead input.long {
	background: #ffc;
	border: solid 1px #ffa700;
}

#formboxShort {
	background: url(../img/ap_form_short.gif) no-repeat top left;
}

#formboxMed {
	background: url(../img/ap_form_med.gif) no-repeat top left;
}

#formboxLong {
	background: url(../img/ap_form_long.gif) no-repeat top left;
}

/* FOOTER (Brand dependent)
************************************************/
#footer a {
	color: #0077DD;
}
	
#footer a:hover {
	color: #0099FF;
}