﻿html
{
	font-family: 'Open Sans';
  }

body {
  padding-top: 51px;
  background-color: #1A2A4E;
	font-family: 'Open Sans';
}

.jumbotron {background-color:#F8F8F8 }

.wrapper
{
	background-image: url('../img/background.gif');
	background-repeat: repeat;
	padding-bottom: 15px;
}

textarea {border: 1px solid #E7E7E7}

.container
{
}

.color-blue {color: #3276b1;}
.color-green {color:#47a447}

.boldunder {font-weight: bold; text-decoration: underline }


.border-bottom {
    border-bottom: 1px solid #DCDCDC;
}
.background-grey-gradient {
    background: linear-gradient(to bottom, #FFFFFF 26%, #F8F8F8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-shadow: 1px 1px 0 #FFFFFF;
}

.content {
  background-color: #fff;
	border-left: 1px solid #1A2A4E; 
	border-right: 1px solid #1A2A4E; 
	border-bottom: 1px solid #1A2A4E; 
  padding: 15px;
  margin: 0 -15px;
  -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.footerwrapper
{
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #273f74 0%, #1a2a4e 100%);
	border-top: 1px solid #1A2A4E; 
}


.footer
{
  background-color: #1a2a4e;
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #273f74 0%, #1a2a4e 100%);

  padding: 15px;
  margin: 0 -15px;

	color: white;
}

.bordertop
{
	border-top: 1px solid #263D71
}


.footer a {color: white}
.footer table {margin: 10px auto}
.footer td {vertical-align: top;}
.footer .col1 {padding-right: 300px}
.footer .col2 {}


.page-header {
  background-color: #f5f5f5;
 padding: 15px 15px 10px;
  margin: -15px -15px 20px;

}

/* side bars */
.sidebar {xwidth: auto; width: auto}

/* twitter time line on main page */
.twitter-timeline {
	margin-top: 20px;
}

.fa {margin-right: 10px;}
.glyphicon {margin-right: 10px;}

/* testimonials.aspx */
.quote{padding: 10px; border: 1px solid #E7E7E7; border-radius: 5px; margin: 30px 50px 30px 50px}
.quote p {margin:0px; font-family: "Times New Roman"; font-size: 20px}

/* pa80roadmap.aspx */
.checkedlist 
		{
			list-style-type: none;
			list-style-image: url('../images/greencheck.gif');
		}

	.checkedlist li
	{
		padding-bottom: 10px;
	}



