/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	*{
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		/*-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;*/
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1;
        overflow-y: scroll;
	}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	section{
		/*float: left; was interfearing with site wide searching*/
		width: 100%
	}

	header #logo input.logomobile {
		display: none;
	}

	header #logo input {
		display: block;
	}
    .footerlogoweb img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

/* #Basic Styles
================================================== */
	body {
		margin: 0 !important;
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #666;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #4C4D52;
        margin: 0;
		font-family: "FrutigerLight",Arial,Sans-Serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; margin-bottom: 10px;}
	h1 { font-size: 46px; line-height: 50px; }
	h2 { font-size: 35px; line-height: 40px; }
	h3 { font-size: 28px; line-height: 34px; }
	h4 { font-size: 21px; line-height: 30px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0;padding-top:10px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 2px 0 5px; height: 0; }


/* #Links
================================================== */
	a, a:visited {
        color: #666;
        border: 0 none;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        text-decoration: none;
	}

	a:hover, a:focus { color: #666; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

#ctl00_thecustombannerpanel_dvcustomtext {
    text-align: center;
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "Open Sans",Helvetica, Arial, sans-serif;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/*Shipping Helpers*/
.shippingmessage {}

.shippinghelper {
    width: 100%;
    margin: auto;
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.builderlist {
    height: 34px;
    float: left;
    border: 1px solid #DFDFDF;
    padding: 9px 8px 9px 8px;
    outline: none;
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2), 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2), 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .modal-content h3 {
        font-weight: bold;
        background-color: lightgray;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-left: 5px;
    }

/* #Forms
================================================== */

	form {
		float: left;
		width:100%;}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		float: left;
		border: 1px solid #DFDFDF;
		padding: 9px 8px 9px 8px;
		outline: none;
		margin: 0 10px 0 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #fff;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
		box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
		-webkit-appearance: none;
		border-radius: 0;
	}
	select {
		float: left;
		outline: none;
		margin: 0 10px 0 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	/*label,
	legend {
		display: block;
		margin: 0 0 5px 0;
		font-size: 13px;  }*/
	/*label{
		display: none;
	}*/
	.ie8 label{
		display: block;
	}
	select {
		/*width: 220px;*/ }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
.adminscroolbar {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

    .adminscroolbar::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .adminscroolbar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .adminscroolbar::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .adminscroolbar::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.InnerFreezePane{text-align: center;width: 100%;background-color: #888A89;color: White;font-size: large;border: solid 2px #111;padding: 9px;}
.FreezePaneOff{visibility: hidden;display: none;position: absolute;top: -100px;left: -100px;}
.FreezePaneOn{position: absolute;top: 0px;left: 0px;visibility: visible;display: block;width: 100%;height: 100%;background-color: #F4F5F5;z-index: 999;filter:alpha(opacity=85);-moz-opacity:0.85;padding-top: 20%;}

.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }

.blue{color: #25527f;}

.marginBottom5{margin-bottom: 5px;}
.marginBottom10{margin-bottom: 10px;}
.marginBottom20{margin-bottom: 20px;}
.marginBottom30{margin-bottom: 30px;}
.marginBottom40{margin-bottom: 40px;}
.marginBottom50{margin-bottom: 50px;}
.marginBottom60{margin-bottom: 60px;}

.showlabel label {
    display:block;
}
.showrightlabel label{
    display:inline;
    padding-left: 5px;
    padding-right: 5px;
}

.showrightlabel label span input disabled{
    display:inline;
    padding-left: 5px;
}

.showlabel td {
    text-align:center;
    width:120px;
}

/* #Account View Data
==================================================*/
.oprojectitems {
    height: 95px;
    overflow: scroll;
    overflow-x: hidden;
}

/* #Account View Data
==================================================*/
#aho {
    padding-top: 10px;
}

/* #Order View Data
================================================== */
.imgsignhere {
    border-width: 0px;
    max-height: 75px;
    top: auto;
    position: absolute;
}

.obsearch {background-color: #ddf606 !important;}

.rsideheader {
    padding: 8px 0 8px 5px;
    color: #310000;
    border: 1px solid #D4D4D4;
	background: #EDEDED; /* Old browsers */
	background: #EDEDED -moz-linear-gradient(top, rgba(219,219,219,.35) 0%, rgba(237,237,237,.4) 100%); /* FF3.6+ */
	background: #EDEDED -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,.35)), color-stop(100%,rgba(237,237,237,.4))); /* Chrome,Safari4+ */
	background: #EDEDED -webkit-linear-gradient(top, rgba(219,219,219,.35) 0%,rgba(237,237,237,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EDEDED -o-linear-gradient(top, rgba(219,219,219,.35) 0%,rgba(237,237,237,.4) 100%); /* Opera11.10+ */
	background: #EDEDED -ms-linear-gradient(top, rgba(219,219,219,.35) 0%,rgba(237,237,237,.4) 100%); /* IE10+ */
	background: #EDEDED linear-gradient(top, rgba(219,219,219,.35) 0%,rgba(237,237,237,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.formlink a{
    padding: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #A3BCEA;
	background: #EDEDED; /* Old browsers */
	background: #EDEDED -moz-linear-gradient(top, rgba(217,228,247,.35) 0%, rgba(190,208,241,.4) 100%); /* FF3.6+ */
	background: #EDEDED -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,208,241,.35)), color-stop(100%,rgba(190,208,241,.4))); /* Chrome,Safari4+ */
	background: #EDEDED -webkit-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EDEDED -o-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* Opera11.10+ */
	background: #EDEDED -ms-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* IE10+ */
	background: #EDEDED linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}


.removeresponse {
    background: #A5A5A5;
    width:100%;
}

.removeresponse a{
    color: #FFFFFF;
}

.rsubfooter {color: black;}

#ohgi.six.columns div.three.columns.omega{
   /*color: #000;*/
}
#ohgi.six.columns div.three.columns.alpha{
    font-weight: bold;
    color: black;
}
#ohgi.six.columns div.three.columns.omega a{
    color: #011FFE;
}

.ohodval div.three.columns.alpha{
    font-weight: bold;
    color: black;
}

/*#ohod.six.columns div.three.columns.omega{
    /*color: #000;
}
#ohod.six.columns div.three.columns.alpha{
    font-weight: bold;
    color: black;
}
#ohod.six.columns div.three.columns.omega a{
    color: #011FFE;
}*/ 
#omi.message_body div.twelve.columns.alpha.omega div.three.columns.omega{
    color: #000;
    padding-right: 5px;
}
#ohwrkcntr.sixteen.columns.alpha.omega {
    padding-bottom:20px;
}

