/* reset
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
        line-height: 18px;
        color: #080808;
	background-color: #f1f5f5;
}

p {
	padding: 5px 0;	
}

hr {
	height: 1px;
        width: 100%;
        clear: both;
        padding: 15px 0 0 0;
        margin: 0 0 15px 0;
        border-bottom: 1px dotted #cecece;	
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1 {
	font-size: 16px;
        line-height: 22px;
        color: #0c4b7b;
        margin: 15px 0 0 0;
}

#sidebar h1 {
        border-bottom: 1px solid #0c4b7b;
        color: #d1191a;
}


h2 {
	font-size: 13px;
        line-height: 22px;
        color: #d1191a;
        margin: 15px 0 0 0;
}

h3 {
	font-size: 12px;
        color: #8f8375;
        margin: 10px 0 0 0;
}



h4 {
        font-size: 18px;
}

#main h4 {
	font-size: 13px;
        color: #d1191a;
        padding: 5px 0;
}

#main h6 {
	font-size: 13px;
        color: #0c4b7b;
        padding: 5px 0;
}

h5 {
        line-height: 28px;
        font-size: 24px;
        font-weight: normal;
        color: #0c4b7b;
        padding: 20px 20px 20px 60px;
        width: 470px;
        text-align: right;
        float: right;
}

small, .small {
	font-size: 16px;
}

.cn {
	font-family: "Simhei", "Simsun";
        color: #000000;
}

.red {
	color: #d1191a;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #d1191a;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h1 a, h2 a {
        color: #0c4b7b;
}

h3 a { 
        color: #000000;
}

h3 a:hover { 
        color: #d1191a;
}

#main .box h2 a { 
        color: #ffffff;
}

h4 a {
	color: #ffffff;
}

#nav a {
	color: #ffffff;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

.clear {
	clear: both;
	float: none !important;
}

.break {
        border-top: 1px dotted #cecece;
}        

.wrap {
	margin: 0 auto;
	width: 975px;
}

#header {
	height: 255px;
        background: url(images/bannerbg.jpg) repeat-x;
}

#headerleft {
	height: 255px;
        width: 570px;
        float: left;
}

#logo {
	height: 108px;
        width: 369px;
}

#headerimg {
        height: 255px;
        width: 390px;
        padding: 0 15px 0 0;
        float: right;
}

ul.punchline {
        width: 555px;
        padding: 0 0 0 15px;
        float: right;
}

#nav {
	height: 30px;
        background: #d1191a;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
}

#nav span {
	padding: 0 20px;
}

#nav span.active {
	font-weight: bold;
}

#content {
	padding: 10px 0 20px 0;
        background: #ffffff;
}

#sidebar {
	width: 180px;
        padding: 0 15px 10px 15px;
        margin: 10px 15px 0 30px;
	float: right;
        background: #f1f4f8;
}

#main {
	width: 695px;
        padding: 10px 0 10px 15px;
        float: left;      
}

#main p {
	text-align: justify;      
}

#main img.leftalign{
	padding: 0 10px 10px 0;
        float: left;      
}

#main img.rightalign{
	padding: 0 0 10px 10px;
        float: right;      
}

#main .column {
	width: 332px;
        float: left;      
}

#main .column.first {
	margin: 0 30px 0 0;      
}

#main .ncolumn {
	width: 202px;
        float: left;    
}

#main .wcolumn {
	width: 462px;
        margin: 0 0 0 30px;
        float: left;     
}

#main .box {
	width: 203px;
        height: 385px;
        padding: 0 11px;
        float: left;      
}

#main .box ul {
	margin: 10px 10px 10px 20px;      
}

#main .box.middle {
	margin: 0 10px;      
}

#main .box ul li a {
	color: #000000;      
}

#main .box img {
	border: 1px solid #ffffff;
        margin: 10px 0 0 0;    
}

#red {
	background: url(images/redbox.jpg) no-repeat;      
}

#blue {
	background: url(images/bluebox.jpg) no-repeat;      
}

#gray {
	background: url(images/graybox.jpg) no-repeat;      
}

#main ul{
	margin: 5px 15px;
        list-style: square;                   
}

#main ol {
	margin: 5px 15px 5px 30px;                  
}

#main li {
	padding: 0 0 5px 0;                   
}

ul#services {
	width: 695px;
        margin: 0 0 15px 0;
        height: 30px;
        border-bottom: 1px solid #000000;         
}

ul#services li {
        list-style: none;
        width: 203px;
        height: 30px;
        padding: 0 11px;
        float: left;
        margin: 0 0 0 5px;
        background-position: 0 3px;          
}

ul#services li.active {
        font-weight: bold;
        background-position: top left;          
}

ul#services li a { 
        display: block;
        height: 25px;
        text-align: center;
        padding-top: 8px;
        width: 203px;
        color: #ffffff;                  
}

ul#services li.active a { 
        padding-top: 7px;                
}

#bottom {
	background: #ffffff;
}

#footer {
	padding: 15px 0;
        margin: 0 15px;
        font-size: 10px;
        color: #666666;
        border-top: 1px dotted #666666;
}

#cdetails {
        text-align: center;
        padding: 27px 0 15px 0;
        margin: 0 15px;
        font-size: 10px;
        color: #666666;
}

.left {
	width: 50%;
        text-align: left;
        float: left;      
}

.right {
	width: 50%;
        text-align: right;
        float: right;      
}

#footer span {
	padding: 0 8px 0 0;
        margin: 0 8px 0 0;
        border-right: 1px solid #817c74;
}

/* articles
----------------------------------------------- */

#main ul.directory, #sidebar ul.directory {
        color: #666666;
        list-style: none;
        padding: 0 0 10px 0;
}

#main ul.directory li, #sidebar ul.directory li {
        padding: 0 0 10px 0;        
        border-bottom: 1px dotted #cecece;
} 

#main ul.directory p, #sidebar ul.directory p {
        padding-top: 0;
}     

.author {
	font-style: normal;
	font-size: 11px;
}

.published {
	font-size: 11px;
}

#main ul.pagination {
         margin: 10px 0; 
         padding: 10px; 
         text-align: center; 
}

#main ul.pagination li {
         display: inline; 
         font-size: 11px;
         padding: 7px;
}

#main ul.pagination li.active {
         background: #eee; 
         border: 1px solid #999;
}

/* error page
----------------------------------------------- */

.error-status {
	font-size: 25px;
}
