/* Start of CMSMS style sheet 'layout2.0' */
/* Colors for link rollovers both text and image. */

A:link {color:#CCCCCC;}
A:visited {color:#CCCCCC;}
A:hover {color:#337FD4;}

.rollover .button
	{
	float: left;
	display: block;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	}


.rollover .button:hover
	{
	float: left;
	display: block;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}


/* Image Fixes and General Settings. Removes the border for hyperlinked images and the troublesome gaps at the top and bottom of the images. */

img
	{  
	border-style: none;
	}

.imgalign 
	{
	display:block;
	}


.alignleft
	{
	float: left;
	}


.spacer
	{
	width: 7px;
	height: 25px;
	float: left;
	}


.thumbright
{
margin-left: 20px;
margin-bottom: 15px;
}

.thumbleft
{
margin-right: 20px;
margin-bottom: 15px;
}


/* Drop Down Box Code */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common style for all browsers */

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:11px;height:5px; margin:0 padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:20em; color:#000; float:left; padding-right:1em; height:3em; line-height:2em; color:#ddd; 
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:135px; background:#050811; border-left:1px solid #D2D2D2; border-right:1px solid #D2D2D2; border-bottom:1px solid #D2D2D2; left:0; top:25px; overflow:visible; 

	float: left;
	display: block;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}


/*Rollover code for secondary navigation */

.wrapper
{
float: left;
text-align: center;
        margin-right:auto;
	margin-left:auto;
	width: 640px;
	height: 70px;
padding-bottom: 25px;

}



.buttons
{
float: left;
margin-right: 5px;
}


/* Layout Code */


body 
	{
	margin: 0;
	background-image: url(template/images/bodyback.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	background-color: #050811;
font-family: Lucida Sans Unicode, Lucida Grande, arial;
font-size: 13px;	
color: #95B7CB;
}

#frame
	{
        margin-right:auto;
	margin-left:auto;
	width: 1000px;
	padding: 0px;
	text-align: left;
	}

#header
	{	
	margin: 0;
	width: 1000px;
	height: 165px;
	float: left;
	}

#bar
	{
	margin: 0;
	width: 1000px;
	height: 25px;
	float: left;
	text-align: left;
	}


#contentframe
	{
	margin: 0;
	width: 1000px;
	float: left;
	display:block;
	background-image: url(template/images/contentback.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	}


#contentframe2
	{
	margin: 0;
	width: 1000px;
	float: left;
	display:block;
	background-image: url(template/images/fauxcolumns.jpg); 
	background-position: top center; 
	background-repeat: repeat-y;

	}


#footer
	{
	margin: 0;
	width: 1000px;
	height: 100px;
	float: left;
	background-image: url(template/images/footer.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	}
	
/* End of 'layout2.0' */

