/*  Created by Solar Flare Studios for the Tommy Solomon web site.  */


.clear { 
	clear:both; height:1px; 
}

hr {
	clear:both;
	height:1px;
	background-color:#60B5CD;
	width:100%;
	margin-bottom:0px;
	margin-top:14px;
	border:none;
}

.newicon
{
	float:left;
	margin-right:4px;
}

.gallery_container
{
	position:relative;
	margin-bottom:30px;
}

.gallery_shadow
{
	position:absolute;
	height:70px;
	bottom:-30px;
	left:-40px;
	right:-40px;
}

.gallery_shadow .left
{
	position:absolute;
	width:100px;
	height:70px;
	bottom:0;
	left:0;
	
	background:url('/images/shadow_01.png') no-repeat right center;
}
.gallery_shadow .middle
{
	position:absolute;
	height:70px;
	left:100px;
	right:100px;
	bottom:0;

	
	background:url('/images/shadow_02.png') repeat-x center;
}
.gallery_shadow .right
{
	position:absolute;
	width:100px;
	height:70px;
	bottom:0;
	right:0;
	
	background:url('images/shadow_03.png') no-repeat left center;	
}


#splash_gallery
{
	width:100%;
}


#video_loading
{
	text-align:center;
	font-weight:bold;
}

#video_loaded
{
	display:none;	
}

.video_thumbs
{
	text-align:center;
}

.video_thumbs > div
{
	display:inline-block;
	width:180px;
	padding:8px 2px;
	cursor:pointer;
	vertical-align:bottom;
}

.video_thumbs p
{
	margin:2px;
	min-height:40px;
}

.video_thumbs > div div
{
	position:relative;
}

.video_thumbs > div div:before
{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	right:0;
	bottom:0;
	margin:-50px 0 0 -50px;
	background: url(video/mediaelement/bigplay.svg) no-repeat;
	width:100px;
	height:100px;
}

.video_thumbs > div:hover div:before
{
	background-position: 0 -100px;
}


.video_box
{
	text-align:center;
	display:none;
}

.video_player_container
{
	padding-bottom:40px;	
}

.video_box h2
{
	padding-bottom:5px;
}

.video_container
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:700px;
}


.video_container .gallery_shadow
{
	bottom:-28px;
	z-index:-1;
}



.contentBG 
{
	width:770px;
	text-align:center;
	margin: 0px auto 0px auto;
}

table.contentBG
{
	border:none;
}

.contentBGsolid
{
	text-align:center;
	margin: 0px auto 0px auto;

}

.pageBG {
	background-color:#FFFFFF;
	background-image:url(images/backgrounds/bg_strip.png);
	background-repeat:repeat-x;
	width:100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
}

.menulink {
	float:left;
	border-width:0px;
}

.input_button {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#4d5050;
	border: solid 1px #000000;
	border-width:1px;
	padding:4px;
	margin:4px;
	cursor:pointer;
}



img {border-width:0px;}
form {margin:0px;}

