/* CSS Document */

body
{
    
    min-width: 980px;
    background-color: #009de2;
    color : #444444;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; 
    font-size : 13px;
    text-align:left;
    line-height:1.5;
}

a:link, a:active, a:visited { 
color : #cc6600; 
text-decoration : underline; 
} 
a:hover { 
color : #ff9600; 
text-decoration : underline; 
}

   
#container {
width: 980px;
margin-top:-8px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}    
    
    
#top
{
    min-height: 396px;
    background-position: center top;
    background-image: url(../images/header.gif);
    position:relative;
}

#top .header_text
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
    color: #1f2d2a;
    text-align: center;
    padding-top:50px;
    
}



#top #navcontainer
{
    width: 980px;
    position: absolute;
    top: 50px;
    text-align: center;
    color : #cc6600;
}

#top #navcontainer a
{
    text-decoration: none;
    text-align: center;
}


    
#top .solidblockmenu
{
    margin: 0;
    padding: 0 0 0 40px;
    float: left;
    font: 10px Arial;
    overflow: hidden;
    vertical-align: bottom;
    text-align: left;
    height:76px;
    position: absolute;
    top:315px
}

#top .solidblockmenu li{
display: inline;
}

#top .solidblockmenu li a{
float: left;
color: #666666;
padding: 30px 0 35px 0;
text-decoration: none;
width:111px;
text-align:center;
}

#top .solidblockmenu li a:hover, #top .solidblockmenu li .current{
color: #f6f6f6;
background: transparent url(../images/menu.png) top left no-repeat;
}

#top .myBlog
{
    float:right;
    padding: 0 40px 0 0;
    top:252px;
    position: relative;
    font-size:10px;
        
    }
#Content
{
    min-height: 300px;
    background-image: url(../images/body.gif);
    background-position: left top;
    background-repeat: repeat-y;
    padding: 20px 50px 40px 50px;
    
}

.clear
{ clear:both;}

#bottom
{
    min-height: 30px;
    background-position: center top;
    background-image: url(../images/footer.gif);
    position:relative;
}

#footer_text
{
    text-align:center;
    color: #333333;}
    
    
h1 { 
color : #555555; 
font-size : 24px; 
font-weight : bold; 
padding : 0; 
} 

h2 { 
color : #cc6600; 
font-size : 18px; 
font-weight : bold; 
padding : 0; 
} 

b {color:#009de2}

#text_box

{float:right;
  min-width:319px;
  margin-right:-15px;
  margin-left:20px;
  position: relative;
  text-align:justify;
 }

#text_box .Btop
{background-image: url(../images/box_top.gif);
    width:319px;}

#text_box .Bcontent
{
    min-height: 200px;
    width:319px;
    background-image: url(../images/box_content.gif);
    background-repeat: repeat-y;
}

#text_box .myText, #text_box p

{    padding: 1px 20px 10px 20px;
    font-size:11px;
}

#text_box h2 { 
color : #009de2; 
font-size : 18px; 
font-weight : bold; 
padding-left : 20px; 
} 

#text_box b {color:#222222;}

#text_box .Bbottom
{background-image: url(../images/box_bottom.gif);
    width:319px;}
    
    
#text_box blockquote {
background-color:#ffffff;
background-image:url(../images/blockquote.png);
background-position:center center;
background-repeat:no-repeat;

}    

#text_box td, #text_box tr
{padding: 3px;}

.ListView a {font-size: 14px;
font-weight: normal;
text-decoration:none;}

/* BOX TABLE  */

.box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 880px;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-right: 1px solid #9baff1;
	border-bottom: 7px solid #9baff1;
	border-left: 1px solid #9baff1;
	margin:5px 0 40px 0;
}
.box-table-b th
{
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	padding: 8px;
	background: #e8edff;
	color: #039;
}
.box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	color: #669;
}

.box-table-b td .box-image
{
    border: solid 1px #aabcfe;
}
  
.GreenHighlight
{
    background-position: left bottom;
    background-image: url(../images/green.gif);
    position: relative;
    background-repeat: no-repeat;
}

.best_img

{margin:28px;}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 760px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


