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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a:link {
	color: #4F4F4F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
	text-decoration: none;
	color: #207CBB;
}
a:active {
	text-decoration: none;
	color: #207CBB;
}

strong { font-family: 'Source Sans Pro', sans-serif; font-weight:900; }

h1 {	font-family: 'Source Sans Pro', sans-serif;
		font-weight:900; font-size:24px; line-height:24px;
		margin-bottom:10px; color:#0a7bbd;}
	
p {		font-family: 'Source Sans Pro', sans-serif;
		font-weight:400;font-size:14px; line-height:18px;
		margin-bottom:8px; color:#4f4f4f;}

#wrapper	{
	width:960px;
	margin:0 auto;
	background-color:#faf8f9;
	}

#header {
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	height:300px;
	}

#logo	{
	width:340px; height:231px;
	background-image:url(../images/brmr-logo.png);
	background-repeat:no-repeat;
	margin-left:50px;
	margin-top:25px;
	float:left;
	}
	
#menu	{
	width:200px; margin-left:50px;
	float:left;
	}
	
#nav a:link {
	width:100%;
	display:block;
	background-color:#FFF;
	margin-bottom:3px;
	padding-top:9px;
	padding-bottom:7px;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	text-decoration:none;
	color:#4f4f4f;
	}
	
a.active:link {
	background-color:#0a7bbd;
	color:#FFF;
	}
	
#nav li.active a {	
	background-color:#0a7bbd;
	color:#FFF;
	}
	
#nav a:hover {
	background-color:#0a7bbd;
	color:#FFF;
	}

#active a:link {
	background-color:#0a7bbd;
	color:#FFF;
	}
	
#content	{
	width:660px;
	float:right;
	min-height:370px;
	padding-right:25px;
	background: url(../images/body-bg.jpg) no-repeat;
	background-position:bottom right;
	}
	
#footer {
	background-color:#4f4f4f; padding:25px 25px	25px 25px;
	}
	
	
	

input[type="text"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px; line-height:20px;
	color:#999;
	padding:3px;
	padding-left:10px;
	height:35px;
	width:250px;
	background-image:url(../images/input.jpg);
	background-repeat:repeat-x;
		border: 1px solid #dddbdb;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	margin-bottom:15px;
}

textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px; line-height:20px;
	color:#999;
	padding:3px;
	padding-left:10px;
	height:150px;
	width:250px;
	background-image:url(../images/input.jpg);
	background-repeat:repeat-x;
		border: 1px solid #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	float:right;
	position:absolute;
	margin-top:-174px;
	margin-left:290px;
}

input[placeholder], [placeholder], *[placeholder]
    {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px; line-height:20px;
	color:#999;
	padding:3px;
	padding-left:10px;
    }

.submit	{	width:85px; height:40px; border:none; background:none; float:right;
			background-image:url(../images/submit.png); margin-right:100px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  			font-weight: bold; color:#669900; font-size:16px;
			}


.placeholder {
  color: #aaa;
  }