@charset "utf-8";
/* Created by Michael Burt 2009 */

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	font-size: .8em;
	line-height: 20px;
	color: #000;
	background: URL('images/main-bg.jpg') repeat-x top #fff;
}

.cirq a:link{
	font-weight: bold;
	color:#993366;
}
.cirq a:visited{
	font-weight: bold;
	color:#993366;
}
.cirq a:hover{
	font-weight: bold;
	color:#000000;
}
.cirq a:active{
	font-weight: bold;
	color:#000000;
}

a:link { 
	color: #3568B5;
	}
a:visited {
	color: #3568B5;
	}
	
a:hover { 
	color: #c5ae1a ;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
	
.style1 {
	color: #000033;
	font-weight: bold;
}

#mainhead {
	padding-left: 35px;
	padding-top: 45px;
}

#caplogo {
	padding-left: 30px;
	padding-top: 9px;
}

#content {
	width: 960px ;
	margin-left: auto ;
	margin-right: auto ;
}

#header-top {
	background: URL('images/header-bg.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	width: 960px ;
	height: 56px ;
}

#flash-content {
	width: 909 px;
	height: 300 px;
	padding: 0;
	margin: 0;
}

#header-main {
	width: 960px ;
	height: 225px ;
}

#nav {
	background: URL('images/nav-bg.jpg') no-repeat top left;
	height: 87px ;
	padding-left: 43px;
	padding-top: 0px;
}

.artlink {
	margin-right:40px;
}

#index-header {
	background: URL('images/index-header-bg.jpg') no-repeat bottom left;
	width: 100%;
	height: 25px ;
	}

#content-main {
	background: URL('images/content-bg.jpg') repeat-y top left;
	width: 910px ;
	padding-left: 25px;
	padding-right: 25px;
}

#footer2 {
	background: URL('images/footer-bg.jpg') no-repeat top left;
	width: 960px ;
	height: 75px;
}
#footer {
	background: URL('images/footer-bg.jpg') no-repeat top left;
	width: 960px ;
}
#bottom-panel {
	background: URL('images/footer-panel-bg.jpg') bottom center repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Headers */

.bigassheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 4em;
	color: #FFF;
}
.bigasssubhead {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color:#003;
}
.topheader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#CCC;
}
.subhead {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight:bold;
	color:#003;
	width: inherit;
}

.gridhead {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#003;
}

.footer {
	font-size: .8em;
	font-weight: bold;
}
.footer-reg {
	font-size: .8em;
	font-weight: normal;
}
/* Form Elements */

label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:100px;
float:left;
}

fieldset {
  background-color:#ccc;
  width:400px;
  text-align: left;
  padding-left: 15px;
  }

.br {display:none;}  
  
.textfield  {
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("images/textfield_bg.gif") no-repeat fixed;
width:250px;
voice-family: "\"}\""; 
voice-family:inherit;
width:250px;
}
fieldset>input.textfield {
background: transparent url("images/textfield_bg.gif") no-repeat;
}
textarea {
color:#333 ;
margin:3px;
height:100px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("images/textarea_bg.gif") no-repeat fixed;
width:250px;
voice-family: "\"}\""; 
voice-family:inherit;
width:250px;
}
fieldset>textarea {
background: transparent url("images/textarea_bg.gif") no-repeat;
}
.submit {
margin:3px;
background: transparent url("images/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width: 80px;
color:#666;
text-transform:uppercase;
}

/* Grid */

a.lbOn {display:block;width:70px;height:70px;border:0;}
a.lbOn:hover {outline:solid #000;}
.grid {border:0;width:70px;height:70px;} 

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 55%;
	height: 55%;
	padding: 1em;
	border: .8em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.header-lb {
	background-color: #949494;
	padding: 0;
	text-align: right;
}