@charset "UTF-8";
/* MAIN */

body{
	background: #333;
	margin: 0px;
	font-family: "Trebuchet MS", "Arial", "Helvetica",sans-serif;
	font-size: 12px;
	/*border-top:8px solid #66CC33;*/
	color:#333;
	font-size:13px;
	/*text-align: center;*/
}

/*h3.green, h2.green, h1.green {
	color:#66CC33;
}

h3.blue, h2.blue, h1.blue {
	color:#3276ED;
}

h3.orange, h2.orange, h1.orange {
	color:#EAB234;
}*/

.green {
	color:#66CC33;
}

.blue {
	color:#3276ED;
}

.orange {
	color:#EAB234;
}

.darkgreen {
	color:#42B200;
}

.darkblue {
	color:#0051C6;
}

.darkorange {
	color:#EA9C00;
}


a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

a.green:hover {
	border-bottom:dotted 2px #66CC33;
}


a.blue:hover {
	border-bottom:dotted 2px #3276ED;
}


a.orange:hover {
	border-bottom:dotted 2px #EAB234;
}


.highlight {
	color:#66CC33;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
}

.centered {
	text-align:center;
}


/* TOP */

#blue {
	height:3px;
	background-color:#3276ED;
	/*width:800px;
	margin:0px auto;*/
	width:100%;
}

#orange{
	height:3px;
	background-color:#EAB234;
	/*width:800px;
	margin:0px auto;*/
	width:100%;
}

#green {
	height:3px;
	background-color:#66CC33;
	/*width:800px;
	margin:0px auto;*/
	width:100%;
}
#banner{
	width:800px;
	height:180px;
	margin:0px auto 0px auto;
}

#logo {
	float:left;
	width:200px;
	height:160px;
	margin:19px 25px 0px 25px;
	background-image:url(../images/pmw_logo.png)
}

#top-text {
	float: left;
	height:80px;
	margin-top:70px;
	color:white;
	width:500px;
	background-image:url(../images/pmw_banner.png)
}

.top-title {
	font-size:45px;
	text-align:left;
}

.top-subtitle {
	font-size:18px;
	text-align:left;
}


#nav ul{
	width:800px;
	margin:0px auto 4px auto;
	text-align:right;
	clear:both;
	padding:1px;
	color:#777;
	font-weight:bold;
	position:relative;
}

#nav ul li{
	display:inline;
	margin:0px 3px 0px 3px;
	font-size:12px;
	text-transform:uppercase;
}

#nav ul li a.green{
	color:#777;
	border-top:solid 3px #555;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li a.green:hover{
	border-top:solid 3px #66CC33;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li.green {
	border-top:solid 3px #66CC33;
}

#nav ul li a.blue{
	color:#777;
	border-top:solid 3px #555;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li a.blue:hover{
	border-top:solid 3px #3276ED;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li.blue {
	border-top:solid 3px #3276ED;
}

#nav ul li a.orange{
	color:#777;
	border-top:solid 3px #555;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li a.orange:hover{
	border-top:solid 3px #EAB234;
	text-decoration:none;
	border-bottom:none;
}

#nav ul li.orange {
	border-top:solid 3px #EAB234;
}


/* CONTENT */

#content-container-green{
	width:800px;
	border:solid 3px #66CC33;
	margin:0px auto 0px auto;
	overflow:hidden;
	
}

#content-container-blue{
	width:800px;
	border:solid 3px #3276ED;
	margin:0px auto 0px auto;
	overflow:hidden;
	
}

#content-container-orange{
	width:800px;
	border:solid 3px #EAB234;
	margin:0px auto 0px auto;
	overflow:hidden;
	
}
#content {
	background-color:white;
	width:752px;
	margin:3px;
	overflow:hidden;
	line-height:20px;
	font-size:14px;
	border:solid 1px #777;
	padding:20px;

}
#column-left{
	float:left;
	width:460px;
	/*padding:20px 20px 0px 20px;*/
	min-height:80px;
}
#column-right{
	border-left:dotted 1px #777;
	float:right;
	width:250px;
	padding-left:15px;
	margin:5px 0px 5px 20px;
	/*font-size:12px;*/
	text-align:right;
	border-bottom:dotted 1px #777;
}
#whole-thing {
	width:auto;
	float:left;
}

#example {
	width:200px;
	height:228px;
	margin:18px 24px 18px 24px;
	float:left;
}

#example-header {
	height:40px;
	padding:2px;
	text-align:left;
	color:#0051C6;
	font-weight:bold;
	font-size:16px;
}
#example img{
	border:solid 1px #777;
	padding:2px;
}

#example a{
	border-bottom:none;
}

.form-alert {
	color:red;
}

/* FOOTER */

#footer {
	width:800px;
	color:#999;
	text-align:center;
	margin:5px auto 0px auto;
	overflow:hidden;
}

#footer a{
	color:#666;
}
#skull {
	width:98px;
	height:200px;
	background-image:url(../images/skull.png);
	margin:5px auto 5px auto;
}

.kristel {
	font-size:xx-small;
	text-align:center;
}
