@charset "utf-8";
/* CSS Document */

body  {
	background: #444e63;
	margin: 10px 0px 10px 0px; /* 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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

body p {
padding: 0;
margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

body a {
color: #771515;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
}

body a:hover {
text-decoration: underline;
}

img {
border: none;
}
.layout #main { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/random/rotate.php);
	background-repeat:no-repeat;
	background-position: top right;
} 
#main2 { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout #main2 { 
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #left {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.layout #right{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-top: 3px solid #ffffff;
	margin-top: 330px;
}
.layout #center { 
	margin: 270px 200px 0px 203px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	width: 510px;
}
.layout #content { 
	margin: 0px 0px 0px 203px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
}
#left {

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#left .logo {
	width: 200px; 
	background: #000000; 
	padding: 0px; 
	margin: 0px;
	border-right: 3px solid #000000;
}
#left .toolbar {
	width: 200px; 
	background-color: #ffffff; 
	padding: 0px; 
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
#left ul {
margin: 0px 0 0 0px;
padding: 5px 0px 0px 0px;
list-style: none;
}
#left li a {
border-bottom: 1px solid #d6d5d5;
text-align: right;
padding: 8px 15px 8px 0px;
font-family: tahoma, arial, helvetica;
background-color: #FFFFFF;
display: block;
color: #330000;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 13px;
text-decoration: none;
}
#left li a:hover {
background-color: #d6d5d5;
text-decoration: none;
}

#submenu ul {
margin: 0px 0 10px 0px;
padding: 0px 0px 10px 0px;
list-style: none;

}
#submenu li a {
text-align: right;
padding: 4px 15px 4px 0px;
font-family: tahoma, arial, helvetica;
background-color: #FFFFFF;
display: block;
color: #000000;
font-size: 11px;
text-decoration: none;
text-transform: none;
border: none;
background-color: #eae9e9;
border-bottom: 1px solid #ffffff;
margin: 0px;
}
#submenu li a:hover {
background-color: #d6d5d5;
text-decoration: none;
}

#left .header {
background-color: #4c1717;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
text-align: right;
padding: 4px 20px;
border-bottom: 3px solid #ffffff;
}
#right{
width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-top: 3px solid #ffffff;
}

#right .header {
background-color: #454406;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
text-align: left;
padding: 4px 15px;
border-bottom: 3px solid #ffffff;
}

#right ul {
margin: 0px 0px;
padding: 5px 0px 0px 10px;
list-style-type: none;

}
#right li  {
border-bottom: 1px solid #d6d5d5;
text-align: left;
padding: 0px 8px 10px 18px;
margin-left: -2px;
margin-bottom: 8px;
line-height: 16px;
color: #454406;
background: url(images/common/arrow_news.jpg) no-repeat 0 0.5em;
}
#right li a {
color: #454406;
text-decoration: none;
text-transform: none;
font-weight: bold;
font-size: 11px;
}
#right li a:hover {
text-decoration: underline;
}

#right ul .location {
color: #999999;
}

#center .header {
background-color: #2e2e34;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
text-align: left;
padding: 4px 15px;
border-bottom: 3px solid #ffffff;
}
#content { 
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
}

#content .header {
background-color: #2e2e34;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
text-align: left;
padding: 4px 15px;
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}

#homeExhibitions {
padding: 0px;
vertical-align:top;
}
#homeExhibitions .text {
padding: 15px 15px 0px 15px;
}
#homeExhibitions .title {
font-size: 14px;
font-weight: bold;
}
#homeExhibitions .dates {
font-size: 13px;
padding-bottom: 10px;
padding-top: 5px;
}

.captionHome {
font-size: 10px;
color: #666666;
padding: 2px 5px 2px 5px;
background-color: #eae9e9;
border-top: 2px solid #FFFFFF;
}
.captionHome a {
font-size: 10px;
color: #666666;
text-decoration: underline;
text-transform: none;
}
.captionHome a:hover {
color:#000000;
}
.caption {
font-size: 10px;
color: #666666;
padding: 2px 5px 2px 5px;
border: 1px solid #d6d5d5;
margin-top: 25px;
}

.caption a {
font-size: 10px;
color: #666666;
text-decoration: underline;
text-transform: none;
}
.caption a:hover {
color:#000000;
}

#homeExhibitions .image {
}
#secondary {
padding: 0px;
vertical-align:top;
background:#ffffff;
}

#secondary .text {
padding: 15px 15px 0px 15px;
}
#secondary .title {
font-size: 18px;
color: #666666;
padding-bottom: 10px;
letter-spacing: .08em;
line-height: 24px;
}
#secondary .dates {
font-size: 14px;
color: #666666;
padding-bottom: 10px;
letter-spacing: .1em;
}
#secondary .subtitle {
font-size: 11px;
font-weight: bold;
color: #666666;
margin-bottom: 4px;
margin-top: 25px;
text-transform: uppercase;
background-color: #f8f7ef;
border-top: 2px solid #e3e2db;
border-bottom: 1px dashed #CCCCCC;
padding: 4px;
letter-spacing: .1em;
}
#secondary .subhead {
font-size: 12px;
font-weight: bold;
color: #666666;
margin-bottom: 4px;
margin-top: 25px;
border-top: 1px dashed #CCCCCC;
padding: 4px 0px;
letter-spacing: .05em;
}
#secondary .table {
border-top: 1px dashed #CCCCCC;
}
#secondary .table td {
border-bottom: 1px dashed #CCCCCC;
padding: 5px 0px 5px 0px;
}

#secondary  ul {
margin: 0px 10px;
padding: 5px 0px 15px 15px;
list-style-type: square;
}
#secondary li  {
text-align: left;
padding: 4px 10px 4px 4px;
line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

ul#exhibit  {
margin: 0px 0px;
padding: 5px 0px 0px 0px;
list-style-type: none;
}
ul#exhibit li {
border-bottom: 1px solid #d6d5d5;
text-align: left;
padding: 0px 8px 10px 18px;
margin-left: -2px;
margin-bottom: 8px;
line-height: 16px;
color: #666666;
background: url(images/common/arrow_news.jpg) no-repeat 0 0.5em;
}
ul#exhibit li a  {
color: #454406;
text-decoration: none;
text-transform: none;
font-weight: bold;
font-size: 11px;
}
ul#exhibit a:hover {
text-decoration: underline;
}
ul#exhibit li p {
margin:0;
padding: 0;
}

#sidebar {
width: 180px;
border-left: 1px solid #d9d9d9;
padding: 0px 10px 10px 10px;
}
#sidebar .subhead{
font-size: 10px;
font-weight: bold;
color: #666666;
margin-bottom: 4px;
text-transform: uppercase;
background-color: #f8f7ef;
border-top: 2px solid #e3e2db;
border-bottom: 1px dashed #CCCCCC;
padding: 2px 4px;
letter-spacing: .1em;
line-height: 14px;
margin-top: 15px;
}

#sidebar .callout {
color: #454406;
font-size: 14px;
line-height: 24px;
padding-top: 15px;
font-weight: bold;
}
#sidebar ul {
margin: 0px 0px;
padding: 5px 0px 0px 10px;
list-style-type: none;
}
#sidebar li  {
border-bottom: 1px solid #d6d5d5;
text-align: left;
padding: 0px 0px 10px 18px;
margin-left: -2px;
margin-bottom: 8px;
line-height: 16px;
color: #454406;
background: url(/cadvc/images/common/arrow_news.jpg) no-repeat 0 0.5em;
}
#sidebar li a {
color: #454406;
text-decoration: none;
text-transform: none;
font-weight: bold;
font-size: 11px;
}
#sidebar li a:hover {
text-decoration: underline;
}

#sidebar ul .location {
color: #999999;
}

#pubs {
width:100%;
}
#pubs td {
border-bottom: 1px dashed #CCCCCC;
padding: 15px;
width: 33%;
vertical-align: top;
color: #999999;
font-weight: bold;
line-height: 14px;
font-size: 11px;
}
#pubs p  {
margin-top: 8px;
padding: 0;
}

#pubs a{
color: #663300;
text-decoration: none;
text-transform: none;
font-size: 11px;
line-height: 14px;
}
#pubs a:hover{
text-decoration: underline;
}
#pubs .pubcost {
color: #000000;
font-weight: normal;
}
#footer{
background: #463a3a;
padding: 4px;
font-size: 10px;
color: #ffffff;
text-transform: uppercase;
border-top: 3px solid #ffffff;
text-align: center;
margin-top: 0px;
}

#footer a {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
#footer a:hover {
text-decoration: underline;
}

#media{
padding: 4px;
font-size: 10px;
color: #999999;
text-transform: uppercase;
border-top: 3px solid #ffffff;
text-align: center;
margin-top: 0px;
text-align: right;
}

.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;
}
.textcontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 666666;
}

#onlineex {
background:#000000;
padding: 18px 10px 18px 15px;
border-bottom: 3px #FFFFFF solid;
vertical-align:middle;
}

#onlineex .logo {
vertical-align:middle;
}

#onlineex .toolbar {
padding-right: 10px;
text-align: right;
width: 100px;
}
#onlineex .toolbar a{
color: #cfcfcf;
text-transform: uppercase;
font-family: "Trebuchet", Verdana, Arial, Helvetica;
font-size: 11px;
letter-spacing: .07em;
background-color: #404040;
padding: 2px;
display: block;
text-decoration: none;
text-align:center;
}

#onlineex .toolbar a:hover {
background-color: #7c7b7b;
text-decoration: none;
}

