@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
}

#nav {
	height: 65px;
	background-image: url(images/bg.jpg);
	width: 930px;
}

#nav a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:900;
	color: #c0c0c0;
}

#nav a:hover{ font-family:Verdana, Geneva, sans-serif;
font-size:10px;
font-weight:900;
color: #FFF;	  
}



.twoColFixRtHdr #container {
	width: 930px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-image: url(images/BannerHome.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
#logolink
         {
	display: block;
	height: 214px;
	width: 900px;
	background-image: url(logo.jpg);
	background-position: center;
         }

.twoColFixRtHdr #headerWed {
	background-image: url(images/BannerWed.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #headerPort {
	background-image: url(images/BannerPort.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #headerCom {
	background-image: url(images/BannerCom.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #headerGal {
	background-image: url(images/BannerGal.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #headerCont {
	background-image: url(images/BannerCont.jpg);
	background-position: right;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;

} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.twoColFixRtHdr #sidebar1 h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #ADAFB2;
	font-weight: normal;
}

.twoColFixRtHdr #sidebar1 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 19.5px;
	font-style: italic;
}

.twoColFixRtHdr #sidebar1 a {
	font-size: 11px;
	color: #c0c0c0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 900;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar1 a:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 900;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar1 a:visited {
	font-size:11px;
	color: #c0c0c0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 900;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #ADAFB2;
	padding-top: 8px;
	font-weight: normal;
	padding-bottom: 15px;
}

.twoColFixRtHdr #mainContent h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ADAFB2;
	padding-top: 8px;
	font-weight: 600;
}

.twoColFixRtHdr #mainContent p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 19.5px;
}

.twoColFixRtHdr #mainContent a {
	font-size: 11px;
	color: #c0c0c0;
	font-family: "Comic Sans MS", cursive;
}

.twoColFixRtHdr #mainContent a:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}

.twoColFixRtHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}

.twoColFixRtHdr #footer a {
	font-size: 10px;
	color: #c0c0c0;
	font-family: "Comic Sans MS", cursive;
}

.twoColFixRtHdr #footer a:hover {
	font-size: 10px;
	color: #ffffff;
	font-family: "Comic Sans MS", cursive;
}

.twoColFixRtHdr #footer a:visited {
	font-size:10px;
	color: #c0c0c0;
	font-family: "Comic Sans MS", cursive;
}

.twoColFixRtHdr #mee {
	height: 41px;
	padding: 0;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

