/* CSS Document
 *	File    	:   default.css
 *	System      :   Capital Resource Consultants
 *	Author      :   Smart Marketing > Christy Sobolewski
 *	Description :   Sets layout and default styles for entire site 

 *					This file is required on all pages
 */

/* ********** PRINT RELATED *************************** */
.print {display:none;}

/* ********** STANDARD HTML *************************** */
h2 {font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:3px;}
table tr td {padding:2px;}
blockquote {margin:24px 0 24px 24px; font-size:16px; font-style:italic; clear:right; line-height:20px;}
em {font-size:14px; font-weight:bold; margin-top:12px; margin-left:24px; display:block;}

/* ********** PAGE LAYOUT *************************** */
body {margin:0; padding:0; line-height:16px; color:#000000; font-family:"Times New Roman", Times, serif; font-size:80%; text-align:center;}
#wrapper {margin:auto; width:994px; text-align:left; background:url(/layout_gallery/repeat_bkgnd.jpg) 0 0 repeat-y; height:100%;}
#content { background:url(/layout_gallery/header.jpg) 0 0 no-repeat; height:100%;}
#col2 {float:left; height:100%;}
	#col2_content {font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:12px; color:#ffffff; margin-top:175px; text-align:justify;}
	#testimonials #col2_content {width:850px; margin-left:50px; height:100%;}
	#gallery #col2_content {min-height:475px;}
#first {}
#nav ul li {float:right;}
	#nav ul li a {color:#ffffff; border-left:1px solid #ffffff; height:75px; display:block; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:18px; padding:12px 12px 0 12px; text-decoration:none;}
		#nav ul li.nav_home a {border-left:none;}
		#home #nav ul li.nav_home a, #gallery #nav ul li.nav_gallery a, #testimonials #nav ul li.nav_testimonials a, #contact_us #nav ul li.nav_contact_us a {background-color:#FACFDD; color:#4F0621;}
		#nav ul li a:hover {color:#D7B428;}
		
#footer {text-align:center; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:14px; color:#ffffff; margin-bottom:16px; background:url(/layout_gallery/footer.jpg) 0 0 no-repeat; height:100px; padding-top:25px; width:994px;}
	#footer a {color:#ffffff; text-decoration:none;}
