
/* CSS Document */

/* The CPS Temp CSS doc */
* {margin:0; padding:0; border:0;}

input {border:solid 1px #000000;
}

/* START Alsett Clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* END Alsett Clearing method */

body {font-family: Geneva, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:11px;
		background-color:#a8a7a7;
		}
div#mainContent img {border:none;
	 text-decoration:none;}

div#mainTop { width:100%;
			  height:82px;
			  background-image:url(topskyline.jpg);
			  background-repeat:no-repeat;
			  background-position:center;
			  border-bottom:3px #FFFFFF solid;
			}
			
div#mainNav {width:800px;
			height:17px;
			margin-left:auto;
			margin-right:auto;
			}
			
div#mainContent {width:784px;
				margin-left:auto;
				margin-right:auto;
				padding:7px;
				background-color:#FFFFFF;
				border:solid #676767;
				border-width:0px 1px 1px 1px;
			 }
			 
			div#mainContent a:link {color:#676767;
							   text-decoration:none;
							   border-bottom:dotted 0px #676767;
							   }
			div#mainContent a:visited {color:#676767;
								  text-decoration:none;
								  border-bottom:0px;
								  border-bottom:dotted 0px #676767;
								  }
			div#mainContent a:hover {color:#f6921e;
								text-decoration:none;
								border-bottom:solid 1px #f6921e;
								}
			div#mainContent a:active {color:#f6921e;
								text-decoration:none;
								border-bottom:dotted 1px #676767;
								}
			 
div#mainBottom{width:800px;
			   margin-top:10px;
			   margin-left:auto;
			   margin-right:auto;
			   text-align:center;
			   font-size:10px;
			}
		.orange {color:#f6921e;
				}
				
				
#specialBox{
			}
	 #sbtop{width:100%;
	 		height:20px;
	 		}
			#sbleft {width:100%;
					 height:20px;
					 background-image:url(boxTopLeft.gif);
					 background-repeat:no-repeat;
					 background-position:left;
					 background-color:#f6921e;
					}
				#sbright{width:100%;
						height:20px;
						padding-top:0px;
				    	background-image:url(boxTopRight.gif);
						background-repeat:no-repeat;
						background-position:right;
						color:#FFFFFF;
						font-size:14px;
						}
					#sbright p{margin-left:20px;
							   margin-top:1px;
							   
								}
			
	#sbbottom{background-color:#dedede;
			  width:100%;
			  border-top:solid 2px #FFFFFF;
			}
			#sbtext {width:90%;
					 margin-top:5px;
					 margin-bottom:5px;
					 margin-left:auto;
					 margin-right:auto;
					}
		
