/* CSS Document */
@import url("newsCSS.css");
@import url("thumbGallery.css");
@import url("contactCSS.css");
@import url("scripts/slidemenu/jqueryslidemenu.css");
@import url("scripts/prettyPhoto/prettyPhoto.css");
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 {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	text-decoration:none;
}

body {
	padding:0;
	margin:0;
	/*background:#1d1d1d;*/
	background:#000;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	
}
#bg-front{
	background:#000 url(images/bg-fr.gif) repeat-x left top;
}

/*.horz-slider {
	overflow:hidden;
	position:relative;
	width:100%;
}*/

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}

.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#333;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;

}
h4 {
	font-size:18px;

}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}

img a{ border:none}
#content a, .contentPage a { color:#0066FF}

/********************************
     		HEADER
*********************************/

#header{
	height:77px;
}
#header-content{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#header ul.topLink{
	width:280px;
	height:15px;
	float:right;
}
#header ul.topLink li{
	float:left;	
	line-height:0;
	padding:0 25px 0 0;
}
#header ul.topLink li a{
	display:block;	
	font:normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#4bbfff;
	text-decoration:none;
}
#header ul.topLink li a:hover{
	color:#fff;
}

#header ul.topLink li a.login{
	display:block;
	background:url(images/login_bg.gif) 0 0 no-repeat;
	width:47px;
	height:15px;
	margin:2px 0;
}
#header ul.topLink li a.login:hover{
	background:url(images/login_bg_hover.gif) 0 0 no-repeat;
}
#header img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:28px 41px 0 20px;
	float:left;
}
#header .topbg{
	display:block;
	background:url(images/head_bg.jpg) 0 0 no-repeat;
	width:284px;
	height:91px;
	position:absolute;
	left:480px;
	top:20px;
}



/********************************
  			HEAD TYPO
*********************************/
#display .contentIdx h2, .contentPage h2{
	color:#FFF;
	text-align:center;
	padding:20px 0 0;
}


/********************************
  			DISPLAY
*********************************/
#display{
	display:table;
	width:100%;
	height:auto !important;
	overflow:hidden;
	position:relative;
	width:100%;
}
#display .contentIdx{
	width:960px;
	height:421px;
	background:url(images/bg-black.jpg) no-repeat;
	margin:0 auto;
	margin-top:1px;
}
#display .static{
	width:960px;
	height:350px;
	background:url(images/bg-black-static.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top:1px;
}
.mainMenu{
	width:960px;
	height:30px;
	display:block;
	margin:0 auto;
}
#display .btm{
	width:960px;
	height:19px;
	background:#FFF url(images/display-btm.gif) no-repeat center;
	position:relative;
	margin:0 auto;
}

/********************************
  			STATIC
*********************************/
#static-container{
	display:block;	
	padding-top:33px; 
	width:960px;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}
#static-container .static-pic {
	float:left;
	
}
.pic {
	background-image:url(images/indicator2b.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	width:470px;
	height:419px;
	position:relative;
	
}
.static-desc{
	float:right;
	width:475px;
	padding-top:100px;
}
.static-desc h1{
	font-size:60px;
}
.static-desc p{
	color:#CCC;
}
.static-desc p a{
	color:#0066FF;
	font-size:10px;
}
.btn a {
	font-size:11px;
	color:#666;
	font-style:italic;
}
.btn a:hover {
	color:#999;
}
.imgLoad {
	clear:none;
}
.hrz-container {
	position:absolute;
	width:960px;
	left:0;
	list-style:none;
}
.jview {
	visibility:hidden;
}

/********************************
     		CONTENT
*********************************/
#content{
	background:#f4f4f4;
	padding-bottom:20px;
	padding-top:40px;
}
#contentPg{
	background:none;
}
.displayBtm{
	height:19px;
	background:#f4f4f4 url(images/display-btm.gif) no-repeat center;
	/*margin-bottom:30px;*/
}

		/********************************
				   Blockquote
		*********************************/
		#content #main-ct, #block{
			width:960px;
			height:auto;
			position:relative;
			margin:0 auto;
			list-style:none;
		}
		#content #block .left{
			float:left;
			padding:0 0 20px 30px;
			width:620px;
		}
		#content #block .right{
			padding:0 33px 0 15px;
			float:right;
			display:block;
			width:250px;
			border-left:1px dotted #999;
		}
		.source {
	display: block;
	text-align:right;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
		}
		.jquote_index {
			float: left;
			font:italic 14px/18px Georgia, "Times New Roman", Times, serif;
			background: url(images/quote.png) no-repeat;
			padding-left: 56px;
			margin-right: 10px;
			font-weight:bold;
		}
		.jquote_right {
			float: right;
			font:italic 14px/20px Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			background: url(images/quote.png) no-repeat;
			padding-left: 56px;
			margin:10px;
			width:300px;
		}


		/********************************
				Contact @ index
		*********************************/
		#content img.head-img{
			float:left;
			margin-right:4px;
		}
		#content .box-head{
			float:left;
			margin-top:15px;
			display:block;
		}
		#block .right h4 a{
			color:#000;	
		}
		#content #block .right p.head-desc{
			font-size:10px;
			color:#999;
			line-height:12px;
		} 


