/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Right, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #666;
	background-color: #CACBDF;
  	background-image: url("../Images/background.jpg");
  	background-repeat: repeat-x;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	background-color: #FFF;
	padding:10px;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	position: relative;
}

.content-wrapper {
	border: 1px solid #909EAF;
	margin: 0px auto;
	overflow: hidden;
	width: 980px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: left;
	width: 78%;
}
.sidebar {
	width: 22%;
	float: left;
}

.sidebar .content {
	padding: 0px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #FFF;
    min-height:800px;
}
.main-content .content{
	padding: 30px;
	font-size: .85em;
	line-height: 1.7em;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	color: #909EAF;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.0em; text-transform: uppercase; margin-bottom: 5px; }
h3 { font-size: 1.5em; color: #666; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; font-weight: lighter; line-height: 20px}
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a { color: #909EAF; text-decoration: none; }
.content a:hover, .content a:focus { color: #909EAF; text-decoration: underline; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1em;
	border: 1px solid;
	background-color: #909EAF;
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #909EAF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

.LetterPicker {
    margin-top: 40px;
    margin-left: 15px;
    float: left;
    cursor: pointer;
    color: #fff;
}

.letter {
    margin: 10px;
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 192%;
    background-color: #909EAF;
}

.letter a {
    color: #fff; 
}
.letter a:hover {
    color: #fff;
    text-decoration: none;
    }

.table{
    background-color: #FFF;
    color:  #6078BF;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.table th, .table td {
    
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.header{
    background-color: #909EAF;
    color: white;
}

.alternate{
    background-color: #F9F9F9;
}



/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}

.clickable{
    cursor: pointer;
    background: #ffff99;
}

.nodisplay {display: none;}


input {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    padding: 5px 10px;
    width: 200px;
    outline: none;
}

.styled-select {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    padding: 5px 10px;
    width: 150px;
    outline: none;
   }

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1;
    }

    .img-polaroid {
        padding: 4px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }