/* Start of CMSMS style sheet 'Home Page' */
body {
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: 75%;
	margin: auto;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/site/background2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

.small {
	font-size: 60%;
}

.yellow {
	color: #FFCC00;
}

.pink {
	color: #D9004A;
}

.blue {
	color: #71B5F9;
}

.lemon {
	color: #DEF228;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.rightimage {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 3px;
	padding: 3px;
	border: 1px solid #666666;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FFCC00;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
}

#container {
	width: 888px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
}

#header {
	width: 888px;
	margin: 20px 0px 0px 0px;
}

.headerLinks {
	float: right;
}

.headerLinks a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.headerLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

.headerTitle {
	float: left;
	font-size: 3em;
	height: 0.75em;
}

#header2 {
	height: 414px;
	width: 884px;
	border: 2px solid #1A1A1A;
	background-image: url(images/site/homepage%20box.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px 0px 0px 0px;
}

#header2Left {
	width: 560px;
	height: 234px;
	padding: 10px;
	float: left;
}

#header2Right {
	width: 280px;
	height: 234px;
	padding: 10px;
	float: right; 

}

.header2LittleBox1 {
	width: 255px;
	padding: 0px 10px 10px 20px;
	float: left;
	margin: 10px 0px 0px 0px;
}

.header2LittleBox2 {
	width: 255px;
	padding: 0px 10px 10px 20px;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 10px 10px 0px 10px;
}

.header2LittleBox3 {
	width: 265px;
	padding: 0px 10px 10px;
	float: left;
	margin: 10px 0px 0px 0px;
}


#buttons {
	height: 2.2em;
	width: 888px;
	background-image: url(images/site/red%20box.png);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
}

#search {
	float: right;
	margin: 2px 10px 0px 10px;
}

#center {
	width:888px;
	float:right;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(images/site/dashes.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#center img a {
	border: none;
}

#content {
	clear: both;
}

.bigBoxText {
	font-size: 1.4em;
	font-family: "Courier New", Courier, mono;
	text-transform: uppercase;
}

#contentLeft {
	float: left;
	width: 588px;
	margin: 15px 0px 0px 0px;
}

#contentRight {
	float: right;
	width: 300px;
	margin: 15px 0px 0px 0px;
}

.bigBox {
	width: 564px;
	height: 100px;
	border: 2px solid #1A1A1A;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-image: url(images/site/sub%20header%20boxes.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0B0B0D;
}

.bigBox .leftimage {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.littleBox {
	background-color: #090909;
	width: 260px;
	margin: 0px 0px 10px 20px;
	padding: 10px 10px 20px 10px;
}



.littleBox hr {
	border-top: 1px dashed #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#footer {
	clear: both;
	font-size: 80%;
	width: 888px;
	height: 30px;
	padding: 40px 0px 10px;
	background-image: url(images/site/dashes.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #D9004A;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D9004A;
}

/* NAVIGATION STARTS */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.2em;
	font-family: "Courier New", Courier, mono;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
}

#nav li {
	float: left;
	width: auto;
}

#nav li a {
	padding: 0px 10px;

}

#nav li ul {
	position: absolute;
	background: #CC0000;
	width: 13em;
	left: -999em;
	line-height: 2em;
	border: 1px solid #000000;
	text-align: left;
}

#nav li li a {
	text-align: left;
}


#nav li li{
	float: left;
	width: 13em;
	padding: 0px;
	background-image: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0 0 12.5em;
	border: 1px solid #000000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li a:hover {
	background-color : none;
	color : #000000;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/* NAVIGATION ENDS */

/* FORM STARTS */

#dbyd {
	clear: left;
	width: 340px;
}

#dbyd fieldset {
	margin-bottom: 10px;
	border: none;
	padding-bottom: 10px;
	width: 340px;
	line-height:1.5em;
	padding-top: 20px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #FFFFFF;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #FFFFFF;
}

#dbyd .fbsubmit {
	width: 60px;
}

/* FORM ENDS */

.bigBox .NewsSummarySummary {
	height: 2.5em;
	overflow: hidden;
}

.littleBox ul {
	padding: 0px;
	margin: 0px;
}

.littleBox li a {
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.littleBox li {
	list-style: none;
}

.lemonLink a:link, .lemonLink a:visited, .lemonLink a:active {
	text-decoration: none;
	color: #DEF228;
	background-image: url(images/site/green%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}

.lemonLink a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEF228;
	background-image: url(images/site/green%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}

.lemonLink2 a:link, .lemonLink2 a:visited, .lemonLink2 a:active {
	text-decoration: underline;
	color: #DEF228;
}

.lemonLink2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEF228;
}

.blueLink a:link, .blueLink a:visited, .blueLink a:active {
	text-decoration: none;
	color: #71B5F9;
	background-image: url(images/site/blue%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}

.blueLink a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #71B5F9;
	background-image: url(images/site/blue%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}

.pinkLink a:link, .pinkLink a:visited, .pinkLink a:active {
	text-decoration: none;
	color: #D9004A;
	background-image: url(images/site/pink%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}

.pinkLink a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #D9004A;
	background-image: url(images/site/pink%20pointer.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}
/* End of 'Home Page' */

