/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     16;
$line-height: 24;

*/
/* font kits */
@font-face {
    font-family: 'daredevilregular';
    src: url('font/daredevil-webfont.eot');
    src: url('font/daredevil-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/daredevil-webfont.woff') format('woff'),
         url('font/daredevil-webfont.ttf') format('truetype'),
         url('font/daredevil-webfont.svg#daredevil') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
/* base files */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}
h1 {
	font-size: 130%;
	
}

p {
	padding: 10px;
	padding: 0.625rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5rem;
}
body {
	background-color: #666666;
	font-size: 100%;     
	}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	
}
a:visited {
	color: #3333FF;
	text-decoration: none;
	
}
a:hover {
	color: #990099;
	text-decoration: none;
	
}
img {
    max-width: 100%;
	height: auto;
	border: 0;
	width: auto\9; /*IE8*/
}
.image-floatleft {
	padding: 10px;
	float: left;
}
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
}
/* header area */
#header {
    min-height: 160px;
	min-height: 10rem;
	background: #000000; /* for non-css3 browsers */
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #000000 0%, #663399 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #000000 0%, #663399 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #000000 0%, #663399 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #663399));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #000000 0%, #663399 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #000000 0%, #663399 100%);

}

.logo {
   width: 20%;
   display:inline-block;	
   margin-right: 15px;
   margin-right: 0.9375rem;
}
.headerinfo {
	width: 78%;
	display: inline-block;
	font-family: "daredevilregular", Arial, sans-serif;
	letter-spacing: 4.5px;
	letter-spacing: 0.28125rem;
	color: #FFFFFF;
	vertical-align: top;
	margin-top: 10px;
	margin-top: 0.625rem;
}
/*menu */

.nav {
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav.right ul {
	text-align: right;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #FFF;
	line-height: 100%;
}
.nav a:hover {
	color: #E8E8E8;
}
.nav .current a {
	/*background: #999;*/
	color: #fff;
	border-radius: 5px;
}
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
.nav ul ul {
	background: #000; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	.nav ul ul li {
	float: none;
	position: relative;
	
	}
		.nav ul ul li a {
	color: #fff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
		}	
			.nav ul ul li a:hover {
	color: #E8E8E8;
			}
.nav li li {
	display:block;
}
/* content area */
#content {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000000;
	margin-top: 10px;
	margin-top: 0.625rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	background-color: #E8E8E8;
}
#lower-content {
	background-color: #000;
	text-align: center;
	color: #CCC;
}
#lower-content a:link {
	color: #606060;
	text-decoration: none;
}
#lower-content a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#lower-content a:hover {
	color: #990099;
	text-decoration: none;
	
}
.grid {
	display: inline-block;
	width: 24.7%;
	vertical-align: top;
	padding-top: 15px;
	padding-top: 0.9375rem;
}
.gridform {
	display: inline-block;
	width: 49.7%;
	vertical-align: middle;
	padding-top: 15px;
	padding-top: 0.9375rem;
	margin-bottom: 35px;
	margin-top: 5px;
}
.page-title {
	margin-left: 10px;
	margin-left: 0.625rem;
	font-size: 24px;
	font-size: 1.5rem;
	color: #990099;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.sidebar-title {
	color: #990099;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 0px;
	font-size: 18px;
	font-size: 1.125rem;
}
/* testimonial ticker */
.quoteswrapper {
	height: 315px;
	height: 19.6875rem;
}
.quotes {
	padding-top: 5px;
	padding-top: 0.3125rem;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-left: 0.625rem;
	width: 99%;
	min-height: 215px;
	min-height: 13.4375rem;
	text-align: left;
	color: #FFF;
} 
.qtext {
	color: #FFF;
}
cite {
	text-align: right;
}

/* end of ticker */
.sb-button-right {
	text-align: right;
	margin-right: 5px;
	margin-right: 0.3125rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}
.webdesigner-text {
	color: #606060;
}
.sliderbox {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 35%;
	margin-left: 10px;
	margin-left: 0.625rem;
}
.homespecialbox {
	vertical-align: top;
	display: inline-block;
	width: 60%;
}
ul#homespecial {
	list-style-type: disc;
	padding-left: 50px;
	padding-left: 3.125rem;
}
ul#homespecial li {
   margin-bottom: 10px; 
   margin-bottom: 0.625rem;
}
ul#resourcepartners {
	list-style-type: none;
	padding-left: 10px;
	padding-left: 0.625rem;
}
ul#resourcepartners li {
   margin-bottom: 10px; 
   margin-bottom: 0.625rem;
}
/* Footer */
#footer {
	color:#FFFFFF;
	min-height: 50px;
	min-height: 3.125rem;
	background: #000000; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#663399'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#663399)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #000,  #663399); /* for firefox 3.6+ */
}
.footer-text {
	color: #CCCCCC;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer-states {
	color: #FFFFFF;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer-info {
	font-style: italic;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
}
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
}

.social-block {
	text-align:center;	
}
.social-icon {
	margin-left: 5px;
	margin-left: 0.3125rem;
	display:inline-block;
}
/* buttons */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	margin: 0 0.125rem;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-shadow: 0 0.0625rem 0.0625rem rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
	top: 0.0625rem;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	font-size: 0.75rem;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	font-size: 0.6875rem;
	padding: .2em 1em .275em;
}
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	border: solid 0.0625rem #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* for portfolio */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.port-title {
	margin-left: 0;
    padding-bottom: 0;
}
.port-bold {
	font-weight: bold;
	color: #000;
	display: inline-block;
}
/*forms main styles in forms.css*/
.required-text {
	font-weight: bold;
	color: #FF0000;
}
p.error, p.success {
			font-weight: bold;
			padding: 10px;
			border: 1px solid;
		}
		p.error {
			background: #ffc0c0;
			color: #900;
		}
		p.success {
			background: #b3ff69;
			color: #4fa000;
		}
fieldset {
	font-weight: bold;
	color: #990099;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highlighttext{
background-color:yellow;
font-weight:bold;
}
.instuctiontext {
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}
.instructiondivider {
	background-color: #990099;
	height: 2px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}
/* slides on home page */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }