/* CSS Document */

body {
	background-color: #cccccc;
	margin-top: 50px;
}

.table {
	border-color:#000000;
	border-style: solid;
	border: 1 px;
	background: #FFFFFF;
}

.smalllinks {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 1.5em;
color: #000000;
}

.date {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 1.5em;
color: #0b3c6d;
}

.gallerytitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 1.5em;
color: #0b3c6d;
}

.designtag {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height: 1.5em;
color: #000000;
}
a.designtag:link {
	color: #000000;
	text-decoration: underline;
}
a.designtag:visited {
	color: #000000;
	text-decoration: underline;
}
a.designtag:hover {
	color: #0b3c6d;
	text-decoration: none;
}

.content {
font-family: Tahoma, Helvetica, Geneva, Verdana, Arial, sans-serif;
font-size:12px;
color: #1b1f22;
line-height: 1.5em;
}

.quote {
	font-family: Geneva, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #2F462C;
	line-height: 1.25em;
	font-style: italic;
}

.gallery {
	font-family: Tahoma, Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size:12px;
	color: #a98f3b;
	line-height: 1.5em;
	font-variant: small-caps;
}

a.gallery:link {
	color: #a98f3b;
	text-decoration: none;
}
a.gallery:visited {
	color: #a98f3b;
	text-decoration: none;
}
a.gallery:hover {
	color: #000000;
	text-decoration: underline;
}

.header {
font-family: Tahoma, Helvetica, Geneva, Verdana, Arial, sans-serif;
font-size:18px;
color: #a98f3b;
line-height: 3em;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #5490cc;
	text-decoration: underline;
}

.problem {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 2em;
color: #cc0033;
}

.titleheader{
font: bold 13px Arial;
color: #000000;
background: white url(media/titlebar2.png) repeat-x center left;
text-transform: uppercase;
margin-bottom: 10px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

/*left nav menu*/

.arrowlistmenu{
width: 175px; /*width of menu*/
padding-left: 10px;
}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: #000000;
background: white url(media/titlebar2.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 85%;
}

.arrowlistmenu ul li a:visited{
color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background-color: #F3F3F3;
}

.arrowlistmenu ul li #active{ /*active state CSS*/
color: #990000;
background-color: #F3F3F3;
}
