/* modal popups */

.featured {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
float:left;
min-height:185px;
overflow:hidden;
width:215px;
}

.featured p {

	color:#5B5A5A;
font-size:13px;
padding:5px;
}


.featured a:link, a:visited, a:active {
	color: #D2691E;	
}


.featured a:hover {
	color: #994F2B;	
}


.featured h3{
font-weight: bold;
background: none repeat scroll 0pt 0pt #f1f1f1; 
margin-top: 0pt; 
padding: 4px;
}


.featured2 {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
float:left;
min-height:155px;
overflow:hidden;
width:215px;
}

.featured2 p {

	color:#5B5A5A;
font-size:13px;
padding:5px;
}


.featured2 a:link, a:visited, a:active {
	color: #D2691E;	
}


.featured2 a:hover {
	color: #994F2B;	
}


.featured2 h3{
font-weight: bold;
background: none repeat scroll 0pt 0pt #f1f1f1; 
margin-top: 0pt; 
padding: 4px;
}


/* modal popups */

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* page */

body {
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	b---ackground: #FFFFFF url('/includes/layout/images/bg.jpg') no-repeat fixed top center;
	
	background:url("/includes/layout/images/nccbg.jpg") no-repeat scroll center top #FFFBF0;
}


input, textarea, select, option {
font-size:12px;
font-weight:400;
}

/* links */
a { color: #336699; text-decoration: none; }

a:hover { color: #003366; text-decoration: underline; }


/* code */
code {
	display: block;
	border: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 15px;
	margin: 5px;
}

div#caption {
	margin: 1px 5px 1px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

/* container, header and nav */
div#container {
	background-color: #333333;
	width: 791px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #CCC4B1 solid;
	padding-top: 0px;
	display: block;
}

/* content */
div#content { background-color: #FFF; margin: 0px; padding: 10px; }

/* footer */
div#footer {
	padding: 5px 5px;
	background-color: #e3e3e3;
	color: #ffffff;
	border-top: 1px solid #ccc;
}

div#footer a {
	color: #000;
	text-decoration: none;
	border: none;
	padding: 4px;
}

div#footer a { color: #336699; text-decoration: none; }

div#footer a:hover { text-decoration: underline; }

div#footer p {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 5px;
	color: #333;
}

div#header {
	background-color: #000000;
	height: 216px;
	width: 791px;
	padding: 0px;
	z-index: 1px;
	float: left;
}

div#header p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #ffffff;
}

div#nav {
	background-image: url('images/navbg.jpg');
	background-repeat: repeat-x;
	height: 50px;
	border-bottom: 1px solid #416C9C;
	border-top: 1px solid #325277;
}

div#nav form { float: right; margin: 10px 15px 0 0; }

div#nav form input {
	border: 1px solid #416C9C;
	background-color: #1D2F43;
	color: #ffffff;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

div#nav form input.button { padding: 3px; }

div#nav ul { float: left; margin: 0; padding: 0; }

div#nav ul { float: left; margin: 0; padding: 0; }

div#nav ul li { display: block; float: left; }

div#nav ul li a {
	float: left;
	border: none;
	padding: 15px 15px 0 15px;
	height: 35px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #cccccc;
	text-decoration: none;
	display: block;
}

div#nav ul li a:hover { color: #ffffff; background-color: #1D2F43; }

div#navigation {
	height: 32px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	background-color: #fff;
	float: left;
	width: 791px;
}

div#page { width: 70%; float: left; }

div#fullpage { width: 100%; float: left; }

div#sidebar {
	width: 28%;
	float: right;
	background-color: #F7F6F2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0px solid #ccc;
}

div#sidebar p { padding: 3px 5px; color: #000; font-size:10px; font-weight:bold; }

div#sidebar ul { list-style: none; margin: 7px 12px; }

div#sidebar ul li { padding: 3px 0; }

div#sidebar ul li a {
	color: #5580B4;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	border: none;
	padding: 5px;
}

div#sidebar ul li a:hover { background-color: #5580B4; color: #ffffff; }

div#sidebarcaption {
	margin: -10px 1px 15px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

/* headers */
h1 { font-size: 5px; font-weight: bold; }


