@charset "UTF-8";
/* CSS Document */

/* colors
blue #4691cf
mauve #A86354


*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6 url(../images/bgrybk.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
 ul {
	list-style: none;
	font-size: 12px;
}
.login {
	margin: 0 auto;
	color: #fff;
	width: 900px;
	text-align:right;
	font-size: 10px;
	background-color: transparent;
}	
h2 {
	margin-bottom: 10px;
	color: #A86354;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;	
}
p {
font-size: 12px;
margin-bottom: 15px;	
}
a {
	color: #A86354;	
}
a:hover {
color: #4691cf;
}
img a {
border: none;	
}

a img {
border: none;
}
.twoColFixRtHdr #container { 
	width: 975px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(../images/header2.gif) no-repeat center top;
	height: 152px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #hdrrt {
float: right;
width: 785px;
margin: 30px 0 0 0;	
text-align: right;
}

.twoColFixRtHdr #header h1 {
	float:right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	float: left;
	height: 130px;
	width: 130px;
	padding-top: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #hdrrt ul#topNav {
	clear:right;
	margin: 49px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #FFF;
}
#topNav li {
	float: left;
	display: block;
	width: 78px;
	height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .75px;
	font-size: 12px;
	color: #fff;
	margin: 0 6px 0 0px;
	padding: 4px 0 0 0;
	text-align: center;		
		}	
		
#topNav li a {
	float: left;
	display: block;
	width: 78px;
	height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .75px;
	font-size: 12px;
	color: #fff;
	margin: 0 6px 0 0px;
	padding-top: 4px;
	text-align: center;	
	text-decoration: none;
	font-weight: bold;
		}
#topNav li a:hover {
	float: left;
	display: block;
	width: 78px;
	height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.75px;
	font-size: 12px;
	color: #6990CB;
	background-color: #fff;
	margin: 0 8px 0 0px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#topNav li#smnav,#topNav li#smnav a,#topNav li#smnav a:hover {
width: 55px;	
}
#topNav li#mnav,#topNav li#mnav a,#topNav li#mnav a:hover {
width: 72px;	
}
#topNav li#lgnav,#topNav li#lgnav a,#topNav li#lgnav a:hover {
width: 100px;	
}
#topNav li#elgnav,#topNav li#elgnav a,#topNav li#elgnav a:hover {
width: 120px;	
}
#main {
	margin: 0 auto;
}
#mainTop {
	width: 977px;
	margin: 0 auto;
	background: url(../images/secbk2.gif) no-repeat center top;
	height: 20px;
		}
.twoColFixRtHdr #photo {
	width: 975px;
	margin: 0 auto;
	background: #FFF url(../images/mainbk.gif) repeat-y center top;
	height: 305px;
	}
	
.photort { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 50px 0 0;
}
.photolft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 70px 8px 0 50px;
}
/*EVENTS PAGE SLIDESHOW */
#photo2 {
	width: 975px;
	margin: 0 auto;
	background: #FFF url(../images/mainbk.gif) repeat-y center top;
	height: 250px;
	
	}
.photolft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 8px 0 50px;
}

.twoColFixRtHdr	#sections {
	width:  947px;
	margin: 0 auto;
	height: 175px;
	background: url(../images/secbk2.gif) repeat-y center top;		
}
.twoColFixRtHdr	#sections h2 {
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0;		
	}	
.twoColFixRtHdr	 #services {
	float: left;
	width: 275px;
	height: 165px;
	text-align: left;
	color: #FFF;
    padding: 20px 10px 10px 20px;
	}	
.twoColFixRtHdr	 #leader {
	float: left;
	width: 275px;
	height: 165px;
	text-align: left;
	color: #FFF;
     padding: 20px 10px 10px 30px;
	}
.twoColFixRtHdr	 #develop {
	float: left;
	width: 275px;
	height: 165px;
	text-align: left;
	color: #FFF;
    padding: 20px 15px 10px 35px;
	}	
		
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px;
}

.twoColFixRtHdr #sidebar1 h3 {
}
.twoColFixRtHdr #sidebar1 h3 span {
	display: none;		
	}
#sidebar a {
	text-decoration: none;	
	}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	border-right: 1px dashed #333;
} 
.twoColFixRtHdr #mainContent h1 {
	margin-top: 30px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #666;	
	}
.twoColFixRtHdr #mainContent h1 span {
	display: none;		
	}
 #mainContent h2 {
	margin-left: 5px;
}
 #mainContent p {
	margin-left: 5px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/footer2.gif) no-repeat center top;
} 
.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-size: 10px;
	line-height: 14px;
}
.twoColFixRtHdr #footer a {
	text-decoration: none;
	color: #666;
	}
.twoColFixRtHdr #footer a:hover {
	color: #333;
	border-bottom: 1px dotted #A86354;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0;
}
.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;
}


.square {
list-style: url(../images/bulletb.gif) inside;	
font-size: 12px;
font-weight: bold;
margin-left: 10px;
}
.check1 {
	list-style: url(../images/bullet1.gif) outside;	
	font-size: 11px;
	}
.mauve {
	color: #A86354;	
	font-weight: bold;
	}
.blue {
	color: #4691cf;	
	}
	ul.jnews {
	margin: 10px 0 10px 20px;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
	list-style: url(../images/news.jpg) outside;				
	}
ul.jnews li {
	margin: 0;
	line-height: 16px;
	list-style: url(../images/news.jpg) outside;				
	}
.news{
	margin: 0 10px 0 0;
	line-height: 20px;
	font-size: 11px;
	list-style: url(../images/news.jpg) outside;				
	}
.small {
	font-size: 10px;	
	}
.bluebrdr {
	width: 450px;
	border-bottom: 1px solid #69F;
	}
.bluebk {
	color: #fff;
	background-color: #C99;
	padding: 10px;
	margin-bottom: 15px;
	}
.bluebk a {
	color: #fff;
	text-decoration: none;
	}
.bluebk a:hover {
	color: #4691cf;	
	}
.white {
	font-size: 14px;
	color: #fff;
	}
	.sidbarlinks {
	width: 250px;	
		
		}
	
ul.top {
	margin: 0 0 0 5px;
	padding: 0;
    font-family: Tahoma, Arial, sans-serif;
	
	font-size: 12px;
	line-height: 20px;
	display: block;
	color: #38468D;
	
    text-decoration : none; 
}
ul.top a:link {
    display: block;
	color: #A86354;
	
	display: block;
	padding-bottom: 3px;
    text-decoration: none; 
	border-bottom: 1px dotted #ccc;
}
ul.top a:visited {
    
	color: #A86354;
	
	display: block;
	padding-bottom: 3px;
    text-decoration: none; 
	border-bottom: 1px dotted #ccc; 
}
ul.top a:hover {
	
	color: #4691cf;
	text-decoration: none;
	
	background-image: url(../images/over2.gif);
	background-repeat: no-repeat;
	background-position: -15px;
	text-decoration: none; 
	border-bottom: 1px dotted #ccc; 
		
}

.calendar {
	padding: 20px 0 10px 0;
	}
.calendar a {
	text-decoration: none;		
}

.left {
	float: left;
	margin: 5px 3px 0 0;
}
.right {
float: right;
margin: 5px 3px 0 0;
}
	/*Newsletter Form Styles */
#newsletter {
	background-color: #f5f5f5;
	width: 200px;
	height: 128px;
	padding: 10px 0 0 0;
}	
input {
	margin: 5px 0 0 20px;
	padding: 0;
	color: #666;
}
ol {
	margin: 5px 0  25px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
	
ol li {
	margin: 5px 0 0 25px;
	font: italic 1.5em Georgia, Times, serif;
  color: #999999;
	
		}
ol p {
  font: normal .8em Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
}

.formal {
	font: italic 12px "Century Gothic", Eurostile, Arial;	
	}
.cbalink {
	border: 1 px dotted #A86354;	
	color: #ffffff;	
	font-weight: bold;
}

.vice {
	padding: 10px 20px;
	font-size: 13px;
	text-align: left;
}
.vice p {
	margin: 5px 0;
}
.vice p span {
color: #A86354;
}
.popular {
padding: 5px;
color: #fff;
font-weight: bold;
background-color: #CC9999;	
}
.slide p span	{
font: italic 1.5em Georgia, Times, serif;
color: #999999;		
}
#signup {
margin-top: 5px;
width: 200px;
height: 200px;
background: url(../images/signbk.png) no-repeat center top;
padding: 0;
text-align: center;
}
#signup p {
padding: 0;
padding-top:20px;
margin: 0 25px 15px 20px;
font-size: .9em;
color:  #346D9B;	
}	

.seal {margin: 15px 0 0 50px;}	
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
