/*  
DESIGN
*/


body{
	margin-top: 20px;
	color:#000;
	background: #FEFEFE url(../images/bg_header.jpg) no-repeat top center ;
	}

a:focus, a:active { outline: none; }

/*****************************
1.) #head	
/****************************/	
	
				
			#top .logo a{
				/*background:#F00 url(../images/logo.png) left top no-repeat;*/
				}
		
/*****************************
2.) #main
/****************************/		
			#main{
			background:transparent /*url(../images/bg_slice2.gif) left top no-repeat*/;
			/*border-top: 1px dotted #FFF;*/
			}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured{
					background:transparent /*url(../images/bg_slice2.gif) center top repeat-y*/;
					color:#f5f5f5;
				}
				
						
					#featured_bottom{
						background:transparent /*url(../images/bg_slice2.gif) right top no-repeat*/;	
				
					}
							
							.ticker, .ticker a{
								color:#666;
								text-decoration:none;
								}
							
								
							.preview_images a img{
								border:1px solid #afafaf;
								background-color:#fff;
								}
								
							.preview_images .current_prev img{
								border:1px solid #666;
								}
								
							
								
							.pointer{
								background:transparent url(../images/pointer.png) no-repeat scroll left top;
								}
								
/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
			.breadcrumb{
				color:#999;
				padding: 0;
				margin-bottom: 10px;
				border-top:1px dotted #CCC;
				border-bottom:1px dotted #CCC;
				width:900px;
				}
				
						.breadcrumb a{
							text-decoration:none;
							color:#eee;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							color:#eee;
							}

/*****************************
5.) content area below slider and on subpages
/****************************/	
						
			.content_top{
				background:transparent url(../images/bg_slice2.gif) left top no-repeat;
				}	
				
			#content{
				background:transparent url(../images/bg_slice2.gif) repeat-y scroll center top;
				}
				
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					
						
							.portfolio_item{
								border:1px solid #ddd;
								}
								
							
							
/*****************************
7.)pages with sidebar
/****************************/								
					
				
						
								.entry{
									/*border-bottom:5px solid #FFF;*/
									}
									
									
										
										.comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
											background-color:transparent;
											color:#DDD;
											float:right;
											position:absolute;
											right:7px;
											bottom:4px;
											text-transform:uppercase;
											}
											
										.categories{
											background-color:transparent;
											color:#09F;
											border-bottom:1px dotted #CCC;
											width:570px;
											text-transform:uppercase;
											margin-bottom:10px;
											}
											
										.news-link{
											background-color:transparent;
											color:#001246;
											text-transform:uppercase;
											text-decoration:none;
											float:right;
											}
											
											
											.entry-head a:hover, .more-link:hover, .news-link:hover, #top .portfolio_item h3 a:hover{
											color:#09F;
											}

											h3 a:hover{
											text-decoration:underline;
											}
											
										
								
					
					
				
					#top .bg_sidebar{
						background:transparent /*url(../images/bg_sidebar.png) repeat-y scroll center top*/;
						}
				
				
						
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							
							.small_box h3{
								/*border-bottom:1px solid #DDD;*/
							text-transform:uppercase;
								}
		
								
							.small_box img{
								/*border-top:1px solid #DDD;
								border-bottom:1px solid #DDD;*/
								}
								
							.widget_categories a, .widget_pages a{
							border-bottom:1px dotted #ddd;
							text-transform:uppercase;
							}
								
								
							.widget_categories a:hover, .widget_pages a:hover{
							text-transform:uppercase;
							}
							
				
		#footer{
			border-top: 1px dotted #001246;
			background:transparent /*url(../images/bg_slice2.gif) right -20px no-repeat*/;
			color: #001246;
			height: 50px;
			}
		
				#footer a{
					color:#001246;
					}
					
				
				
		




/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	font-family: Arial, Helvetica, sans-serif;
	color:#001246;
	text-transform:uppercase;
	}

a{
	color:#001246;
	text-decoration:underline;
	}

a:hover{
	color:#09F;
	text-decoration:none;
	}
	


h1,h2,h3,h4,h5,h6, legend{
	color:#001246;
	}

h6 a {
	font-size:24px;
	line-height:1.5em;
	color:#F00;
	}

	#featured h2, #featured h2 a{
		color:#fff;
		}
		
		
	#featured h2{
		border-bottom:1px solid #09F;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#001246;
		}


.aligncenter{
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}

.meta{
	color:#09F;
	margin-bottom: 5px;
	}
	
.read-more, .show-next{
	background:transparent url(../images/read_more.png) no-repeat scroll right top;
	color:#555;
	}
	
	
.read-more:hover, .show-next:hover{
	background:transparent url(../images/read_more.png) no-repeat scroll right bottom;
	color:#666;
	}
	
.entry ul, .entry ol{
	/*border-top:1px dotted #001246;*/
	}
	
.entry li{
	border-bottom:1px dotted #09F;
	}
	

