/* GENERAL STYLING */

* {
	margin: 0;
	padding: 0;
	border: 0px none;
}
body {
	background: #333;
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;
}
a:link {
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:active.noborder, a:hover.noborder, a:visited.noborder, a:link.noborder, a.noborder {
	border: none;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	background: #FFF;
	padding: 8px;
	border: 1px solid #0052A4;
	font: bold 1.2em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	color: #444;
	margin-bottom: 2px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
h1 span.cufon,h2 span.cufon,h3 span.cufon,h4 span.cufon,h5 span.cufon,h6 span.cufon {
    margin: 0 0 4px 0;
}
h1 {
	font-size:3em;
	border-bottom:1px dotted #666;
}
h2 {
	font-size: 2.6em;
}
hr {
	border-bottom: 1px solid #999;
}
/* form elements */
form {
	margin: 10px 0;
	padding: 0;
	/*
	border: 1px solid #f1f1f1;
	background-color: #f5f5f5;
	*/
}
label {
	display: block;
	font-family:Rockwell, "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	font-size: 1.4em;
	margin: 10px 0 2px 0;
}
input {
	padding: 6px;
	border: 1px solid #B2AD9A;
	font: normal 1em Verdana, sans-serif;
	color: #777;
	font-size:1em;
}
/* HEADER */
#header {
	height: 114px;
	background:#333 url(../cv/images/featured_background_brick.jpg) repeat-x;
}
#header-broker {
	position: relative;
	height: 114px;
	/*bbackground: #393939 url('../sv/images/header-background.jpg') no-repeat 50% 0;
	bbackground:#333 url(../sv/images/featured_background_malachite.jpg) repeat-x;*/
	background:#333 url(../sv/images/featured_background_carbon.jpg) repeat-x;
}
#header-customer {
	height: 114px;
	background:#333 url(../sv/images/featured_background_iron1.jpg) repeat-x;
}
#header_content {
	max-width: 960px;
	height: 114px;
	margin: 0 auto;
}
/* NAVIGATION*/
#nav {
	height: 45px;
	background: #D9D9D9 url('../cv/images/nav-background.png') repeat-x;
	border-bottom: 1px solid #4D4D4D;
}
#nav_content {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
#nav_content ul {
	margin: 0;
	padding: 0;
	height: 45px;
}
#nav_content li {
	display: inline;
	list-style-type: none;
}
#nav_content a.section {
	display: block;
	float: left;
	font: bold 16px/45px Rockwell, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	border-right: 1px solid #EEE;
	border-left: 1px solid #B6B6B6;
	border-bottom: none;
	text-decoration: none;
	color: #393939;
	background-image: url('images/nav4.gif');
	background-repeat: no-repeat;
	background-position: center 17px;
	height: 0;
	overflow: hidden;
	width: 118px;
	padding-top: 45px;
}

#nav_content li#nav_home a { background-position: 0 0; }
#nav_content li#nav_forum a { background-position: -120px 0; }
#nav_content li#nav_products a { background-position: -240px 0; }
#nav_content li#nav_contact a { background-position: -360px 0; }
#nav_content li#nav_services a { background-position: -480px 0;}
#nav_content li#nav_blog a { background-position: -600px 0;}

#nav_content li#nav_home a:hover { background-position: 0 -45px; }
#nav_content li#nav_forum a:hover { background-position: -120px -45px; }
#nav_content li#nav_products a:hover { background-position: -240px -45px; }
#nav_content li#nav_contact a:hover { background-position: -360px -45px; }
#nav_content li#nav_services a:hover { background-position: -480px -45px; }
#nav_content li#nav_blog a:hover { background-position: -600px -45px;}

#nav_content li#nav_home a:active { background-position: 0 -90px; }
#nav_content li#nav_forum a:active { background-position: -120px -90px; }
#nav_content li#nav_products a:active { background-position: -240px -90px; }
#nav_content li#nav_contact a:active { background-position: -360px -90px; }
#nav_content li#nav_services a:active {	background-position: -480px -90px;}
#nav_content li#nav_blog a:active { background-position: -600px -90px;}

