/* HTML Elements Standard ____________________________________ */

html, body, form, p {
	margin: 0;
	padding: 0; 
}

img {
	border: 0;
}

.clear { clear:both; }

object, embed {
maring-top: 5px;
padding-top: 5px;
/*border: 1px solid red;*/
}


/* Type Elements  ____________________________________ */

body {
font-family: verdana, Arial, Helvetica, sans-serif;
color: #000; 
font-size: 11px;
line-height: 1.4em;
background: url(/UserUploadImages/system/body-bg.gif) top left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
line-height: 1em;	
}

h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h2 {
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	padding: 0 0 10px 0;
	color: #000;
}

h3 {
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 13px 0;
}

h4 {
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0px 0;
	color:#fff;
}

 
 
 
/* Layout Elements ____________________________________ */

#mainContentWrapper{
	width: 980px;
	height:auto;
	margin:0px auto;
}

#header { 
	width:980px;
	height:193px;
	overflow:hidden;
}

#logo {
width:980px;
height:160px;

padding-top:0px; 
padding-left:0px;
overflow:hidden;
}

	 
	#header #TopLinks {
	width:980px;
	height:33px;
	padding:0px 0px 0px 0px;
	background: url(/UserUploadImages/system/header-top-bg.gif) top left repeat-x;
	overflow:hidden;
	
	}
	 
  
	#header #TopLinks .TopLinks1 { 
	width:110px;
	height:auto;
	padding:8px 10px 0px 0px;
	float:right;
	text-align:right;
	}
	
	#header #TopLinks #TopLinks2 { 
	width:226px;
	height:auto;
	padding:8px 8px 0px 0px;
	float:right;
	text-align:right;
	}
 
	
	#header #TopLinks a{ 
	color:#0292CF;
	text-decoration:none; 
	}
 
	#header #TopLinks a:hover{ 
	color:#000;
	}
	
	
   #AddCMSSysPHpsearch { 
	width:215px;
	height:33px;
	padding:2px 0px 0px 10px;
	float:left;
	
	text-decoration:none;
	background:url(/UserUploadImages/system/header-right.gif) top left no-repeat;
	}
	
	.AddCMSSysViewControlContainer {
	padding-top:2px;
	
	}
 
  
				.AddCMSSysSearchText {				
				background:#FFFFFF;
				border:1px solid #999999;
				 
				width:137px;
				height:13px;
				padding-top:2px;
				float:left;
				
				color:#3E3E3E;
				font-size:11px;

				}
				.AddCMSSysSearchButton {
				background: url(/UserUploadImages/system/sok.gif)  top left no-repeat;
				width:44px;
				height:17px;
				cursor:pointer;
				border:0px;
				float:left;
				margin-left:5px;
				}
	
	
	
 
	
	 


/* Top Navigation Menu  ____________________________________ */

#navigation  {
width: 980px;
height: 33px;
padding: 0px 0px 0px 0px;
overflow:hidden;
background: url(/UserUploadImages/system/nav-bg.gif) top left repeat-x;
	color:#fff;
	text-decoration: none; 
	font-weight:normal;
}

#navigation .navRight-Bg  {
width: 970px;
height: 33px;
padding: 0px 10px 0px 0px;
overflow:hidden;
background: url(/UserUploadImages/system/nav-right-bg.gif) top right no-repeat;
}


 
 
#navigation ul { padding:0; margin:0; list-style:none }
#navigation ul  li { padding:0; margin:0; list-style:none; display: inline }
#navigation ul li a { padding:0; margin:0; list-style:none; display: block; }
#navigation ul li a:hover { }

 
/* Navigation Menu  ____________________________________ */

#navigation ul.AddCMSSysMain{
margin:0px;
padding:0px 0px 0px 3px;
list-style: none;
height: 33px;
background: url(/UserUploadImages/system/nav-left-bg.gif) top left no-repeat;
}

#navigation .AddCMSSysMain li{
	float:left;
	background:url(/UserUploadImages/system/nav-divider.gif) top right no-repeat;
}

