/* Tags
---------------------------------------------- */
html, htm, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	color: #2a3c52;
	font: 12px Arial, Helvetica, sans-serif;
	background:#12243c url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0 0 0 80px;
	color: #2a3c52;
	font: 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #c1b487;
	font: italic 18px/20px "Times New Roman", Times, serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #513b4d;
	font: 16px/18px "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #2a3c52;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #2a3c52;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
	padding: 2px;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
width:auto;
height:100%;
	
margin:0 auto;
padding:0px;
background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
	#container {
	width:981px;
	height:auto;
		min-height:100%;
		_height:100%;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_bg.jpg) left top repeat-y;
	position:relative;
		}
		#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/contents_bg.jpg) left top no-repeat;
	
		}
			#header {
			width:auto;
			height:150px;
			margin:0px;
			padding:0px;
			}
				#topInfo {
				width:300px;
				height:auto;
				margin:0px;
				padding:0 30px 0 0;
				float:right;
				font:18px Arial, Helvetica, sans-serif;
				color:#2a3c52;
				text-align:right;
				}
				#topInfo .phone {
				font:24px Arial, Helvetica, sans-serif;
				}
				#logo {
				width:244px;
				height:87px;
				margin:0px;
				padding:28px 0 0 48px;
				}
			#leftCol {
			width:230px;
			height:auto;
			margin:0px;
			padding:0px;		
			}
				#nav {
				width:162px;
				height:auto;
				margin:0 auto;
				padding:30px 0 0 0;
				}
				#nav li {
				list-style:none;
				}
				#nav li a{
				color:#000;
				height:24px;
				padding:0px 0 3px 20px;
				background:url(assets/images/nav_bg.jpg) left top no-repeat;
				display:block;
				font:12px/24px Arial, Helvetica, sans-serif;
				
				}
				#nav li a:hover {
				text-decoration:none;
				background:url(assets/images/nav_bg.jpg) right top no-repeat;
				}
				#sidebar {
				width:auto;
				height:auto;
				margin:0px;
				padding:0 10px 0 30px;
				}
			#rightCol {
			width:670px;
			height:auto;
			margin:0px;
				min-height:395px;
				_height:395px;
			padding:0 70px 116px 0;
			float:right;					
			}
				#sidePic {
				width:206px;
				height:auto;
				margin:0px;
				padding:40px 10px 10px 10px;
				float:right;
				}				
		#footer {
		width:981px;
		height:116px;
		margin:0px;
		padding:0px;
		position:absolute;
		left:0px;
		bottom:0px;
		background:url(assets/images/footer_bg.jpg) left bottom no-repeat;
		}
			#copy {
			width:auto;
			height:auto;
			margin:0px;
			padding:40px 0 0 0;
			text-align:center;
			font:10px/24px Arial, Helvetica, sans-serif;
			color:#000;		
			}
		#nav2 {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		text-align:center;
		}
		#nav2 li {
		list-style:none;
		display:inline;
		}
		#nav2 li a {
		font:10px Arial, Helvetica, sans-serif;
		padding:0 5px 0 5px;
		border-right:1px solid #000;
		color:#000;
		}
		#nav2 .last {
		border:none;
		}	

