﻿/* 
COLORS

NAREC blue:#003D5C;

*/

body {
	background-color:#003D5C;
	background-image:url(../images/pageBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#fff;
	font:normal 10pt verdana;
	margin:0 auto;
	text-align:center;
}

a{
	color:#fff;
	font-weight:bold;
}

h1{
	font:bold 14pt Verdana;
}

h3{
	color:#333;
	font:bold 12pt Verdana;
}

ul{
	margin-left:20px;
}

li{
	list-style-type:disc;
}

.padding{
	color:#333;
	padding:10px;
}

/* LAYOUT */

#container{
	margin:0 auto;
	text-align:left;
	width:900px;
}

#banner{
	background-color:#003d5c;
	background-image:url(../images/new-header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:98px;
}

#header{
	background-image:url(../images/headerBg.jpg);
	background-repeat:repeat-x;
	height:54px;
}

	.headerText{
		float:left;
		font:bold 12pt arial;
		padding-top:15px;
		text-align:center;
		width:639px;
	}

#nav{
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
	height:46px;
	line-height:46px;
	vertical-align:middle;
	width:900px;
}

	#nav img{
		float:left;
	}
	
	.navHomeLink{
		float:right;
		padding-right:10px;
	}
	
#outerContainer{
	background-image:url(../images/bgl.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
	
#content{
	background-image:url(../images/bgl.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:900px;
}
	
	#box{
		background-color:#97A9AB;
		border:1px solid #fff;
		/*height:200px;*/
		margin-top:15px;
		width:290px;
	}
	
	.contentLeft{
		float:left;
		padding:10px;
		width:540px;
	}
	
	.contentRight{
		float:left;
		margin-left:40px;
		width:299px;
	}
	
	.prop{
		float:right;
		height:500px;
		width:1px;
	}

#footer{
	background-image:url(../images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-top:30px;
	text-align:center;
	width:900px;
}

	#footer a{
		color:#fff;
	}

/* FORMS */

input{
	
}

fieldset{
	
}

	.fs1{
		width:400px;
	}
	
	.fs2{
		width:600px;
	}

legend{
	font:bold 12pt verdana;
	margin-bottom:15px;
}

.formTable{
	margin:0px 0px 10px 20px;
}

.inputCell{
	font-weight:bold;
	text-align:left;
	width:150px;
}

.labelCell{
	font-weight:bold;
	padding-top:10px;
}

.lists{
	margin-left:20px;
	font-weight:normal;
}



/* GENERIC CLASSES */

.left{float:left}
.right{float:right}
.clear{clear:both}
.hidden{display:none}
