/* CSS Document */
/*___________ change == ___________ */
html{
    height:100%;/*for footer*/
}
body {
	margin:0;
	padding:0;
	background-image:url(images/bg.gif);
	color:#222222;
	width:100%;
	height:100%;/*for footer*/
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:160%;
	text-align:center;
}

div,td,th,pre {
	/*text-align:left;*/
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	text-align:left;
	margin-bottom:10px;
}
img {
	border:0;
}
li {
	text-align:left;
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
h1 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:0;
}
h2,h3 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:0;
}
h4,h5,h6 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:0px;
}
span {
	display:none;
}
em {
	font-weight:bold;
	font-style:normal;
}
select {
	display:block;
}
form {
	margin:0;
}
.indent {
	text-indent:-2345px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}

/*start design*/
#container{
	width: 782px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

body > #container {
        height: auto;/*for footer*/
}

#foot{
    /*position:absolute;for footer*/
    bottom:0px;/*for footer*/
    height:30px;/*for footer*/
    width:100%;/*for footer*/
	font-size:10px;
	text-align:center;
	color:#999999;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*header*/
#header {
	width:750px;
	height:50px;
	background-image:url(images/logo_bg.jpg);
	background-repeat:repeat-x;
	margin:0 16px;
	text-align:center;
}
#header h2 {
	text-align:right;
	padding-top:20px;
}
/*cover*/
#cover {
	width:750px;
	height:150px;
	margin:0 16px;
	background-image:url(images/cover3.jpg);
	background-repeat:no-repeat;
}
/*completed*/
#completed_bar {
	width:750px;
	height:39px;
	margin:0 16px;
	background-image:url(images/complete.gif);
	background-repeat:no-repeat;
}
/*main*/
#main {
	width: 750px;
	margin:0 16px;
	min-height:100%;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/*left*/
#left {
	width:430px;
	/*background-color:#FFFF66;*/
	padding-left:0px;
	padding-top:10px;
	float:left;
}
#left_inline {
	padding:50px 10px 20px 10px;
	width:410px;
	border:1px solid #cccccc;
	background-image:url(images/truestory.gif);
	background-repeat:no-repeat;
	margin:10px 5px 30px 10px;
	/*left: 0px;
	top: 410px;*/
}
#left_inline2{
	padding:10px 10px 20px 10px;
	width:410px;
	background-repeat:no-repeat;
	margin:10px 5px 30px 10px;
}

/*right*/
#right {
	width:280px;
	padding:10px;
	/*background-color:#CCCCFF;*/
	float:right;
}
.right_inline2{ 
	width:260px;
	padding:10px 10px 10px 10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(images/tab_bg.jpg) ;
	background-position:bottom;
	background-repeat:no-repeat;
}
.right_inline3 {
	padding:10px 10px 30px 10px;
	width:260px;
	border:1px solid #cccccc;
}
/*others*/
.small {
	font-size:11px;
}
.small_r {
	font-size:11px;
	text-align:right;
}
.arrow {
	background-image:url('images/arrow1.gif');
	background-repeat:no-repeat;
	padding-left: 30px;
	margin:10px;
}

#left_col1 {
	width:240px;
	height:170px;
	background-image:url('images/porsche.jpg');
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:10px;
	float:left;
}

.line_dot {
	border-bottom:1px dashed #333333;
	padding:5px 0; 
	font-size:11px;
}
#left_col2 {
	width:140px;
	height:170px;
	background-color:#dddddd;
	margin-left:240px;
	margin-top:10px;
	font-size:11px;
	paddin-left:0;
}
#left_col2_inline {
	padding:10px;
	font-size:11px;
}
.sub_text11 {
	font-size:11px;
	line-height:130%;
	padding:5px;
}

.img_border_banner {
	margin:5px 0 0 10px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}
.white {
color:#CCCCCC;
}
