/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote, li { font-size: 12px; font-weight: normal; line-height: 16px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; }

body {
   margin:0;
   background-color: #fff;
}
h3 { text-align: left; margin: 5px; }
p { margin: 5px; font-size: 12px; text-align: left; }

a, a:link, a:visited {
   color: #0000ff;
}
a:hover {
   color:#ff0000;
}

input, textarea {
   border: 1px solid #94A0C6;
   font-size: 11px;
}

.radioCheck {
   border: 0;
}

/** Layout */
#container {
   width:100%;
   background:url(../new_images/template/container_bg.gif) top left repeat-y;
}

#header {
   clear:both;
   background-color:#002e63;
}

#header .logo a {
   display:block;
   background:url(../new_images/template/header_logo.gif) top right no-repeat;
   background-color:#fff;
   height:106px;
   width:284px;
   text-decoration:none;
}

#header .hr {
   clear:both;
   background-color:#edd646;
   border-top:1px solid #000;
   border-bottom:1px solid #000;
   min-height:12px;
   height:12px;
}

#footer {
   clear:both;
   background-color:#002e63;
   border-top:1px solid #000;
   border-bottom:1px solid #000;
   height:24px;
}

#footer .hr {
   min-height:12px;
   height:12px;
   background-color:#edd646;
   border-bottom:1px solid #000;
}

/** copyright */
#copyright {
	margin-left: 250px;
   	text-align:center;
  	font-size:10px;
  	color:#999;
  	padding-bottom: 8px;
}


/** Left column */
#colLeft {
   width:216px;
   padding-left:33px;
   background:url(../new_images/template/colLeft_bg.gif) top left no-repeat;
   border-right:1px solid #333;
   float: left;
   clear: left;
}

#colLeft .content {
   padding-top:126px;
   background:url(../new_images/template/sj.jpg) top left no-repeat;
   background-color:#f0f0f0;
   margin:auto 0;
}

#colLeft ul.property {
   margin:0 0 15px 0;
   padding:20px 0 0 10px;
}

#colLeft ul.property li {
   font-weight:bold;
   list-style-position:inside;
   margin:0;
}

#colLeft ul.property li.title {
   color:#a08652;
   list-style:none;
   margin:0 0 10px -18px;
   padding:0;
}

#colLeft ul.property li a {
   color:#002e63;
   text-decoration:none;
}
#colLeft ul.property li a:hover
{
   text-decoration:underline;
}

/** Main column */
#colMain {
  	margin-left:250px;
	max-width:800px;
	min-width:700px;
	min-height: 700px;
}

#page_title {
   text-align:center;
   background-color:#cdd6ba;
   border-top:1px solid #000;
   border-bottom:1px solid #000;
   line-height:16px;
   font-size:12px;
   margin-bottom:15px;
}

/** Navigation :: Main */
#navMain { }

#navMain ul {
   margin:0;
   padding:0;
   border-top:1px solid #000;
}

#navMain ul li {
   list-style:none;
   margin:0;
   padding:0;
}

#navMain ul li a {
   background:url(../new_images/template/navTopLi.gif) top left no-repeat;
   background-color:#768652;
   padding-left:25px;
   line-height:18px;
   display:block;
   color:#fff;
   text-decoration:none;
   border-bottom:1px solid #000;
}

#navMain ul li a:hover {
   background-color:#5a663e;
}

/** Navigation :: Bottom */
#navBottom {
	margin-left: 250px;
}

#navBottom ul {
   border-top:1px solid #000;
   border-bottom:1px solid #000;
   text-align:center;
}

#navBottom ul li {
   list-style:none;
   display:inline;
}

#navBottom ul li a {
   line-height:25px;
   border-left:1px solid #000;
   padding:0 5px 0 7px;
}

#navBottom ul li.first a {
   border:0;
}

/** Error message */
#error_message {
   background: transparent url(../new_images/template/warning.png) 10px 10px no-repeat;
   padding: 10px 0 10px 40px;
   width: 350px;
   text-align: left;
   border: 1px dashed #CC0000;
}
#error_message div {
   font-size: 12px;
   font-weight: bold;
}
/* Images */

.imgcapl {
	float: left;
	margin: 0 5px 5px 0;
}
caption { 
	caption-side: bottom; 
	font-weight: bold; 
	color: #d40000; 
}