 /* Tags
---------------------------------------------- */
body {
	margin: 40px 0 0 0;
	padding: 0px;
	color: #011526;
	font: 12px Arial, Helvetica, sans-serif;
	background:#517EA5 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #5080a8;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #5080a8;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #cc6633;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 4px solid #2B475F;
}
.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
---------------------------------------------- */
#container {
width:788px;
height:auto;
margin:0 auto;
padding:0px;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:375px;
		margin:0px;
		padding:0px;
		}
			#logo {
			width:280px;
			height:226px;
			margin:0px;
			padding:14px 0 0 7px;
			}
			#tag {
			width:318px;
			height:138px;
			margin:0px;
			padding:56px 30px 0 0;
			float:right;
			}
		#rightCol {
		width:157px;
		height:auto;
		margin:0px;
		padding:0 14px 0 0;
		float:right;		
		}
			#nav {
			width:auto;
			height:auto;
			margin:0px;
			padding:0 10px 0 0;
			text-align:right;
			}
			#nav li {
			list-style:none;
			}
			#nav li a{
			padding:0 30px 0 0;
			display:block;
			height:26px;
			font:11px/26px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			color:#fff;
			}
			#nav li a:hover {
			color:#cc6633;
			/*color:#c25946;*/
			text-decoration:none;
			background:url(assets/images/nav_over.gif) right top no-repeat;
			}
			#sidebar {
			color:#fff;
			}

			#sidebar a{
			color:#fff;
			}

			#sidebar a:hover{
			color:#cc6633;
			}
		#leftCol {
		width:597px;
		height:auto;
		margin:0px;
		padding:0 0 0 14px;		
		}
			#body {
			width:auto;
			height:auto;
			min-height:400px;
			_height:400px;
			margin:0px;
			padding:20px 60px 0 20px;
			}
		#footer {
		width:auto;
		height:28px;
		margin:0px;
		padding:0px;
		background:url(assets/images/footer_bg.jpg) left top no-repeat;
		}
#bottomInfo {
width:788px;
height:auto;
margin:0 auto;
padding:0px;
text-transform:uppercase;
text-align:center;
letter-spacing:2px;
font:12px/24px Arial, Helvetica, sans-serif;
color:#edecd3;
}
#copy {
width:788px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
font:10px/14px Arial, Helvetica, sans-serif;
color:#fff;
}
	#nav2 {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	#nav2 li {
	list-style:none;
	display:inline;
	}
	#nav2 li a{
	padding:0 5px 0 5px;
	font:10px/24px Arial, Helvetica, sans-serif;
	color:#edecd3;
	border-right:1px solid #edecd3;
	}
	#nav2 li a:hover {
	color:#000;
	text-decoration:none;
	}
	#nav2 .last {
	border:none;
	}
#toplinks {
	text-align: center;
	font-size: 11px;
	
}
#toplinks a {
	text-decoration: none;
	
}

#toplinks a:hover {
	text-decoration: none;
	color:#fff;
}
