@charset "UTF-8";
/* 

	CSS Document for Home-Base USA
	Copyright © 2007 Neuro-Designs
	
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #f1f1f2;
	font: 12px/20px arial, helvetica, sans-serif;
	color: #333;
	}
	
#header {
	width: 100%;
	background: url("images/bg_header.jpg") bottom repeat-x;
	height: 146px;
	min-width: 940px;
	}
	
	#header_placement {
		width: 940px;
		min-width: 940px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		.header_left {
			width: 243px;
			float: left;
			}
			
		.header_right {
			width: 697px;
			float: left;
			}
		
#home_img {
	width: 100%;
	min-width: 940px;
	background: url("images/bg_home_image.gif") repeat-x;
	}
	
	#home_img_placement {
		width: 940px;
		margin: 0px auto;
		text-align: center;
		}

#title {
	width: 100%;
	min-width: 940px;
	background: #666 url("images/bg_title.gif") repeat-x;
	}
	
	#title_placement {
		width: 870px;
		margin: 0px auto;
		color: #fff;
		font-size: 1.8em;
		padding: 15px 35px 5px 35px;
		}
		
#contents {
	width: 100%;
	min-width: 940px;
	background: #fff url("images/bg_contents.gif") repeat-x;
	padding-top: 15px;
	}

#contents_home {
	width: 100%;
	min-width: 940px;
	background: #fff;
	}
	
	#contents_placement {
		width: 890px;
		margin: 0px auto;
		overflow: hidden;
		padding-top: 10px;
		padding-left: 25px;
		padding-right: 25px;
		}
		
		.column {
			width: 550px;
			background: #fff url("images/bg_module.gif") no-repeat;
			float: left;
			padding: 15px;
			min-height: 200px;
			}
			
		.sidebar {
			width: 300px;
			float: right;
			}
			
			.sidebar img {
				margin-bottom: 8px;
				}

#footer_menu {
	width: 100%;
	min-width: 940px;
	height: 40px;
	background: url("images/bg_footer.gif");
	}

	#footer_menu_placement {
		width: 860px;
		margin: 0px auto;
		overflow: hidden;
		color: #c00;
		padding: 8px 40px 0px 40px;
		}
		
		#footer_menu_placement a:link, #footer_menu_placement a:visited {
			color: #fff;
			font-weight: bold;
			font-size: 0.95em;
			text-decoration: none;
			}

			#footer_menu_placement a:hover {
				color: #ccc;
				}
			
	.footer_left {
		float: left;
		width: 700px;
		}
		
	.footer_right {
		float: right;
		width: 100px;
		text-align: right;
		}

#copyright {
	width: 860px;
	margin: 0px auto;
	color: #999;
	padding: 10px 40px 20px 40px;
	font-size: 0.9em;
	}
	
	#copyright a:link, #copyright a:visited {
		color: #666;
		text-decoration: none;
		font-weight: bold;
		}
		
		#copyright a:hover {
			color: #ccc;
			}
		
		


p, h1, h2, h3, h4 {
	margin-top: 0px;
	}

p {
	margin-bottom: 20px;
	}

h1, h2 {
	font-size: 1.5em;
	}
	
h1, h2, h3 {
	color: #00457c;
	}

h3.service_title {
	padding-left: 2px;
	}
	
ul {
	margin: 0px;
	padding: 2px 2px 0px 2px;
	list-style-type: none;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	width: 90%;
	}

	ul li {
		background: #eaeaea;
		padding: 4px 10px;
		margin-bottom: 2px;
		}

a:link, a:visited {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #999;
		}

a img {
	border: 0px;
	}

blockquote {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.4em;
	}


.horiz_line {
	border-top: 1px solid #e31b23;
	}






.default_text {
	background: #eaeaea;
	padding: 4px;
	border: 1px solid #ccc;
	}

.default_button {
	background: #c00;
	color: #fff;
	padding: 4px 8px;
	border: 0px;
	font-weight: bold;
	}
	
	.default_button:hover {
		background: #006;
		}

textarea {
	margin-left: 1px;
	margin-bottom: 3px;
	}






table td.form_left {
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
table.agent tr.row_title {
	background: #ccc;
	font-weight: bold;
	}
	
table.agent tr.row_alt {
	background: #eaeaea;
	}

table.agent tr.row_all {
	background: #ccc;
	}
	
table.agent td {
	padding: 4px 6px;
	}
	
span.red {
	color: #f00;
	}
	

#rotator {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	margin-bottom: 15px;
	width: 157px;
	height: 100px;
	}

	#rotator img {
		border: 0;
		}
