/*<agl.folder "Colors">*/
/*
Body text (40% Gray): #666;
60% Gray: #999;
Dark Blue from Logo: #183778;
Light Blue from Logo: #6484ad;
Lighter Blue for borders: #a3b5cc;
Light Gray background: #e9e9e9;
*/

/*</agl.folder>*/

/*<agl.folder "Elements">*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	}
body {
	color: #666;
	font: 88%/1.4 Arial, Helvetica, Geneva, sans-serif;
	background: #fff repeat-x 0 80px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}
h1 {
	color: #000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 .25em;
	}
h2 {
	color: #183778;
	font-weight: normal;
	line-height: 1.2;
	font-size: 1.29em;
	}
h3 {
	line-height: 1.3;
	}
p {
	margin-top: .25em;
	margin-bottom: .5em;
	}
img {
	border: 0;
	}
blockquote {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	background-color: #e9e9e9;
	width: 324px;
	float: right;
	margin-top: 93px;
	padding: 20px 13px;
	border: solid 1px #ccc;
	}
blockquote p {
	padding-left: .33em;
	text-indent: -.33em;
	}
cite {
	color: #999;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 319px;
	min-height: 25px;
	margin-top: 6px;
	display: block;
	}
/*</agl.folder>*/

/*<agl.folder "Classes">*/
.row {
	width: 100%;
	float: left;
	clear: both;
	}
.flashcontent {
	position: absolute;
	left: -999em;
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
	}
.pdf {
	color: #ccc;
	font-weight: normal;
	}
/*</agl.folder>*/

/*<agl.folder "Main DIVs">*/
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	}
#header {
	width: 960px;
	float: left;
	}
#content {
	background: url(/images/css/stripe_bg.jpg) no-repeat;
	width: 960px;
	float: left;
	margin: 8px 0 0;
	}
/*</agl.folder>*/

/*<agl.folder "Main Nav">*/
#braemarid {
	font-size: xx-small;
	background: url(/images/css/braemar_logo.gif) no-repeat;
	text-indent: -999em;
	width: 262px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-top: 25px;
	}
#braemarid a {
	background-image: url(/images/css/braemar_logo.gif);
	position: relative;
	width: 262px;
	height: 60px;
	cursor: pointer;
	display: block;
	}
#mainnav {
	font-size: .85em;
	background: url(/images/css/mainnav_rules.jpg) no-repeat right top;
	text-transform: uppercase;
	position: absolute;
	top: 70px;
	right: 20px;
	padding-right: 2px;
	}
#mainnav a {
	background: url(/images/css/mainnav_rules.jpg) no-repeat;
	height: 20px;
	float: left;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	}
#mainnav a, #mainnav a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#mainnav a:hover {
	color: #000;
	}
#mainnav li {
	list-style-type: none;
	display: inline;
	}
#login {
	font-size: 0.8em;
	text-transform: uppercase;
	position: absolute;
	top: 21px;
	right: 20px;
	}
#login a, #login a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#login a:hover {
	color: #000;
	}
/*</agl.folder>*/

/*<agl.folder "Search">*/
#header form.search {
	font-size: 0.8em;
	color: #6484ab;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin: 10px 0 0;
	}
#header form.search * {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 5px;
	}
#header #searchtxt {
	height: 16px;
	padding: 2px;
	border: 1px solid #a3b5cc;
	}
#login {
	/*move down to make room for search on top*/
	top: 41px;
	}
#q {
	background: #fff !important;
	}
/*</agl.folder>*/

/*<agl.folder "you are here">*/
#home #braemarid a {
	cursor: default;
	}
#home #navhome a, #about #navabout a, #portfolio #navportfolio a, #team #navteam a, #news #navnews a, #contact #navcontact a {
	color: #000;
	text-decoration: none;
	cursor: default;
	background: url(/images/css/mainnav_here.gif) no-repeat;
	color: #fff;
	}
