/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/bg-stripes.jpg) 2px 0 repeat #d7d7d7;
}

p {
	color: #fff;
	line-height: 1.2em;
}

h1 {
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.7em;
	color: #fff;
	line-height: 1.2em;
}

h3 {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.2sem;
}

strong {
}

ul {
}

li {
}

/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/* IDS */
/* ------------------------------------- */

#primary #container {
	position: relative;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -405px;
	padding: 0;
	width: 776px;
	height: 560px;
	background: url(../images/content-home.jpg) no-repeat;
}

#secondary #container {
	position: relative;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -427px;
	padding: 0;
	width: 854px;
	height: auto;
	background: url(../images/content-tile.jpg) repeat-y;
}


#inner {
	padding: 270px 50px 0 30px;
	background: url(../images/content-top.jpg) no-repeat;
}

#header {
	margin-left: 200px;
}

#primary #navigation {
	padding: 289px 0 0 0;
}

#secondary #navigation {
	float: left;
	padding: 8px 0 0 0;
	width: 150px;
}

#content {
	float: right;
	width: 580px;
}

#content-bigvid {
	float: left;
	margin-left: 50px;
	width: 750px;
}

.two_column #content {
	float: left;
	padding-left: 44px;
	width: 330px;
}

#far_right {
	float: right;
	width: 220px;
	margin: 0 0 10px 10px;
}

/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

/* NAVIGATION */
/* ------------------------------------- */

#primary #navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#primary #navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#primary #navigation a {
	margin: 0 7px 0 7px;
	color: #00002f;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

#secondary #navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#secondary #navigation li {
	margin: 0;
	padding: 0;
}

#secondary #navigation a {
	display: block;
	margin: 0 7px 17px 7px;
	color: #bfbfdd;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
}

#primary #navigation a:hover, #secondary #navigation a:hover {
	color: #fff;
	text-decoration: underline;
}

#primary #navigation .current a, #secondary #navigation .current a {
	color: #ec0107;
}

#bottom {
	height: 43px;
	background: url(../images/content-bottom.jpg) no-repeat;
}

/* MISC STYLES */
/* ------------------------------------- */

#content ul {
	margin-left: 1em;
	padding: 0;
}

#content li {
	color: #fff;
	line-height: 1.7em;
}

.framed {
	border: 1px solid #fff;
	background: #fff;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}