.dvsmborder {
    height: 250px; 
    overflow: scroll;
    overflow-x: hidden;
    padding: 5px 0 5px 0;
}
#dvsmfooter {
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #FF9900;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,204,153,.35) 0%, rgba(255,204,0,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,153,.35)), color-stop(100%,rgba(255,204,0,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.ovexpwin {
    padding: 8px 0 8px 5px;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.mainrow {
    background-color: #f2f3f8;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    /*.mainrow input {
        width: 75%;
    }*/

.previewbtn {
    width: auto !important;
}

.alternaterow {
    background-color: #e5e5e8;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    /*.alternaterow input {
        width: 75%;
    }*/

/* #Landing Page
==================================================*/
.LocationPaneHelper {
    display: none;
}

.ltui {
    padding-right: 10px;
}

#scl {
    padding-top:50px;
}
#scc {
    float: left;
    width: 65%;
}

#scc img{
    float: left;
    width: 100%;
}

#scc h2 {
    margin-bottom: 0.20em;
    letter-spacing: -1px;
    font-size: 3em;
    font-weight: 600;
}

#scc .byline {
    display: block;
    text-transform: uppercase;
    font-size: 1.10em;
    font-weight: 400;
    margin-bottom: 2em;
}

#scc img {
    margin-bottom: 1em;
}

/* #Document Manager
================================================== */
#recordnavpaging.four.columns.omega {
    text-align: right;
}
.dmbh {
    font-weight: bold;
    color: #6D6E72;
}
.dmbh a {
    font-weight: bold;
    color: #6D6E72;
}
.dmchkhelper {
    display: none;
}
#dmrow div.six.columns {
    padding-top: 9px;
}
#dmrow div.one.column {
    padding-top: 9px;
}
#dmrow div.five.columns {
    padding-top: 9px;
}

/* #Lead Generator **Includes Carousel
================================================== */
.lgen {
    padding: 35px 0 0 60px;
    padding-top: 35px;
    width: 950px;
    margin: 0 auto;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
    padding-top: 40px;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 850px;
    height: 400px;
    padding: 0 0 0 15px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 850px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/* #Permission Editing Page
==================================================*/
.edit_pms label{
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    border: 1px solid #0D6CD7;
	background-color: #ED7D31; /* Old browsers */
}

.edit_pms input{
      margin: 5px 5px 5px 5px;
}