@charset "UTF-8";

body {
	background: #24282c;
	margin: 0px 0px 0px;
	padding: 0px;
	font-size:1.0em;
	font-family: Times, times new roman, serif;
	text-align:left;

	
}
.container {
	width: 902px;
	padding: 0;
	margin: 0 auto;
	background-color:#FFFFFF;
	position: relative;
	text-align:left;
	font-size:1.0em;

	}
.container2 {
	width: 902px;
	padding: 0;
	margin: 0 auto;
	background-color:#24282c;
	position: relative;
}
.wrapper {
	width: 902px;
	font-size: 1em;
}
.header {
	height: 183px;
	width: 902px;
}
.nav {
	height: 40px;
	width: 925px;
	background-color:#24282c;
	margin: 0px 0px 0px 0px;
}

.navcontainer {
	height: 40px;
	width: 925px;
	background-color:#24282c;
}
.maincontent {
	width: 784px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.maincontent2 {
	width: 820px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.purpletextlarge {
	font-family: 'Tinos', times, times new roman, serif;
	font-size:1.1em;
	color:#af66ba;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
	
}


.whitebodytext {
	font-family: times, times new roman, serif;
	font-size:1.0em;
	color:#fff;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	
}


.purplebodytext {
	font-family: times, times new roman, serif;
	font-size:1.0em;
	color:#af66ba;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	
}

.purplebodyquote {
	font-family: times, times new roman, serif;
	font-size:1.2em;
	color:#af66ba;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	
}


.purpletextlsmall {
	color: #af66ba;
	font-family: 'Tinos', times, times new roman, serif;
	font-size: 0.9em;
	
}


.purpletextlsmall2 {
	color: #af66ba;
	font-family: 'Tinos', times, times new roman, serif;
	font-style:italic;
	font-size: 0.8em;	
	
}	
.bluebarntext {
	color: #151313;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;

}
.bodytext {
	color: #434342;
	font-family: times, times new roman, serif;
	font-size: 1.0em;
	line-height: 115%;
	
}
.bodytextwhite {
	color: #ffffff;
	font-family: times, times new roman, serif;
	font-size: 0.8em;

		
}

#content {
	overflow: hidden;
}


h1 {
	font-family: 'Tinos', times, times new roman, serif;
	font-size:1.3em;
	color:#af66ba;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-family: 'Tinos', times, times new roman, serif;
	font-size:1.2em;
	color:#8d4ad6;
	font-style:normal;
	font-weight:300;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0p;
	font-style:italic;
	
}

top {
	font-family: 'Tinos', times, times new roman, serif;
	font-size:1.3em;
	color:#fff;
	font-style:normal;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
}

a.nav1:link {color: #af66ba; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.1em; }
a.nav1:visited {color: #af66ba; text-decoration: none; font-family:  times, times new roman, serif; font-size: 1.1em; }
a.nav1:hover {color: #af66ba; text-decoration: underline; font-family: times, times new roman, serif; font-size: 1.1em; }
a.nav1:active {color: #af66ba; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.1em; }

a.nav21:link {color: #af66ba; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.0em; }
a.nav21:visited {color: #af66ba; text-decoration: underline; font-family:  times, times new roman, serif; font-size: 1.0em; }
a.nav21:hover {color: #af66ba; text-decoration: underline; font-family: times, times new roman, serif; font-size: 1.0em; }
a.nav21:active {color: #af66ba; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.0em; }

a.white:link {color: #ffffff; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.1em; }
a.white:visited {color: #ffffff; text-decoration: none; font-family:  times, times new roman, serif; font-size: 1.1em; }
a.white:hover {color: #ffffff; text-decoration: underline; font-family: times, times new roman, serif; font-size: 1.1em; }
a.white:active {color: #ffffff; text-decoration: none; font-family: times, times new roman, serif; font-size: 1.1em; }


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 200px;
	height:39px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 50px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 4px;
	text-decoration: none;
	color: #FFF;
	margin-top: 20px;
	font-family: Arial,sans-serif; 
	font-size: 0.7em;
	border: 1px solid #af66ba;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	
}
.paging a.active {
	font-weight: bold;
	background: #af66ba;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.paging a:hover {
	color: #fff;
	font-weight: bold;
}


/*--Main Container--*/
.main_view {
	position: relative;
	/* float:left; */
}
/*--Window/Masking Styles--*/
.window {
	height:287px;
	width: 902px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin: 0 auto;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}.maincontent {
	width: 784px;
}




#topmenu ul {
	list-style: none;
	line-height: 25px;
	display: inline;
	margin-left:0px;
	
}
#topmenu ul li {
	color: #ffffff;
	font-family: times, times new roman, serif;
	font-style:italic;
	font-size: 1.1em;
	color: #000000;
	float: left;
	margin-right:10px;
	margin-left:0px;	

}
#topmenu ul li a, #topmenu ul li a:link, #bottommenu ul li a:visited {
	color: #fff;
	text-decoration: none;
	background-color:#24282c;
	margin-left:14px;
	padding:4px;

	
}
#topmenu ul li a:hover, #bottommenu ul li a:active {
	color: #FFF;
	text-decoration: none;
	background-color:#af9d5e;
	
}
.portfolio-slider {
	height: 575;
	width: 804px;
	margin: 0 auto;
	background-color:#24282c;
	position: relative;
}
.leftbio {
	float: left;
	width: 186px;
}





#wrappercontact { 

width:460px;
}



input, textarea { 
	padding: 2px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#af66ba;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #fff; 
	}

.submit input {
	width: auto;
	padding: 10px 12px;
	background: #af66ba;
	font-size: .9em;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#cccccc;
padding:23px;

}



.mainright {
	float: right;
	width: 300px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-right:30px;
	position:relative;
	top:10px;
	
}
