<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333;
	background-color: #fff;
}

body p:empty:before {
    content: none;
}

small {
	font-size:0.8em;
}
				
ul {
	margin:0;
	padding:0;
	list-style:none;
}
				
ul li, ol li {
	margin:0;
	padding:0.5em 0;
}

ol {
	line-height: 150%;
	margin-left: 8px;
	padding-left: 18px;
}

ul.unordered li {
	padding: 0 20px 18px 40px;
	background-position: 20px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet.gif);
}

ul.unordered li a {
	text-decoration: none;
	color: #00a0dd;
}

ul.unordered li a:hover {
	text-decoration: underline;
}

ul.unordered-indent li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 25px;
}

ul.ordered {
	margin-left:2em;
}

ul.ordered li {
	padding:0 0 .5em 0;
	list-style:decimal;
}

p {
	margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 12px;
    color: #333;
}

a {
	text-decoration: none;
	color: #00a0dd;
}

a:hover {
	text-decoration: underline;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-family: Novecentowide-Normal; 
	font-weight: normal; 
	font-style: normal;
    color: #333;
}

h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* ---- LOGO ---- */

#logo h1 {
	width: 300px;
	height: 110px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/artinsight_logo.png);
	background-repeat: no-repeat;
	display: block;
	outline: none;
	background-position: left bottom;
}

#logo h1 a {
	width: 300px;
	height: 110px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/artinsight_logo.png);
	background-repeat: no-repeat;
	display: block;
	outline:none;
	background-position: left bottom;
}

/* ---- CONTAINERS ---- */
				
.wrapper {
	margin:0 auto;
	width:1000px;
}

#header	{
	width:1000px;
	height:110px;
	position:relative;
}

.strap-container {
	float: right;
	width: 600px;
	margin: 80px 10px 0 0;
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #00a0dd;
}

#slider-container {
	clear: both;
	float: left;
	position: relative;
	width: 1000px;
	height: 400px;
	margin-top: 7px;
}

#image-container {
	clear: both;
	float: left;
	position: relative;
	width: 1000px;
	height: 250px;
	margin-top: 7px;
}

#no-container {
	clear: both;
}
		
#page {
	width: 660px;
	float: left;
	position: relative;
	padding: 0px 25px 25px 5px;
}

#box-home {
	width: 950px;
	margin-bottom: 25px;
	float: left;
	clear: both;
	padding: 25px 25px 25px 25px;
	background-color: #efefef;
}

#footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
	margin: 10px 10px 40px;
	padding-bottom: 25px;
}

#sidebar {
	float: right;
	position: relative;
	width: 280px;
	margin: 0px 0px 25px 0px;
	background-color: #efefef;
}

.divider {
	clear: both;
	width: 100%;
	height: 8px;
	margin: 0 auto;
	border-top: 1px solid #dadada; 
}

.divider-space {
	clear: both;
	width: 100%;
	height: 8px;
	margin: 20px auto 0;
	border-top: 1px solid #dadada; 
}

/* ---- PAGE ---- */

#page h1 { 
	margin: 25px 0 14px 0; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #dadada; 
}

#page h2 { 
	margin: 24px 0 10px 0; 
}

#page h3 { 
	margin: 10px 0 10px 0; 
}

#page li {
	padding: 0 0 5px 22px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet.gif);
}

#page ul {
	margin-bottom: 20px;
}

/* ---- SIDEBAR ---- */

#sidebar h4 {
	width: 260px;
	padding: 10px 10px 10px 10px;
	background-color: #c6c6c6;
	font-size: 13px;
	margin-bottom: 20px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	float: left;
	color: #fff;
}

#sidebar p {
    margin-left: 20px;
}

#sidebar .widget ul { 
	padding-left: 10px;
} 

.social-space {
	clear: left;
	height: 25px;
}

#sidebar .widget_nav_menu li a {
	padding: 0 0 5px 22px;
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet.gif);
	font-family: Novecentowide-Normal; 
	font-weight: normal; 
	font-style: normal;
	color: #00a0dd;
	text-decoration: none;
}

