/* Start of CMSMS style sheet 'common' */
/*-----COMMON-----*/
body, h1, h2, h3, p, a, ul, li, img, form, label, input, select {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000 url(./images/background.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
h1 {

}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	color: #a0a0a0;
}

a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
#container {
	width: 940px;
	margin: 0 auto;
}
a.logo {
	text-indent: -9999px;
	float: left;
	background-image: url(./images/logo.png);
	position: absolute;
	height: 110px;
	width: 195px;
	left: 0px;
	top: 1px;
	overflow:hidden;
	cursor:pointer;
	z-index:1000;
}
.header{
	float: left;
	height: 110px;
	width: 100%;
	position: relative;
	z-index:2;
}

#content {
	width: 920px;
	background: transparent;
	clear: both;
	padding: 25px 10px 0 10px;
}

	#content h2 {
		color: #CCCCCC;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
		/*clear: both;*/
		/*text-align: center;*/
	}
	
	#content h3 {
		clear: both;
		color: #CCCCCC;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
	}
	
	#content p {
		margin-bottom: 20px;
		line-height: 20px;
	}
	
#content p a:link, #content p a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#content p a:hover, #content p a:active, #content p a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer {
	float:left;
	width:940px;
	border-top: solid 1px #bcbbbb;
	margin: 28px 0 0 0;
	padding: 20px 0 0 0;
	background: transparent url(./images/footer.png) no-repeat;
	height: 210px;
}

.footer ul {
	float:left;
}
.footer li {
	display:inline;
	margin-left:5px;
}
.footer a {
	margin-right:5px;
	color:#CCCCCC;
	font-size:11px;
}
.footer p {
	float:right;
}
.footer p a {
	margin:0px;
	font-weight:bold;
}

/*-----NAVIGATION-----*/

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}
#menu ul {
	margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:0.6em;

}
#menu li {
	float:left;
    position:relative;
}
#menu li a {
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a:link, #menu a:active, #menu a:visited{
    display:block;
    padding: 14px 25px;
    color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {
    color:#fff;
}

.imgleft {
	float: left;
	padding: 5px;
}
.imgright {
	float: right;
	padding: 5px;
}
/* End of 'common' */

