/* Start of CMSMS style sheet 'halo_style' */
body{
	margin:0px;
	padding:0px;
	background-image:url(images/baody_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}


input[type=text], select, textarea, input[type=select] {
      color: #aaa;
     border: #555 solid 1px;
     background-color: #444;
     padding: 2px;
}

a, a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

h1, h2, h3, p, form{
	margin:0px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#A60000;
	background-image:url(images/h1_base.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:25px;
margin-bottom:10px;
}


h2{
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;

	padding-bottom:10px;
}

h3{
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#540000;

	padding-bottom:10px;
}

p{
	padding:0px 0px 10px 0px;
}

form{
	padding:0px;
}

img{
	border:0px;
}

.clear{
	clear:both;
	font-size:1px;
	height:0px;
}

/* ----------------------------------------- */

#wrapper{
	width:960px;
	margin:6px auto;
	background-color:#0a0a0a;
	padding:20px;	
}

#headerBlock{
	width:100%;
	position:relative;
}

#headerBlock span{
	display:block;
	width:200px;
	position:absolute;
	top:50px;
	right:0px;
	float:right;
	font-size:18px;
	line-height:1.7em;
}

.BlockContainer{
	width:960px;
	margin:auto;
}

.menuHolder{
	/*background-color:#00FF00;*/
	margin:10px 0px 0px 0px;
	background-image:url(images/menu_base.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	/*z-index:999;
font-size:14px;*/
}

.bodyContainer{
	background-color:#111111;
	padding:20px 0px 0px 0px;
}


#left_column{
	width:666px;
	margin:0px 0px 0px 15px;
	float:left;
	/*background-color:#00CC00;*/
	border: solid 1px #111111;
}
.bodyListing{
	margin:10px 0px 10px 50px;
}

.bodyListing ul{
	padding:0px;
	margin:0px;
	font-size:130%;
}

.hrBar{
	width:100%;
	background-image:url(images/bg_h_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:665px;
	margin-bottom:10px;
        padding-bottom:10px;
}

.bodyListing li{
	padding:0px 0px 10px 0px;
	margin:0px;
	list-style-image:url(images/arrow_list.gif);
}

#right_column{
	width:251px;
	margin:0px 0px 0px 15px;
	float:left;
	background-color:#1a1a1a;
	border: solid 1px #1a1a1a;
}

.blockLeft{
	width:430px;
	background-image:url(images/v_var.gif);
	background-position:top right;
	background-repeat:repeat-y;
	float:left;
	margin-bottom:10px;
}
.blockLeft img{
	float:left;
	margin:0px 5px 5px 0px;
}
.blockRight{
	width:230px;
	float:left;
	margin:0px 0px 10px 5px;
}

.footer{
	width:960px;
	margin:10px auto;
	padding:5px 5px 15px 5px;
	position:relative;
}

.facebook{
	background-image:url(images/face_book_icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 32px;
	height:31px;
	line-height:31px;
	float:right;
	margin-right:10px;
	position:absolute;
	right:70px;
	top:0px;
}
.twitter{
	background-image:url(images/twitter_icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 32px;
	height:31px;
	line-height:31px;
	float:right;
	position:absolute;
	right:0px;
	top:0px;
}


.footer p{
	float:left;
	display:block;
	width:700px;
}

.footer span a, .footer span a:visited{
	text-decoration:none;
}

.marginBotom{
	margin:10px 0px 0px 0px;
}

.GeneralBlockBar{
	width:100%;
/*	background-image:url(images/bg_h_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	width:665px;
	margin-bottom:10px;
padding-bottom:5px;
}
/*---------------------------------------------*/

/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	/*background-color: #243135;*/
/* IE6 Hack */
	height: 1%;
	width: 100%;
/* one border at the top */
	/*border-top: 1px solid #3F565C;*/
	margin: 0;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	/*border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;*/
margin-left:0px;
margin-right:0px;
}
ul#primary-nav ul ul {
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
padding:0px;
}
ul#primary-nav li {
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
	border-right:1px solid #000;
	border-left:1px solid #333333;
/*width:105px;*//*------------------------------------------------------------*/

}
#primary-nav li li{
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
border:0px;
border-bottom:1px solid #000;
padding: 0px;
}
/* set the "a" link look here */
ul#primary-nav li a {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 9px 26px 10px 27px;
	display: block;
	text-decoration: none;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
}
ul#primary-nav li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
	background:  url(images/nav.png) repeat-x left 0px;
}


ul#primary-nav li a.menuactive:hover {
	color: #fff;
/* keep it the same */
	font-weight: bold;

}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(uploads/ngrey/parent.png) no-repeat 98% center;
}


/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(uploads/ngrey/parent.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 8px 3px 8px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #fff;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #111111;
	margin: 0px;
	padding: 0px 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background:  url(images/darknav.png) repeat-x left top;
	color: #000
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 100px; /* Image width*/
		height: 70px; /* Image height*/
		display: inline;
		padding: 4px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		display: none; 
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		display: none; 
	}

	.bigPic img{ /* Big Image settings */
		width: 660px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 8px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: #2c2c2c; /* Background of photo */ 

		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 660px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #fff;
		font-size: small;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}

/* End of 'halo_style' */

