@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #DDD;
	background-image: url(assets/newmediaback.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
#wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#masthead {
	padding: 0px;
	height: 170px;
	width: 100%;
	margin: 0px;
	background-color: #000;
}
#masthead img {
	border: solid 0px;
}
#footer {
	width: 100%;
}
#footer p{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9px;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 50%;
	/*background-color: #900;*/
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	position: absolute;
	top: 0px;
	background-color: #900;
	left: 50%;
}

#nav ul {
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
#nav ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: -4px;
	margin-left: 15px;
	margin-right: 5px;
	position: relative;
	float: left;
	width: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav ul li a:link, #nav ul li a:visited, #bar a:link, #bar a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FC0;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.thisone {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
/*this is just to maintain the height of the nav while on index*/
.faker {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#content {
	margin: 0px auto;
	padding: 0px 30px 10px 0px;
	width: 955px;
	z-index: 20;
	min-height: 500px;
	background-color: #EEE;
	border: solid 1px #CCC;
}
#content p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 1.5em;
	color: #000;
	width: 550px;
	float: left;
}
#rtbox {
	width: 250px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding: 0px;
	margin: 0px;
	min-height: 350px;
}
#rtbox p {
	width: 200px;
}
#content a:link  , #content a:visited{
	color: #600;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
/*#rtbox2 .announce a:link, #rtbox2 .announce a:visited {
	color: #FC0;
	text-decoration: none;
}
#rtbox2 .announce a:hover {
	color: #FFF;
}*/
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #600;
	margin: 0px;
	padding-top: 30px;
	padding-left: 40px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
	padding-left: 40px;
	font-weight: normal;
	display: inline;
}
h3 {
	padding-left: 40px;
	width: 300px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.inlineH2 {
	font-weight: bold;
	color: #600;
}
.clearfloat {
	clear: both;
}
hr {
	color:#399;
	width: 100%;
}
#wrapper #rtbox p a:hover {
	color: #600;
	text-decoration: underline;
}
#lftbox   {
	width: 200px;
	float: left;
}
#lftbox p {
	padding-left: 40px;
}
#content2 {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	z-index: 20;
	min-height: 500px;
	background-color: #EEE;
	border: solid 1px #CCC;
}
#special {
	width: 280px;
	position: absolute;
	left: 620px;
	top: 350px;
}
blockquote {
	display: block;
	padding: 0 50px;
	width: 280px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
}
blockquote p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

blockquote:before, blockquote:after {
	color: #600;
	display: block;
	font-size: 600%;
	width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote:before {
content: open-quote;

height: 0;
margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 280px;
}
iframe {
	float: right;
	margin-top: -70px;
}
#special2 {
	width: 250px;
	float: left;
}
#example {
	float: right;
	margin-top: -300px;
	margin-right: -10px;
}
#rtbox2 {
	width: 300px;
	float: right;
	padding: 40px 0px 0px 0px;
	margin: 0px;
}
#rtbox2 blockquote {
	display: block;
	padding: 0 50px;
	width: 200px;
	color: #600;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 50px;
}
#wrapper #masthead img {
	display: block;
	margin: 0px auto;
}
#rtbox2 blockquote:before, #rtbox2 blockquote:after {
	color: #600;
	display: block;
	font-size: 600%;
	width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rtbox2 blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
#rtbox2 blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: 5px;
	margin-left: 200px;
}
.announce {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
}
form {
	width: 300px;
	margin-top: 50px;
	margin-left: 200px;
}