#privacy #navprivacy a, #sitemap #navmap a {
	color: #ccc;
	}
/*</agl.folder>*/

/*<agl.folder "breadcrumb">*/
/*#breadcrumb {
	font-size: .85em;
	width: 960px;
	float: left;
	margin-top: 9px;
	margin-left: 15px;
	}
#breadcrumb li {
	margin-left: 5px;
	padding-left: 8px;
	border-left: 1px solid #fff;
	list-style-type: none;
	display: inline;
	}
#breadcrumb li#homelink {
	margin-left: 0;
	padding-left: 0;
	border-style: none;
	}
#breadcrumb a, #breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}*/
#breadcrumb, #breadcrumb * {
	display: none;
	}
/*</agl.folder>*/

/*<agl.folder "maincontent">*/
#maincontent {
	position: relative;
	width: 550px;
	float: left;
	padding: 49px 0 2em;
	}
#maincontent a, #maincontent a:visited {
	color: #000;
	text-decoration: underline;
	}
#maincontent a:hover {
	text-decoration: none;
	}
#maincontent h2 {
	color: #000;
	margin-top: 1em;
	}
#maincontent h2.first {
	margin-top: 0;
	}
#maincontent h3 {
	font-size: 1.15em;
	margin-top: .75em;
	}
/*</agl.folder>*/

/*<agl.folder "highlights">*/
#highlights {
	color: #999;
	background-color: #e9e9e9;
	width: 310px;
	float: right;
	margin-top: 3em;
	margin-bottom: 2em;
	padding: 13px 20px;
	border: solid 1px #ccc;
	display: inline;
	}
#highlights ul {
	margin-bottom: .75em;
	padding-left: 1.75em;
	}
#highlights li {
	margin-top: .25em;
	margin-bottom: .25em;
	list-style-type: square;
	}
#highlights a, #highlights a:visited {
	color: #666;
	text-decoration: underline;
	}
#highlights a:hover {
	text-decoration: none;
	}
#news #highlights a.more {
	color: #183778;
	text-decoration: none;
	text-transform: uppercase;
	}
#news #highlights a.more:hover {
	text-decoration: underline;
	}
/*</agl.folder>*/

/*<agl.folder "footer">*/
#footer {
	color: #999;
	font-size: .8em;
	text-transform: uppercase;
	width: 100%;
	height: 25px;
	float: left;
	clear: both;
	margin: 1em 20px;
	padding-top: .75em;
	}
#footercontent {
	background: #fff;
	width: 960px;
	border-top: 1px solid #666;
	margin: 0 auto 1em;
	padding: .5em 0 1em;
	}
#footer p {
	background-color: #fff;
	float: right;
	margin-top: 0;
	}
#footer a, #footer a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	}
#footer li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	list-style-type: none;
	}
#footer li#navmap {
	border-style: none;
	}
/*</agl.folder>*/

/*<agl.folder "Home">*/
#splash {
	background: url(../images/css/stripe_bg_hm_alt.jpg) no-repeat;
	width: 960px;
	height: 238px;
	float: left;
	margin: 0;
	padding-top: 0; }
#home #content {
	background: none; 
	/*background: url(/images/css/stripe_bg_hm_alt.jpg) no-repeat;
	background: url(/images/css/stripe_bg_hm.jpg) no-repeat;*/
	}
#home #maincontent {
	padding-top: 27px;
	width: 490px;
	}
#home #maincontent h1 {
	margin-top: 0;
	}
#home #maincontent h2 {
	padding-bottom: .5em;
	font-size: 109%;
	}
#home #maincontent p {
	font-size: 109%;
	margin: 0 0 .75em;
	/*line-height: 1.75;
	line-height: 1.4;*/
	}
#home #highlights {
	position: absolute;
	top: 334px;
	right: 40px;
	width: 384px;
	}
