/*

CSS Credit: http://www.templatemo.com/

*/

html {

     /* min-width:1000px; */
	/*background: #fff; */
	/* background: url(images/background_n.jpg) repeat-y; */
    

}

body {

	/* margin: 0; */
	margin: auto; 

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;

	width: 100%;
	

	display: table;
   /* background = left banner & backgrund-color doesn't affect */
    background: url(images/background_n.jpg) repeat-y;   
    background-color: #eeeeee;
 
 


}



a { color: #333;}
a:hover { color: #666; }

#templatemo_background_section_top {

 /* height adjusts space between menu buttons and containers */
	width: auto;
	/* height: 157px; */ 
	height: 50px;
/*	background: url(images/templatemo_background_section_top_bg.jpg) repeat-x; */ 
  /* background: url(images/background_n.jpg) repeat-y; */

}

.templatemo_container {
   /* This adjustment (margin-left) for left banner and left containers - how much white space */
   /* This adjustment (margin-top) for top logo area (actually surrounding logo area box) - how much white space between logo and top */
    width: 950px; 
	margin-left: 235px;
	margin-top:5px;
	/* margin: 150px; - this was the new margin that didn't adjust */
   /* margin: auto; */  
	

}

#templatemo_background_section_mid {

	width: 100%;
/*	background: #fff; */
   /* background: url(images/background_n.jpg) repeat-y; */


}



/* Logo Area */
 #templatemo_logo_section {

	width: 385px; 
	/* height: 85px; */
	/*height: 85px; */
	height: 110px;
	margin: 25px 0 0 0;
	padding: 20px 0 0 25px;
	background: url(images/CC_logo.jpg) no-repeat; 
	float:left;	
	
} 


#templatemo_logo_section h1 {
	
	font-size: 24px;
	color: #666;
	margin: 0;
	padding: 0;
	font-weight: normal;
		
}

#templatemo_logo_section h2{
	
	font-size:14px;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	
} 
/* End Of Logo Area*/

/* Search Box*/

#templatemo_search_box {
	width: 320px;
	height: 70px;
	float: right;
	margin: 30px 20px 0 0;

}

* html #templatemo_search_box {
	margin-right: 8px;
}

#templatemo_search_box img {
	float: right;
	margin: 0 -7px 0 0;
}

* html  #templatemo_search_box img {
	margin: 0 -5px 0 0;
}

#templatemo_search_box form {
	margin: 10px 0 0 0;
	float: right;
	width: 330px;
}

#textfield {
	float: left;
	width: 240px;
	height: 16px;
	background: #fff;
	color: #999;
	border: solid 1px #999;
	margin: 0;
	padding: 5px 5px;
}

#button{
	float: right;
	border: solid 1px #999;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	white-space: pre;
	width: 70px;
	height: 28px;
	color: #999;
	background: #fff; 
	margin: 0 0 0 0;
	padding-bottom: 5px;
	padding-top: 4px;
}

/* End Of Search Box*/

/* Menu Section */

 #templatemo_menu_section{
    width: 950px; 
	height: 38px;
	float: left; 	
	margin: 21px 0 0 0; 
	padding: 0;
   
}

#templatemo_menu_section ul {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;

	
}

#templatemo_menu_section ul li{
	display: inline;
	
}

#templatemo_menu_section ul li a{
	float: left;
	width: 110px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/* color: #8A4500; */
	color: #999999;

}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
	color: #fff;
	height: 26px;
/*	background: #cc6601; */
    background: #08088A;
}

/* End Of Menu */



#templatemo_content_area{
	
	margin: 30px 0 0 0;

}
/* Left Section*/


#templatemo_left_section {

	float: left;
	width: 410px;
	margin: 0 ;
	

}


.templatemo_left_section_box {

	width: 410px;
	margin: 0 0 15px 0;
 
	
}
.templatemo_left_section_box_top {

	width: 397px;
	height: 20px;
	float: left;
	background: url(images/templatemo_section_box_top.jpg) repeat-x;
	padding: 10px 0 0 15px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	/* border: 1px solid #ccc; */
	
}

