@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
h1{font-size:24px; margin-top:10px;}
img{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #333;
	margin-left:0px;
	
}
.myimage{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #333;
	margin-left:40px;
	
}
.line{
	padding-bottom: 1px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wrap{
	width:800px;
	height:inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
#header{width:800px; height:80px; }
#header #logo{
	width:400px;
	height:80px;
	float:left;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:left center
}
#header #call{width:400px; height:80px; float:left;text-align:right }

#header #call .b{font-size:37px;
	color: #666666;
	text-align:right}
#header #call .s{font-size: 17px;
	color: #666666;
	font-weight:bold; text-align:right}
	
#nav{
	width:800px;
	height:36px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
#nav ul{


	
	
}

#nav li{
width:100px;

	height:36px;
	color: #FFFFFF;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2px;
	list-style-type: none;
	float:left;
	margin-left:10px;


}
#nav a{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
	margin-left:20px;
position: absolute;
	top: 120px;
	vertical-align: middle;	

}
#banner{width:800px; height:210px; margin-top:10px;}
#banner #holder{
	width:510px;
	height:210px;
	float:left;
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-x;
	padding:5px;
}
#banner #holder img{
	padding: 0px;
	border: 0px ;
	margin:0px;
	
}

#banner #shout{
	width:260px;
	height:210px;
	float:left;
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-x;
	margin-left:10px;
	padding:5px;
}
#banner #shout #slogan{
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:58px;
	margin-left:55px;
	margin-top:100px;
}
#main{
	width:800px;
	height:550px;
	
}
#main #summary{ width:510px;  float:left; }
#main #summary fieldset {

	border:0;

	padding:0;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 10px;

}

#main #summary label { display:block; }

#main #summary input.text,textarea {

	color:#333333;

	padding:3px;

	margin:1px 0;

	border:1px solid #ddd;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 12px;

	height:15px

}

textarea{ height:70px;}

#main #summary input.submit {

	padding:2px 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 12px;

	color: #996633;

	border:0px;

	background-color: transparent;

}

#main #sidebar{ width:260px; float:left; margin-left:10px; padding:10px}
#main #sidebar img{
	padding: 0px;
	border: 0px ;
	margin:0px;
	
}

#footer{
	width:800px;
	height:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	margin-top:10px; 
	
}
#footer #credits{
padding-top:10px;
margin-left:25%;
	
}
#footer #credits  a{
	font-size:12px;
	color:#333;
	text-decoration:none
}
#footer #credits  a:hover{
	color:#333;
	text-decoration:underline;
}

#special{width:800px; height:550px;}
#special #conentLeft{width:500px; height:550px; float:left;}
#special #conentLeft img{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #333;
	margin-left:0px;
	
}
#special #conentRight{
	width:280px;
	height:590px;
	float:left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#special #conentRight2{
	width:280px;
	height:920px;
	float:left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}