﻿/*
 *	Global styles
 */
body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #808080;
	margin-top: 30px;
	margin-bottom: 30px;
}

img 
{
	border-style: none;
}

.LargeImgVisible
{
    border:4px outset silver;
    visibility: visible;
}

.LargeImgInVisible
{
    border:4px outset silver;
    visibility: hidden;
}

/* Styles for DIVs */
div#page 
{
	width: 877px;
	position: relative;
	margin:0 auto;
}

div.headerimage
{
    background-image: url(../images/masterbg.jpg);
    background-repeat: no-repeat; 
    margin: 0 0 0 0;
    height:240px;
}

div.m		/* Menu style */
{
	position: absolute; 
	top: 0px;
	/*border-left: 1px solid #000000;
	border-top: 1px solid #000000;*/
	padding-left: 8px;
	padding-top: 0px;
	height:100px;
	width:100px;
}

div.thumbnails		/* For the client portfolio pages */
{
	height: 114px;
	width: 877px;
	background-color: #c0c0c0;
	border: 2px solid #000000;
	padding-bottom: 4px;
}

/* Text styles */

.pagebody 
{
	margin: 8px 0 0 0;
	color: #808080;
	font-size: 11pt;
}

.smallredtrext
{
	color: red;
	font-size: small;
	font-family: Arial, Verdana, Sans-Serif;
}

.smallblacktext
{
	color: black;
	font-size: xx-small;
	font-family: Arial, Verdana, Sans-Serif;
}

.smallwhitetext
{
	color: white;
	font-size: xx-small;
	font-family: Arial, Verdana, Sans-Serif;
}

.smallsilvertext
{
	color: silver;
	font-size: x-small;
	font-family: Arial, Verdana, Sans-Serif;
}

.mainsubtitle 
{
	font-family: Century Schoolbook, Garamond, Serif; 
	font-size:14pt; 
	color: black; 
	font-weight: bold;
	text-align: center;
}

.subsubtitle
{
	font-family: Century Schoolbook, Garamond, Serif; 
	font-size:12pt; 
	color: black;
	font-weight: bold;
	text-align: left;
}

.normaltext
{
	font-family: Century Schoolbook, Garamond, Serif; 
	font-size:12pt; 
	color: black;
	font-weight: normal;
	text-align: left;
}

.stoponmouseover
{
	cursor: progress;
}

/* Styles for links */
a:link 
{
	color: #808080;	
	text-decoration: none;
}
a:visited 
{
	text-decoration: none; 
	color: #808080;
}
a:hover 
{
	text-decoration: underline; 
	color: #808080;
}
a:active 
{
	text-decoration: none; 
	color: #808080;
}
a.m:link	/* Menu links */
{
	color: #ffffff;	
	text-decoration: none;
	font-size:12pt;
}
a.m:visited
{
	color: #ffffff;	
	text-decoration: none;
	font-size:12pt;
}
a.m:hover 
{
	text-decoration: none;
	color: #000000;	
	font-size:12pt;
}

/* Other helper styles */

.sectionheader	/* Text at top of menu */
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: black;
	font-weight:bold;
}

.spacedlines {line-height:240%;}

.footer 
{
	width: 100%; 
	margin-top: 4px;	
	text-align: right; 
}

.silverborder
{
    border:2px solid silver;
}
.goldborder
{
    border:2px solid gold;
}
.redborder
{
    border:2px solid red;
}

.frontimg
{
	border:4px outset silver;
}
