@charset "utf-8";
/* CSS Document */
		/*--- reset browser defaults ---*/
html{
	color: #666632;
	background: #414663;
}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,select,input,textarea,p{
	margin:0;
	padding:0;
}
fieldset,img,a{
	border:0;
	outline:0;
}
img{
	border: 1px solid #d2e3eb;
	border-right: 1px solid #96a4c7;
	border-bottom:  1px solid #96a4c7;
}
ul{
	list-style:none;
}
li{
	height:1em;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.22em;
}
/*End:--- default browser defaults*/
		/*--- generic ---*/
a:link,a:visited{
	display:block;
	text-decoration:none;
	color:#666632;
}
a:hover,a:active{
	text-decoration:none;
	color:#ff0000;
}
a:active{
	color: #666632;
}
.clear{
	clear:both;
}
#current{
	color:#ff0000;
}
.bold{
	font-weight:bold;
}
img.noBorder{
	border: none;
}
/*End:--- generic*/
		/*--- design ---*/
/*layout*/
#wrapperPage{
	width: 900px;
	margin: 0 auto;
	background:#414663 url(../images/bgTile_OP.jpg) repeat-y;
	position: relative;
}
#masthead{
	width: 100%;
	height: 141px;
	float:left;
	background:#414663 url(../images/header_OP.jpg) no-repeat;
}
#mainNav,#content,#sidebarAdds{
	float:left;
}
#footer{
}
/*End:layout*/
	/*-area specific-*/
/*masthead*/
#masthead h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.7em;
	font-style: italic;
	letter-spacing: .5em;
	position:absolute;
	top:5.6em;
	left:12.5em;
}
/*End:masthead*/
/*main navigation*/
#mainNav{
	margin-top: 3em;
	display:inline;
	text-align:left;
	margin-right: .5em;
	width: 16%;  /*fix the ie6 bug*/
}
#mainNav li{
	padding: 0 0 1.5em 4.5em;
}
/*End:main navigation*/
	/*- content-*/
#content{
	width: 68%;
	text-align:left;
}
#content #videoContent{
	width: 96.5%;
	margin: 0 auto;
}
#content #wrapperPageContent {
	width:80%;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto;
}
#wrapperPageContent a:link, #wrapperPageContent a:visited{
	display: inline;
}
#wrapperPageContent img{
	float:left;
	margin-right: 1em;
}
#content h2{
	text-transform: uppercase;
	margin-top: 1.9em;
	margin-bottom: 1em;
}
#content p{
	margin-bottom: 1em;
}
#content ul.list{
	list-style: disc;
	padding-left: 2em;
}
/*home*/
#suggestionBoard{
	position: relative;
	width: 66%;
	margin: 0 auto;
	text-align:center;
}
#suggestionBoard #msgPostIt{
	position: absolute;
	top: 5.6em;
	left:19.8em;
	font:"Times New Roman", Times, serif;
	font-size: .85em;
	width: 8em;
	line-height: 1.3em;
}
#msgPostIt span{
	line-height: 2.5em;
}
#homeNav{
	width: 65%;
	margin: 1em auto;
	position: relative;
}
#homeNav #panicBtn{
	position:absolute;
	top: 7.5em;
	left: 12.5em;
}
#homeNav .green{
	color: #499554;
	font-weight: bold;
}
#homeNav ul.thumbL, #homeNav ul.thumbR{
	width: 38.5%;
}
#homeNav li{
	display: inline; // fix the double margin in ie6
	margin-bottom: 2.6em;
	text-transform:capitalize;
}
#homeNav li .lower{
	text-transform:lowercase;
}
#homeNav li a:hover,#homeNav li a:active{
	display: block;
	color: #f00;
/*	color: #146925;*/
	color: #f00;
	background: #d3e3eb;
}
#homeNav ul.thumbL{
	float:left;
	text-align:left;
}
#homeNav li a.long{
	width: 15em;
}

#homeNav ul.thumbL img{
	margin-right:.5em;
}

#homeNav ul.thumbR{
	float:right;
	text-align:right;
}
#homeNav ul.thumbR img{
	margin-left:.5em;
}
/*End:home*/
/*End:-content*/
/*sidebarAds*/
#sidebarAds{
	float:right;
	padding-right: .5em;
}
/*End:sidebarAdds*/
/*link page*/
#wrapperPageContent ul.list li{
	margin: .7em 0;
	line-height: 1em;
}
/*End:link page*/
/*design by*/
#designBy{
	clear: both;
	position: absolute;
	bottom: 1em;
	left: 4.5em;
	text-align: center;
	width: 6em;
	height: 3em;
/*	position:absolute;
	top: 0;
	left: 0;
	bottom: .5em;
	left: 4.3em;
	width: 6em;
	height: 3em;
	line-height: 1.22em;*/
}
#designBy p{
	padding-top:.25em;
}
/*End:designed*/
/*footer*/
#footer{
	margin-bottom: 1em;
}
/*End:footer*/
/*End:- area specific*/
/*End:--- design*/