#nav_shadow {
	height: 4px;
	background: #d9d2ba url('../cv/images/nav-shadow.gif') repeat-x;
}
/* CONTENT */
#content_container_outer {
	background: #D9D2BA;
	overflow: auto;
	min-height:400px;
}
#content_container_inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	font-size:1.2em;
}
#content_container_inner p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#content_container_inner img.left {
	margin: 4px 10px 4px 0;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC;
}
#content_container_inner img.right {
	margin: 4px 0 4px 10px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC;
}
#content_container_inner ol, #content_container_inner ul, #content_container_inner dl{
	margin-left: 2em;
	line-height: 1.6em;
}
#content_container_inner ol, #content_container_inner ul {
	margin-bottom: 1em;
}
#content_container_inner li {
	margin-bottom: 2px;
}
#content_container_inner dt {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:6px;
	color: #666;
}
#content_container_inner dd {
	margin: 0 0 6px 20px;
}
#content_container_inner ol ol, #content_container_inner ul ul, #content_container_inner ol ul, #content_container_inner ul ol{
	/* This prevents extra margins in nested lists (2 deep)*/
	margin-bottom: 0;
}
#content {
	max-width: 675px; /* 675 to allow for 10px gap between content and sidebar when using columns */
	float: left;
}
/* SIDEBAR */
#sidebar {
	width: 275px;
	float: right;
}
/* FOOTER*/
#footer {
	clear: both;
	background: #333 url('../ccv/images/footer-background.gif');
	border-top: 2px solid #3B0605;
	color: #C4CCC9;
	font-size: 1.1em;
	line-height: 1.5em;
	position: relative;
}
#copyright {
	clear: both;
	background: none;
}
#back_to_top {
	position: absolute;
	right: 15px;
	top: -2px;
}
#footer a {
	color: #C4CCC9;
}
#footer a:hover {
	color:#fff;
}
#footer_content {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
#footer_leftcol {
	float: left;
	width: 30%;
	height: 200px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px dotted #C4CCC9;
	text-align: left;
}
#footer_leftcol ul {
	margin:0 !important;
	padding-right: 10px;
}
#footer_leftcol li {
	list-style-type:none;
/*	list-style-image:url('none'); */
	border-bottom:1px dotted #666
}
#footer_leftcol li a {
	border-bottom: none;
}
#footer_centercol {
	float: left;
	width: 30%;
	height: 200px;
	padding: 0 15px;
	margin-right: 10px;
	border-right: 1px dotted #C4CCC9;
	text-align: left;
}
#footer_rightcol {
	float: right;
	width: 30%;
	height: 170px;
	padding: 0 10px;
	text-align: left;
}
#footer_rightcol h2 {
	background-repeat: no-repeat;
}
#footer_leftcol img, #footer_centercol img, #footer_rightcol img {
	margin-bottom:6px;
}
#footer_links {
	clear: both;
	color: #FFF;
	padding-top: 10px;
}
#footer ol, #footer ul, #footer dt {
	margin-left: 2em;
	line-height: 1.6em;
	list-style-image: url('../cv/images/bullet.png');
}
#footer ol, #footer ul {
	margin-bottom: 1em;
}
#footer li {
	margin-bottom: 2px;
}
#footer ol ol, #footer ul ul, #footer ol ul, #footer ul ol {
	/* This prevents extra margins in nested lists (2 deep)*/
	margin-bottom: 0;
}
/* home page jQuery items */
.tile {
	width: 225px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	cursor: pointer;
	border: solid 5px #B2AD9A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tile a {
	color: #AAF;
}
.tile img {
	float: left;
	padding: 0 10px 6px 0;
}
#content_items {
	max-width: 725px;
	height: 330px;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
/* CLASSES */
.center {
	text-align: center;
} 
.clear {
	clear: both;
}
.left {
	float: left;
}
.nowrap {
	/* useful for table cells that you don't want wrapped */
	white-space:nowrap;
}
.right {
	float: right;
}
#form1 {
	margin:0px auto;
	padding: 30px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 		
	ffloat: left;
	max-width: 300px;
	position: relative;
	margin-bottom:125px;
}
#border-form {
	margin:0px auto;
	margin-top:25px;
	border: 1px dotted #666;
	max-width: 340px;
	height:260px;
	padding: 0px;
}
#pins { position: absolute; right: 0pt; padding-top: 60px;	}

