/* Layout */


body
{
text-align:center;
}

#wrap
{
text-align: left;
width: 905px;
margin:0 auto;
}

#logo
{
float: left;
display: inline;
height:60px;
padding-bottom:5px;
}

#adsense_top
{
float: right;
display: inline;
height:60px;
padding-bottom:5px;
}

#main_body
{
float: left;
display: inline;
width:525px;
padding-top:10px;
padding-left: 10px;
padding-right: 10px;
}

#main_body2
{
float: left;
display: inline;
width:845px;
padding-top:10px;
padding-left: 10px;
text-align: center;
}

#home_bar
{
background-image:url(images/home_bar.jpg);
background-repeat:no-repeat;
float: left;
width:442px;
height:30px;
padding-top:10px;
padding-left:10px;
display: inline;
}

#custom_search
{
background-image:url(images/custom_search_bar.jpg);
background-repeat:no-repeat;
float: right;
width:443px;
height:32px;
padding-top:8px;
padding-right:10px;
display: inline;
text-align: right;
}

#nav
{
float: left;
display: inline;
width:200px;
padding-top:5px;
}

#adsense
{
float: right;
display: inline;
width:160px;
padding-top:10px;
padding-bottom:10px;
}

#adsense2
{
width:525px;
text-align:center;
padding-bottom:10px;
}

.col1_250
{
float: left;
display: inline;
width:250px;
text-align:center;
}

.col2_250
{
float: right;
display: inline;
width:250px;
text-align:center;
}

#col1
{
float: left;
display: inline;
width:295px;
padding-left:15px;
padding-top:10px;
padding-bottom:10px;
}

#col2
{
float: left;
display: inline;
width:295px;
padding-top:10px;
padding-bottom:10px;
}

#index_para
{
width:525px;
text-align:left;
padding-bottom:10px;
}

#google_translate_element
{
padding-left:15px;
padding-bottom:6px;
}

ul.nav
{
list-style-type: none;
padding-left: 10px;
padding-right:10px;
margin: 0px;
}


/* Text Styling */  


.headings
{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #727276;
text-decoration: none;
}

.sub_headings
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #727276;
text-decoration: none;
}

.sub_headings1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: none;
color: #727276;
text-decoration: none;
}

.buttons
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #b2aeae;
text-decoration: none;
}

.sml_buttons
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #b2aeae;
text-decoration: none;
}

.white_buttons
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}

.text
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #727276;
text-decoration: none;
}

.text1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: white;
text-decoration: none;
}

a:hover 
{
color: #5c5b5b;
text-decoration: underline;
}  


/* borders */

.border
{
border-color: black;
border-width: 1px;
border-style: solid;
}

.border_right
{
border-color: black;
border-width: 1px;
border-right-style: solid;
}

.border_top
{
border-color: black;
border-width: 1px;
border-top-style: solid;
}

.border_bottom
{
border-color: black;
border-width: 1px;
border-bottom-style: solid;
}

#nav1
{
width: 180px;
padding-left: 5px;
}

/* navigation */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
width: 160px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #b2aeae;
text-decoration: none;
padding: 3px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #b2aeae;
}

.sidebarmenu ul li a:hover{
background-color: #ffffff;
color: #5c5b5b;
text-decoration: underline; 
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 250px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */