/* CSS Document */
/* positioning: wrap the whole page */
.wrap {
	margin:auto;
    width:760px; 
} 
/* positioning: wrap the top horizontal er.. banners */
.topwrap {
	margin:auto;
    width:760px; 
} 
.hold_logo {
	margin:auto;
	float:left;
	height: 50px;
	vertical-align:middle;
	background-color:#949484; 
    padding-left: 33px;
	width: 727px; 
	border-bottom: 1px solid #e0e0e0;
} 
.hold_nav {
	float:left;
	background-color:#A5B5AD; 
    padding: 0px;
	width: 760px;  
	height: 24px;
} 
.hold_space_top {
	margin:auto;
    width:760px; 
	background-color:#e0e0e0; 
} 
.hold_space_bottom {
	margin:auto;
    width:760px; 
	background-color: #eee;
} 
/* positioning: wrap the page columns (verticals) */
.page_wrap {
	margin: auto;
    width:760px;
	background-color: #eee;
}

.hold_left {
	margin: 0px;
	float: left;
    padding: 0px;
	padding-bottom: 320px;
	padding-left: 33px;
	width: 220px;
}

.hold_right {
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
	padding-left: 44px;
	padding-right: 33px;
	padding-bottom: 15px;
}
.contain_left {
	margin: auto;
}
.contain_right {
	margin: auto;
	padding-bottom: 15px;
} 
.footer{
	clear: both;
	background-color:#949484;
	border-top: 2px solid #e0e0e0;
	font-size: 9px;
	color: #fff;
	text-align: right;
	padding: 1px 10px 2px;
}

/* Body Content*/
.right_box_content{
	width: 410px;
	background-color: #E0E0E0;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

img {
	display:block;
}
#shim, #shim2 { 
    display: inline;
}

.right_box_content_interface{
	width: 410px;
	background-color: #E0E0E0;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
}

.right_box_content_tv{
	width: 410px;
	background-color: #E0E0E0;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

.right_box_content_bio{
	width: 410px;
	background-color: #E0E0E0;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}


/* Top Nav */

ul#topnav { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	float: right;
	width: 550px;
}

ul#topnav li { display: inline;
	text-align:center;
	font-color:fff;
	font-size: 11px; 
	list-style-type: none; 
	font-weight: bold;
}

ul#topnav li a {
	float: right;
	text-align:center;
	color: #fff;
	background-color: #A5B5AD;
	padding: 6px 15px 5px;
	text-decoration: none;
}

ul#topnav li a:hover {
	background-color: #949484;
	}

#t_home {border-right: 1px solid #e0e0e0;}
#t_bio {border-right: 1px solid #e0e0e0;}
#t_gallery {border-right: 1px solid #e0e0e0;}
#t_video {border-right: 1px solid #e0e0e0;}
#t_contact {}

/* Left Nav */

.topbox {
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	padding: 1px 8px 9px;
	width: 204px;
	background-color: #e0e0e0;
}

.bottombox { 
	width: 204px; 
	font-weight: bold;
}
.bottombox a {
	display: block;
	padding: 9px 8px 1px;
	width: 204px;
	background-color: #aaa;
}

.bottombox a:link {
	text-decoration: none;
}

.bottombox a:visited {
	text-decoration: none;
}

.bottombox a:hover {
	color: #5F6062;
	background-color: #aaa;
	text-decoration: none;
}

#navcontainer { 
	width: 220px; 
	border-top: 0px solid #f4f4f4;
	line-height: 18px;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 6px 8px;
	width: 204px;
	background-color: #eaeaea;
	border-bottom: 1px solid #e0e0e0;
}

#navcontainer a:link, #navlist a:visited {
	color: #5F6062;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #E0e0e0;
	font-weight: normal;
}
	

/* General */

body {
	background-color: #e0e0e0;
	color: #555;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
}

a { color: #fff; text-decoration: underline; font-size: inherit;}
a:link { color: #fff; text-decoration: underline; font-size: inherit;}
a:visited { color: #eee; text-decoration: underline; font-size: inherit;}
a:hover, a:active { color: #333; background-color: #ccc; text-decoration: none; font-size: inherit;}

.inline_img {
	display:block;
}

.smaller {
	font-size: 10px;
}

.bolding {
	font-weight: bold;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.contain_right a {
	color: #666;
	text-decoration: none;
}

.contain_right a:link {
	color: #666;
	text-decoration: none;
}

.contain_right a:visited {
	color: #666;
	text-decoration: none;
}

.contain_right a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

.right_box_content_bio a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.right_box_content_bio a:link {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.right_box_content_bio a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.right_box_content_bio a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.right_box_content_interface a {
	color: #333;
	text-decoration: underline;
}

.right_box_content_interface a:link {
	color: #333;
	text-decoration: underline;
}

.right_box_content_interface a:visited {
	color: #666;
	text-decoration: underline;
}

.right_box_content_interface a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
.redtext {color: #FF0000}