@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");

body {
	background-color: #fff;
	//background-image: url(/images/boxbg.png);
    margin: 0;
    padding: 0;
}

a {
    color: #004A95;
}

.lighttext {
    color: #ccc;
}

.bold {
    font-weight: bold;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.bellcontainer p {
    margin-bottom: 3px;
}

.bellcontainer h1 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.bellcontainer h2 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.bellcontainer h3 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 0 2px #ccc;
    font-size: 18px;
    font-weight: 700;
}

.bellcontainer h1 small, .bellcontainer h2 small, .bellcontainer h3 small {
    letter-spacing: -1px;
    text-shadow: 0 0 0;
    font-weight: 500;
}

.bellcontainer {
    max-width: 960px;
    margin: 0 auto;
}

.bellcontainer .contentpadded {
    padding: 15px;
}

.contentpadded {
    background-color: #fff;
}
.bellcontainer img {
    vertical-align: top;
    border: 0;
}

#topbarcontainer {
	height: 40px;
}

.topbar {
    position: relative;
}
.topbar .fill {
    height: 40px;
}

.topbar.fixed {
  position: fixed;
  top: 0;
}

#bellheader {
    background-color: #1A4D80;
}

#bellimglogo {
    padding: 20px 30px 20px 30px;
    display: none;
}


.menu-dropdown, .dropdown-menu {
    min-width: 180px;
}

.bellcontainer .page-header {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 17px;
}




#bellheader {
	background-color: #040404;
	background-image: url(/images/stripes.png);
}

#bellimglogo {
    padding: 20px 30px 20px 30px;
    display: block;
}

.topbar .fill {
    margin: 0 auto;
    padding: 0 20px;
}


.footerdivider {
    margin: 0 auto;
    padding: 0 20px;
    height: 5px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.footerdivider {
    border-top: 1px solid #e8e8e8;
}

.footer {
    margin: 0;
    padding: 15px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #000;
    color: #666;
}

.footer #copyright {
    float: right;
    line-height: 24px;
	text-align: right;
}

.bellcontainer .row {
    margin: 0;
    padding: 0 0 15px 0;
}


.bellcontainer .internalpadding {
    padding: 5px;
}



.bellcontainer .col2half {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.bellcontainer .internalpadding {
    padding: 5px;
}

.bellcontainer .col80 {
    float: left;
    margin: 0;
    padding: 0;
    width: 80%;
}

.bellcontainer .col20 {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}


:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

.smallbox {
	margin: 8px;
	padding: 6px;
	border-bottom: 1px dotted #d8d8d8;
	//border-bottom: 1px dotted #fcfcfc;
}


.smallbox p.withimage {
	padding-left: 72px;
	background-repeat: no-repeat;
	background-position: 20px;
}


#twitterfeed ul {
    list-style-type: none;
    margin: 15px 0 20px 0;
    padding: 0;
}
#twitterfeed li {
    background-image: url(/secure/images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    margin:15px;
    text-align:center;
}
.page-header-large {
	height: 250px;
	width: 100%;
	background-image:url(/images/page-header-large.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	padding-top: 20px;
}

.btn-fixed {
	width: 200px;
	text-align: center;
}
.contact-info {
	width: 900px;
	height: 80px;
	margin: auto;	
}
.contact-caption {
	width: 500px;
	float: right;
}
.contact-caption:after {
	clear: both;
}
.centered-text {
	text-align: center;
}