.titleLarge{
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 36px;
	margin: 0 auto 0 auto;
	background: url(media/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
	list-style-type: none;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

* {padding:0; 	margin: 0 auto 0 auto;}
.dropdown {float:left; padding-right:5px; padding-bottom:5px}
.dropdown dt {width:154px; padding:5px 5px 8px 5px; font-weight:bold; cursor:pointer; background:url(media/header.gif)}
.dropdown dt:hover {background:url(media/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:154px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:154px; border:1px solid #000; list-style:none; border-top:none}
.dropdown li {display:inline}

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:3px; color:#fff; text-decoration:none; background:#000; width:154px; font:10px Verdana, Arial, Helvetica}
.dropdown a:hover {background:#333; color:#fff; font:10px Verdana, Arial, Helvetica}
.dropdown .underline {border-bottom:1px solid #000}



/* radio check select styles */
label{margin-bottom:2px;margin-right:2px;padding-left:0.5em;color:#FFF;text-decoration: none;font-family: sans-serif;font-size: 10px;font-weight: bold;}
.gender label{display:list;padding:0.5em;padding-left:25px;background-position:8px center;background-repeat:no-repeat;clear:both;cursor:pointer}
.radio label{display:block;padding:0.5em;padding-left:25px;background-position:8px center;background-repeat:no-repeat;clear:both;cursor:pointer}
.checked{background-color:#000;background-image:url(media/rdo_on.png)}
.unchecked{background-color:#000;background-image:url(media/rdo_off.png)}
.selected{background-color:#000;background-image:url(media/rdo_on.png)}
.unselected{background-color:#000;background-image:url(media/rdo_off.png)}
.genSelect {width: 90px; height: 20px;}
.contentSelect {width: 90px;}


.indentmenu{
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
width: 500; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #333; /*dark purple border*/
border-width: 1px 1px 1px 1px;
background: black url(media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #333; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .popped{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(media/indentbg2.gif) center center repeat-x;
}

.vidimage {
	position:relative;
	height:120px;
	width:165px;
	border-color:#FF0808;
	border-style:solid;
	border-width:1px;
}
.vidimage .videotext {
	position:absolute;
	top:90px; /* in conjunction with left property, decides the text position */
	left:5px;
	width:110px; /* optional, though better have one */
	color:#FFF;text-decoration: none;font-family: sans-serif;font-size: 10px;font-weight: bold;
	background-color:#333;
	border-color:#FF0808;
	border-style:solid;
	border-width:1px;
	text-align:center;
 	filter:alpha(opacity=60);
 	opacity:0.9;
}





.image {
	position:relative;
	height:140px;
	width:190px;
	border-color:#FF0808;
	border-style:solid;
	border-width:1px;
}
.image .text {
	position:absolute;
	top:110px; /* in conjunction with left property, decides the text position */
	left:5px;
	width:120px; /* optional, though better have one */
	color:#FFF;text-decoration: none;font-family: sans-serif;font-size: 10px;font-weight: bold;
	background-color:#333;
	border-color:#FF0808;
	border-style:solid;
	border-width:1px;
	text-align:center;
 	filter:alpha(opacity=60);
 	opacity:0.9;
}


label{margin-bottom:2px;margin-right:3px;padding-left:0.5em;color:#FFF;}

.genderSelect label{display:list;padding:0.5em;padding-left:32px;background-position:8px center;background-repeat:no-repeat;border:1px solid #252525;clear:both;cursor:pointer}

/* fancyform styles */
.contentSelect label{display:block;padding:0.5em;padding-left:32px;background-position:8px center;background-repeat:no-repeat;border:1px solid #252525;clear:both;cursor:pointer}
.checked{background-color:#222;background-image:url(media/rdo_on.png)}
.unchecked{background-color:#1c1c1c;background-image:url(media/rdo_off.png)}
.selected{background-color:#222;background-image:url(media/rdo_on.png)}
.unselected{background-color:#1c1c1c;background-image:url(media/rdo_off.png)}


