#Content2 table img	{ 
float:right;
margin:5px;
padding:2px;

}


/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000000;
    font-family: Verdana;
    font-size: 12px;
}
A {
    color: #0000FF;
    text-decoration: none;
}
A:HOVER {
    text-decoration: underline;
}
IMG {
    border: none;
}
/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 899px;
    margin-bottom: 50px;
    margin-top: 50px;
}

/*  Header  */
.header {
    float: left;
    width: 885px;
    padding: 15px 0px 32px 15px;
    background: url("/App_Themes/www.gusdiazmd.com/images/header-bg.gif") repeat-y left top;
}
.header .logo {
    float: left;
    padding-top: 0px;
    width: 200px;
}
.header A {
    float: left;
    color: #A99465;
    clear: left;
    width: 100%;
}
.header .link {
    float: right;
    width: 200px;
}
.header .name {
    float: left;
    width: 609px;
    height: 29px;
    background: url("/App_Themes/www.gusdiazmd.com/images/name.png") no-repeat left top;
    margin-top: 25px;
}
/*  Content  */
.content {
    float: left;
    width: 100%;
    position: relative;
    background: #FFF8E5;
    z-index: 1;
    border-bottom: 1px solid #999589;
}
.content .img {
    float: left;
    line-height: 0;
    font-size: 0;
}
.content .slogan {
    float: left;
    width: 864px;
    height: 82px;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 2;
    background: url("/App_Themes/www.gusdiazmd.com/images/slogan.png") no-repeat left top;
}
.content .menu {
    float: left;
    width: 100%;
    font-size: 14px;
    display: block;
    background: url("/App_Themes/www.gusdiazmd.com/images/menu-bg.gif") repeat-x left top;
    height: 32px;    
}
.content .menu ul{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.content .menu li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    width: 128px;
    text-align: center;
}
.content .menu A {
    float: left;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0px 0px 0px;
    width: 96%;
}
.content .menu SPAN {
    float: left;
    margin: 0;
    height: 32px;
    background: url("/App_Themes/www.gusdiazmd.com/images/menu-span.gif") no-repeat left top;
    padding: 0px 0px 0px 0px;
}
.content .text {
    float: left;
    padding: 25px 0px 25px 20px;
    width: 38%;
background: #FFF8E5;
}
.content .text.left {
    width: 24%;
    padding-left: 25px;
background: #FFF8E5;
}
.content .text.right {
    width: 30%;
    padding-left: 20px;
}
.content .text A {
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #6E5F4F;
    padding-bottom: 5px;
}
.content .text P {
    /*
    float: left;
    width: 100%;
    */
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #6E5F4F;
    padding-bottom: 5px;
}
.content .text P.small { 
    font-size: 11px;
    color: #897F74;
}
.content .text FORM {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    display: block;
}
.content .text FORM LABEL {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #29221A;
    text-transform: uppercase;
    padding-top: 3px;
    padding-right: 5px;
}
.content .text FORM INPUT {
    float: left;
    margin: 0;
    border: 1px solid #574A34;
    width: 170px;
    font-size: 11px;
}
.content .text FORM INPUT.button{
    float: left;
    background: url("/App_Themes/www.gusdiazmd.com/images/button.gif") no-repeat left top;
    border: none;
    width: 35px;
    height: 16px;
    margin-top: 0px;
    margin-left: 5px;
}
/*  Footer  */
.footer {
     float: left;
     width: 100%;
     font-size: 10px;
     padding: 0px 0 25px 0;
     color: #BDAD94;
     text-align: center;
     padding-top: 10px;
}
.footer UL {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer UL LI {
    display: inline;
    padding-left: 10px;
}
.footer UL LI a {
    color: #BDAD94;
}

.footer a	{ color: #BDAD94;

}


.footer P {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.clear {
    float: left;
    width: 100%;
    height: 15px;
    clear: both;
}


#Sidebar	{ width:200px;
			  margin:0;
			  padding:5px 0 5px 0;
			  float:left;
	
}

#Sidebar a	{color:#000;}


#Sidebar p	{ margin:0;
			  padding:0 3px 2px 3px;
			  line-height:1.5em;
			  font-size: 11px;
    		  color: #897F74;

}

#Content2	{  margin:0;
			   padding:5px 15px 5px 0;
			   float:right;
			   width:600px;
	
}


/* -----------------------------------------------------------------------------

 PRIMARY NAVIGATION STYLES

 The following classes are used to style the primary navigation bar for the 
 website.  Sub menu items are tagged with class names that differentiate them
 from main menu, or primary page items.  The dropdowns are javascript based with
 the javascript dynamically setting classnames based on mouseover, mousedown,
 mouseup, etc.  All elements are contained within a <table> element.  Typically, 
 the entire primary nav is wrapped in a <div> element with id="NavBar".

----------------------------------------------------------------------------- */

