@font-face {
	font-family: 'RobotoRegular';
	src: url('/sitevizcms/assets/fonts/Roboto/regular/Roboto-Regular-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Roboto/regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/sitevizcms/assets/fonts/Roboto/regular/Roboto-Regular-webfont.woff') format('woff'),
		url('/sitevizcms/assets/fonts/Roboto/regular/Roboto-Regular-webfont.ttf') format('truetype'),
		url('/sitevizcms/assets/fonts/Roboto/regular/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensedRegular';
	src: url('/sitevizcms/assets/fonts/Roboto/condensed/Roboto-Condensed-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Roboto/condensed/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/sitevizcms/assets/fonts/Roboto/condensed/Roboto-Condensed-webfont.woff') format('woff'),
		 url('/sitevizcms/assets/fonts/Roboto/condensed/Roboto-Condensed-webfont.ttf') format('truetype'),
		 url('/sitevizcms/assets/fonts/Roboto/condensed/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('/sitevizcms/assets/fonts/Roboto/light/Roboto-Light-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Roboto/light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/sitevizcms/assets/fonts/Roboto/light/Roboto-Light-webfont.woff') format('woff'),
		 url('/sitevizcms/assets/fonts/Roboto/light/Roboto-Light-webfont.ttf') format('truetype'),
		 url('/sitevizcms/assets/fonts/Roboto/light/Roboto-Light-webfont.svg#RobotoLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('RobotoSlab-Regular-webfont.eot');
    src: url('RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoSlab-Regular-webfont.woff') format('woff'),
         url('RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h1 {
	color: #103b61;
	font-family: 'RobotoSlabRegular', Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	margin: 22px 0 12px;
	padding: 0;
}

h2 {
	color: #ba6807;
	font-family: 'RobotoSlabRegular', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 10px 0;
}

h3,
#insideContent table.tableClass caption {
	color: #205e94;
	font-family: 'RobotoCondensedRegular', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#insideContent table.tableClass caption {
	text-align: left;
}

h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px 0;
}

h5 {
	line-height: 24px;
	margin: 0 0 10px 0;
}

h6 {
	color: #000000;
	font-family: 'RobotoLight', Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 10px 0;
}

#insideContent a {
	color: #205e94;
	cursor: pointer;
	text-decoration: none;
}

#insideContent a:hover,
#insideContent a:visited {
	border-bottom: 1px dotted #ba6807;
	color: #ba6807;
	text-decoration: none;
}

a img {
	border: 0;
}

hr {
	border: 1px solid #dadfe8;
	height: 0px;
	margin: 20px 0;
}

#insideContent table.tableClass {
	border-collapse: collapse;
	margin-bottom: 18px;
}

.tableBorder,
#insideContent table.tableClass td,
#insideContent table.tableClass th {
	border: 1px solid #ffffff;
}

.tableHeader,
.formSection,
#insideContent table.tableClass th {
	background-color: #ba6807;
	color: #ffffff;
	font-family: 'RobotoCondensedRegular', Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
	min-height: 1px; /* ie7 */
	margin: 0;
	padding: 9px 12px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#insideContent .tableHeader a,
#insideContent .formSection a,
#insideContent table.tableClass th a {
	color: #ffffff;
	font-size: 17px;
	text-decoration: underline;
}

#insideContent .tableHeader a:hover,
#insideContent .formSection a:hover,
#insideContent table.tableClass th a:hover {
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
}

.evenrow td,
.oddrow td {
	font-weight: normal;
	padding: 5px 12px;
}

.evenrow,
#insideContent table.tableClasstr:nth-child(even) {
	background-color: #ffffff;
}

.oddrow,
#insideContent table.tableClass tr:nth-child(odd) {
	background-color: #e7e5e5;
}

td {
	vertical-align: top;
}

#insideContent table.tableClass td {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	padding: 5px 12px;
}

.fieldLbl {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	padding: 5px 12px;
	text-align: right;
}

	.fieldLbl strong {
		font-size: 14px;
	}

.fieldVal {
	padding: 2px 0;
	text-align: left;
}

.redText {
	color: #ba6807;
}

.imgClass {
	border: 5px solid #ffffff !important;
}

.button,
#insideContent button,
#insideContent a.button,
#insideContent .button-primary {
	background: #205e94 none;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: 'RobotoCondensedRegular', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	min-width: 140px;
	padding: 9px 12px 9px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.button:hover,
#insideContent button:hover,
#insideContent a.button:hover,
#insideContent .button-primary:hover  {
	background: #ba6807 none;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: 'RobotoCondensedRegular', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	min-width: 140px;
	padding: 9px 12px 9px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

#insideContent ul,
#insideContent ol {
	padding-left: 30px;
}

#messages {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
}

.message_warning {
	border: 3px solid #ba6807;
	background-image: none;
	color: #ba6807;
}

.message_confirm {
	border: 3px solid #3fb515;
	background-image: none;
	color: #3fb515;
}

.clearBoth {
	clear: both;
}

/******* homepage news content box styles *******************************/

.news_cb_1_row {
	padding-bottom: 52px;
}

.news_cb_1_title a,
.pictureBox .news_cb_1_title a {
	color: #07305a;
	text-decoration: none;
}

.news_cb_1_title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.news_cb_1_date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/******* homepage events content box styles *******************************/

.events_cb_1_row {
	padding-bottom: 52px;
}

.events_cb_1_title a,
.pictureBox .events_cb_1_title a {
	color: #07305a;
	text-decoration: none;
}

.events_cb_1_title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.events_cb_1_date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}