#sitemap h2, #sitemap h2 a { font-size:18px; font-weight:bold; }
#sitemap h2 a:hover { color:#09F; text-decoration:underline; }
#sitemap h3, #sitemap h3 a { font-size:14px; color:#09F; }
#sitemap h4, #sitemap h4 a { font-size:12px; font-style:italic; }
#sitemap h4 a:hover { text-decoration:underline; }

.sitemap ul, .sitemap ol{
	border-top: none /*1px dotted #09F*/;
	}
	
.sitemap li{
	border-bottom: none;
	}

.sitemap li li{
	border-left: 1px dotted #001246;
	border-bottom: none;
	}
	
.sitemap li li li{
	border-left: 1px dotted #DDD;
	border-bottom: none;
	}
	
blockquote{
	background:transparent url(../images/quotes.png) no-repeat scroll left 6px;
	color:#555555;
	}
	
	
/*CONTACT FORM*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#333;
	}


#searchsubmit, #send, #top #submit{
	border:1px solid #001246;
	background-color:#001246;
	cursor:pointer;
	color:#eee;
	
	}
	
#searchsubmit:hover, #send:hover, #top #submit:hover{
	border:1px solid #09F;
	background-color:#09F;
	color:#eee;
	}

	
.corner_left, .corner_right{
	background:transparent url(../images/jquery_corners.png) no-repeat scroll top left;
	}
	
#top .corner_right{
	background:transparent url(../images/jquery_corners.png) no-repeat scroll top right;
	}
	
/*navigation*/

.navwrap{
	background:transparent;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

#top #nav{
	/*background:transparent url(../images/menu.png) left top no-repeat;*/
}





/*navigation*/
#top #nav a{
	color:#CCC;
}

#top #nav_index a{
	color:#001246;
}

#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#fff;
	color:#FFF;
	text-decoration:underline;
}

#top #head #nav a:hover, #top #head #nav a:focus {
	color:#FFF;
}


#top #nav .current_page_item a{
	color:#FFF;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #001246;
	border-left:none;
	background-image:none;
	color:#09F;
}



#sidebar .current_page_item a{
	color:#09F;
	border-bottom:1px dotted #DDD;
}

#sidebar .subnav a{
	color:#001246;
	background:none;
}

#sidebar .subnav a:hover{
	color:#09F;
	background:none;
}

#sidebar .subnavON a{
	color:#09F;
	background:none;
}



#languages {
	float:right;
	text-align:left;
	/* background: url(../images/menu_lang.png) center bottom; */
	z-index:99999;
	margin:-20px 45px 0 0;
	padding:5px 10px;
	font-size:10px;
}

#languages a { color:#001246; text-decoration:none; font-weight:bold; }
#languages a:hover { color:#09F; }
#languages .active { color:#09F; }


td, th { vertical-align:top; }
.nowrap th { white-space:nowrap; text-align:left; }


/* hr trick  */
div.hr { height:10px; background: #F5F5F5 url(../images/divider_dots.gif) no-repeat scroll center; }
div.hr hr { display: none; }



#top #sidebar .small_box {
	margin-bottom: 30px;
}

#top #sidebar .widget_pages {
	margin-bottom: 0px;
}


div.entry div.teaser{
	color:#999999;
	font-size:10px;
	line-height:11px;
}

div.entry div.csc-textpic-intext-right-nowrap img{
	border:1px dotted #DDDDDD;
	margin:0 0 30px 20px;
	padding:5px;
}


div.csc-sitemap {
	margin-top: 40px;
}

div.csc-sitemap ul, div.csc-sitemap li{
	list-style: none;
	background-image:none;
	list-style-type: none;
}
div.csc-sitemap a{
	text-decoration: none;
}

div.csc-sitemap a:hover{
	color: #0099FF;
	text-decoration: underline;
}



div.csc-sitemap ul{
	border-left:1px dotted #0099FF;
}
div.csc-sitemap ul li{
	border-bottom: 0px;
	margin-bottom: 30px;
}

div.csc-sitemap ul li a{
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
}

div.csc-sitemap ul li ul{
	margin-top: 10px;
	border-left:1px dotted #001246;	
}

div.csc-sitemap ul li ul li{
	border-bottom: 0px;
	margin-bottom: 10px;
}

div.csc-sitemap ul li ul li a{
	color:#0099FF;
	font-weight:normal;
	font-size:14px;
}

div.csc-sitemap ul li ul li ul{
	margin-top: 10px;
	border-left:1px dotted #DDDDDD;
}

div.csc-sitemap ul li ul li ul li{
	border-bottom: 0px;
	margin-bottom: 10px;
}

div.csc-sitemap ul li ul li ul li a{
	color: #001246;
	font-size:12px;
	font-style:italic;
}

.entry .entry-content p a.more-link{
	padding: 0px 0px 0px 7px;
	position: relative;
	float: none;
	color: #0099FF;
}


ul.downloadcenter li img{
	float:right;
	padding:10px;
}

ul.downloadcenter li {
	border-bottom:none;
}
