/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}
hr {
	background: rgb(204, 153, 0) none repeat scroll 0% 50%;
	height: 1px;
	width: 100%;
	vertical-align: top;
	color: rgb(204, 153, 0);
}

a {
	color: #048;
	}
a:hover {color: #06C;}

body {
	background: gray url(images/bwbackgd.jpg) no-repeat fixed top;
	color: #444;
	font: normal 62.5% helvetica,arial,sans-serif;
	padding-top: 1px;
}

p,code,ul {padding-bottom: 1.2em;
}


li {
	list-style: none;
}

h1 {font: normal 1.9em helvetica,arial,sans-serif;}
h2 {font: bold 1.4em helvetica,arial,sans-serif;}
h3 {font: bold 1em helvetica,arial,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em helvetica,arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #044;
	margin-bottom: 4px;
}

img {
	border: 0px;

}
/* misc */
.clearer {clear: both; font-size: 0;}

.left {float: left;
       padding-right:10px;
		 text-align: left;
}
 
.right {float: right;
	padding-left:10px;
	text-align: right;

}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	/*was 1.2em */
	font-size: 1.5em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
	
}

.outer-container {
	background:  no-repeat center bottom;
	padding-bottom: 100px;
}

/* header & title */
.header {
	background: #FFFFFF url(images/NEW_MT_BANNER_900W-byline.jpg)  no-repeat center;
	height: 170px;
	text-align: right;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: gray;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	background: #004422;
}
.path a {
	color: #004422;
	text-decoration: none;
}
.path a:hover {
	color: #4dfdff;
	text-decoration: underline;
}

/* main */
.main {
	background: url(images/backgd.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 690px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .slideshow {
	float: right;
	width: 250px;
}
/* navigation */
.navigation {
	float: left;
	width: 153px;
	min-height: 600px;
}
.navigation h2 {
	color:rgb(255, 255, 204);
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: rgb(255, 255, 204);
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	border: none;
}
.navigation li a:hover {
	background: #002f1f;
	color: #f3edb6;
}

/* footer */
.footer {
	background: #004422;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 12px;
	text-align: right;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.searchtxt {
	font:6px;
	color:#F7F7F7;
	}

.coloredtext {
  font: 1em helvetica,arial,sans-serif;;
  padding-top: 6px;
  color: rgb(0, 102, 102);
}

.greenbox {
	width: 200px;
	float: right;
	border: 1px dashed white;
	padding: 25px;
	text-align: center;
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
	color: rgb(0, 0, 0);
	background-color: rgb(144, 196, 147);
	margin-left: 10px;
	margin-right: 30px;
}


