/* set the page background color and margins. */ 
body { margin: 0px; }
/*background:#fff url(/images/tnretina-mock-bg2.jpg) repeat-x;}*/

/* set the page font formatting. */
body, p, div, td {
	font:10pt Arial, Helvetica, sans-serif;
	color:#333;
}

/* default link colors */
a:link { font-weight: bold; text-decoration: none; color: #2C6496; }
a:hover { font-weight: bold; text-decoration: none; color: #9FC2E1; }
a:visited { font-weight: bold; text-decoration: none; color: #2C6496; }
a:visited:hover { font-weight: bold; text-decoration: none; color: #9FC2E1; }

/* set input, select and textfield elements sizes */
.SMinput { width: 20px; }
.MDinput { width: 125px; }
.LGinput, select { width: 225px; }
.XLinput, select { width: 300px; }
.SMtext {width: 450px; height: 75px; }
.MDtext {width: 450px; height: 150px; }
.LGtext {width: 450px; height: 200px; }
.XLtext {width: 450px; height: 300px; }

/* modules */

	#homeShell {
		width: 959px;
		position:relative;
		margin:0 auto;
	}

	#homeWelcome {
		background:transparent url(/images/mod-welcome-bg.gif);
		width:357px;
		float:left;
		margin:5px 5px 5px 5px;
	}
	
	#homeWelcomeContent {
		margin: 5px;
	}
	
	#homeNews {
		background:transparent url(/images/mod-news-bg.gif);
		width:357px;
		float:left;
		margin:0 5px 5px 5px;
	}
	
	#homeNewsContent {
		margin: 5px;
	}
	
	.blogTitle {
		font:14pt Georgia, "Times New Roman", Times, serif;
		color:#3A739C;
	}
	
	.blogDate {
		font:8pt Arial, Helvetica, sans-serif;
		color:#ccc;
	}
	
	.blogTitle {
		font:16pt Georgia, "Times New Roman", Times, serif;
		color:#3A739C;
	}
	
	#homeGetStarted {
		background:transparent url(/images/mod-getstarted-bg.gif);
		width:585px;
		float:left;
		margin:5px 5px 5px 0;
	}
	
	#homeGetStartedContent {
		margin: 20px;
	}
	
	#homeLocations {
		background:transparent url(/images/mod-locations-bg.gif);
		width:585px;
		float:left;
		margin:0 5px 5px 0px;
	}
	
	#homeLocationsContent {
		margin: 5px;
	}
	
	#insideLeftModule {
		background:transparent url(/images/mod-content-bg.gif);
		width:585px;
		float:left;
		margin:5px;
	}
	
	#insideLeftModuleContent {
		margin: 20px;
	}
	
	#insidePhoto {
                float:left; width:360px;
                overflow:hidden;
		margin: 5px 0px;
	}
	
	#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
	#footer div {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}
	
	#footer a:link { font-weight: normal; text-decoration:none; color:#36A306; }
	#footer a:visited { font-weight: normal; text-decoration:none; color:#36A306; }
	#footer a:hover { font-weight: normal; text-decoration:none; color:#9FC2E1; }
	#footer a:active { font-weight: normal; text-decoration:none; color:#36A306; }



/* fontsizers */

.fontsizers:hover {
  margin: -1px 0px 1px 0px;
}
