/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #262f4b;
}
#headerwrapper {
	height: 134px;
	width: 100%;
	background-image: url(ngmedia/header_bg.gif);
	background-repeat: repeat-x;
	
}
#header {
	width: 960px;
	height: 134px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(ngmedia/bg_header.jpg);
	position: relative;
}

#header h1 {
	position: absolute;
	text-indent: -9999px;
}

#header h1 img {
	width: 237px;
	height: 50px;
	left: 25px;
	top: 35px;
	position: absolute;
	border: none;
}
#header p {
	position: relative;
	top: 50px;
	padding-right: 25px;
	width: auto;
	text-align: right;
	font-size: 2em;
	color: #cac58d;
	float: right;
}



#content {
	height: 544px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#content h1 {
	position: relative;
	top: 25px;

}


#contentwrapper {
	background-image: url(ngmedia/bg_main.jpg);
	background-repeat: repeat-x;
	height: 600px;
	width: 100%;
	background-color: #cac58d;
}




#leftcolumn {
	color: #333;
	padding: 10px;
	height: 350px;
	width: 580px;
	float: left;
	text-align: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcolumn p {
	position: relative;
	z-index: 0;
}
#leftcolumn span {
	position: relative;
	z-index: 1;
	top: 200px;
	left: 445px;
}

#rightcolumn {
	float: right;
	color: #333;
	height: 350px;
	width: 330px;
	display: inline;
	text-align: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcolumn1 {
	float: right;
	color: #333;
	height: 350px;
	width: 330px;
	display: inline;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcolumn p {
	color: #5d5132;
	padding-bottom: 12px;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
#rightcolum.testimonial   {
	margin: 12px;
	padding: 12px;
}
#rightcolumn  img.formfill {
	margin-top: 12px;
	margin-bottom: 12px;
}
#rightcolumn1 p {
	color: #5d5132;
	padding-bottom: 12px;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
#rightcolum1.testimonial   {
	margin: 12px;
	padding: 12px;
}
#rightcolumn1  img.formfill {
	margin-top: 12px;
	margin-bottom: 12px;
}


#footerwrapper {
	background-image: url(ngmedia/footer_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}

#footer {
	width: 920px;
	clear: both;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#footer p {
	color: #4b5369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
}
#footer img {
	float: right;
	clear: right;
	margin-top: 12px;
}

#footer  span {
	float: right;
	color: #a1a7b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#footer span a {
	color: #a1a7b8;
	font-family: Arial, Helvetica, sans-serif;
}
#formbox {
	background-color: #cac58d;
	width: 572px;
	background-image: url(ngmedia/form_bg.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
	text-align: center;
}
#formbox1 {
	background-color: #cac58d;
	width: 572px;
	background-image: url(ngmedia/form_bg1.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
	text-align: center;
}
#form_lastname {
	float: right;
	width: 225px;
	text-align: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#form_firstname label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #848057;
}

#form_firstname {
	float: left;
	width: 225px;
	text-align: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#form_lastname label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #848057;
}
#form_firstname  input {
	color: #848057;
	padding: 3px;
	background-image: url(ngmedia/form_inputbg.gif);
	background-repeat: repeat-x;
	border: 1px solid c2bd84;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#form_lastname input {
	color: #848057;
	padding: 3px;
	background-image: url(ngmedia/form_inputbg.gif);
	background-repeat: repeat-x;
	border: 1px solid c2bd84;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#privacyinfo  {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #89855b;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: normal;
	text-align: left;
}
#privacyinfo p {
	margin-bottom: 12px;
	margin-top: 12px;
}


#learnmore
{
	display: block;
	width: 242px;
	height: 44px;
	background-image: url(ngmedia/learn_more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	

}

#learnmore:hover
{
	background-position: 0 -44px;
	
}

#learnmore span
{
  display: none;
}
