/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

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

#headliner {
	height: 14px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: right;
	}
	
#headliner h1 {
	font-size: 12px;
	margin-right: 10px;
	color: #FFFFFF;
	line-height: 13px;
	display: inline;
	}

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: underline;}

body {
	color: #000000;
	background-image: url(img/wllppr.jpg);
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #66CCFF;
	
}

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

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	height: 5px;
	background-color: #333;
	background-image: url(img/stripe.gif);
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 158px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

/* structure */
.container {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 950px;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}

.main {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCCCCC;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	padding: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	border-left-color: #444;
}

/* content elements */
.content h2 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {
	margin-bottom: 5px;
}



/* sub-navigation */
.subnav {
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
	background-color: #333333;
}
.subnav h3 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.sidebox {
	height: auto;
	width: 255px;
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.reminder {
	background-color: #cccccc;
	width: 850px;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 10px;
}



.Rev {
	width: 300px;
	height: 250px;
	float: right;
	border: 0px solid #333;
	margin-right: 10px;
	
	}
.box1 {
	height: 200px;
	width: 200px;
	float: left;
	margin-right: 15px;
}
.container .main .left .content .search {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	padding-left: 11px;
	padding-top: 5px;
}

