@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */

	html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	body{
	text-decoration: none;
	color: #003366;
	background-color: #000000;
	}
	
	
#buttons {
	float: left;
	margin-left: 35px;
	}
	
	 #buttons img {
	border: none;
}
	
	a:hover{
	color: #CCCCCC;
	}
	a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	}
	
	
	li {
	padding: 10px 0px 0px 0px;
	}
	
	
	ul {
	list-style:none;
	color: #FFFFFF;	
	}
	
	h3 {
	color: #003366;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	}


	/* header layout */
	#header{
	height: 155px;
	background: url(../image/top_bg.jpg);
	position: relative;
	}
	
	/* main area layout */
	
	#main{
	width: 1200px;
	}

	#leftcolumn,#center,#rightcolumn {
	}
	
	#center,#rightcolumn {
	width: 450px;
	height: 275px;
	background-image: url(http://www.josephrosenfeld.com/images/divbgindex.png);
	background-repeat: no-repeat;
	padding: 10px 5px 5px 5px;
	}

	#leftcolumn{
	float: left;
	width: 225px;
	height: 575px;
	padding: 0px 0px 0px 0px;
	margin-right: 25px;
	}

	#middle {
	float: right;
	width: 950px;
	height: 475px;
	margin: 100px 0px 25px 0px;
	background-image: url(http://www.josephrosenfeld.com/images/indeximg.jpg);
	}

	img {
	margin-bottom: 35px;
	margin-left: 10px;
	margin-top: 10px;
	}
.code {
	margin: 0;
}

	#center{
	float: left;
	position: absolute;
	left: 261px;
	top: 250px;
	}

	#rightcolumn{
	float: right;
	position: absolute;
	left: 736px;
	top: 250px;
	background-repeat: no-repeat;
	}
	
	
	.hr{
	width:375px;
	height:8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-image: url(http://www.josephrosenfeld.com/images/hrindex.png);
	background-repeat: no-repeat;
	}
	
	
	h1{
	position: absolute;
	top: 134px;
	left: 715px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #003366;
	padding-top: 10px;
	width: 200px;
	}
	.pagetitleh1 {
	position: absolute;
	left: 425px;
	top: 33px;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding-top: 10px;
	width: 650px;
	}
	
	.secondh1 {
	position: absolute;
	top: 199px;
	left: 750px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
	margin: 0;
	width: 450px;
	text-align: center;
	padding: 0;
	}
.contact {
	padding: 0;
	position: absolute;
	width: 400px;
	text-align: center;
	left: 28px;
	top: -53px;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
	
	p {
	padding: 60px 15px 0px 15px;
	color: #003366;
	font-size: 16px;
	line-height: 1.3em;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	}

	
	
/* =Form Styles */
	
	form {
	padding: 0 5px;
	margin: 5px 0px 0px 10px;
	height: 180px;
	width: 410px;
	}
	label {
	font-weight:bold;
	font-size: 12px;
	display: inline;
	}
	input {
	padding:2px;
	font: Arial, Helvetica, sans-serif;
	color:#777;
	font-size: 10px;
	}
.width {
	width: 150px;
}
	textarea {
	width:400px;
	padding:2px;
	height:100px;
	display:block;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	padding: 2px 3px;
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
	float: right;
	}

    .formrows
    {
        line-height:10px;
    }
    
    form p {
        line-height:10px;
    }
table {
    padding:0px;
}
	
/* =FOOTER */
	#footer{
	height: 20px;
	font-size: 12px;
	width: 1200px;
	}
	#footer a{
	color: #003366;
	}
	#designby{
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
	}
	#footer_navigation{
	float: left;
	padding-top:7px;
	margin-right: 50px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	

	
