@charset "utf-8";
/*********************************
 IMPORT PURPOSE SPECIFIC STYLES
*********************************/

@import 'reset.css';
@import 'pagination.css';
@import 'lightwindow.css';
@import 'eventcalendar.css';

* { behavior: url("iepngfix.htc"); }

/*********************************
 GENERAL HTML TAG STYLES
*********************************/

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

/*********************************
 MAIN WRAPPER DIV TAG STYLE
*********************************/

.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*********************************
 SPECIFIC LINK STYLES
*********************************/

.link_readmore {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #666666;
     background-image: url(../images/bullet_arrow.png);
     background-repeat: no-repeat;
     background-position: left bottom;
     text-indent: 10px;
     height: 10px;
     display: block;
     text-decoration: underline;
}

	.link_readmore:hover {
		text-decoration: none;
	}
	

/*********************************
 LOGO AREA DIV TAG STYLE
*********************************/

.logo {
	height: 100px;
	display: block;
	padding-top: 4px;
}

.search-box{
	width: 550px;
	
}

/*********************************
 CONTENT CONTAINER DIV TAG STYLE
*********************************/

.content_container {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 6px;
}

/*********************************
 SIDEBAR AREA STYLE
*********************************/

.sidebar {
	background-color: #303030;
}

.sidebar_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #82B9DE;
	font-size: 16px;
	height: 18px;
}

.sidebar_table-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	line-height: 13px;
	background-color: #FFFFFF;
	background-attachment: bottom left;
	background-image: url(../images/sidebar-table-bg.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding: 7px;
}

.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0071BC;
	font-style: italic;
}

.news-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	text-transform: uppercase;	
}

.link_home-docs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0071BC;
	text-decoration: none;
	padding-bottom: 10px;
}

	.link_home-docs:hover {
		text-decoration: underline;
	}
	

.link_home-docs-see-all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0071BC;
	text-decoration: none;
	padding-bottom: 10px;
}

	.link_home-docs-see-all:hover {
		text-decoration: underline;
	}
	

/*********************************
 CONTENT AREA STYLE
*********************************/

.contentarea {
	background-color: #FFFFFF;
}

.contentarea a {
	color: #666666;
	text-decoration:underline ;
}

.contentarea a:hover {
	color: #666666;
	text-decoration:none ;
}

.contentarea_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0071BC;
	font-size: 16px;
}

.image_frame {
	border: 3px solid #C4DEF0;

}

.contentarea-subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0071BC;
	text-decoration: none;
	padding-bottom: 5px;
}

.contentarea-subheader a {
		color: #0071BC;
		text-decoration: underline;
	}
	
	.contentarea-subheader a:hover {
		text-decoration: none;
		color: #0071BC;
	}

/*********************************
 RIGHT SIDEBAR AREA STYLE
*********************************/

.sidebar_right {
	color: #666666;
	font-size: 11px;
	background-color: #e4f1f9;
}

.sidebar_right a {
	font-weight: bold;
	text-decoration: underline;
	
}
.sidebar_right a:hover {
	font-weight: bold;
	text-decoration: none;
	
}

.sidebar_right_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}



/*********************************
 BOTTOM NAVIGATION DIV TAG STYLE
*********************************/

.nav_bottom {
	background-image: url(../images/nav_bottom/nav_bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

	.nav_bottom a {
		color: #CCCCCC;
		text-decoration: none;
	}
	
	.nav_bottom a:hover {
		color: #CCCCCC;
		text-decoration: underline;
	}

/*********************************
 FOOTER AREA DIV TAG STYLE
*********************************/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

	.footer a {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #666666;
		font-weight: bold;
		text-decoration: underline;
	}
	
/*********************************
 FORM STYLE
*********************************/


.nav_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	padding-left: 2px;
	padding-top: 3px;
	width: 150px;
}
