@charset "utf-8";
/* CSS Document */

body
{
margin:20px 0 0 0;
padding:0;
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#010101;
color:#808080;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#container
{
width:750px;
margin-left:auto;
margin-right:auto;
/*
background-image:url(images/content_mid.jpg);
background-position:top;
background-repeat:repeat-y;
*/
}
#header
{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:220px;
}
#nav
{
height:50px;
}
#contain
{
float:left;
width:750px;
height:auto;
background-color:#EFF0F2;
background-image:url(images/container_phone.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}
#footer
{
clear:both;
width:750px;
height:71px; 
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
color:#5D6266;
font-size:10px;
}

/* mine */
#content2
{
float:left;
height:auto;
width:526px;
background-image:url(images/content_mid.jpg);
background-position:top;
background-repeat:repeat-y;
}

#content
{
float:left;
height:auto;
width:526px;
background-image:url(images/content_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#content_bg
{
width:526px;
background-image:url(images/content_bot.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:15px;
margin-top:-10px;
min-height:500px;
}

#content_inside
{
width:466px;
padding:20px 30px 20px 30px;
}

#contain2
{
height:auto;
width:750px;
}
#left
{
width:184px;
height:380px;
float:left;
padding:20px;
background-color:#EFF0F2;
background-image:url(images/left_nav_top.jpg);
background-position:top;
background-repeat:no-repeat;
}

#orange_box
{
width:157px;
height:66px;
background-image:url(images/orange_box.jpg);
background-repeat:no-repeat;
color:#FFF;
padding-left:115px;
padding-top:65px;
float:left;

}

.contain_it
{
width:auto;
}
#box_home1
{
width:20px;
height:50px;
float:left;
background-image:url(images/orange_bar.jpg);
background-repeat:no-repeat;
}
#box_home2
{
width:425px;
height:auto;
float:left;
line-height:20px;
}

#box_home3
{
width:175px;
height:auto;
float:left;
}
#box_home4
{
width:222px;
height:auto;
float:left;
}

.clear_it
{
clear:both;
width:0;
height:0;
margin:0;
}

#footer_box1
{
float:left;
width:477px;
padding-left:40px;
margin-top:20px;
}
#footer_box2
{
float:left;
width:194px;
margin-top:20px;
}


a.grey:link, a.grey:active, a.grey:visited
{
	color:#5D6266;
	text-decoration: none;
}

a.grey:hover
{
	text-decoration: underline;
	color:#5D6266;
}

a.white:link, a.white:active, a.white:visited
{
	color:#FFF;
	text-decoration: none;
}

a.white:hover
{
	text-decoration: underline;
	color:#FFF;
}

h1
{
font-size:18px;
color:#808080;
font-weight:normal;
}



.orange_bullets
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.orange_bullets li
{
padding-left: 10px;
background-image:url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
margin-bottom:5px;
}

a:link{
color:#808080;
text-decoration:none;
}
a:vistited{
color:#808080;
text-decoration:none;
}
a:hover{
color:#808080;
text-decoration:none;
}
a:active{
color:#808080;
text-decoration:none;
}
a:focus {outline:none;}

.imgr
{
margin-left:15px;
margin-bottom:10px;
float:right;
}
.imgl
{
margin-right:15px;
margin-bottom:10px;
float:left;
}