@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*** RESET ***/
* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
a, a:visited { color: #265786; }
a:hover { text-decoration:none; }
strong { font-weight: bold; }

/*** CLEARS AND FLOATERS ***/
.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; width: 0; height: 0;}
.clear-righte {clear: right; width: 0; height: 0;}

/*** PAGE STYLES ***/
body {
	background: #284e62;
	padding-bottom: 20px;
}
#site-container {
	background: url(http://www.indianpassrawbar.com/themes/rawbar/images/site-bg.gif);
	margin: 0 auto;
	width: 693px;
}
#page-container {
	background: #FFF;
	margin: 0 auto;
	width: 657px;
}
#header {
	margin-bottom: 20px;
}
#nav {
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2px;
	background: url(http://www.indianpassrawbar.com/themes/rawbar/images/nav-bg.gif) no-repeat;
}
#nav ul li a,
#nav ul li a:hover,
#nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 129px;
	height: 31px;
	padding-top: 10px;
}
#nav ul li a:hover {
	color: #f6f668
}
#content {
	float: right;
	width: 445px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d18a1a;
	margin-bottom: 13px;
	margin-top: 6px;
}
#content p {
	font-size: 13px;
	margin-bottom: 8px;
}
#feature {
	background: url(http://www.indianpassrawbar.com/themes/rawbar/images/feature-top-bg.gif) top center no-repeat;
	padding: 15px;
	margin-top: 20px;
}
#feature-bot {
	margin: 0 -15px -15px -15px;
	height: 15px;
	background: url(http://www.indianpassrawbar.com/themes/rawbar/images/feature-bot-bg.gif) bottom center no-repeat;
}
#feature p {
	color: #FFF;
}
#feature p.big {
	font-size: 15px;
}
#feature a,
#feature a:hover {
	color: #FFF
}
#bot-cap {
	background: url(http://www.indianpassrawbar.com/themes/rawbar/images/bot-cap.gif) no-repeat;
	height: 12px;
}
#footer {
	margin: 4px auto;
	width: 657px;
}
#footer p {
	line-height: 16px;
	display: block;
	font-size: 11px;
	color: #FFF;
}
#footer a {
	color: #FFF;
}

