@font-face {
	font-family: 'LatoRegular';
	src: url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.woff') format('woff'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.ttf') format('truetype'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.svg#LatoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoBold';
	src: url('/sitevizcms/assets/fonts/Lato/bold/Lato-Bold-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Lato/bold/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/sitevizcms/assets/fonts/Lato/bold/Lato-Bold-webfont.woff') format('woff'),
		 url('/sitevizcms/assets/fonts/Lato/bold/Lato-Bold-webfont.ttf') format('truetype'),
		 url('/sitevizcms/assets/fonts/Lato/bold/Lato-Bold-webfont.svg#LatoBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

ul, ol {
	padding-left: 14px;
}

p {
	color: #777777;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

h1 {
	color: #aa712e;
	font-size: 28px;
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 32px;
	margin: 0 0 13px;
	padding: 0;
}

.cb h1,
.cb h2 {
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	color: #aa712e;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0 1px;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}

h2 {
	color: #525252;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

h3 {
	color: #aa712e;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 20px;
}

h4 {
	color: #aa712e;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 20px;
}

h5 {
	color: #aa712e;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h6 {
	color: #aa712e;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px;
}

a {
	color: #db923c;
	text-decoration: none;
}

a:hover {
	color: #4193a8;
	cursor: pointer;
	text-decoration: none;
}

.tableBorder {
	border: 1px solid #bfbfbf;
}

.tableHeader {
	background: #6d3131 none;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	padding: 11px 12px 11px;
	text-transform: none;
}

.tableHeader:first-child{
	border-top-left-radius:4px;
}

.tableHeader:last-child{
	border-top-right-radius:4px;
}	

#insideContent .tableHeader a {
	color: #ffffff;
	text-decoration: underline;
}

#insideContent .tableHeader a:hover {
	color: #ffffff;
	text-decoration: none;
}

.evenrow td,
.oddrow td {
	color: #525252;
	font-weight: normal;
	padding: 5px 12px;
}

.evenrow {
	background-color: #f3efec;
}

.oddrow {
	background-color: #d9d5d0;
}

#insideContent .formSection {
	background: #6d3131 none;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	padding: 11px 12px 11px;
	text-transform: none;
}

#insideContent .formSection:first-child{
	border-top-left-radius:4px;
}

#insideContent .formSection:last-child{
	border-top-right-radius:4px;
}

#insideContent .formSection a {
	color: #ffffff;
	text-decoration: underline;
}

#insideContent .formSection a:hover {
	color: #ffffff;
	text-decoration: none;
}

.fieldLbl {
	color: #525252;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 8px 12px;
	text-align: left;
}

.fieldVal {
	padding: 8px 12px;
	text-align: left;
}

.redText {
	color: red;
}

.button {
	background: #db923c none;
	border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 3px;
	padding: 5px 14px 4px;
	text-align: center;
	text-decoration: none;
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
}

.button:hover {
	background: #4193a8 none;
	border: none;
	color: #ffffff;
	text-decoration: none;
}

.button:active {
	background: #aa712e none;
	border: none;
	color: #ffffff;
	text-decoration: none;
}

#messages {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
}

.message_warning {
	border: 3px solid #6d3131;
	background-image: none;
	color: #6d3131;
}

.message_confirm {
	border: 3px solid #db923c;
	background-image: none;
	color: #db923c;
}

input {
	color: #777777;
}

.clearBoth {
	clear: both;
}

/************* rounded corners and shadow used on most images *************************/


.cb img {
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	
}

#cbTop img{
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
