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

body {
	font: 100%/0.8  Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/background.jpg) repeat fixed;
	margin: 0;
	padding: 0;
	color: #ccc;
	line-height: 1.6em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-size: 1em;
	}

h2  {
	font-size: 0.9em;
	}

h3  {
	font-size: 0.9em;
	}

h4  {
	font-size: 0.8em;
	}

p {
	font-size: 0.8em;
	}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.plink a, a:link {
	text-decoration: none;
	color: #FFF;
}

.plink a, a:visited {
	text-decoration: none;
	color: #FFF;
}

.plink a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #C06;
}

.content p a {
	color: #999;
}

.container {
	width: 1024px;
	background: #000;
	margin: 20px auto;
	border-right: medium solid #080808;
	border-left: medium solid #080808;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: url(../images/top_border.jpg) no-repeat center top;
	height: 35px;
}

#logo {
	padding-top: 10px;
	margin-left: 10px;
	}

.sidebar1 {
	float: left;
	width: 234px;
	background: #000 url(/images/sidebox_back2.png) no-repeat right bottom;
	padding-bottom: 10px;
	min-height: 750px;
}

.sidebar1 h2 {
	font-weight: 400;
	font-size: 16px;
	margin: 20px 0 0 25px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

.sidebar1 h3 {
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	margin: 20px 0 0 25px;
	padding-bottom: 15px;
}

.sidebar1 p {
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 0 25px;
	padding-bottom: 15px;
}

.sidebar1 .social {
	margin-left: 40px;
	margin-top: 15px;
}

.sep {
	width: 190px;
	height: 50px;
	background-image: url(../images/side-sep.png);
	margin: 25px 0 20px 25px;
	clear:both;
	}

.extra p {
	margin-bottom: 10px;
	}


.content {
	padding: 10px 0;
	margin-top: 15px;
	width: 790px;
	float: left;
	background: url(../images/cont_back.jpg) no-repeat center;
	height: 700px;
}
.content2 {
	padding: 10px 0;
	margin-top: 15px;
	width: 790px;
	float: left;
	height: 700px;
}
.main {
	padding: 10px 0;
	margin-top: 15px;
	width: 790px;
	float: left;
}
.nivo {
	padding: 10px 0;
	margin-top: 15px;
	width: 790px;
	float: left;
	height: 900px;
}

.nivo p {
	margin: 10px 15px 25px 15px;
	}

.nivo h1 {
	font-size: 18px;
	font-weight: 300;
	border-bottom: thin solid #3F3F3F;
	margin: 25px 35px 20px 30px;
	padding: 0 0 15px 0;
}	

.content ul li {
	font-size: .8em;
	margin-left: 25px;
	margin-right: 35px;
	list-style: none;
}

.bold {
	font-weight: bold;
	}

#home1 {
	background: url(../images/home1.jpg) no-repeat center;
	}

#wed1 {
	background: url(../images/wslide1.jpg) no-repeat center;
	}

#hslide1 {
	background: url(../images/hslide1.jpg) no-repeat center;
	}

#fslide1 {
	background: url(../images/fslide1.jpg) no-repeat center;
	}

#compslide1 {
	background: url(../images/compslide1.jpg) no-repeat center;
	}
	
#self img {
	float: left;
	margin-left: 60px;
	padding: 10px 15px 10px 0px;
	}
	
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.border {
	border-top: thin solid #333;
	padding: 10px 0;
	margin: 10px 20px 0px 20px;
	}
.footer {
	background: url(../images/bottom_border.jpg) no-repeat center bottom;
	background-color: #000;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer p {
	font-size: 0.7em;
	margin-top: 25px;
	padding: 0 0 15px 25px;
	float: left;
	width: 600px;
}

.footer .social {
	float: right;
	width: 150px;
	height: 50px;
	margin-top: 10px;
	margin-right: 30px;
}

.content p {
	margin-right: 40px;
	margin-left: 50px;
}

#maincopy p {
	margin-left: 280px;
	}

.main p {
	margin-right: 40px;
	margin-left: 50px;
}

.main h1 {
	margin-left: 40px;
	padding: 0;
}

.content h1 {
	font-weight: 300;
	border-bottom: thin solid #414141;
	padding: 0 0 15px 0;
	margin: 45px 60px 20px 60px;
	font-size: 22px;
}

.content h3 {
	margin-left: 50px;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.content h4 {
	margin-left: 50px;
}

/*  #form styles --------------------------------- */

label, input, textarea {
	font-size: .8em;
	display:block;
	width: 10em;
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	}

label {
	font-weight: bold;
	}	
input {
	width: 20em;
	}	
	
textarea {
	font-size: 1.0em;
	}	
	
textarea {
	display:block;
	width: 30em;
	float: right;
	margin-top: 1em;
	margin-right: 25px;
	margin-bottom: 1em;
}	
	
label {
	text-align: right; 
	width: 10em;
	clear: left; }	
	
legend {
	color: white;
	background-color: #C06;
	text-align: left;
	padding: 5px;
	font-size: 0.8em;
}
	
fieldset {
	width: 650px;
	background-color: #333;
	margin-left: 50px;
	border: #828162 thin dotted;
	padding: 6px;
	margin-bottom:20px;
	}
		
#select {
	float: left;
	}	

.form {
	margin-right: 60px;
	margin-left: 60px;
}
	
.form a {
	background-color: inherit;
	color: #B04E5D;
}

button {
	display:block;
	font-size: .8em;
	width: 65px;
	float: left;
	}
/* end form styles ------------------------------- */

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:790px;
    height:700px;
    margin-left:15px;
	background:url(images/loading.gif) no-repeat 50% 50%;}
	
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;}
	
#slider a {
	border:0;
	display:block;}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;}
	
.nivo-controlNav a.active {
	background-position:0 -22px;}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;}
	
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;}
	
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;}
	
.info {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;}

.subform {
	color: #FFF;}

