style.css @charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
}
/* #Fonts
================================================== */

h1 {
	color: #5b5b5b;
	font-family: 'Lily Script One', cursive;;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2, h3, h4, h5, h6 {
	color: #4d2534;
	font-family: 'Lily Script One', cursive;;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}
p {
	margin: 0 0 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
img {
	margin: 10px;
}

.img-web {
	margin: 5px;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #4d2534;
}
small {
	font-size: 60%;
}

/* Inline Links */
.inline-link-1 {
	display: inline-block;
	margin: 0 0.2em;
	padding: 3px;
	background: #00ada7;
	border-radius: 2px;
	transition: all 0.3s ease-out;
	/* Font styles */
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.inline-link-1:hover {
	background: #2de4dd
}
.inline-link-1:active {
	background: #C4E1F8
}
.inline-link-1:visited {
	background: #F2BF97
}

/*	Blockquotes  */

blockquote, blockquote p {
	font-size: 22px;
	line-height: 24px;
	color: #4d2534;
	font-style: italic;
}
blockquote {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border-left: 3px groove #f2ca50;
}

/*divider*/

hr {
	border: hidden;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 40px;
	height: 0;
}

/*Section Headers*/
.section-title {
	font-size: 40px;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-image: url('images/divider1.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-transform: capitalize;
}


.section-header {
	text-align: center;
	padding-bottom: 0px;
}

.section-title span {
	background: #FFFFFF;
	padding: 0 35px;
}
.section-slogan {
	font-size: 20px;
	line-height: 140%;
}

/*Cursor selection color*/
::-moz-selection {
 color: #FFFFFF;
 background: #4d2534;
}
::selection {
	color: #FFFFFF;
	background: #4d2534;
}


/*Text Boxes of Varying Sizes for Various Purposes*/
#textbox {
	width: 485px;
	height: auto;
	text-align: justify;
	float: left;
	margin-right: 15px;
}

#web-box {
	width: 215px;
	height: auto;
	text-align: center;
	float: left;
	margin-right: 35px;
}

#imgbox-left {
	width: 310px;
	height: auto;
	text-align: justify;
	float: left;
	margin-right:15px;
}

#about-box {
	width: 650px;
	height: auto;
	text-align: justify;
	float: left;
	margin-right:10px;
}

#sidebar {
	width: 170px;
	height: auto;
	text-align: justify;
	float: left;
}

#textbox2 {
	width: 475px;
	height: auto;
	text-align: justify;
	float: right;
}
#textbox-large {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width: 1000px;
	height: auto;
	text-align: left;
	position: relative;
}

/*main container*/
.container {
	width: 1000px;
	margin: auto;
}

/*Sticky Menu*/
#container-menu {
	position: fixed;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	padding: 0 0 10px 0;
	z-index: 99;
	background-color:#FFF;
	clear:left;
}
ul li {
	font-family: 'Ubuntu', sans-serif;
	font-size:17px;
	list-style: none;
	height: 22px;
	float: right;
	padding: 0px 5px;
	margin-bottom: 45px;
}
ul li a {
	width: 125px;
	height: 40px;
	line-height: 45px;
	border-bottom: 4px solid #85B8A7;
	padding-top: 10px;
	padding-top: 10px;
	color: #222829;
	font-size: 17px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
li:nth-child(1) a {
	border-color: #F4E1C0;
}
li:nth-child(2) a {
	border-color: #D9DCC9;
}
li:nth-child(3) a {
	border-color: #C3D4CA;
}
li:nth-child(4) a {
	border-color: #b4ccd0;
}
li:nth-child(5) a {
	border-color: #855C6C;
}
li:nth-child(1) a:hover {
	border-bottom: 35px solid #F4E1C0;
	height: 9px;
}
li:nth-child(2) a:hover {
	border-bottom: 35px solid #D9DCC9;
	height: 9px;
}
li:nth-child(3) a:hover {
	border-bottom: 35px solid #C3D4CA;
	height: 9px;
}
li:nth-child(4) a:hover {
	border-bottom: 35px solid #b4ccd0;
	height: 9px;
}
li:nth-child(5) a:hover {
	border-bottom: 35px solid #855C6C;
	height: 9px;
}

/*Fancy Box Skin*/
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


/*contact form css*/

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #76BCBE;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/*--- footer section - put whatever you want here ---*/
#footer {
	font-size: 50%;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	line-height: 15px;
	clear: left;
}