#form1 div label {
	max-width: 300px;
	display: block;
	font-size: 1.6em;
	text-align:left;
	ttext-transform:uppercase;
	margin-left:5px;
}

#form1 div label.error {
	color: #a80000;
	background-color:transparent;
	border:none;
	position: absolute;
	margin-top: -17px;
	margin-left: 110px;
	text-align:left;
	font-size: 0.9em;
}



#form1 input {
	float:left;
	border:1px solid #C5C5C5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 	
	border-radius:5px;	
	width:260px;
	height:30px;
	line-height:30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	vertical-align:central;
}	

#form1 input:focus {
	color:#232323;
	ccolor:#666;
	border-color: #8F8F8F;
}

#form1 input.btn {
	float:none;
	margin:auto;
	width:100px;
	mmargin-left:200px;
	}	
#logo {
	margin: 22px 0;
	width: 250px;
	height:62px;
	background: url('images/protracsystems1-light_sm.png') no-repeat;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#logo {
	margin: 5px 0;
	width: 250px;
	height:62px;
	background: url('images/protracsystems1-light_sm.png') no-repeat;
}
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
#header {
	height: 114px;
	background:#333 url(../cv/images/featured_background_brick.jpg) repeat-x;
}
#header-broker {
	position: relative;
	height: 114px;
	/*bbackground: #393939 url('../sv/images/header-background.jpg') no-repeat 50% 0;
	bbackground:#333 url(../sv/images/featured_background_malachite.jpg) repeat-x;*/
	background:#333 url(../sv/images/featured_background_carbon.jpg) repeat-x;
}
#header-customer {
	height: 114px;
	background:#333 url(../sv/images/featured_background_iron1.jpg) repeat-x;
}
#header_content {
	padding:13px 0 0 13px;
	max-width: 960px;
	margin: 0 auto;
}
#content_container_outer {
	overflow: auto;
	min-height:300px;
}

#border-form {
	float: left;
	width: 95%;
	border:none;
	height:auto;
}
#form1 {
	float: left;
	padding: 0px;
	width: 95%;
	margin-bottom:0px;
}
#logo {
 ddisplay:none; }
#logo1 {
	margin: 0px 0;
	width: 250px;
	height:109px;
	background: url('../images/protracsystems1-light_sm.png') no-repeat;
}
#form1 {
	padding: 5px;
	width: 100%;
	margin-bottom:20px;
}
h1 { font-size:2em; }
#form1 input { max-width:220px; }

#pins { display:none; 	}
	
	}
@media only screen and (max-width: 768px) {
#header {
	height: 114px;
	background:#333 url(../cv/images/featured_background_brick.jpg) repeat-x;
}
#header-broker {
	position: relative;
	height: 114px;
	/*bbackground: #393939 url('../sv/images/header-background.jpg') no-repeat 50% 0;
	background:#333 url(../sv/images/featured_background_malachite.jpg) repeat-x;*/
	background:#333 url(../sv/images/featured_background_carbon.jpg) repeat-x;
}
#header-customer {
	height: 114px;
	background:#333 url(../sv/images/featured_background_iron1.jpg) repeat-x;
}
#header_content {
	padding:13px 0 0 13px;
	max-width: 960px;
	margin: 0 auto;
}
#content_container_outer {
	overflow: auto;
	min-height:300px;
}

#border-form {
	float: left;
	width: 95%;
	border:none;
	height:auto;
}
#form1 {
	float: left;
	padding: 0px;
	width: 95%;
	margin-bottom:0px;
}
#logo {
 ddisplay:none; }
#logo1 {
	margin: 0px 0;
	width: 250px;
	height:109px;
	background: url('../images/protracsystems1-light_sm.png') no-repeat;
}
#form1 {
	padding: 5px;
	width: 100%;
	margin-bottom:20px;
}
h1 { font-size:2em; }
#form1 input { max-width:220px; }

#pins { display:none; 	}

}

#form1 .submit:hover, .submit:focus {
	background-color: #CCC;
	color:#000;
}
#form1 em {
	font-style:italic; 
	color:#999999; 
	font-size:0.9em; 
	text-transform:lowercase;
}
#form1 input.error {border: 2px solid #F00;}

