@charset "utf-8";
/* CSS Document */

/*	=============================================
		Main Styles
	=============================================  */

body {
	background:#fff;
	background:#f0f0f0;
	color:#282828;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.8em;
}

img[align=left] {
	float:left;
	margin-right:18px;
}
img[align=right] {
	float:right;
	margin-left:18px;
}
img.center {
	height:auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
img.border {
	background:#fff;
	padding:2px;
    -moz-transition:all 0.2s ease-in-out 0s;
    border:1px solid #ddd;
    border-radius:4px 4px 4px 4px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
    display:block;
    line-height:20px;
    padding:3px;	
}

.indent { margin-left:30px; }

h1 { font-size:24px; text-transform:xuppercase; color:#106ba8; text-shadow: 1px 1px 1px rgba(50, 50, 50, .15); }
h2 { font-size:20px;  text-shadow: 1px 1px 1px rgba(50, 50, 50, .15); }
h3 { font-size:16px; }

a { color:#106ba8; }

p { margin-bottom:1em; }

/*	=============================================
		Wrappers
	=============================================  */

div#top-wrapper {
	background:#014688 url(../img/top-bg.png) repeat-x top;
	color:#fff;
}
div#top-wrapper2 {
	background:url(../img/top-overlay.png) no-repeat bottom center;
}
div#middle-wrapper {
	background:#fff;
	min-height:400px;
}

div#middle-wrapper>div.container {
	padding-top:30px;
	padding-bottom:40px;
}

div#bottom-wrapper {
	background:#014587 url(../img/bottom-bg.png) repeat-x top;
}
div#bottom-overlay {
	background:url(../img/bottom-overlay.png) no-repeat top center;
}

/*	=============================================
		Header
	=============================================  */
	
#call-us {
	font-size:18px;
	margin-top:25px;
}

#logo {
	margin-top:16px;
	font-size:32px;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, .55);
}

#slogan {
	font-size:12px;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

/*	=============================================
		Top Bar
	=============================================  */

div#top-bar {
	min-height:80px;
	background:#002154 url(../img/topbar-bg.png) repeat-x;
	margin-bottom:1px;
	-webkit-box-shadow: 0px 5px 5px #00204f;
	-moz-box-shadow:    0px 5px 5px #00204f;
	box-shadow:         0px 5px 5px #00204f;
	color:#fff;
}

/*	=============================================
		Featured Banner
	=============================================  */

div#hero {
	padding-top:30px;
	padding-bottom:30px;
}
div#featured {
	width:940px;
	height:306px;
	background:url(../img/hero-frame.png) no-repeat;
	
}
div#slider {
	padding-top:7px;
	padding-left:6px;
}
div#featured img {
	width:928px;
	height:282px;
}

/*	=============================================
		Main Navigation
	=============================================  */

#main-navigation {
	height:60px;
	background:url(../img/checkered-bg.html);
	border-bottom:#c7c7c7;
}

/*	=============================================
		Secondary Navigation
	=============================================  */
	
#secondary-navigation {
	height:60px;
	background:url(../img/checkered-bg.html);
	border-top:#c7c7c7;
}
	
	
/*	=============================================
		Navbar
	=============================================  */

.navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:capitalize;
}

.navbar-inner {
	background:none;
	box-shadow:none;
	border:0;
}

.navbar .nav>li>a {
	float: none;
	padding:10px 25px 10px;
	line-height:40px;
	color:#333;
	text-decoration: none;
	text-shadow: none;
	text-shadow: 0 1px 0 #ccc;
}
.navbar .nav>li>a:hover {
	float:none;
	padding:10px 25px 10px;
	color:#106ba8;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #78550d;*/
	text-shadow: none;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
}

/*	=============================================
		Main Content
	=============================================  */
	
div#main-content {
	padding-right:50px;
	border-right:1px solid #ccc;
}

	
/*	=============================================
		Sidebar
	=============================================  */
	
div#sidebar {
}

/*	=============================================
		Footer
	=============================================  */
div#footer {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, .55);
}

/*	=============================================
		Contact Form
	=============================================  */


#contactform input[type=text], #contactform textarea {
	width:450px;
}

#contactform textarea {
	height:150px;
}

/*	=============================================
		Rotating Banner
	=============================================  */

#rotating-item-wrapper {
	position: relative;
	width: 928px;
	height: 282px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}