#morebutton {
	font-size: xx-small;
	background: url(/images/css/button_more.gif) no-repeat;
	text-indent: -999em;
	width: 71px;
	height: 22px;
	overflow: hidden;
	float: right;
	margin-top: .5em;
	margin-bottom: 0;
	}
#morebutton a {
	background-image: url(/images/css/button_more.gif);
	position: relative;
	width: 71px;
	height: 22px;
	cursor: pointer;
	display: block;
	}
#home blockquote {
	color: #666;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	background-image: none;
	width: 460px;
	float: none;
	margin-top: 1em;
	padding-top: 0;
	}
#home cite {
	color: #666;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	background-image: none;
	background-repeat: no-repeat;
	width: 460px;
	min-height: 25px;
	padding-right: 0;
	display: block;
	}
#home #maincontent h2 {
	color: #183778;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-top: .25em;
	margin-bottom: .5em;
	}
/*</agl.folder>*/

/*<agl.folder "about">*/
#about #highlights {
	background-color: #fff;
	text-align: center;
	width: 350px;
	padding: 0;
	border-style: none;
	}
#about #maincontent ul {
	margin-bottom: .75em;
	padding-left: 1.75em;
	}
#about #maincontent li {
	list-style-type: square;
	}
#about #highlights img {
	margin-top: .5em;
	margin-bottom: .5em;
	}
#about #maincontent li {
	list-style-type: none;
	}
#arrow {
	position: absolute;
	top: 370px;
	right: -30px;
	}
#about #highlights h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
#about #display {
	}
#about #highlights a {
	color: #6484ab;
	text-decoration: none;
	}
#about #highlights a:hover {
	color: #6484ab;
	text-decoration: underline;
	}
/*</agl.folder>*/

/*<agl.folder "portfolio">*/
 #portfolio #maincontent {
	width: 1000px;
	}
#portfolio #maincontent p {
	width: 536px;
	}
#portfolio #maincontent ul {
	width: 1000px;
	float: left;
	margin-right: 25px;
	}
#portfolio #maincontent li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.success table {
	color: #999;
	background-color: #e9e9e9;
	width: 75%;
	margin-top: 1.25em;
	padding: 10px 20px;
	border: solid 1px #dadada;
	}
.success th {
	color: #183778;
	text-align: left;
	padding: 5px;
	}
.success td {
	padding: 3px;
	border-top: 1px solid #fff;
	}
#portfolio cite {
	text-align: left;
	}
 #portfolio #maincontent #highlights, #portfolio #maincontent blockquote { width: 350px; height: 272px; float: right; clear: right; margin-top: 8px; margin-right: 40px; padding: 0; }
body#portfolio #maincontent blockquote {
	margin-top: 3px;
	}
#portfolio #maincontent #highlights { background-color: white; width: 390px; margin: 2em 0 0; padding: 0; border-style: none; }
#portfolio #maincontent #highlights h2 {
	color: #183778;
	font-size: 1.2em;
	width: 350px;
	margin: 0;
	padding: 0;
	}
#portfolio #maincontent #highlights a {
	color: #6484ab;
	text-decoration: none;
	}
#portfolio #maincontent #highlights a:hover {
	text-decoration: underline;
	}
/*</agl.folder>*/

/*<agl.folder "team">*/
#team.main #maincontent {
	width: 960px;
	}
table#intro {
	width: 960px;
	}
table#intro td.copy {
	font-size: 123%;
	line-height: 1.33;
	vertical-align: middle;
	color: #999;
	background-color: #e9e9e9;
	width: 310px;
	padding: 0 20px;
	border: solid 1px #ccc;
	}
#team #maincontent #intro img {
	margin: 0 20px 0 0;
	}
#team #maincontent dl {
	width: 275px;
	float: left;
	}
#team dt {
	font-weight: bold;
	margin-top: 1em;
	}
#team #maincontent dl a, #team #maincontent dl a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#team #maincontent dl a:hover {
	text-decoration: underline;
	}
#team #maincontent img {
	margin-top: .75em;
	margin-bottom: 1em;
	}
