@media (min-width:1200px){.container{width:1050px}}
body{
   background-image:url(../images/bg_page.gif)
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainwrapper {
   background-color:#FFF;
}

.headerwrapper {
	  background-color: #FFF;
}

#footerwrapper {
	  background-color: #0E72BC;
  	padding: 10px 20px 10px 10px;
}

#formwrapper {
	  background-color: #FFF;
  	padding: 10px 20px 10px 20px;
}

.row{
	margin-top:5px;
	}

.row_menu{
	margin: 5px 20px 5px 85px;
	}

.row_main{
	margin: 5px 10px 0 10px;
	}
		
.nav-tabs>li>a {
  background-color: #FFF;
  border-color: #dfd7ca;
  color:#06C;
  text-decoration: none;
		}

.nav-tabs {
	border-bottom: 0;
}

a{
  text-decoration: underline;
  color:#000;
}

a:hover 
   {
    color:#F06;
   }

a:visited 
   {
    color:#5b5452;
   }		
	
h1,
h2,
h3,
h4,
h5,
h6 {
	  	color:  #000;
    font-weight: 500;
}
		
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.navbar-inverse {
    background-color:#0E72BC;
    border-color: #0E72BC;
}

.navbar-inverse .navbar-nav>li>a {
   color: #FFF;
   font-size:14px;
			font-family:inherit;
   font-weight:700;
   text-decoration:none;
}

.navbar-inverse .navbar-nav>li>a:hover 
   {
    color:#8CC0FB;
   }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #009CE8;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #009CE8;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #009CE8;
    color:#FFF;
}

.whitetext{
			font-family:inherit;
   font-size: inherit; 
			color: #FFF;
		}
		
.whitetext24{
			font-family:inherit;
   font-size:24px;
			color: #FFF;
		}
		
.whitetext18{
			font-family:inherit;
   font-size:18px;
			color: #FFF;
		}
		
.whitetext14{
			font-family:inherit;
   font-size:18px;
			color: #FFF;
		}
		
.whitetext a:hover 
 {
   color:#F06;
		}

.whitetext a:visited 
   {
    color:#FFF;
   }		

.bluetextbold {
			font-family:inherit;
   font-size: inherit; 
  	font-weight: bold;
  	color: #1E6196;
}
						
a.bluelink {
			font-family:inherit;
   font-size: inherit; 
  	font-weight: bold;
	  color: #1E6196;
	  text-decoration: none;
}

a.bluelink:hover {
			font-family:inherit;
   font-size: inherit; 
	  font-weight: bold;
	  color: #999999;
	  text-decoration: underline;
}

.blacktext{
			font-family:inherit;
   font-size: inherit; 
			color: #000;
		}
		
.blacktext24{
			font-family:inherit;
   font-size:24px;
			color: #000;
		}
		
.blacktext18{
			font-family:inherit;
   font-size:18px;
			color: #000;
		}
		
.blacktext14{
			font-family:inherit;
   font-size:18px;
			color: #000;
		}
		
.blacktext a:hover 
 {
  color:#69F;
  text-decoration: underline;
		}
		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold; 
			color: #CC0033;
		}
		
.whitetextsmall{
			font-family:inherit;
   font-size: 85%; 
			color: #FFF;
		}
						
.whitetextsmall a{
  text-decoration: underline;
		}
						
.whitetextsmall a:hover 
 {
    color:#F06;
		}
						
 ul li{
    padding: 5px 0 5px 0;
    font-weight: 500;
    list-style-type:disc;
	}

ul ul, ol ul {
    list-style-type:square;
  }
						
.lineseperator {
	border-top:1px solid #000;
	padding:10px 0 0 0;
	height:1px;
	width:100%;
}

.blackseperator {
	border-top:#000000 solid 1px;
	height:1px;
	width:100%;
}

.grayseperator{
 border-top:#9c9593 dashed 1px;
	margin-top:5px;
	margin-bottom:20px;
	height:1px;
	width:100%;
}

.btn-lg, .btn-group-lg>.btn {
  font-size: 18px;
  text-decoration: none;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}

.pusher10{
   margin-top: 10px;
}

.pusher20{
   margin-top: 20px;
}

.pusher40{
   margin-top: 40px;
}

.pusher45{
   margin-top: 45px;
}

.pusher100{
   margin-top: 100px;
}

.pusher250{
   margin-top: 250px;
}

.inspiration_img {
    margin: 20px 0 0 10px;
    border: 1px solid #ccc;
    float: left;
}

.inspiration_img img {
    width: 100%;
    height: auto;
}

.inspiration_desc {
    padding: 10px 0 10px 5px;
