body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	color: #1A549D;
}

.grey {  color: #535353;}
.black {  color: #000000;}

/*------Text Style------*/

p {  font-size: 100%; line-height: 18pt;}


h1 { font-size: 170%; line-height:115%; font-style: italic; color: #535353}
h2 {
	font-size: 140%;
	line-height: 80%;
	color: #1A549D;
	margin: 0px;
}
h3 { font-size: 125%; color: #1A549D}

img { border:0px;}

a { text-decoration: none}
a:link { color:#0D3182;}
a:visited { color:#0D3182;}
a:hover { color:#666666;}

.k {
color:#000000;
}

@font-face {
    font-family: 'TechnoRegular';
    src: url('fonts/10068-webfont.eot');
    src: url('fonts/10068-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/10068-webfont.woff') format('woff'),
         url('fonts/10068-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* --------------------------------------------
  Mobile
-------------------------------------------- */


#logo {
	display:table;
	width:100%;
	background-color: #245FA6;
	background-image: url(images/bradley_header_background2.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-width: 320px;
}

#logo div {
	display:table;
	width:100%;
	vertical-align: middle;
	text-align: left;
}

#logo div.number {
	padding: 10px 0%;
	font-size: 160%;
	text-align: center;
	margin: 10px auto 18px;
	width: 100%;
	position: relative;
	right: auto;
}

#logo img {
	height:auto;
	width:100%;
	min-width: 320px;
}

#logo div:first-child {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 18px;
}


#navigation {
	min-width: 320px;
	text-align:center;
	height: auto;
	width:100%;
	background:#c1c1c1;
	font-size:90%;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'TechnoRegular';

}

#navigation a {
	padding: 16px 20px;
	display: block;
	font-size: 115%;
}

#divider {
	min-width: 320px;
	height:auto;
	width:100%;
	margin:0px;
	border-bottom:2px solid #000000;
	padding: 0px;
	background:#fdfdfd;
}

#divider div {
	display:none;
}

#content {
	height:auto;
	margin: 0px auto 45px;
	clear:both;
	min-width: 320px;
	position: relative;
	border-top: 0px #ffffff solid;
	padding-bottom: 20px;
	background:#ebebeb;
	color: #1A549D;
	max-width: 100%;
}

#content #left {
	display: none;
	width:140px;
	text-align:center;
	float:left;
	height:auto;
	padding:60px 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#content #center {
width:auto;
float:none;
height:auto;
padding: 10px;
clear:both;
	text-align:left;

}

#content #center ul {
	font-size:100%;
	width:auto;
	float:left;
	font-weight:bold;
	margin:0px auto;
}

#content #center ul li{
	width:100%;
	float:none;
	padding:0px 6px 6px 6px;
	line-height: 125%;
}

.secondcol {
	width:100%
}

#content #right {
	float: none;
	clear:both;
	width:auto;
	text-align:left;
	height:auto;
	padding:12px;
	margin: 25px;
	background: #c1c1c1;
	position: relative;
	color:#000000;
	right: 0;
	top: 0;
	bottom: 0;
	color:#000000;
	display: table;
}

/*------Footer Style------*/

#footer {
	position:relative;
	width:100%;
	height:auto;
	background:#c1c1c1;
	border-top:2px solid #808080;
	font-family: Arial Black, Arial, sans-serif;
	font-weight:bold;
	font-size:85%;
	font-style:italic;
	color:#1A549D;
	text-align:center;
	bottom:0px;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height:150%;
}

#footer div {
	float:none;
	clear:both;
	height:auto;
	margin:4px 2px;
}

#footer div.bullet {
	display:none;
}

#footer div.cen {
	width: 100%; 
	float:none; 
	margin:0px auto;
}


#footer span {
	clear:both;
}

/* --------------------------------------------
   Clear Fix
-------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
	margin-bottom: 50px;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


	/*------Desktop Layout Style------*/
		  
		  @media (min-width: 960px) {
		  
		  body {
			  font-size: 13px;
			  line-height: 18px;
		  }

		  #logo {
			  height:112px;
			  min-width: 960px;
		  }
		  
		  #logo div {
			  display: inline-block;
		  }
		  
		  #logo div.number {
			  padding: 40px 0% 0px 0%;
			  text-align: right;
			  position: absolute;
			  right: 5%;
		  }
		  
#logo div:first-child {
	margin-bottom: 0px;
}

#logo img {
	max-width: 704px;
}
		  
		  #navigation {
			  text-align:left;
			  min-width: 920px;
		  }
		  
		  #navigation a {
			  padding: 5px 40px;
			  display: inline-block;
			  font-size: 100%;
		  }
		  
		  #divider {
			  min-width: 920px;
		  }
		  
		  #divider div {
			  display: block;
		  }
		  
		  #content {
			  min-width: 920px;
			  border-top: 25px #fdfdfd solid;
		  }
		  
		  #content #left {
			  display: block;
		  }
		  
		  #content #center {
			  text-align:left;
			  float:left;
			  padding: 10px 280px 120px 200px;
			  clear: none;
		  }
		  
		  #content #center p {
		  clear:both;
		  }
		  
		  #content #center ul {
			  font-size:125%;
		  }
		  
		  .secondcol {
			  width:40%
		  }
		  
		  #content #right {
			  float:left;
			  clear:none;
			  width:170px;
			  margin: 25px 50px 50px 25px;
			  position: absolute;
		  }
		  
		  #content #right p {
		  margin-top:6px;
		  }
		  
		  
		  /*------Footer Style------*/
		  #footer {
			  position:fixed;
		  }
		  
		  #footer .number {
		  color:#ffffff;
		  font-size: 180%;
		  }
		  
		  #footer div {
			  float:left;
			  clear:none;
			  height:24px;
			  margin:0px 2px;
		  }
		  
		  #footer div.cen {
			  width: 820px; 
		  }
		  
		  #footer div.bullet {
			  display:block;
		  }

		  
		  }