#form1 label.valid {
  background: url(../images/email_batch.png) no-repeat;
  height:32px;
  width:32px;
  display: block;
  position: absolute;
  top: 0px;
  left: 220px;
  padding-left: 10px;
}
/*=========================================================================
Protrac Buttons
========================================================================= */

#form1 .button-red, #form1 .button-red { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #d82b31; }

#form1 .button-green, #form1 .button-green { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #51A351; }

#form1 .button-green2, #form1 .button-green2 { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #51A351; }

#form1 .button-yellow, #form1 .button-yellow { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #ffd200; }

#form1 .button-blue, #form1 .button-blue { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #3d5b99; height:40px; width:100px; }

#form1 .button-burgandy, #form1 .button-burgandy { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #8c3f2b; height:40px; width:100px; }

#form1 .button-white, #form1 .button-white { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #eee; }

#form1 .button-black, #form1 .button-black { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #333; }

#form1 .button-iron, #form1 .button-iron { background: url("images/button-shadow.png") repeat-x scroll 50% 0 #85613d; height:40px; width:100px; }

#form1 .button-red, #form1 .button-red:visited, #form1 .button-green, #form1 .button-green:visited, #form1 .button-green2:visited, #form1 .button-yellow, #form1 .button-yellow:visited, #form1 .button-blue, #form1 #form1 .button-blue:visited, #form1 .button-burgandy, #form1 .button-burgandy:visited, #form1 .button-iron, #form1 .button-iron:visited, #form1 .button-white, #form1 .button-white:visited, #form1 .button-black, #form1 .button-black:visited { color: #fff; border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.4); -webkit-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.4); -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.4); display: inline-block; font-size: 14px; font-family: 'OpenSansRegular', Arial; ppadding: 10px 15px 20px 15px; text-shadow: 0 1px 1px #555; text-transform: uppercase; behavior: url(js/PIE.htc); }

#form1 .button-white, #form1 .button-white:visited { color: #333; text-shadow: 0 1px 1px #eee; }

#form1 .button-yellow, #form1 .button-yellow:visited { color: #553113; text-shadow: 0 1px 1px #fffd64; }

#form1 .button-red:hover, #form1 .button-green:hover, #form1 .button-iron:hover, #form1 .button-green2:hover, #form1 .button-yellow:hover, #form1 .button-blue:hover, #form1 .button-burgandy:hover, #form1 .button-white:hover, #form1 .button-black:hover { background: url("images/button-shadow.png") repeat-x scroll 50% -42px #444; color: #fff; box-shadow: 0px 1px 0 #000, inset 0px 1px 0px #000; -webkit-box-shadow: 0px 1px 0 #000, inset 0px 1px 0px #000; -moz-box-shadow: 0px 1px 0 #000, inset 0px 1px 0px #000; display: inline-block; text-shadow: 0 1px 1px #000; behavior: url(js/PIE.htc); }
#form1 .button-red:active, #form1 .button-green:active, #form1 .button-green2:active, #form1 .button-yellow:active, #form1 .button-blue:active, #form1 .button-burgandy:active, #form1 .button-white:active, #form1 .button-black:active, #form1 .button-iron:active, #form1 .button-iron:visited,{
background: #000;
}

#form1 .button-border { background-color: rgba(0, 0, 0, 0.1); margin: 0 5px 0 5px; padding: 5px 5px 6px 5px; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; display: inline-block; behavior: url(../js/PIE.htc); }

#form1 .button-radius-50 { border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; behavior: url(js/PIE.htc); }
#form1 .ident-bot-0 { margin-bottom: 0; }

#form1 .ident-bot-1 { margin-bottom: 10px; }

#form1 .ident-bot-2 { margin-bottom: 20px; }

#form1 .ident-bot-3 { margin-bottom: 25px; }

#form1 .ident-bot-4 { margin-bottom: 30px; }

#form1 .ident-right-1 { margin-right: 18px; }

#form1 .ident-right-2 { margin-right: 15px; }

#form1 .ident-left-1 { margin-left: 18px; }

#form1 .ident-left-2 { margin-left: 15px; }

#form1 .ident-top-1 { margin-top: 10px; }

#form1 .ident-top-2 { margin-top: 20px; }

#form1 .ident-top-3 { margin-top: 30px; }