/* ----------------  primary nav bar container (start) ---------------------- */
.content .menu {
    float: left;
    width: 100%;
    font-size: 14px;
    display: block;
    background: url("/App_Themes/www.gusdiazmd.com/images/menu-bg.gif") repeat-x left top;
    height: 32px;    
}


.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	margin:  0 0 25px;
	white-space: nowrap;
}

.CMSMenuItem, .CMSMenuItemMouseUp, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	border-bottom: none;
	height: 20px;
	padding: 5px 0 0 25px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #000;
	white-space: no-wrap;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 8px 0;
	white-space: nowrap;
}

.CMSMenuItemMouseOver, .CMSMenuHighlightedMenuItemMouseOver
{
	color: #000;
	text-decoration:underline;
	white-space: nowrap;
}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{

	background-repeat: no-repeat;
	background-position: 5px 0;
	color: #000;
	white-space: nowrap;
}

.SubCMSMenu
{
	background-color:#cdbfa8;
	color:#000;
	padding-right: 15px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom:1px solid #fff;
	white-space: nowrap;
}

.SubCMSMenuItem, .SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown, .SubCMSMenuItemHighlight
{
	color: #000;
	background-color:#efe3c1;
	padding-right: 15px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom:1px solid #fff;
}

.SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	color: #DF7E00;
	background:#fff;
	white-space: nowrap;
}




SIDEBAR NAVIGATION

 The following styles are used to style sidebar elements for the website.  
 Styles are changed on the client side by JavaScript code and mouseover events.
 All elements are contained within a <table> element.  Typically, 
 the entire sidebar nav is wrapped in a <div> element with id="Sidebar".

----------------------------------------------------------------------------- */

/* -----------------  sidebar main styles (start) ----------------------- */

.CMSTreeMenuTable .CMSMenuItem, .CMSTreeMenuTable .CMSMenuItemMouseUp, .CMSTreeMenuTable .CMSMenuItemMouseDown 
{
	border-bottom: 1px solid white;
	height: 20px;
	padding: 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	width: 110px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 8px 0;
	white-space: nowrap;
}
.CMSTreeMenuTable .CMSMenuItemMouseOver, .CMSTreeMenuTable .CMSMenuHighlightedMenuItem, .CMSTreeMenuTable .CMSMenuHighlightedMenuItemMouseUp, .CMSTreeMenuTable .CMSMenuHighlightedMenuItemMouseOver, .CMSTreeMenuTable .CMSMenuHighlightedMenuItemMouseDown
{
	border-bottom: 1px solid white;
	height: 20px;
	padding: 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: blue;
	white-space: nowrap;
	width: 110px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 8px 0;
	
}
/* -----------------  sidebar main item styles (end) ----------------------- */

/* -----------------  sidebar sub item styles (start) ---------------------- */

.CMSTreeMenuTable .SubCMSMenu
{
	border-bottom: 1px solid white;
	background-color: transparent;
	color:#000;
	padding: 2px 12px 3px 5px;
	font-size: 12px;
	border-bottom:1px solid #fff;
	white-space: nowrap;
}

.CMSTreeMenuTable .SubCMSMenuItem, .CMSTreeMenuTable .SubCMSMenuItemMouseUp, .CMSTreeMenuTable .SubCMSMenuItemMouseDown
{
	border-bottom: 1px solid white;
	height: 20px;
	padding: 2px 12px 3px 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #a1ca92;
	white-space: nowrap;
	width: 105px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 5px 0;
	
}
.CMSTreeMenuTable .SubCMSMenuItemMouseOver 
{
	border-bottom: 1px solid white;
	height: 20px;
	padding: 2px 12px 3px 5px;
	font-family: Verdana;
	font-weight: standard;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	/*color: #DF7E00;*/
	width: 105px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 5px 0;
	cursor: pointer; 	
}
.CMSTreeMenuTable .SubCMSMenuHighlightedMenuItem, .CMSTreeMenuTable .SubCMSMenuHighlightedMenuItemMouseUp, .CMSTreeMenuTable .SubCMSMenuHighlightedMenuItemMouseOver, .CMSTreeMenuTable .SubCMSMenuHighlightedMenuItemMouseDown, .CMSTreeMenuTable .SubCMSMenuItemHighlight
{
	border-bottom: 1px solid white;
	height: 20px;
	padding: 2px 12px 3px 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	/*color: #fff;*/
	white-space: nowrap;
	width: 105px;
	background-color: #DFDCBD;
	background-repeat: no-repeat;
	background-position: 5px 0;
	cursor: pointer; 	
}
/* -----------------  sidebar sub item styles (end) ---------------------- */


.CMSTreeMenuTable
{ 
  float:left;

}

.CMSTreeMenuTable a	{
color:#000;
}