#wrap {
		width:975px;
	margin-left: auto;
	margin-right: auto;
		background:transparent;

	}


a:link {color: #660000; text-decoration: underline; }
a:active {color: #660000; text-decoration: underline; }
a:visited {color: #330000; text-decoration: underline; }
a:hover {color: #cc0000; text-decoration: none; }
img  {  border-style: none;}

#header {
        width: 990px;
        overflow: hidden;
	margin-left: auto;
	margin-right: auto;
		}

        .search {
		font-family:Tahoma, "time new roman", courier;   
		text-align:left;
		vertical-align: text-top;
		}

	.header {
		font-family:Tahoma, "time new roman", courier;   
		font-size:20px;
		text-align:center;
		vertical-align: text-top;
		}

	h1 {
		margin:0;
                text-align:center;
                font-size:20px;
    		}

	#banner {
   		position: relative;
		margin-left: auto;
		margin-right: auto;
text-align: center;
		height:150px;
			}

#main {
		float:right;
		width:713px;
 		padding:10px;
		background:transparent;
                min-height:300px;
                height:auto !important;
                height:300px; 
                border-style:none none none groove;
		border-color: #660000;
		border-width: 2px;
		}

	#main-right {
		float:right;
		width:350px;
		background:transparent;
		}

	#main-left {
		float:left;
		width:350px;
		background:transparent;
		}
	#main-clear {
                clear:both;
		width:713px;
		background:transparent;
		}



        #main-table {
		float:right;
		width:713px;
		padding:10px;
		background:transparent;
                font-family:Tahoma, "time new roman", courier; 
                font-size:14px;
		}

input[type=button] {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 4.5px 9px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
input[type=button] :hover {
   border-top-color: #4fa7d6;
   background: #4fa7d6;
   color: #ffffff;
   }
input[type=button] :active { 
   border-top-color: #5cbdcc;
   background: #5cbdcc;
   }


/* begin drop down menu */

#menu
{
	width: 975 px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #310500;
	background: -moz-linear-gradient(#540700, #310500); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #310500),color-stop(1, #540700));	
	background: -webkit-linear-gradient(#540700, #310500);	
	background: -o-linear-gradient(#540700, #310500);
	background: -ms-linear-gradient(#540700, #310500);
	background: linear-gradient(#540700, #310500);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 15px;
	padding: 0 34px;
	color: #fff;

	font: bold 12px/15px Tahoma, "time new roman", courier;
	text-decoration: none;
}

#menu li a:hover
{
	color: #FFF7CC;
}

*html #menu li a:hover /* IE6 */
{
	color: #FFF7CC;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;    
    background: #540700;
    background: -moz-linear-gradient(#540700, #310500);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #310500),color-stop(1, #540700));
    background: -webkit-linear-gradient(#540700, #310500);    
    background: -o-linear-gradient(#540700, #310500);	
    background: -ms-linear-gradient(#540700, #310500);	
    background: linear-gradient(#540700, #310500);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #310500, 0 2px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #310500, 0 2px 0 #FFFFFF;
    box-shadow: 0 1px 0 #310500, 0 2px 0 #FFFFFF;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	min-width: 130px;
	Width: auto;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #F8FABB;
	background: -moz-linear-gradient(#FFE5BD,  #F8FABB);	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE5BD), to(#F8FABB));
	background: -webkit-linear-gradient(#FFE5BD,  #F8FABB);
	background: -o-linear-gradient(#FFE5BD,  #F8FABB);
	background: -ms-linear-gradient(#FFE5BD,  #F8FABB);
	background: linear-gradient(#FFE5BD,  #F8FABB);
	color: #310500;
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #540700;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #540700;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #FFE5BD; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #FFE5BD; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*End Drop Down Menu */

/* ---------------- BEGIN SIDEBAR ---------------- */

	#Sidebar-Main {
		float:left;
		width:205px;
                max-width: 205px;
                min-height:220px;
                height:auto !important;
                height:220px;
		padding:10px;
		background:transparent;
		white-space: nowrap;
		}

	#sidebar {
		float:left;
		width:205px;
                min-height:220px;
                height:auto !important;
                height:220px;
		padding:10px;
		background:transparent;
		white-space: nowrap;
		}


	#sidebar ul {
        	font: 15px/15px Tahoma, "time new roman", courier; 
		margin: 0;
		padding: 0;
		background: url(../../CVA/images/Template/underline.gif) repeat-x left top;
		}

	#sidebar ul li {
		list-style-type: none;
		padding: 6px 0;
		margin: 0;
		background: url(../../CVA/images/Template/underline.gif) repeat-x left bottom;
		}

	#sidebar ul li a {
		padding: 2px 10px;
		display: block;
		text-decoration: none;
		color: #333;
		}

	#sidebar ul li a.selected {
		padding: 2px 10px 2px 6px;
		display: block;
		text-decoration: none;
		color: #333;
		border-left: 2px dotted #660000;
		}

	#sidebar ul li a:hover {
		padding: 2px 10px 2px 6px;
		display: block;
		text-decoration: none;
		color: #333;
		border-left: 2px dotted #333;
		}

	#sidebar ul li a:active {
		padding: 2px 10px 2px 6px;
		display: block;
		text-decoration: none;
		color: #333;
		border-left: 2px dotted #333;
		}

	#sidebar ul li a:visited {
		padding: 2px 10px 2px 10px;
		display: block;
		text-decoration: none;
		color: #333;
		}

	#sidebar ul li a.selected:visited {
		padding: 2px 10px 2px 6px;
		display: block;
		text-decoration: none;
		color: #333;
		}

	#sidebar ul li a:visited:hover {
		padding: 2px 10px 2px 6px;
		display: block;
		text-decoration: none;
		color: #333;
		border-left: 2px dotted #333;
		}

/* ----------------- END SIDEBAR ---------------- */

/* ----------------- BEGIN HORIZONTAL CSS TABS ---------------- */
 
	ul#tabnav { 
		text-align: left;
		margin: 1em 0 1em 0;
		font: bold 12px verdana, arial, sans-serif;
		border-bottom: 1px solid #660000;
		list-style-type: none;
		padding: 3px 10px 3px 10px; 
		}
 
		ul#tabnav li { 
			display: inline;
			}
 
		body#tab1 li.tab1, 
		body#tab2 li.tab2, 
		body#tab3 li.tab3, 
		body#tab4 li.tab4 {
			border-bottom: 1px solid #fff; 
			}
 
		body#tab1 li.tab1 a, 
		body#tab2 li.tab2 a, 
		body#tab3 li.tab3 a, 
		body#tab4 li.tab4 a { 	
			background-color: #FFFFCC;
			color: #660000;
			position: relative;
			top: 1px;
			padding-top: 4px;
			}
 
		ul#tabnav li a { 
			padding: 3px 4px;
			border: 1px solid #660000;
			background-color: #660000;
			color: #fff; 
			margin-right: 0px; 
			text-decoration: none;
			border-bottom: none;
			}
 
		ul#tabnav a:hover { 
			background: #ffffcc; 
                        color: #000;
			}
 
/* ----------------- END HORIZONTAL CSS TABS ---------------- */

#videos
{
    width    : 700px;
    height   : 980px;
    overflow : hidden;
    position : relative;
    padding: 2px 2px;
                border-style:none none none none;
		border-color: #660000;
		border-width: 0px;
}
 
#my-iframe1
{
    position : absolute;
    top      : -470px;
    left     : -410px;
    width    : 1280px;
    height   : 3000px;
    
}