/* CSS Document */
html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4EBF3;
}

div#vertical-repeat
{
	display: block;
	float: left;
	width: 100%;
	background-image: url(/images/common/vertical-repeat.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#container
{
	position: relative;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
}

div#container-inner
{
	display: block;
	float: left;
	width: 884px;
	background-image: url(/images/common/container-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	overflow: hidden;
}

div#footer
{
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	background-image: url(/images/common/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #6792C5;
}

div#footer-container
{
	position: relative;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
}

div#footer-container-inner
{
	display: block;
	float: left;
	width: 884px;
	height: 171px;
	background-image: url(/images/common/footer-bg.gif);
	background-position: top left;

}


div#header
{
	display: block;
	float: left;
	width: 884px;
	height: 415px;
	background-image: url(/images/common/header-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#news div#header
{
	display: block;
	float: left;
	width: 884px;
	height: 150px;
	background-image: url(/images/common/header-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#header ul
{
	display: block;
	float: left;
	padding-top: 93px;
	padding-left: 5px;
}

div#header ul li
{
	display: inline;
	float: left;
	padding-left: 17px;
	background-image: url(/images/common/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	font-weight: bold;
}

div#header ul li.first-item
{
	background-image: none;
	padding-left: 80px;
}

div#header ul li a:link,
div#header ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


div#header ul li a:active,
div#header ul li a:hover
{
	text-decoration: underline;
}


div#header h1 a:link,
div#header h1 a:visited
{	
	position: absolute;
	top: 4px;
	left: 210px;
	width:	438px;
    padding: 47px 0px 0px 0px;
    overflow: hidden;
	background-image: url(/graphics/britamerica_head.gif);
	background-position: top center;
	background-repeat: no-repeat;
    height: -6px!important;
    height /**/: 47px;
	font-size: 10px;
}


/* --------------------------------- footer links */
div#footer ul
{
	display: block;
	float: left;
	position: absolute;
	top: 75px;
	left: 38px;
}

div#footer ul li
{
	display: inline;
	float: left;
	padding-left: 15px;
	background-image: url(/images/common/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	font-weight: bold;
}

div#footer ul li.first-item
{
	padding-left: 75px;
	background-image: none;
}

div#footer ul li a:link,
div#footer ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


div#footer ul li a:active,
div#footer ul li a:hover
{
	text-decoration: underline;
}





p.copyright
{
	text-align:center;
	padding-top: 105px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

p.copyright a:link,
p.copyright a:visited
{
	font-size: 10px;
	text-decoration: none;
	color: #6792C5;
}

p.copyright a:active,
p.copyright a:hover
{
	text-decoration: underline;
}

div#image-space
{
	display: block;
	float: left;
	width: 100%;
	padding: 30px 0 0 15px;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6
{
	line-height: 1.6;
	padding: 0 20px 20px 20px;
}

div#content h1,
div#content h2,
div#content h3
{
	font-weight: normal;
}

div#content h1 {
	font-size: 20px;
}
div#content h2 {
	font-size: 18px;
	color: #BF0016;
}
div#content h3 {
	font-size: 16px;
	color: #004185;
}
div#content h4 {
	font-size: 14px;
	color: #BF0016;
}
div#content h5,
div#content h6 {
	font-size: 12px;
	color: #004185;
}
div#content p {
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
	padding: 0 20px 20px 20px;
}
div#content ul {
	font-size: 12px;
	padding: 0 20px 20px 60px;
}
div#content ul li.red {
	color:#bf0016;
}
div#content ol {
	font-size: 12px;
	padding: 0 20px 20px 60px;
}

div#content a:link,
div#content a:visited {
	color: #990000;
	text-decoration: none;
}
div#content a:active,
div#content a:hover {
	text-decoration: underline;
}

div#content-primary
{
	display: inline;
	float: left;
	width: 650px;
	border-right: 1px solid #BCBCBC;
}



div#content-primary h1,
div#content-primary h2,
div#content-primary h3,
div#content-primary h4,
div#content-primary h5,
div#content-primary h6,
div#content-primary p
{
	padding-right: 30px;
}

div#content-secondary
{
	display: inline;
	float: right;
	width: 180px;
	margin-right: 20px;
}

#news div#content-primary
{
height:auto !important;
height:640px;
min-height:640px;
}
	
div#content-secondary ul
{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	list-style-type: none;
}

div#content-secondary ul li
{
	border-bottom: 1px dashed #E7E7E7;
	padding: 5px 0 5px 0;
	background-image:none;
}

div#content-secondary ul li.first-item
{
	font-size: 18px;
	color: #000099;
	padding-bottom: 20px;
}

div#content-secondary ul li a:link,
div#content-secondary ul li a:visited
{
	color: #BF0016;
	text-align:left;
}

div#content-secondary ul li.first-item a:link,
div#content-secondary ul li.first-item a:visited
{
	color: #004087;
}

div#home-two
{
	display: inline;
	float: left;
	width: 100%;
	background-image: url(/images/common/home-two-column.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#home-left
{
	display: inline;
	float: left;
	width: 408px;
}

div#home-right
{
	display:  inline;
	float: right;
	width: 415px;
}

div#home-left p
{
	padding: 0 0 0 20px;
}

div#home-right p
{
	padding: 0 20px 0 0;
}