h2 { font-size: 1.4em; color: #000; p---adding: 0 5px; margin: 0px 0; }

h3 { font-size: 1.3em; font-weight: normal; color: #000; }

h4 {
background-color:#B55918;
border-bottom:2px solid #DEDEDE;
border-top:2px solid #DEDEDE;

	padding: 2px;
	color: #FFF;
	font-size: 11px !important;
}

h4 a:hover {
	color: #ffcc00;
}


hr {
	border: 0px;
	border-top: 1px dotted #a0a0a0;
	height: 0px;
}

html{ padding: 0; margin: 0; overflow-y: scroll; }

object { outline: none; }

/* paragraphs */
p { margin: 2px 0 15px 0; line-height: 1.3em; color: #000; }

ul#icons { margin: 0; padding: 0; }

ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

ul#icons span.ui-icon { float: left; margin: 0 4px; }

/* lists */
ul, ol { margin: 0 0 5px 30px; }

/* generic classes */


.article-image-div  {
background-color:#FFFFFF;
border:1px solid #F1F1F1;
font-size:1em;
margin-bottom:2px;
width:150px;
}

.article-image-photo-div  {
margin:0;
padding:0;
text-align:center;
}

.article-image-caption-div  {
border-top:1px solid #CCCCCC;
font-size:0.8em;
padding:2px;
}


.lightgray {
background-color:#F5F5F5;
border:1px solid #D9D9D9;
padding:5px 20px;
}

.header { font-size:14px; font-weight: bold !important; }

.bold { font-weight: bold !important; }

.clear { clear: both; }

.phototable { padding: 1px 4px 1px 4px; margin: 0; }

/*jquery widgets*/
			.tabHeaders { margin-top: 2em; }

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

#tab-content { float: left; }

#tab-item { display: block; }

#tab-photo	{ float: right; width: 100px; padding: 2px; }

#tabs-1 a { color: #ff6600; }

#tabs-2 a { color: #ff6600; }

#tabs-3 a { color: #ff6600; }

#tabs-4 a { color: #ff6600; }




#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px; padding:0;}
#xsnazzy h1 {font-size:1.3em; color:#000; font-weight:bold;}
#xsnazzy h2 {font-size:1em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:25px 1em 5px 1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#eee; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#eee; border:0 solid #08c; border-width:0 1px;}


.can-blog-feed-ol {display:block; line-height:1.3em;}


.hpvidtable{
	padding: 0px;
	width: 100%;
	border-top: 1px #333 dotted;
	border-left: 1px #333 dotted;
	border-right: 1px #333 dotted;
}


.hpvidcell{
	border-bottom: 1px #333 dotted;
	padding: 5px;
	text-align:center;
	width:25%;
}
.hpvidcell:hover{
	background-color: #ccc;
	border: 1px #f60 solid;
	padding: 4px;
}



.actionlight {
background-color:#F5F5F5;
border:1px solid #D9D9D9;
padding:5px 10px;
width:400px;
}

#actioncentercontainer {
m---in-height: 780px;
b---ackground:url("/includes/layout/images/scroll1.jpg") no-repeat scroll center top #fff;
}



#actioncentercontent  {
float:left;
m---argin:230px 14px 14px 50px;
p---adding:7px;
width:770px;
	
}

#actioncentercontent h2{
background:none repeat scroll 0 0 #fff;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
float:left;
margin:1px 0 14px -17px;
m---in-height:380px;
padding:5px;
width:476px;
	
}


#actioncontent {
background:none repeat scroll 0 0 #F7F7F7;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
margin:0 14px 14px 5px;
min-height:380px;
padding:10px;
width:475px;
}




#actiontopright {
background:none repeat scroll 0 0 #f7f7f7;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
float:right;
margin:0px 14px 14px 9px;
min-height:89px;
padding:7px;
width:215px;
	
}



#actiontopright h2{
background:none repeat scroll 0 0 #fff;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
float:left;
margin:4px 0 14px -17px;
m---in-height:380px;
padding:5px;
width:215px;
	
}

#actionsocial {
background:none repeat scroll 0 0 #f7f7f7;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
float:right;
margin:0px 14px 14px 9px;
m---in-height:380px;
padding:7px;
width:215px;
	
}





#actionsocial h2{
background:none repeat scroll 0 0 #fff;
border-color:#EEEEEE #DDDDDD #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px;
float:left;
margin:4px 0 14px -17px;
m---in-height:380px;
padding:5px;
width:215px;
	
}


#actionsocial td{
font-size: 10px;
font-weight:bold;
	
}


#actionsocial td p{
padding-top: 10px;
	
}

#actionform {
border:1px solid #CCCCCC;
float:left;
margin:0 0 10px;
padding:7px;
width:540px;
background:none repeat scroll 0 0 #FFF1B8;	
}


#socialodd {
border:1px solid #CCCCCC;
margin:0 14px 14px 9px;
padding:7px;
width:auto;	
}

#socialeven {
border:1px solid #CCCCCC;
margin:0 14px 14px 9px;
padding:7px;
width:auto;	
}

