/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*==========================================================================
    New styles added by Sam
==========================================================================*/
.three-col {
    width: 960px;
    margin: 0 auto;
}

.col-3 {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    float: left;
    padding: 10px;
}

.col-3-image {
    width: 100%;
    max-width: 300px;
}

.like-facebook {
    color: white;
    background-color: #3B5998;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    margin: 5px;
}

.like-facebook span {
    font-weight: bold;
}

.header-contact {
    clear: both;
}

.contact-price a, .larger-nav a:link, a:visited {
    color: white;
}

.contact-price a:hover {
    color: lightgray;
}

.clear-next {
    display: block;
    clear: both;
}

.fourth-tab {
    display: block;
    text-align: left;
    overflow: auto;
    clear: both;
    padding-top: 35px;
    padding-left: 20px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.9em;
    line-height: 1.4;
	background-color:#f2f1f1;
	width:100%;
	height:100%;
}


h1
{
font-size:1.4em;
color:#084c5f;
font-style:italic;
}


h2
{
font-size:1.2em;
color:#084c5f;
font-style:italic;
}


h2 sub-header
{
font-size:1.2em;
color:#084c5f;
font-style:italic;
}

a:link, a:visited
{
text-decoration:none;
color:#ccc;
}


.larger-nav a:link, a:visited
{
text-decoration:none;
color:#ccc;
}

.hosted-by a{
	text-decoration:none;
	color:#084c5f;
}
.contact-details a{
	text-decoration:none;
	color:#084c5f;
}


a:hover
{
color:#000000;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.contactbox dl dt
{
display:none;
}

.contactbox dl dd
{
margin:0;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Navigation styles
   ========================================================================== */


nav ul
{
margin-top:5px;
color:#ffffff;
list-style-type:none;
padding:0;
margin:0;
display:inline-block;
}
nav ul li
{
float:left;
margin-right:0;
margin-top:12px;
position: relative;
}

nav ul li ul
{
list-style-type:none;
position:absolute;
margin:0;
padding:10px;
width:120px;
background-color:#000000;
visibility:hidden;
left: 0;
top: 20px;
}

nav ul li ul li
{
width:100px;
padding-left:0px;
padding-bottom:5px;
background-color:#000000;


}

nav ul li > a:link, nav ul li > a:visited
{
color:#cccccc;
text-decoration:none;
padding-left:8px;
padding-right:8px;
}

nav ul li > a:hover
{
color:#ffffff;

background-color:#000000;





}



nav ul li:hover > ul
{
visibility:visible;


}

.larger-nav nav ul li:hover > ul
{
visibility:visible;


}


.larger-nav{
	padding-left:10px;
	padding-right:0px;
}

.larger-nav a:hover{
color:#ffffff;
background-color:#000000;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header.main
{
	width:100%;
	height:150px;
	background-color:#0c1a2a;
	border-bottom:solid 10px #000;
}

.contactbox
{
float:right;
}

.holder
{
width:920px;
height:260px;
padding:20px;

position:absolute;
left:50%;
margin-left:-480px;
z-index:1;

}


.holder h3
{
color:#ffffff !IMPORTANT; 
font-size:1.8em; 
font-style:italic;
width:550px;
background-color:#084c5f; 
display:inline; 
padding:2px; 
padding-right:20px; 
top:20px;

}



.formbox
{
width:450px;
float:left;
border-right:dashed 1px #cccccc;
padding-right:50px;
margin-left:20px;

}

form input, form select, form textarea
{
border:none;
width:450px;
padding:10px;
border-radius:5px;
margin-bottom:10px;

box-sizing:content-box;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 



  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;

}



form input[type="submit"]
{
width:150px;
box-shadow:none;
margin-right:10px;
background-color:#0c1a2a;
color:#ffffff !IMPORTANT;
text-decoration:none;
padding:10px;
border-radius:5px;
border:none;
}

form [type="submit"]:hover
{
background-color:#084c5f;
}

form label.fname
{
font-weight:bold;
color:#084c5f;
margin-right:10px;

}

form span.subtext
{
font-size:10px;
}


.slider
{
height:300px;
width:100%;
background-color:#ffffff;
border-bottom:solid 3px #000;
}

nav
{
height:40px;
width:100%;
background-color:#000;
margin-top:0px;

}

.nobullet
{
list-style-type:none;
}

.package{
	float:left;
	width:270px;
	margin-right:35px;
	font-size:11px;
}

.sub-header{text-decoration:underline;}

.imgborder
{
border:dashed 1px #ccc;
padding:20px;
border-radius:10px;

}

.price
{
font-weight:bold; background-color:#084c5f; padding:5px; color:#f9f9f9;
}

.imalex
{
float:left; 
width:960px; 
background-color:#f9f9f9; 
padding:20px; 
margin-bottom:20px;

	-webkit-box-shadow: 0 10px 20px -18px black;
	   -moz-box-shadow: 0 10px 20px -18px black;
	        box-shadow: 0 10px 20px -18px black;
}


.shadow
{
-webkit-box-shadow: 0 10px 20px -18px black;
	   -moz-box-shadow: 0 10px 20px -18px black;
	        box-shadow: 0 10px 20px -18px black;
}



footer.main
{
	width:100%;
	height:100px;
	background-color:#0c1a2a;
	border-bottom:solid 2px #000;
}

#topcontact
{
color:#ffffff;
font-weight:bold;
font-size:1.1em;
text-align:right;
width:350px;
height:50px;
float:right;
margin:25px 30px 0px 0px;
}

#topcontact a:link, #topcontact a:visited
{
	color:#ffffff !IMPORTANT;
}

#topcontact a:hover
{
	color:#cccccc !IMPORTANT;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