/********************************
     	INDEX CONTAINER
*********************************/
#content #main-ct p{
	padding:0 0 1em;
}
#content #main-ct {
	background:url(images/bg-ct.gif) no-repeat center top;
	display:table;

}

	/********************************
		 Index Page Column Left
	*********************************/
	#content #main-ct .left {
		float:left;
		width:550px;
		margin:40px 0 0;
		padding-left:33px;
	}
	.fix {
		display:block;
		margin-top:20px;
		list-style:none;
	}
	.box {
		float:left;
		margin-right:20px;
		width:250px;
	}
	.box img, .the-head{margin-bottom:5px;}
	.the-head img{float:left; margin:0 5px 5px 0}
	.the-head h3 {font-size:20px; color:#000;}
	.the-desc p a {color:#0066FF;font-size:10px;}

	
	/********************************
		 Index Page Column Right
	*********************************/
	#content #main-ct .right {
		float:right;
		width:300px;
		margin:40px 0 0;
		padding-right:33px;
	}
	#content #main-ct .right #blog{ margin-bottom:40px;}
	
		#content #main-ct .left h1, .right h1{margin-bottom:10px;}
	
			/***** Index Page Blog *****/			
				#content #main-ct .right div.date {
					color:#0099cc;
					font-size:10px;
				}
				#content #main-ct .right div.title a{
					color:#333;
				}
				#content #main-ct .right div.title a:hover{
					color:#333;
					text-decoration:underline;
				}
				#content #main-ct .right div.desc {
					color:#666;
					font-size:11px;
					line-height:15px;
				}			
				
	#content #main-ct .right #recent{ }
		#content #main-ct .right #recent h3{ margin-bottom:15px; }
				#recent .row {
					background-color:transparent;
					height:auto;
					margin-bottom:0;
					list-style:none;
				}
				#recent .imgList {
					background-color:#FFFFFF;
					background-image:url(images/indicator.gif);
					background-position:50% 50%;
					background-repeat:no-repeat;
					border:1px solid #CCCCCC;
					cursor:pointer;
					float:left;
					height:50px;
					width:50px;
					margin:3px;
				}