#team #highlights {
	margin-top: 93px;
	}
#team p.backspacer {
	clear: right;
	padding: 20px 0;
	}
#team .back {
	float: right;
	clear: right;
	width: 350px;
	/*margin: 20px 0;*/
	color: #6484ad;
	text-decoration: none;
	}
#team .back:hover {
	text-decoration: underline;
	color: #183778;
	}
/* highlights2 */
#team #highlights2 {
	width: 350px;
	float: right;
	clear: right;
	}
#highlights2 h2 {
	color: #000;
	}
#highlights2 ul {
	margin: 0 0 .75em 1.5em;
	padding: 0 /*0 0 1.75em*/;
	}
#highlights2 li {
	margin: .25em 0;
	list-style-type: square;
	}
#highlights2 a, #highlights2 a:visited {
	color: #666;
	text-decoration: underline;
	}
#highlights2 a:hover {
	text-decoration: none;
	}
/*</agl.folder>*/

/*<agl.folder "Team Bios">*/
#team.bio #maincontent h1 {
	margin-bottom: 0;
	}
#team.bio #maincontent h2 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: .5em;
	}
#team.bio #maincontent img {
	float: left;
	margin-top: .5em;
	}
#team.bio #maincontent p, #team.bio #maincontent ul {
	width: 350px;
	margin-left: 197px;
	}
#team.bio #maincontent ul {
	margin-bottom: 1em;
	padding-left: 1.75em;
	list-style-type: square;
	}
#team.bio blockquote {
	margin-top: 9em;
	}
#team.bio #highlights.companies {
	margin: 20px 0;
	border-color: #a3b5cc;
	background: #f7fbff;
	/*
	width: 350px;
	padding: 0;
	border-style: none;*/
	}
#team.bio #highlights h3 {
	font-size: 1.1em;
	color: #000;
	/*margin-top: 1em;*/
	}
#team.bio #highlights.companies h3 {
	font: 100%/1 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #183778;
	background: #a3b5cc;
	margin: -13px -20px 5px;
	padding: 8px 20px;
	border-bottom: 1px solid #8997ab;
	}
#team.bio #highlights ul {
	float: left;
	width: 135px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 155px;
	margin: 0;
	}
#team.bio #highlights li {
	list-style: none;
	}
#team.bio ul#biolinks {
	font-size: .9em;
	text-align: right;
	position: absolute;
	top: 65px;
	right: 0;
	width: 150px;
	list-style-type: none;
	}
#team.bio ul#biolinks a, #team.bio ul#biolinks a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#team.bio ul#biolinks a:hover {
	text-decoration: underline;
	}
#team.bio #highlights li {
	margin-top: 1em;
	}
#team.board #maincontent dl {
	width: 550px;
	}
/*</agl.folder>*/

/*<agl.folder "news">*/
#news #maincontent h2, #news.medialisting #maincontent h3, #news.newslisting #maincontent h3 {
	font-size: 1em;
	font-weight: bold;
	}
#news #maincontent h2 a, #news #maincontent h2 a:visited, #news.medialisting #maincontent h3 a, #news.medialisting #maincontent h3 a:visited, #news.newslisting #maincontent h3 a, #news.newslisting #maincontent h3 a:visited {
	color: #6484ab;
	text-decoration: none;
	}
#news #maincontent h2 a:hover, #news.medialisting #maincontent h3 a:hover, #news.newslisting #maincontent h3 a:hover {
	text-decoration: underline;
	}
#news #maincontent h3 {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: .5em;
	margin-bottom: 1em;
	}
#news.medialisting #maincontent h3, #news.newslisting #maincontent h3 {
	font-size: 1em;
	text-transform: none;
	margin-bottom: 0;
	}
#news.medialisting #maincontent h4, #news.newslisting #maincontent h4 {
	color: #999;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	margin-top: 0;
	padding-top: 0;
	}
