@charset "utf-8";
/* CSS Document */


/* General Styling */

* 
{
    padding:0;
    margin:0;
    outline:0;
}

body
{
	background: #FFF url(../images/bg_collage_arched.jpg) no-repeat top;
	background-position: center 80px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

a
{
	color: #5388C4 /*#4ab3ce*/;
	text-decoration: none;
	border-bottom: 1px dotted #5388C4 /*#4ab3ce*/;
}

a:hover
{
	color: #5a5a5a;
	border-bottom: 1px dotted #5a5a5a;
}

p
{
	margin: 6px 0;
}
h1, h2, h3, h4, h5, h6 
{
	color: #4C4C4C;
}
h1
{
	font-size: 38px;
	line-height: 48px;
	font-weight: normal;
	letter-spacing: 1.5px;
}

h2
{
	border-bottom: 1.5px solid #D6D6D6;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.9px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

h3
{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

h5
{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h6
{
	font-size: 11px;
	text-transform: uppercase;
	color: #5388C4 /*#4ab3ce*/;
	margin-bottom: 10px;
}

#contact-form-full h4 {
	border-bottom: 1.5px solid #D6D6D6;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.9px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 4px;
}

small
{
	display: block;
	width: 300px;
	font-size: 12px;
	border-bottom: 1px dotted #5a5a5a;
}

ul
{
	list-style: none;
}

ul li
{
	background:url(../images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 28px;
}

ol
{
	margin: 4px 0 0 20px;
}

hr
{
	background-color: #cccccc;
	color: #cccccc;
	border: 0;
	height: 1px;
	margin: 26px 0;
}

.clear-both
{
	clear: both;
}

.accent
{
	color: #5388C4 /*#4ab3ce*/;
}

.author
{
	color: #5388C4 /*#4ab3ce*/;
	text-align: right;
	float: right;
}

li a
{
	text-decoration: none;
}

img
{
	border: none;
}

.porfolio img 
{
	
	margin: 10px;
}

/* Specific Element Stylings */

#inner-left-block h4
{
	margin-top: 20px;
}

#inner-right-block h3
{
	font-weight: normal;
}

p.testimonial
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}


a.read-more
{
	text-align: right;
	font-style: italic;
	float: right;
}

h3.blog-head
{
	border-bottom: #dadada solid 1px;
	margin-bottom: 6px;
}

a.featured-tour:hover
{
	border-bottom: 0;
}

/* Body Containers Styling */

.wrapper, .header
{
	width: 960px;
	margin: 0 auto;
}

.header 
{
	height: 120px;
}

.wrap-content 
{
	background: #FFF;
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-top: 35px;
	padding-bottom: 35px;
}

.header .content
{
	clear: both;
}

.horz-block 
{
	margin: 0 20px 0 20px;
	padding-top: 25px;
	position: relative;
}
.top-spacing 
{
	
	padding-top: 150px;
}

.block-300
{
	width: 290px;
	margin-right: 25px;
	float: left;
}

.block-600
{
	width: 600px;
	float: left;
	padding: 16px 8px;
}

.block-900
{
	width: 900px;
	float: left;
	padding: 16px 8px;
}

.block-third, .work-list li.block-third
{
	margin-right: 0;
}

#second-block
{
	background-color: #f8f8f8;
	border: 1px #dddddd solid;
	padding: 16px 8px;
}
#second-block-small
{
	background-color: #f8f8f8;
	border: 1px #dddddd solid;
	margin-top: 20px;
	padding: 8px 4px;
}
#second-block-small h2
{
	font-size: 14px;
	border: none;
	margin: 0;
}
#second-block-small a 
{
	border: none;
}

#second-block-full
{
	background-color: #f8f8f8;
	border: 1px #dddddd solid;
	margin-top: 20px;
	padding: 10px 4px 10px 4px;
	height: 35px;
}
#second-block-full h2
{
	font-size: 22px;
	border: none;
	margin: 5px 0 0 5px;
}
#second-block-full a 
{
	border: none;
	margin-top: -35px!important;
}

#inner-left-block
{
	float: left;
	width: 650px;
}
#inner-full-block
{
	float: left;
	width: 900px;
}

#inner-right-block
{
	float: right;
	width: 300px;
	margin-left: 50px;
}

/* Top Small Nav Styling */

#small-nav
{
	height: 20px;
	width: 960px;
}

#small-nav ul
{
	display:inline;
	float: right;
	margin: 0;
}

#small-nav ul li
{
	list-style: none;
	float:left;
	/*width: 24px;*/
	background: none;
	padding: 0 10px 0 0;
}
#small-nav ul li.last
{
	padding: 0;
}

#small-nav ul li a
{
	border-bottom: none;
}

#small-nav ul li a img
{
	border: none;
}

/* Logo Styling */

#logo
{
	border: none;
	height: 60px;
	float: left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#logo:hover 
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Navigation Menu Styling */
#navigation
{
	float: right;
	width: 600px;
	margin-top: 41px;
	font-size: 16px;
	font-family:  Arial, sans-serif;
}

#menu
{
	padding:0;
	margin:0;
	display:inline;
	float: right;
}

#menu li
{
	padding: 4px 0 3px 0px;
	margin:0 20px 0 0;
	display:inline;
	float:left;
	background: none;
	line-height: 16px;
}
#menu li.last 
{
	margin: 0!important;
}

#menu li:hover a, #menu li.current a
{
	color: #5388C4 /*#4ab3ce*/;
	border-bottom: none;
}

#menu li a
{
	color: #5a5a5a;
	display: block;
	border-bottom: none;
}

.tagline
{
	color: #4C4C4C;
	top: 60px;
	margin-left: 40px;
	width: 800px;
	position: relative;
	text-transform: uppercase;
}
.tagline h1 
{
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -1.10px;
}
.tagline h1 .fancyquote
{
	font-family: "Georgia";
}
.tagline h1 b 
{
	font-size: 39px;
}
.tagline p 
{
	font-size: 16px;
	text-align: right;
	width: 650px;
}

.largeimg 
{
	background: transparent url(../images/large_guy01.png) no-repeat;
	height: 1300px;
	position: absolute;
	top: 100px;
	width: 1050px;
}

/* Slideshow Styling */
#window
{
	background: url(../images/slideshow-back.png) no-repeat;
	width: 568px;
	height: 218px;
	float: right;
	padding: 10px;
	overflow:hidden;
}

#window img
{
	border: 0;
	margin: 0;
}

#slideshow
{
	width:1160px;
	height:450px;
	position:relative;
}

#slideshow li
{
	width:565px;
	height:214px;
	display:inline;
	float: left;
	background: none;
	padding: 1px 12px 12px 1px;
	line-height: 20px;
}

/* Featured Tour Styling */
.featured-tour
{
	overflow: hidden;
	display: block;
	float: right;
	background:url(../images/featured-tour.png) no-repeat;
	width: 157px;
	height: 42px;
	border-bottom: 0;
	margin-top: -30px;
}
.featured-tour-small
{
	overflow: hidden;
	display: block;
	float: right;
	background:url(../images/featured-tour.png) no-repeat;
	width: 110px;
	height: 30px;
	border-bottom: 0;
	margin-top: -27px;
}

#footer
{
	background: url(../images/bg_canvas_white.jpg);
	border-top: 1px solid #D6D6D6;
	position: relative;
}

#footer .inner 
{
	border-top: 1px solid #FFF;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 960px;
}

#footer .inner .porfolio img
{
	margin: 5px;
	height: 42px;
}

#footer h2 
{
	font-size: 18px;
}

/* Form Element Styling */
label
{
	width: 110px;
	font-weight: bold;
	margin: 6px 0;
}

#contact-form-full label
{
	width: 275px;
	font-weight: normal;
	margin: 6px 0;
	float: left;
}

input
{
	width: 220px;
	margin: 4px 0 8px 30px;
	height: 20px;
	padding: 4px 0 1px 0;
	border: 1px solid #dadada;
	background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
}

textarea
{
	width: 300px;
	height: 150px;
	background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
	border: 1px solid #dadada;
	float: right;
	margin: 6px 254px 0 0;
}

#contact-form-full textarea {
	width: 600px;
	height: 100px;
	background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
	border: 1px solid #dadada;
	float: right;
	margin: 6px 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: inherit;
	color: #5A5A5A;
}

#contact-form-full .radio{
	margin: 6px 0 0 0;
	float: right;
	width: 600px;
}

#contact-form-full .radio input {
	width: auto;
	font-weight: normal;
	margin: 5px 5px 0 5px;
	float: none;
	padding-bottom: 5px;
	height: 12px;
}

#contact-form-full .clear-both
{
	height: 10px;
}

.block-third .submitbutton
{
	overflow: hidden;
	display: block;
	float: right;
	background:url(../images/submit-btn.gif) no-repeat;
	width: 88px;
	text-indent: -9000px;
	height: 31px;
	border: 0;
	cursor: pointer;
	margin: 10px 0 0 0;
}

/* Get in Touch Element Stylings */
li.mail-list
{
	background: url(../images/mail-icon.gif) no-repeat 0 center;
	padding-left: 40px;
	margin-bottom: 10px;
}

li.phone-list
{
	background: url(../images/phone-icon.gif) no-repeat 0 center;
	padding-left: 40px;
	margin-bottom: 10px;
}

li.chat-list
{
	background: url(../images/chat-icon.gif) no-repeat 0 center;
	padding-left: 40px;
	margin-bottom: 10px;
}

/* Services List Styling */
#services-list-large li
{
	list-style: none;
	width: 650px;
	float: left;
	display: inline;
	margin: 10px 20px 6px -24px;
	background: none;
}

ul#services-list-large li
{
	line-height: 18px;
}

ul#services-list-large li h4
{
	margin-top: 0;
}

.service
{
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 16px 0 0;
}

ul#services-list-large li p
{
	margin-left: 80px;
}

#services-list-large .first
{
	background: url(../images/money-bills.png) no-repeat left center;
}

#services-list-large .second
{
	background: url(../images/calculator.png) no-repeat left center;
}

#services-list-large .third
{
	background: url(../images/pie-chart.png) no-repeat left center;
}

#services-list-large .fourth
{
	background: url(../images/world.png) no-repeat left center;
}

#services-list-large .fifth
{
	background: url(../images/joystick.png) no-repeat left center;
}

/* Sidebar Styling */
.sidebar-navigation-list
{
	margin:4px 0 10px 0px;
	list-style: none;
}

.sidebar-navigation-list li
{
	background: url(../images/sidebar-bullet.gif) left 50% no-repeat;
	line-height: 36px;
	border-bottom: 1px #cccccc solid;
	padding-left: 20px;
}

.sidebar-navigation-list li:hover
{
	background-color: #F3F3F3;
}

.sidebar-navigation-list li a
{
	color: #303030;
	border: 0;
}

.sidebar-navigation-list li a:hover
{
	text-decoration: none;
	color: #5388C4 /*#4ab3ce*/;
	border: 0;
}

/* Flickr Images Styling */
.flickr-photos ul
{
	margin-left: -20px;
}

.flickr-photos ul li
{
	background: none;
	margin: 0;
	float: left;
	margin-right: -8px;
}

.flickr-photos ul li a
{
	border: 0;
}

.flickr-photos ul li img
{
	border: 3px #5e5e5e solid;
	width: 86px;
	height: 65px;
}

.flickr-photos ul li img:hover
{
	border-color: #5388C4 /*#4ab3ce*/;
}

/* Social Link Styling */
ul.social-links
{
	margin-left: -20px;
}

ul.social-links li
{
	background: none;
	margin: 0;
	float: left;
	margin-right: -20px;
}

ul.social-links ul li a
{
	border: 0;
	display: block;
}

ul.social-links li img
{
	border: 0;
	display: block;
	width: 48px;
	height: 48px;
}

/* Contact Form Styling */
#contact-form
{
	margin: 10px 10px 10px 0;
	overflow: hidden;
}

#contact-form input
{
	margin-left: 40px;
	margin-bottom: 10px;
}

#contact-form .submitbutton
{
	overflow: hidden;
	display: block;
	float: right;
	background:url(../images/submit-btn.gif) no-repeat;
	width: 88px;
	text-indent: -9000px;
	height: 31px;
	border: 0;
	cursor: pointer;
	margin: 10px 252px 0 0;
}

#contact-form-full
{
	margin: 10px 10px 10px 0;
	overflow: hidden;
}

#contact-form-full input
{
	float: right;
	margin: 0;
	width: 600px;
}

#contact-form-full .submitbutton
{
	overflow: hidden;
	display: block;
	float: right;
	background:url(../images/submit-btn.gif) no-repeat;
	width: 88px;
	text-indent: -9000px;
	height: 31px;
	border: 0;
	cursor: pointer;
	margin: 10px 0 0 0;
}

/* Work Section Styling */
.work-list
{
	margin: 10px 0 10px 0;
}

.work-list li
{
	list-style: none;
	background: none;
	margin: 0;
	width: 300px;
	float: left;
	padding: 0;
	margin: 0 50px 30px 0;
}

.work-list li p
{
	line-height: 18px;
}

.work-list li a
{
	border: 0;
}

.work-list li a img
{
	border: #5a5a5a 6px solid;
}

.work-list li a
{
	position:relative;
	float:left;
	margin:5px;
}

.work-list li a span
{
	background-image:url(../images/hover.png);
	background-repeat:no-repeat;
	width:280px;
	height:168px;
	display:none;
	position:absolute;
	left:6px;
	top:12px;
}

/* Blog Post Styling */
.post
{
	clear:both;
	margin-bottom: 30px;
}

.entry
{
	clear: both;
	padding-top: 10px;
}

.entry img
{
	border: 0;
	width: 600px;
}

.post-date
{
	font-size: 12px;
	padding: 4px;
	background-color: #F3F3F3;
	margin: 6px 0;
}

/* Featured Button Styling */
.otherbutton
{
	position:relative;
	display:block;
	height: 40px;
	width: 154px;
	background:url(../images/btn-getquote.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
	border: 0;
}	
.otherbutton span.hover
{
	position: absolute;
	display: block;
	height: 40px;
	width: 154px;
	background: url(../images/btn-getquote.png) no-repeat;
	background-position: bottom;
}
.otherbutton-small
{
	position:relative;
	display:block;
	height: 28px;
	width: 108px;
	background:url(../images/btn-getquote_small.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
	border: 0;
}	
.otherbutton-small span.hover
{
	position: absolute;
	display: block;
	height: 28px;
	width: 108px;
	background: url(../images/btn-getquote_small.png) no-repeat;
	background-position: bottom;
}