#navigation .AddCMSSysMain li a{
	float: left;
	display: block;
	 
	padding:10px 18px 10px 12px;
	margin:0px 6px 0px 0px;
	
	width:auto;
	height: 33px;
	
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#navigation .AddCMSSysMain li a.AddCMSSysMainSelected , #navigation .AddCMSSysMain li a:hover{
	color: #fff;
	background: url(/UserUploadImages/system/nav-selected.gif) top left repeat-x;
	
	padding:10px 18px 10px 12px;
	margin:0px 6px 0px 0px; 
	height: 33px;
}
  


#navigation2 {
background:url(/UserUploadImages/system/nav2-bg.gif) top left repeat-x;
width:980px;
height:31px;
overflow:hidden;
}
	#navigation2 a{
	float: left;
	display: block;
	 
	padding:5px 7px 0px 7px;
	
	width:auto;
	height: 31px;
	
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#navigation2 a.Selected , #navigation2 a:hover{
	color: #fff;
	background: url(/UserUploadImages/system/nav2-selected.gif) top left repeat-x;
	
	padding:5px 7px 0px 7px;
	height: 31px;
}

	

 
 
 /* Content Wrapper ___________________________________________ */

.OutercontentWrapper {
clear:both;
width: 980px;
height:auto;
padding: 0px ; 
overflow:hidden;
padding-top:7px;
background:#f7f7f7;
}


.contentWrapper{
clear:both;
width:652px;
height:auto;

padding:0px 20px 70px 60px;
overflow:hidden;
float:left;

background:url(/UserUploadImages/system/content-left-bg.jpg) top left no-repeat;
}

.SubpagecontentWrapper {
clear:both;
width:980px;
height:auto;

padding:0px 20px 70px 0px;
overflow:hidden;
float:left;

}

.contentWrapper2 {
clear:both;
width:980px;
height:auto;

padding:0px 0px 30px 0px;
overflow:hidden;
}


		.contentWrapper a {
		color:#0292CF;
		text-decoration:none;
		 }
		 
		.contentWrapper a:hover {
		color:#0292CF;
		text-decoration: underline;
		 }
		 







.BoxWrapper  {
width:323px;
height: auto;
float:left;
padding:0px 0px 0px 0px;
overflow:hidden;
}
 
.BoxTitle h2 {
text-align:left;
line-height:normal;
}

.BoxImage {
width:133px;
height:179px;
padding:0px 0px 0px 0px;
float:left;
overflow:hidden;
}

.BoxDescription  {
	padding:0px;
}

.BoxDescription h2 {
	font-size: 13px;
}

 

		.BoxSetDescription a.BoxSetDescriptionlink {
		display:inline;
		
		}
		.BoxSetDescription a:hover.BoxSetDescriptionlink {
		display:inline;
		 
		 }
		 
  		.BoxDescription a img{
		border:0px;
 
		 }
		 
		.BoxDescription a:hover {
		border:0px;
		 }
		 

.BoxWrapperPadding  {
margin:0px 15px 0px 15px;
}		 
		 
 	 
  


/* Home Banner items */

.bannerWrapper {
	width:289px;
	padding: 0px 0px 9px 20px;
	float:right;	
}

  
.banner {
	padding:0px 0px 0px 0px;
	float:right;
}
 


/* Right Panel ====================================================== */
		 
.HomeRightPanel {
			width:230px;
			height:auto;
		    float:left;
			padding:0px 0px 20px 0px;
		}
		
.HomeRightPanel-Box {
width:229px;
height:auto;
padding:0px 0px 10px 0px;
overflow:hidden;
}

.HomeRightPanel-Box-top {
width:auto;
height:auto;
padding:0px 0px 0px 0px;
background:url(/UserUploadImages/system/rightpanel-box-top.gif) top left no-repeat;
}

.HomeRightPanel-Box-middle {
width:auto;
height:auto;
padding:0px 0px 0px 0px;
background: url(/UserUploadImages/system/rightpanel-box-mid.gif) top left repeat-y;
}

.HomeRightPanel-Box-bottom {
width:auto;
height:auto;
padding:0px 0px 45px 0px;
background: url(/UserUploadImages/system/rightpanel-box-bottom.gif) bottom left no-repeat;
}
 
 

.HomeRightPanelInfo {
padding:0px 14px 14px 14px;
}
				
.HomeRightPanel-Box h3 {
	color:#fff;
	margin:0px;
	padding:6px 0px 10px 0px;
	text-align:center;
	}