#sidebar .widget_nav_menu li a:hover {
	text-decoration: underline;
}

#sidebar .widget_nav_menu ul {
	padding-bottom: 20px;
}

.widget {
	clear: both;
}

#sidebar .bra-social-media-widget li {
	margin-bottom: 25px !important;
}

#sidebar .widget h2 {
	margin-top: 25px !important;
	padding-top: 25px !important;
}

.widget_pmc_wrapper h2 {
	margin-top: 25px !important;
	padding-top: 25px !important;
}



/* ---- MENU ---- */

#shape-container {
	width: 1000px;
	height: 16px;
	float: left;
	background-image: url(../images/nav-top.png);
	background-repeat: no-repeat;
	background-position: top;
}

/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
	float: left;
	margin: 0;
	padding: 0;
	background-color: #00a0dd;
	width: 1000px;
}

#primary-menu ul {
	margin: 0;
	padding: 0 0;
	list-style-type: none;
	float: left;
}
#primary-menu ul li:hover { 
	visibility: inherit; 
}
#primary-menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 55px;
}

#primary-menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Novecentowide-Normal; 
	font-weight: normal; 
	font-style: normal;
	color: #FFF;
	padding: 6px 15px 6px 15px;
	display: block;
	float: left;
}
#primary-menu ul li a:hover {
	background-color: #008cc2;
	color: #fff;
}

#primary-menu ul li.current-menu-item {
	background-image: url(../images/nav-indicator.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#primary-menu ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
    background: #444; 
	z-index: 9999;
}
#primary-menu ul ul li { 
	width: 100%; 
}
#primary-menu ul li:hover ul {
	left: 0;
	top: 40px;
	border-top: 2px solid #008cc2;
}
#primary-menu ul li:hover li ul { 
	top: -9999em; 
}
#primary-menu ul li li:hover ul {
	left: 180px;
	top: 0;
}
#primary-menu ul ul {
	padding: 0;
	margin: 0;
}
#primary-menu ul ul li {
	margin: 0;
	background: none;
	border-bottom: 1px solid #555;
}
#primary-menu ul ul li:last-child {
	border-bottom: none;
}
#primary-menu ul ul li a {
	font-size: 12px;
	padding: 6px 15px;
}
#primary-menu ul ul li.current-menu-item {
	background:none;
}
#primary-menu ul li:hover ul li a { 
    color: #999;    
}
#primary-menu ul li:hover ul li a:hover { 
    color: #fff; 
    background:none;
}

/* ---- NAVIGATION BOXES ---- */

#boxes-container {
	width: 1000px;
}

.boxes li {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-family: Novecentowide-Normal; 
	font-weight: normal; 
	font-style: normal;
	font-size: 14px;
}
  
.boxes li .outerContainer {
	display: table;
	height: 150px;
	overflow: hidden;
	width: 200px;
	background-color: #00a0dd;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
}

.boxes li.lastbox .outerContainer {
	display: table;
	height: 150px;
	overflow: hidden;
	width: 200px;
	background-image: none;
}
  
.boxes li .outerContainer:Hover {
	background: #efefef;
}

.boxes li .outerContainer .innerContainer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
  
.boxes li .outerContainer .innerContainer .element a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	display: block;
}
  
.boxes li .outerContainer:Hover .innerContainer .element a {
	color: #333;
	text-decoration: none;  	  
}

/* ---- BOX HOME ---- */

#box-home h2 { 
	clear: both;
	font-size: 13px; 
	margin: 0 0 14px 0; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #999; 
}

#box-home .about-text {
	float: left;
	position: relative;
	width: 575px;
}

#box-home .sidebar {
	float: right;
	position: relative;
	width: 300px;
	font-size:12px;
	line-height:1.5em;
	color:#333;
}

/* ---- FOOTER NAV ---- */

.footer_nav {
	float: right;
	width: 750px;
}

.footer_nav ul {
	float: right;
	height:12px;
	margin-top:5px;
	list-style: none;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #c6c6b5;
}

