/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/main-bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li, ul, a {
	font-size: 13px;
}

p.nospace {
	padding-top:0px;
	margin-top: 0px;
}

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h5 { text-align: center}

h4 { margin: 0px; padding:0px;}

address {
	font-style: normal;
	font-size:11px;
	padding: 10px 0 0 0
}

address a { color: #000000; }

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0 auto;
	background:url(images/container-bg.gif) repeat-y
}

div#container_intro {
	width: 900px;
	margin: 0 auto;
}

div#header { 
	width: 900px; 
	height: 118px;
	background:url(images/header.gif) no-repeat;
}

div#header-intro { 
	width: 900px; 
	height: 119px;
}


div#content { 
	background:url(images/content-bg.gif) no-repeat bottom;
	min-height: 150px;
	height:auto !important;
	height:150px;
	 }

div#video {
	width: 332;
	float: right;
	margin: -10 15px -20px 15px
}

div#text {
	float:left;
	width: 535px;
	margin: 0 0 10px 85px;
	_margin: 0 0 10px 44px;
}

div#sidebar {
	float:left;
	margin: 0 0 0 20px;
}

div#content_intro { background: none; }

div#footer { 
	width: 900px; 
	height: 140px;
	background:url(images/footer.gif) no-repeat;
	clear: both;
}

div#footer-intro { 
	width: 900px; 
	height: 140px;
	clear: both;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000;
}

#copyright a {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right {
	float: right;
	margin-left:12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
div#cta {
	float:right;
	padding: 0 50px 0 0
}
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 12px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 0px 0 0 82px;
	margin: 0px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	background-color:#FF0000;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a {
		text-align: center;
		letter-spacing: -1px;
		font-size: 20px;
		text-transform:uppercase;
		font-weight: bold;
		color: #000;
		text-decoration:none;
		background-color: #1C2140;
		display: block;
		height: 58px;
		width: 182px;
		padding: 135px 0px 0px 0px;
		
	}
	
	ul#nav a#home:hover, ul#nav a#home.current { background:url(images/home.jpg) no-repeat;}
	
	ul#nav a#about:hover, ul#nav a#about.current { background:url(images/about.jpg) no-repeat}
	
	ul#nav a#portfolio:hover, ul#nav a#portfolio.current { background:url(images/portfolio.jpg) no-repeat}
	
	ul#nav a#contact:hover, ul#nav a#contact.current { background:url(images/contact.jpg) no-repeat}
	
	ul#nav a#home { background:url(images/home_hover.jpg) no-repeat;}
	
	ul#nav a#about { background:url(images/about_hover.jpg) no-repeat}
	
	ul#nav a#portfolio { background:url(images/portfolio_hover.jpg) no-repeat}
	
	ul#nav a#contact { background:url(images/contact_hover.jpg) no-repeat}
	
	ul#nav a:hover, #nav a.current {
		color: #fff;
		background: #262D54;
	}

	/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 65px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink {
	display: block;
	float: right;
	margin: 10px 25px 0 0;
	clear:right;
	z-index: 2;
}
