/***********************************************************
************** CMDoor 2005 - CSS File V1.0 *****************
************************************************************/

/********************* Global *********************/
	body{ 
		/*MARGINS*/
			margin:0px;
		/*FONTS*/
			font-family: Arial, Verdana, Helvetica, Sans-Serif;
			color:#666666;		
		/*ALIGN*/
			text-align:left;
		/*BACKGROUND*/
			background: #F0F0F0 url(images/grey_dots.gif);
	}
	
	table {
		background: #FFFFFF;
	}
	
	/*OUTER TABLE*/
	table.outertable {
		width:780px;
		height:100%;
		border:1px solid #666666; border-left:0px; border-top:0px; border-bottom:0px;
	 	background: #FFFFFF;	
	}
	td.navBG_darkMaroon {
		background: #531010 url(/templates/CMDoor2005/images/left_nav-12.gif);
		background-repeat: repeat-y;
	}
	
/*************** CONTENT TEXT FORMATTING ***************/
	.content, .content_second{
		/* font */
		font-size: 9pt;
		/* paragraph */
		line-height: 14pt;
		/* padding */
		padding: 8px; padding-top:25px;
		/* text box size */
		width: 450px;	
	}
	.content_second { padding: 20px; padding-right: 200px; width:620px; }

	/* tag line */
	.tagline {
		font-size:8pt;
	}
	
	/* testimonials */
	.testimonial { font-size:10pt;}
	.testimonial_author { color:#000066; font-size:10pt; padding-bottom:20px; }
	/* listing def */
	.default_list {
		margin-top:4px; margin-bottom:0px; margin-left:15px;
		padding-top:0px; padding-bottom:0px; padding-left:15px;
		/* font */
		font-size: 9pt;
	}
	.default_list li {
		list-style: disc url(/~cmdoor/templates/CMDoor2005/images/blu_bullet.gif) outside;	
	}
	
	.black   { color:#000000; }
	.maroon  { color:#660000; }
	.blue    { color:#000066; }
	
	.subhead { color:#000066; font-size: 10pt; font-weight:bold; }
	.heading { color:#660000; font-size: 12pt; font-weight:bold; }

/********************* FORMS *********************/
	table.forms td{ font-size: 8pt; font-weight: bold; padding: 6px 6px 6px 6px;} 
	table.forms2 td { 
		font-size: 8pt; 
		font-weight: bold; 
		padding: 6px;
		border-style: solid;
		border-color: #F0F0F0;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-width:0px;
		border-right-width:0px;
	}
	.button {  	
				border : 1px solid #999999;
				margin: 0px 0px 0px 0px;
				padding: 1px;
				color: #FFFFFF;
				background: #771717;
				cursor:hand;
				font-size : 7pt;
				font-weight: bold;
				text-align: center;
				vertical-align: middle;
				text-transform: lowercase;
			}
	.input_text { 		width: 250px; border: 1px solid #CCCCCC;}
	.input_text_zip { 	width: 100px; border: 1px solid #CCCCCC;}
	.input_text_phone { width: 120; border: 1px solid #CCCCCC; }
	.input_text_city { 	width: 150px; border: 1px solid #CCCCCC;}
	.input_text_small { width: 40px; border: 1px solid #CCCCCC; }
	.input_text_med {  	width: 80px; border: 1px solid #CCCCCC;  }
	.input_textarea { 	width: 400px; height: 150px; border: 1px solid #CCCCCC;}
	.input_select, .input_select option { font-size: 7pt; color: #666666;}	
	.errors { color:#CC0000; }
	.notice { color:#660000; font-size: 9pt; font-weight: bold; }
	
/********************* MASTER LINKS *********************/
	a:link,a:active,a:visited { color: #000066; }
	a:hover { text-decoration:none;}


/********************* FOOTER *********************/
	.bar { border:1px solid #999999; border-left:0px; border-right:0px; height:20px;}
	.bar1_left  { background:#E9EAF2; border-right:1px solid #999999;}
	.bar1_right { background:#050D5D; width:120px;}
	.bar2 { border:1px solid #999999; border-left:0px; border-right:0px; height:20px; }
	.bar2_top  { background:#771717;  height:8px;}
	.bar2_bottom { background:#531010; }
	.footer_links {
		width:550px;
		padding:10px;
		font-size: 8pt;
		line-height: 10pt;
	}
	.footer_logos {
		padding:10px;
	}
	div.link_spacing {
		margin-bottom:4px;
	}
	div.footer_copyright {
		margin-top:10px;
		font-size:7pt;
	}
	a.f_maroon:link,a.f_maroon:active,a.f_maroon:visited { color:#660000; }
	a.f_blue:link,a.f_blue:active,a.f_blue:visited { color:#000066; }
	a.f_black:link,a.f_black:active,a.f_black:visited { color:#000000; }