.footer_nav ul li {
	float: right;
	list-style-type:none;
	padding-left: 16px;
	padding-right: 16px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #d2d2c0;
	display: block;
	line-height:.2em;
}

.footer_nav ul li a {
	text-decoration: none;
	height:12px;
	color: #00a0dd;
	font-size:11px;
	font-weight:normal;
}

.footer_nav ul li a:hover {
	text-decoration: none;
	color: #333;
	font-weight:normal;
}

.copyright {
	float: left;
	width: 225px;
	margin: 10px 0 5px;
	color: #666;
	font-size: 11px;
	text-align:left;
}
				
/* ---- ALIGNMENT ---- */

.clear {
	display:block;
	clear:both;
	height:0 !important;
	overflow:hidden;
}

.clear-both {
	clear:both;
}
				
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {
	width:auto;
	display:block;
	margin:0 auto;
}

.alignright-space {
	float:right;
	margin-left:25px;
}


/* ---- BUTTONS ---- */
				
.btn {
	width:180px;
	display:block;
	margin-top:1.5em;
	padding:7px 15px;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:11px;
	text-align:center;
	color:#FFF;
	background-color:#263478;
}

a:hover.btn, a:focus.btn {
	color:#FFF;
	text-decoration:none;
	padding:7px 15px;
	background-color:#8FBE45;
}

/*###########################################################
				Contact Elements
############################################################*/

#contact-form {
	margin: 0px;
	width: 325px;
	float: left;
}

#contact-form input, textarea {
	background-color: #efefef;
	border: none;
	color: #333;
	width: 309px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 8px;
}
#contact-form input:focus, textarea:focus {
	color: #333;
	background-color: #c6c6c6;
}
#contact-form textarea {
	height: 125px;
	width: 309px;
	padding: 8px;
	margin-bottom: 15px;
}

.wpcf7-submit {
	cursor: pointer;
	color: #ffffff !important;
	background-color: #00a0dd !important;
	width: 75px;
	padding: 5px !important;
}

#contact-form .wpcf7-quiz {
	margin: 5px 0 12px;
	width: 65px;
	padding: 5px;
}

.red {
	color: #C00;
}

.form_text{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.message_text{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 2.5em;
}

div.wpcf7-validation-errors {
	color: #C00;
}

span.wpcf7-not-valid-tip {
	color: #C00;
}

div.wpcf7-mail-sent-ok {
	color:#54AF37;
}

/*###########################################################
				Mail Chimp
############################################################*/

#pmc_mailchimp {

	margin-top: -15px;

}

#pmc_mailchimp input[type="submit"] {
	cursor: pointer;
	color: #ffffff;
	background-color: #00a0dd;
	width: 75px;
	padding: 4px;
	border: none;
	margin-top: 15px;
}

input {
    width:280px;
    line-height:12px;
    padding:5px 5px;
    background-color: #c6c6c6;
	color: #333;
    border: none;
    margin
}

label {
    width:60px;
    float:left;
    font-size:12px;
    line-height:24px;
}

/*###########################################################
				Search Elements
############################################################*/

#box-home #search {
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0;
	float: left;
	border: 0;
	height: 25px;
	clear: both;
}

#search {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 0;
	float: left;
	border: 0;
	height: 25px;
	clear: both;
}

#search input {
	font-size: 10px;
	position:relative;
	background-color: #c6c6c6;
	color: #333;
	border: 0px;
	float: left;
	padding: 6px;
	width: 220px;
}

#search input.btn {
	position: absolute;
	margin-left: 240px;
	margin-top: 3px;
	background: none;
	border: 0;
	padding: 0;
	width: auto;
}

.widget_search {
	padding-bottom: 20px;
}

/*###########################################################
				EO EVENTS
############################################################*/

#event-container li {
	padding: 0 0 0 0;
	background-image: none;
}

#event-container ul {
	margin-bottom: 0px;
}

#event-container h3 {
	padding: 20px 0 10px;
	border-bottom: 1px solid #dadada;
}</pre></body></html>