/********************************
     	PAGE CONTAINER
*********************************/
#contentPg .ctBg{
	background:#f4f4f4 url(images/bg-black-pg-rpt.gif) repeat-x scroll left top;
	padding-top:2px;
	padding-bottom:20px;
	display:table;
	width:100%;
}
#contentPg .contentPage{
	width:981px;
	display:table;
	background:url(images/collective_main.jpg) no-repeat center top;
	margin:0 auto;
}
.contentPageText{
	font-size:12px;
	margin-top:140px;
	padding:25px 33px 0;
}
#contentPg .contentPage p{
	font-size: 12px;
	/*padding:0 0 1em;*/
}

	/********************************
		Content Page Column Left
	*********************************/
	#contentPg .leftCt{
		float:left;
		width:620px;
		font-size:12px;
	}
	#contentPg img.office_pic {
		display:block;
		margin:5px 8px 5px 0;
		border:1px solid #ccc;
		padding:2px;
		/*-moz-border-radius:4px;
		-webkit-border-radius:4px;*/
	}
	.contentPageText ul{
		margin-left:25px
	}
	#contentPg .contentPage h4{
		margin:10px 0 0;
	}
	

	/********************************
		Content Page Column Right
	*********************************/	
	#contentPg .rightCt {
		float:right;
		width:270px;
		font-size:12px;
	}
	
		#contentPg .contentPage .leftCt h1, .rightCt h1{margin-bottom:10px;} /*--Content Page Title--*/
	
				#contentPg .contentPage .rightCt div.subNav, div.archives, div.news, div.sidebarContact {
					margin-bottom:20px;
				}		
			
			/*****  News *****/
			#contentPg .contentPage .rightCt h3 { margin-bottom:10px;}
			
			#contentPg .contentPage .rightCt div.date {
				color:#0066ff;
				font-size:10px;
			}
			#contentPg .contentPage .rightCt div.title a{
				color:#333;
			}
			#contentPg .contentPage .rightCt div.title a:hover{
				color:#333;
				text-decoration:underline;
			}
			#contentPg .contentPage .rightCt div.desc {
				color:#666;
				font-size:11px;
				line-height:15px;
			}


			/***** Sub Nav & Archives *****/
			#contentPg .contentPage .rightCt div.subNav ul, #contentPg .contentPage .rightCt div.archives ul{
				list-style-type: none;
				padding-bottom:14px;
				margin:14px 0 0;				
			}
			#contentPg .contentPage .rightCt div.subNav ul li, div.archives ul li {
				border-bottom:1px solid #ccc;
			}			
			#contentPg .contentPage .rightCt div.subNav ul li a, div.archives ul li a {
				display: block;
				font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
				color: #333;
				text-decoration: none;
				padding: 5px 0;
				padding-left: 10px;
			}
			#contentPg .contentPage .rightCt div.subNav ul li a:hover, div.archives ul li a:hover {
				color:#FFF;
				text-decoration:none;
				background:#1d1d1d none repeat scroll 0 0;
			}
			

/********************************
     	BLOG & NEWS
*********************************/
.blogImage, .newsImage {
	background-image:url(images/indicator.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	display:block;
	height:165px;
	float:left;
	margin-bottom:5px;
	position:relative;
	width:620px;
}
.contentPage .blog-entry h3{margin:10px 0; font-size:24px;} /*--Blog Page Title--*/ 
.contentPage .blog-entry h3 a {color:#0066ff;}
.contentPage .leftCt img {margin-bottom:10px;}
.post_row {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
	font-size:11px;
	line-height:22px;
	margin-bottom:10px;
	padding:0px 1px;
	width:100%;
}
.post_row a {
	color:#0066ff;
	text-decoration:none;
}
.post_row a:hover {
	text-decoration:underline;
}
.imageBlogDetailLeft, .imageNewsDetailLeft {
	float:left;
	margin:10px 20px 0 0;
	width:320px;
}
.imageLeft {
	background-image:url(images/indicator.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	display:block;	
	float:left;
	position:relative;
	width:320px;
	height:240px;
}
.imageBlogDetailDesc, .itemDesc p {
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	line-height:normal;
}
.txtBold{ font-weight:bold;}
.signPost {
	color:#000000;
	font-family:Verdana;
	font-size:11px;				
	font-weight:bold;
	line-height:normal;
	float:right;
}
.recentPost{
	margin:30px 0;
}
.recentPost h3{ padding-bottom:5px; border-bottom:1px solid #ccc;}
.recentPostList {
	border-bottom:1px solid #e1e1e1;
	height:110px;
	margin-bottom:0;
	clear:both;
}
.recentPostList:hover {background-color:#E6E6E6;}
		.recentPostList .imageTmb {
			float:left;
			height:96px;
			margin-top:7px;
			padding-left:10px;
			width:106px;
		}
		.recentPostList .itemDesc{
			background-color:transparent;
			float:left;
			height:96px;
			margin-top:7px;
			overflow:hidden;
			width:480px;
		}
		.recentPostList .itemDesc h5{ font-size:20px; margin:2px 0; color:#0066FF}
		.recentPostList .itemDesc div.date{ font-size:10px; padding:0; margin:0}

/********************************
     	COMMENT FORM
*********************************/
.comment label {
	font-size:10px;
}
.comment label span {
	font-style:italic;
	color:#666;
}
.leaveCmt h3 {
	padding-bottom:5px;
}
#cm_form #submitbutton {
	color: #333333;
	width: 150px;
	border: 1px solid #999;
	background:#ccc;
	cursor:pointer;
	padding:5px;
	font-weight:bold;
	font-size:14px;
}
#cm_form #submitbutton:hover {
	color: #FFF;
	width: 150px;
	border: 1px solid #999;
	background:#000;
	cursor:pointer;
	padding:5px;
	font-weight:bold;
	font-size:14px;
}
#cm_form input {
	padding:2px;
	width:300px;
	text-indent: 3px;
	background-color:#ededed;
	border-color:#CCCCCC #E5E5E5 #E5E5E5 #CCCCCC;
	border-style:solid;
	border-width:1px;
}
#cm_form textarea {
	background-color:#ededed;
	border-color:#CCCCCC #E5E5E5 #E5E5E5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#222222;
	height:150px;
	margin-bottom:10px;
	max-height:150px;
	max-width:500px;
	overflow:auto;
	padding-left:3px;
	padding-top:3px;
	width:400px;
}
#cm_form .red {
	border:1px solid red;
}
#cm_form .errorMessage {
	color:red;
	font-size:0.8em;
	margin-left:10px;
	vertical-align:top;
}



