@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------------
	LINKS
------------------------------------------------------------------------------*/
/* MUST LEAVE THESE ANCHOR STYLES IN ORDER */
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #383431;
	font-size: 16px;
	font-weight:bold;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: none;
}

/* Links embedded within paragraphs */
a.inParagraph{
	font-family: Arial, Helvetica, sans-serif;
	color: #42929D;
	font-size: 14px;
	font-weight:normal;
}
a.inParagraph:link{
	text-decoration: underline;
}
a.inParagraph:visited{
	text-decoration: underline;
}
a.inParagraph:hover{
	text-decoration: underline;
}
a.inParagraph:active{
	text-decoration: underline;
}


/*------------------------------------------------------------------------------
//	FONTS
//	
//	current font sizes:
//		normal : 14px
//		medium	: 16px
//		large	: 18px
------------------------------------------------------------------------------*/

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #42929D;
	text-align: left;
	font-size: 14px;
}

.medium
{
	font-size: 16px;
}

.large
{
	font-size: 18px;
}

.bigLineHeight{
	line-height: 150%
}

.galleryThumbDescrip{
	margin-left: 15px;
	margin-right: 15px;
}

.galleryDetailRight{
	margin-left: 15px;
}

.galleryDetailLeft{
	margin-right: 15px;
}

.galleryTitle {
	font-size: 16px;
	font-weight: bold;
}

.galleryThumb{
	width: 125px;
	text-align: center;
}

.servicesList{
	color: #42929D;
	text-align: center;
	vertical-align:text-top;
	font-size: 18px;
	font-weight:bold;
}


/*------------------------------------------------------------------------------
	IMAGES
------------------------------------------------------------------------------*/

img {
	border: 0;
}


/*------------------------------------------------------------------------------
	TABLES
------------------------------------------------------------------------------*/
table{
	border:0;
}

table.content{
	height: 400px;
	width: 800px;
	border: 0;
}

td{
	font-family: Arial, Helvetica, sans-serif;
}


/*------------------------------------------------------------------------------
	HEADERS
------------------------------------------------------------------------------*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #42929D;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #42929D;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #42929D;
}