/* General font families for common tags */
body
{
	overflow-y:scroll;
	font-family: Arial, sans-serif;
	
}
a:link,a:active,a:visited { text-decoration: underline; color: #0000FF; }
a:hover		{ text-decoration: underline; color: #FF0000; }

input, textarea, select
{
    font-family:Arial, sans-serif;
    font-size:14px;
}

/* Main table cell colours and backgrounds */

td.row1	{
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
}
td.row2	{
	background-color:#FFCC99;
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
}

.photobox
{
	background-color:#FFFFFF;
	width:770px;
	padding:10px 0px 10px 0px;
	margin: 0px auto -1px auto;
	position:relative;
	z-index:0;
	
}

.photobox_cover
{
	position:absolute;
}

.photobox_img
{

	padding:14px;
}

.photobox .arrow
{
	position:absolute;
	top:45%;
}

.photobox .arrow > a > img
{
	padding: 10px;
}

.photobox .photo_container
{
	position:relative;
	margin:auto;
}

.photobox .photo_container .gallery_shadow
{
	left:-26px;
	right:-26px;
	bottom:-16px;
	z-index:-1;
}

.photonav
{
	width:584px;
	margin: 15px auto 15px auto;
	padding:5px;
}

/* The largest text used in the index page title and topic title etc. */
.maintitle	{
	font-weight: bold;
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 29px;
	color : #000000;

}

/* text used as headings */
.redtitle	{
	font-weight: bold;
	font-style:italic;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 20px;
	color:#FF0000;

}

.photoheaders {
	font-size:16px; 
	font-weight: bold;
}


.photolinks { 
	font-size: 14px; 
	font-weight:normal;
	line-height: 16px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;
	list-style-position:outside;
	color:#FF0000;
}



.photolinks li
{
	margin:0px 0px 6px 0px;
}

.photolinks ul
{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;

}

.photolinks ul > li
{
	margin:0;
}

.photolinks span
{
	color:#000000;
}


.photolinks a,.photolinks a:visited, .photolinks a span
{
	text-decoration:none;
}

.photolinks a:hover,
.photolinks a:hover span
{
    color:#FF0000;
	text-decoration:underline;
}


.splash_bullets
{
	font-size:12px; 
	text-align:left;
	margin: 12px 0 12px 0;
}

.splash_bullets ul
{
	color:#FF0000;
	list-style-position:outside;
	margin:0px;
}

.splash_bullets span
{
	color:#000000;
}

.splash_bullets div
{
	float:left;
	width:33%;
}


.bottomnav {
	padding-top:10px;
	padding-bottom:14px;

	clear:both;
}

.innercontent {
	padding: 10px 10px 0px 10px;
	clear:both;
	text-align:justify;
}

.innercontent h1 {
	font-size:16px;
	font-weight: bold;
}

.innercontent h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}

.innercontent p {
	font-size:14px;
	line-height:19px;
}

.articleblock {

	width:600px;
	padding:10px;
	margin:auto;
	text-align:justify;
}

.articleblock ul {
	margin:0px;
}

.articleblock li {
	font-size:14px;
	line-height:19px;

}

.articlecontent {
	text-align:center;
}

.innercontent.locations-block {
    padding-top: 0;
    padding-bottom: 0;
}

.locations-block {
    text-align: justify;
}


.longtext {
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
	width:600px;
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
}

.testimonial {
	
	border-bottom: #60B5CD 1px solid;
	
	width:600px;
	margin:5px auto 5px auto;
	padding: 25px 10px;
}

.spectable {
	width:100%;
	border-collapse:collapse;
}

.spectable td {
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
			
	vertical-align:top;
	padding:2px;
}

.spechead {
	margin-top:24px;
	font-weight:bold;
}

.specsubhead {
	margin-top:20px;
	margin-bottom:2px;
	font-style:italic;
}

.advisers
{
	font-size:14px;
}

.advisers h1 
{
	margin:20px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.advisers h2
{
	margin:0px;
	font-size:14px;
	font-weight:bold;
}

.advisers h3
{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.services_callout
{
	text-align:center;
}

.services_callout ul
{
	text-align:left;
}

.services_callout h1
{
	font-size:16px;
	font-weight: bold;
}

.services_callout h2
{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 0;
}

.services_callout img
{
	margin:5px 0;
}

.header_subtext
{
	font-size:14px;
	top:88px;
	position:absolute;
	width:770px;
	text-align:center;
}

.header_subtext a:link, .header_subtext a:visited
{
	color:#000000;
	text-decoration:none;
}

.header_subtext a:hover
{
	color:#7F7F7F;
	text-decoration:none;
}

.nav_table
{
	border-collapse:collapse;
	width:100%;
	border:none;

}

.nav_table td
{
	width:14%;
	
	padding:0px;
	margin:0px;
	text-align:center;
	border-top:#60B5CD solid 1px;
	border-bottom:#60B5CD solid 1px;
	font-weight:bold;
	font-size:12px;
	
}

.nav_table a:link, .nav_table a:visited
{
	color:#000000;
	display:block;
	padding:5px 0px 5px 0px;
	text-decoration:none;

}

.nav_table a:hover
{
	color:#7F7F7F;
	text-decoration:none;
}

#nav_active, #nav_active a
{
	color:#7F7F7F;
	text-shadow:none;
}

.nav_table td:nth-child(3) a,
.nav_table td:nth-child(4) a,
.nav_table td:last-child a
{
	text-shadow:0 0 2px #00FF00;
}


.footer a
{
	text-decoration:none;
}

.footer .secondary
{
	color:#808080;
}

.footer .separator
{
	color:#60B5CD;
}

.footer .primary,
.footer .primary a
{
	color:#F5770F;
}

.footer .primary.large
{
	font-size:14px;
}

.logoRow
{
	text-align:center; 
	padding-bottom:15px;
}

.logoRow > span
{
	display:inline-block;
	padding:0 10px;	
	vertical-align:middle;
}


/* General text */
.gen { font-size: 14px; }
.genmed { font-size: 12px !important; }
.genmedbold{ font-size: 12px !important; font-weight:bold; }
.genlarge { font-size:16px !important; font-weight: bold; }
.gensmall { font-size : 10px; }
.genfixed {font-size : 12px; line-height:13px; }
.genmedfixed {font-size : 12px; line-height:13px }
.genredfixed {font-size: 12px; line-height:13px; color:#FF0000}


.gen,.genmed,.gensmall,.genfixed,.genmedfixed 
{ color : #000000; }

a.gen,a.genmed,a.gensmall,a.genfixed,a.genmedfixed,a.genredfixed,
a.gen:visited,a.genmed:visited,a.gensmall:visited,a.genfixed:visited,a.genmedfixed:visited,a.genredfixed:visited,
a .gen,a .genmed,a .gensmall,a .genfixed,a .genmedfixed,a .genredfixed,
a .gen:visited,a .genmed:visited,a .gensmall:visited,a .genfixed:visited,a .genmedfixed:visited,a .genredfixed:visited 
{ color: #0000FF; text-decoration: underline; }

a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genfixed:hover,a.genmedfixed:hover,a.genredfixed:hover 
{ color: #FF0000; text-decoration: underline; }


/* The content (body of text) */
.postbody { font-size : 14px; line-height: 19px; color : #000000;}
.postbodyred { font-size : 14px; line-height: 19px; color:#FF0000;}


.logoPrimaryColor
{
	color:#F5770F;
	font-weight:bold;
}
.logoSecondaryColor
{
	color:#808080;
	font-weight:bold;
}