/********************************
	   		PAGINATION
*********************************/
.pagination {
	border-top:1px solid #ccc;
}
.pagination span, .pagination a {
	display:block;
	color:#003366;
	float:left;
	font-size:11px;
	line-height:13px;
	margin:2px 2px 2px 0;
	padding:3px 6px;
	text-decoration:none;
	width:auto;
}
.pagination .current {
	background:#666666;
	color:#FFFFFF;
}
.pagination .current {
	font-size:11px;
	padding:3px 6px;
}
.pagination a {
	color:#0066ff;
}
.pagination a:hover {
	color:#FF0000;
	background:#ccc;
}
.pagination span, .pagination a {	
}


/********************************
     		FOOTER
*********************************/
#footer_column{
	background:#000;
	clear:both;
	padding-top:15px;
	position:relative;
	border-top:	4px solid #666666;
}
.footer_content {
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	padding-bottom:20px;
	width:960px;
}
.footer_content .col_one, .footer_content .col_two, .footer_content .col_three {
	float:left;
	margin-right:20px;
	width:220px;
}
.footer_content .col_four {
	float:left;
	width:220px;
}
.header_blocks {
	border-right:1px dotted #999999;
	display:block;
	color:#666;
}
.footer_content h5 {
	color:#FFFFFF;
	font-size:1.3em;
	letter-spacing:3px;
	text-transform:uppercase;
}
.footer_content ul {
	padding-top:20px;
	list-style-type: none;
	color:#999;
}
.footer_content ul li {
	border-top:1px dotted #333;
	display:block;
	padding:5px 0;
}
.footer_content ul li.last {
	border-bottom:1px dotted #333;
	border-top:1px dotted #333;
	display:block;
}
.footer_content ul li a {
	display: block;
	color: #666;
	text-decoration: none;
}
.footer_content ul li a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer_legal{
	margin-top:15px;
	position:relative;
	width:100%;
	border-top:	1px dotted #333;
	
}
#footer{
	font:normal 10px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#666;
	width:960px;
	height:60px;
	display:block;
	margin: 0 auto;
	padding-top:15px;
	line-height:15px;
}
#footer img.logo_ft {
	display:block;
	float:left;
	margin-right:15px;
	padding-right:15px;
	border-right:#666 dashed 1px;
}
#footer p.copyright{
	display:block;
	margin-left:173px;
	background-color:inherit;
}
#footer p.tos{
	display:block;
	float: right;
	margin:15px 0 10px 0;
	
}
#footer p.tos a.link{
	color:#666;
	text-decoration:none;
	padding:2px;
}
#footer p.tos a.link:hover{
	text-decoration:underline;
}
#footer .address{
	display:block;
	float:left;
	width:auto;
	font-size:11px;
	padding-top:7px;
}