#news.article #maincontent h4 {
	margin: 1em 0 .5em;
	}
#news #maincontent h4.about, #news #maincontent .about {
	margin: 1.5em 0 .5em;
	padding: .75em 0 0;
	border-top: 1px solid #eef;
	}
#news.medialisting #maincontent h5, #news.newslisting #maincontent h5 {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: .25em;
	margin-bottom: 1em;
	}
#news #highlights {
	margin-top: 93px;
	}
#news.media #highlights {
	margin-top: 30px;
	}
#news #highlights h3 {
	font-size: 1em;
	margin-top: .5em;
	padding-top: .5em;
	border-top: 1px solid #fff;
	}
#news #highlights h4 {
	font-size: 1em;
	font-weight: normal;
	}
#news #highlights h5 {
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: .25em;
	}
#news #highlights h3 a, #news #highlights h3 a:visited {
	color: #666;
	text-decoration: none;
	}
#news #highlights p {
	margin-top: 1em;
	}
#news #highlights h3 a:hover {
	text-decoration: underline;
	}
#news #maincontent dt {
	margin-top: .75em;
	}
#news #maincontent dt.first {
	margin-top: .25em;
	}
#news.media #maincontent img {
	float: left;
	margin: .2em 20px 20px 0;
	}
#news.media .logo {
	float: left;
	margin-left: 60px;
	padding-top: 67px;
	}
#news.media #highlights img {
	margin-top: 8px;
	margin-bottom: 15px;
	}
#news.media #highlights h2 {
	color: #666;
	font-size: 1.1em;
	}
#news.media #highlights p {
	margin-top: .25em;
	}
/*</agl.folder>*/

/*<agl.folder "contact">*/
#contact #highlights {
	margin-top: 93px;
	}
#contact #highlights dt {
	font-weight: bold;
	margin-top: 1em;
	}
#contact .phone {
	margin-top: .25em;
	}
#contact .mailForm {
	margin: 1em 0 2em;
	}
#contact .mailForm label {
	text-align: right;
	width: 150px;
	float: left;
	margin: 0 5px .75em 0;
	clear: both;
	}
#contact .mailForm input, #contact .mailForm textarea {
	width: 350px;
	margin: 0 0 .75em;
	padding: 2px;
	}
#contact .mailForm input {
	width: 348px;
	}
#contact .mailForm select {
	width: 354px;
	margin-bottom: .75em;
	padding: 0;
	}
#contact .mailForm option {
	padding: 2px 5px;
	}
#contact .mailForm #button {
	width: 71px;
	height: 22px;
	clear: both;
	margin: 0 0 0 155px;
	}
#contact .bizplan {
	margin-left: 155px;
	}
/*</agl.folder>*/

/*<agl.folder "sitemap">*/
#sitemap #maincontent li {
	margin-top: 1em;
	margin-bottom: .5em;
	list-style-type: none;
	}
#sitemap #maincontent li li {
	margin-top: .25em;
	margin-left: 1em;
	}
/*</agl.folder>*/

/*<agl.folder "login">*/
#lplogin .mailForm {
	margin-top: 1em;
	}
#lplogin .mailForm label {
	text-align: right;
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: .75em;
	}
#lplogin .mailForm input {
	width: 350px;
	margin-bottom: .75em;
	padding: 2px;
	}
#lplogin #button {
	width: 71px;
	height: 22px;
	margin-top: 0;
	margin-left: 100px;
	}
#lplogin #login {
	display: none;
	}
/*</agl.folder>*/

/*<agl.folder "Commented out">*/
/*#home blockquote {
	color: #000;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(/images/css/quote_open.gif);
	background-repeat: no-repeat;
	width: 460px;
	float: none;
	margin-top: 1em;
	padding-top: 30px;
	}
#home cite {
	color: #666;
	font-size: .9em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	background-image: url(/images/css/quote_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 415px;
	min-height: 25px;
	display: block;
	}
*/
/*</agl.folder>*/

