/* 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:14px; font-style:italic; clear:right; line-height:18px;}
em {font-size:12px; 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:889px; height:676px; text-align:left; background:url(/layout/layout.jpg) center center no-repeat;}
#content {}
#col1 {width:180px; float:left; margin-left:26px;}
#boxA, #boxB, #boxC, #boxD {height:111px; width:177px;}
	#boxA { background:url(/layout/boxA.jpg) 0 0 no-repeat; margin-top:59px;}
	#boxB { background:url(/layout/boxB.jpg) 0 0 no-repeat; margin-top:28px;}
	#boxC { background:url(/layout/boxC.jpg) 0 0 no-repeat; margin-top:28px;}
	#boxD { background:url(/layout/boxD.jpg) 0 0 no-repeat; margin-top:30px;}
#col2 {float:right; width:600px; height:675px; margin-right:32px;}
	#col2_content {height:385px;  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:12px; color:#ffffff;margin-top:175px;}
	#col2_content a {color:#ffffff;}
	#testimonials #col2_content {overflow:scroll; overflow-x:hidden; height:375px; margin-bottom:10px;}
#big_index {height:310px; width:591px; text-align:right; background:url(/layout/big_index.jpg) 0 0 no-repeat; border:10px solid #ffffff; }
#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:#FFFFFF; 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:#4F0621; margin-bottom:16px; float:left; width:889px;}
	#footer a {color:#4F0621; text-decoration:none;}
	
/* ************ MISC STYLES **************************** */
.required-form-element {color:hotpink; font-size:16px; padding:0 2px;}