.newsItem, .newsItem h4 { color: #000; font-size: 11px; font-weight: normal; }
.newsItem h4, .newsLink { padding-left: 14px; }

.newsItem { 
background:  url(/UserUploadImages/system/rightpanel-box-divider.gif) bottom left no-repeat;
padding:0px 0px 10px 0px;
}
				
.HomeRightPanelInfo .newsDate{
font-weight:bold;
font-size: 10px;
background:url(/UserUploadImages/system/rightpanel-box-bullet.gif) 0px 3px no-repeat;
padding: 3px 0px 2px 14px;
}

			

 		.HomeRightPanelInfo a {
		text-decoration:none;
		color:#0292CF;
		} 
		
		.HomeRightPanelInfo a:hover {
		text-decoration:underline;
		color:#0292CF;
		} 
		   
		 
 






/* sub page  ____________________________________ */

 
  
 		 
	
 
/* Leftpanel Wrapper ---------------- */
 
 
#LeftpanelWrapper {
width:160px;
height:auto;
padding:40px 20px 0px 0px;
float:left;
overflow: hidden;
}

#Subnav {
width:160px;
height:auto;
float:left;
padding:0px 20px 51px 0px;
overflow: hidden;
}

.Subnav h4 {
padding:5px 0px 10px 0px;
text-align:center;
}


.Subnav ul  li { padding:0; margin:0; list-style:none; }
.Subnav ul li a { padding:0; margin:0; list-style:none; display: block; }
.Subnav ul li a:hover{  }

.Subnav ul, 
.Subnav  ul.AddCMSSysMain{
margin:0px;
padding:10px 0px 0px 0px;
list-style:none;
 width:160px;
 height:auto;
 background:url(/UserUploadImages/system/leftpanel-middle.gif) top left repeat-y;
}

.Subnav .AddCMSSysMain li {
padding:0px 6px 0px 6px;
}

/*
.Subnav .AddCMSSysMain li a.AddCMSSysSub {
color:#0292CF;
font-weight:normal;
text-decoration:none;
display:block;

padding:3px 0px 3px 14px;
height:15px;
overflow:hidden;
background: url(/UserUploadImages/system/rightpanel-box-bullet.gif) left no-repeat;
}

.Subnav .AddCMSSysMain li a:hover.AddCMSSysSub,
.Subnav li a.AddCMSSysSubSelected {
color:#000;
font-weight:normal;
text-decoration:none;
display:block;

padding:3px 0px 3px 14px;
height:15px;
overflow:hidden;

background: url(/UserUploadImages/system/rightpanel-box-bullet.gif) left no-repeat;
}
*/



 
 
 
 

.MainBodyText {
float:left;
width:780px;
height:auto;
overflow:hidden;
}

.MainBodyText h2 { 
padding:0px 0px 10px 0px;
margin-bottom:10px;
width:440px;
border-bottom:1px solid #9D9DA1;
}

.MainBodyText #Image {
	padding: 0px 50px 20px 20px;
	float:right;
	width:270px;
	height:auto;
}

#subPageContent {
	float: left;
	width: 770px;
}
 
.MainBodyText a { 
color:#CD2C27;
text-decoration:none;
}

.MainBodyText a:hover { 
color:#0E5C2D;
text-decoration:none;
}
 








#breadcrumb {
margin:0px;
padding:0px 0px 12px 0px;

}
#breadcrumb a {
color:#0292CF;
text-decoration:none;
}
#breadcrumb a:hover {
color:#000;
text-decoration:none;
}

 
		 
		 
/* Right Panel ====================================================== */
 

 
 
  
  

/* Footer  ____________________________________ */

#footer {
clear: both;
width: 980px;
height:25px;
padding:0px 0px 10px 0px;
background:url(/UserUploadImages/system/footer.gif) top left repeat-x;
}

#footer .footerLeft {
width: 980px;
height:25px;
background: url(/UserUploadImages/system/footer-left.gif) top left no-repeat;
}

#footer .footerRight {
width: 980px;
height:25px;
background: url(/UserUploadImages/system/footer-right.gif) top right no-repeat;
}



#footer .footerinfo {
color:#fff;
text-align:center;

padding: 5px 0px 8px 0px;
}

#footer .footerinfo a{
color:#fff;
text-decoration:none;
}
#footer .footerinfo a:hover{
color:#000;
text-decoration:none;
}


