@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}


body {
font:normal 80%/1.5 "Trebuchet MS",trebuchet,arial,helvetica,sans-serif;
color:#444;
text-align:center;
background:#e0f7f7 url(/images/bg_grad.gif) top repeat-x;
}

h1, h2, h3, h4, h5 {
font:bold 1.2em/1.2 "helvetica",helvetica,arial,sans-serif;
margin:0 0 10px;
color:#399;
}

h1 {
font-size:1.8em;
}

h2 {

}

h3 {
color:#666;
margin-bottom:0px;
}

h4 {

}

h5 {
font-size:1em;
margin:0;
}

p {
font-size:1em;
margin:0 0 10px 0;
}

span {

}

/* list styles
--------------------------------------------------------------------------*/
ol{

}

ul {
margin:0 0 0 10px;
list-style:none;
}

li {
padding:0 0 0 10px;
}

dl {

}

dt {
margin:0 0 0 10px;
float:left;
width:5em;
}

dd {

}


/* link styles
--------------------------------------------------------------------------*/
a img {
border:none;
}

a:link, a:visited {
color:#0CC;
text-decoration: none;
}

a:hover {
color:#066;
}

a:active {

}

a.boxed {
border:1px solid #066;
text-decoration:none;
color:#066;
padding:2px 5px 2px 15px;
background: #cff url(/images/arrow_grn.gif) 0 50% no-repeat;
}

a:hover.boxed {
color:#0CC;
}

a.zoom {
background:url(/images/zoom.gif) top left no-repeat;
padding:5px 5px 5px 55px;
margin-top:10px;
width:220px;
display:block;
font-weight:bold;
}

a.back {
background:url(/images/arrow_back.gif) top left no-repeat;
padding-left:25px;
font-weight:bold;
}

/* test classes
--------------------------------------------------------------------------*/
.testbdr {
border: 1px solid red;
}

.testbg {
background-color: Lime;
}

/* general custom classes
--------------------------------------------------------------------------*/
.dotrule {
height:1px; 
background:url(/images/dot.gif) repeat-x; 
clear:both;
margin:5px 0;
}

.cleaner {
height:1px;
line-height:.5;
font-size:0;
clear:both;
}

* html .cleaner{
display:none;/*removes cleaner gap in layout in ie*/
}

.thumb {
border:1px solid #999;
margin:0px 8px 10px 0;
display:inline;
float:left;	
}

.deep {
margin-top:12px;
}

.borderbox {
border:1px solid #ccc;
padding:10px;
margin:20px;
}

.hrule {
border-top:1px solid #999;
}

.artworkimg{
clear:left;
border:1px solid #999;
}

.signature{
margin:10px 0 5px 20px;
}

.bold {
font-weight:bold;
}

.smallprint {
font-size:.7em;
margin-right:20px;
}

.redbold {
color:#F00;
font-weight:bold;
}

/* page specific styles - using body IDs
--------------------------------------------------------------------------*/

#news #content ul {
list-style:disc;
margin:0 0 10px 30px;
}

#news #content ol {
list-style:disc;
margin:0 0 10px 30px;
}
