
#content-tabs
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  

}

#content-container
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    

}

#content-container2
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
    
    margin-top: -1px;
    

    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    
    
}

#content-container3
{
    width: 700px;
    min-height:400px;
    margin-left: auto;
    margin-right: auto;

}


/******************
MAIN MENU ITEMS
******************/
#mainnav ul
{
  	margin:0px;
	padding:0px; 
	
}

#mainnav li
{
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 0px;
}

#mainnav a:link, #mainnav a:active, #mainnav a:visited
{
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    margin: 0px;
    text-decoration: none;
    color: #ffcc33;
    font-weight: bold;
    
    
    
}

#mainnav a:hover
{
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    margin: 0px;
    text-decoration: none;
    border-bottom: #ffcc33 1px solid;
    font-weight: bold;
}

#mainnav-home a:link, #mainnav-home a:active, #mainnav-home a:visited
{
    font-weight: bold;
    background-color: #000099;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffcc33;
    padding-bottom: 3px;
    padding-top: 3px;
}

#mainnav-home a:hover
{
    /*
        padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    margin: 0px;
    text-decoration: none;
    border-bottom: #ffcc33 1px solid;
    font-weight: bold;
    */

    font-weight: bold;
    background-color: #000099;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffcc33;
    padding-bottom: 0px;
    padding-top: 0px;

   
    /*
    font-weight: bold;
    background-color: #000099;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffcc33;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: #cccccc 0px solid;
     border-bottom: #ffcc33 1px solid;
*/
    
}

#content-tabs ul
{
  	margin:0;
	padding:0;  
}

#content-tabs li
{
    display: inline;
    list-style-type: none;
    margin-left: 50px;
    margin-right: 50px;
}

/******************
SUB MENU ITEMS
******************/

#subnav a:link, #subnav a:active, #subnav a:visited
{
    text-decoration: none;
}
#subnav a:hover
{
    text-decoration: underline;
}

#destnav a:link, #destnav a:active, #destnav a:visited
{
    text-decoration: none;
    color: #000000;
    margin-left: 5px;
}
#destnav a:hover
{
    text-decoration: underline;
    color: #000000;
    margin-left: 5px;
}

/******************
SIDE MENU ITEMS
******************/
#sidenav ul
{
    padding-left: 0;
    margin-left: 0;
}

#sidenav li
{
    list-style-type: none;
}

#sidenav a:link, #sidenav a:active, #sidenav a:visited
{
    text-decoration: none;
}
#sidenav a:hover
{
    text-decoration: underline;
}
/******************
TABS MENU ITEMS
******************/

#tabnav
	{
		height: 20px;
		width:760px;
		margin: 0;
		padding-left: 10px;
		background: url(../Template1/images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}


/*///////////// Tabs Code ////////////*/

#tabs
{
    
    font-size: 90%;
    clear: both;
    text-align: center;
    font-weight: bold;

    
}

#tabs ul 
{
    height:20px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;

	
}

#tabs li 
{ 
    float: left; 
	margin: 0; 
    padding: 0;
}

#tabs a,span 
{ 
   width:150px;
    
}

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFFAE1;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
	
}

#tabs a:hover {
	background: #FFF7CD;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	background: #FFF3B3;
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}


/******************
BREADCRUMBS ITEMS
******************/
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited
{
    text-decoration: none;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}
/******************
CLASSES
******************/
.clear
{
    clear:both;
}

img.photo
{
    margin-top:5px;
    margin-right: 5px;
    margin-bottom: 0px;
    float: left;
}

img.largephoto
{
    width:100%;
    height:350px;
    
}

img.mediumphoto
{
    width:231px;
    height:152px;
}

.ImportantKeyWord
{
    font-weight: bold;
    color: #0000ff;
}

.ImportantPhrase
{
    font-style: italic;
    color: #000033;
    text-align:center;
}
