
/*
Main Page Styles
*/
BODY
{
	background-color: #F7F7F7;
}

DIV.mainDiv
{
	margin-top: 50px;
}

TABLE.mainTable
{
	border: 1px solid #6A6A6A;
	width: 800px;
	background-color: #FFFFFF;
}

TD.contentCell
{
	padding: 40px 10px 50px 10px;
	vertical-align: top;
}
TD.menuCell
{
	text-align: left;
	vertical-align: top;
	width: 130px;
}

DIV.footerSub
{
	text-align: center;
	font-size: 70%;
}

A.termsLink
{
	text-align: center;
	text-decoration: underline;
}

/*
Menu styles
*/
TD.topMenuSpacer
{
	padding-top: 60px;
}

UL.menuList
{	
	list-style-type: none;
}

LI.menuLink
{
	margin-top: -6px;
	margin-left: 5px;
}

LI.menuSubHeading
{
	color: #5E5E5D;
	margin: 3px 0px 3px 0px;
	font-family: san-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	font-variant: small-caps;
}

A.menuLink
{
	
	color: #AEAEAD;
	font-family: san-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

A.menuLink:hover
{
	color: #313031;
	font-family: san-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

IMG.logo
{
	width: 75px;
	
}

/*
Content Styles
*/
TABLE.contentTable
{
	width: 100%;
}

TD.cell1
{
	width: 380px;
	vertical-align: top;
}

TD.contentCell
{
	color: #5E5E5D;
	font-family: san-serif;
	font-size: 14px;
}

A.contentLink
{
	
	color: #5E5E5D;
	font-family: san-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

A.contentLink:hover
{
	color: #A6BAFD;
	font-family: san-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
SPAN.notLink
{
	color: #9E9E9D;
	font-family: san-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

.boldContent
{
	font-weight: bold;
}

.bigContent
{
	font-size: 16px;
}
.smallContent
{
	font-size: 80%;
}

.itallic
{
	font-style: italic; 
}

TD.titleText
{
	padding-bottom: 20px;
	font-Weight: bold;
	font-size: 16px;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.smaller
{
	font-size: 11px;
}

.padRight
{
	padding-right: 30px;
}
.padLeft
{
	padding-left: 30px;
}

.padBottom
{
	padding-bottom: 20px;
}

.top
{
	vertical-align: top;
}

/*
Page Styles
*/

.contactLogo
{
	width: 100px;
}

.contentImage
{
	width: 200px;
}

/*
Portfolio styles
*/
IMG.thumbnail
{
	max-width: 100px;
	max-height: 100px;
}

IMG.galleryPic
{
	max-width: 550px;
	max-height: 500px;
}

TD.thumbnailCell
{
	text-align: center;
	width: 110px;
	height: 110px;
}

TD.thumbnailCell:hover
{
	background-color:  #A6BAFD;
}

TD.commentCell
{
	color: #5E5E5D;
	font-family: san-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
}

TD.imageCell
{
	text-align: center;
}

TABLE.portfolioBody
{
	width: 640px;
}