.templatemo_left_section_box_body {

	width: 380px;
	padding: 15px 15px 0 15px;
    border: 1px solid #ccc; 
  /*  background: url(http://ws58.vigyan.com/scripts/coliseum/menu.pl) no-repeat; */
    
}
.templatemo_left_section_box_body p{

	text-align: justify;
	color: #333;
	font-size: 13px;
	margin: 0 0 10px 0;
    line-height:1.2em;
}

.templatemo_left_section_box_body img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-right: 13px;
	border:none;

}



span.post{
	margin: 0 25px 0 0;
	color: #c60;
	font-size: 11px;
	
}

span.post a{
	color: #c60;
	text-decoration: none;
	
}

span.post a:hover{
	color: #c60;
	text-decoration: underline;
	
}

.cleaner_with_height {

	clear:both;
	height: 1px;
}

.cleaner {

	clear:both;
}


/* Middle Section */
#templatemo_middle_section {
	width: 190px;
	float: left;
	margin: 0 0 0 15px;
}

.templatemo_middle_section_box {
	width: 177px;
	border: 1px solid #ccc; 
	margin: 0 0 15px 0 ;
	/* padding: 10px 0 10px 10px; */
	
}
.templatemo_mid_section_box_top {

	width: 165px;
	height: 20px;
	background: url(images/templatemo_section_box_top.jpg) repeat-x;
	padding: 10px 0 0 15px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	/* border: 1px solid #ccc; */
	
}


/*.templatemo_middle_section_box h1{

	color: #c60;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
} */

.templatemo_middle_section_box ul {

	list-style: none;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
		
}

.templatemo_middle_section_box ul li{

	margin-bottom: 3px;

}

.templatemo_middle_section_box ul li a {
	
	color: #333;
	text-decoration: underline;
		
}

.templatemo_middle_section_box ul li a:hover {
	
	color: #333;
	text-decoration: none;
		
}



/* Right Section */

#templatemo_right_section {
	width: 322px;
	float: right;
	margin: 0 10px 0 0;
	line-height: 20px;
}

* html #templatemo_right_section {
	margin: 0 5px 0 0;
}
.templatemo_right_section_box {
	width: 300px;
	background: url(images/templatemo_section_box_top.jpg) repeat-x;
	border: 1px solid #ccc;
	margin: 0 0 15px 0 ;
	padding: 10px 10px 10px 10px;
	
}
	
	
.templatemo_right_section_box h1{

	color: #c60;
	font-size: 15px;
	/* text-decoration: underline; */
	margin: 0 0 8px 0;
	padding: 0;

	
}


.templatemo_right_section_box h2{


	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;

	
}

.templatemo_right_section_box h2 a{

	text-decoration: none;

	
}

.templatemo_right_section_box h2 a:hover{

	text-decoration: underline;

	
}

.templatemo_right_section_box p{

	color: #333;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;

	
}

.templatemo_right_section_box .last{

	color: #333;	
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;

	
}

.templatemo_right_section_box .gallery {
	margin: 0 0 0 5px;
}

.templatemo_right_section_box .gallery img{
	margin: 5px 5px 0 0;
}

.templatemo_right_section_box img{

	margin: 5px 0 5px 0;
	
	
}

#templatemo_footer {

	height: 29px;
/*	background: url(images/templatemo_footer_bg.jpg) repeat-x; */
    background: url(images/footer_logo.jpg"/> <!-- BEGIN: Constant Contact Email List Form Button --><div align="left"><a href="http://visitor.r20.constantcontact.com/d.jsp?llr=ocdbfvbab&p=oi&m=1101295291470&sit=dgkgaambb&f=20438447-0f79-45ad-b794-611e0e9620b9" class="button" style="border: 1px solid rgb(91, 91, 91); color: rgb(0, 128, 0); display: inline-block; padding: 8px 10px; text-shadow: none; border-radius: 10px; background-color: rgb(242, 238, 121);">Get the Insider) no-repeat ;
	color: #666;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}
