/*
Theme Name: Corbin And Hook
Theme URI: http://corbinandhook.com/
Description: Theme for Corbin And Hook
Version: 0.1
Author: Erik Wiffin
Author URI: http://erik.wiffin.com/
Tags: corbin and hook

	Corbin And Hook v0.1
	 http://corbinandhook/

	This theme was built for Corbin and Hook

*/

@charset "UTF-8";
body  {
	margin: 0px 40px 40px 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/drop_shadows/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cnhweb #container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding: 10px 30px 10px 30px;
} 
.cnhweb #header {
	padding: 0px;
	margin: 0px;
} 
.cnhweb #header img {
	margin-bottom: 30px;
}
.cnhweb #headerNav {
	float: right;
	padding: 0px;
	display: inline;
	
	color: #666666;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
.cnhweb #headerNavPhone {
	font-size: 90%;
	margin-top: 8px;
	padding: 0px;
	line-height: 12px;
}
.cnhweb  #headerNav  a:hover {
	padding: 2px 0px 0px 0px;
	letter-spacing: 1px;
	margin: 0px 2px 2px 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	color: #003399;
}
.cnhweb #headerNavOff {
	padding: 2px 0px 2px 0px;
	letter-spacing: 1px;
	margin: 0px 2px 2px 2px;
	text-decoration: none;
	color: #003399;
	line-height: 14px;
}
.cnhweb #headerNavOn {
	padding: 2px 0px 0px 0px;
	letter-spacing: 1px;
	margin: 0px 2px 2px 2px;
	color: #003399;
	text-decoration: none;
	line-height: 14px;
}
.cnhweb #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.cnhweb #mainContent {
	margin: 0px 225px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.cnhweb #mainContentWide {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cnhweb #mainContentTitle {
	margin: 0px;
	padding: 12px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
.cnhweb #mainContentTitleAdmin {
	margin: 0px;
	padding: 12px;
	border: 1px solid #666666;
	background-color: #FF0000;
}
.cnhweb #mainContentCallout {
	margin: 0px;
	padding: 12px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.cnhweb #mainContentBody {
	margin: 0px;
	padding: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.cnhweb #mainContent p {
	padding: 0px 14px 14px 0px;
	margin: 0px;
}
.cnhweb #mainContentContactForm {
	background-color: #F0EADF;
	padding: 10px;
	width: 455px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.cnhweb #mainContent ul {
	margin: 0px;
	padding: 0px 0px 14px 30px;
}
.cnhweb #mainContent a {
	color: #003399;
	text-decoration: none;
}
.cnhweb #mainContent a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}
.cnhweb #mainContent a:visited {
	color: #003399;
	text-decoration: none;
}
.cnhweb  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.cnhweb #sidebar img {
	margin-bottom: 15px;
}
.cnhweb #sidebarNavContainer {
	background-color: #C1C1B3;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 10px;
	line-height: 14px;
}
.cnhweb #sidebarNav  {
	padding: 5px 2px 5px 2px;
	display: block;
}
.cnhweb #sidebarNav a, a:visited {
	color: #003399;
	text-decoration: none;
}
.cnhweb #sidebarNav a:active {
	color: #8B897D;
	text-decoration: none;
	display: block;
}
.cnhweb #sidebarNav a:hover {
	color: #54524A;
	text-decoration: none;
	display: block;
}
.cnhweb #sidebarNavOn {
	color: #54524A;
	padding: 5px 2px 5px 2px;

	display: block;
}
.cnhweb #sidebarNavOn a {
	color: #54524A;
	text-decoration: none;
	display: block;
}
.cnhweb #footer {
	margin: 15px 0px 0px 0px;
	text-align: left;
}
.cnhweb #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pageTitle {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #003366;
}
.pageSubTitle {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #003366;
}
h3, .subHead {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #003366;
}
.sidebarHead {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	margin: 0px;
	padding: 6px 8px;
	border: 1px solid #666666;
	background-color: #cccccc;
}
.cnhweb .sidebarTextWhite {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 12px;
}
.cnhweb .sidebarTextWhite a {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}
.cnhweb .sidebarTextWhite a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}
.cnhweb .sidebarTextWhite a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}
.sidebarSubHead {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
}
.sidebarText {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.cnhweb #sidebarAddresses {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #eeeeee;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 12px;
}
.cnhweb #sidebarAddresses a {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
}
.cnhweb #sidebarAddresses a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
}
.cnhweb #sidebarAddresses a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
}
.sidebarLink {
	font-size: 10px;
	color: #003399;
}
