*{margin:0;padding:0px}

#downloads a:link {
	color:#9633B7;
}      /* unvisited link */
#downloads a:visited {color:#6e2585;}  /* visited link */
#downloads a:hover {
	color:#B888CC;
}  /* mouse over link */


#gallery{
	float:right;
	width:310px;
	padding-top: 30px;
	clear: right;
}

#buttons{
	float:right;
	width:314px;
}

#button-item{
	float:left;
	width:314px;
	height: 30px;
	margin-bottom: 6px;
	padding-bottom: 18px;
}

.btn-padding1{
	padding:13px 63px;
}

.btn-padding2{
	padding:13px 58px;
}

.btn-padding3{
	padding:13px 52px;
}

.standard-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#8f8f8f;
	font-family:Arial;
	font-size:10.5px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.standard-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.standard-btn:active {
	position:relative;
	top:1px;
}

.btn2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );









	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #EEE;
	text-align: left;
}.btn2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.btn2:active {
	position:relative;
	top:1px;
}

.divider2{
	background:url(../img/divider2.png) center repeat-x;
	padding:15px 0px;
}

.divider3{
	background:url(../img/divider3.png) center repeat-x;
	padding:15px 0px;
}



.box {
	float:left;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px;
	width: 500px;
	margin-top: 30px;
	clear: both;
}

#contact-info{
	float:left;
}

#table{
	clear:both;
	float:left;
	width:655px;
	padding-top: 30px;
}

#main-content{
	margin: 0 auto;
	width:100%;
	min-width:1014px;
	background-image:url(../img/home-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#ribbon-fold1{
	background-image:url(../img/ribbon-fold1.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:200px;
	height: 16px;
}

#ribbon-fold2{
	background-image:url(../img/ribbon-fold2.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:12px;
	height: 199px;
}

.ribbon-apply{
	background-image:url(../img/ribbon-apply.png);
	background-position:top right;
	background-repeat:no-repeat;

}


/*--------------- MAIN STYLING -------------------*/

body {
	background-color:#ffffff;
	color: #333;
}

a {
	color: #3A8BBA;
	text-decoration:none;
	/*font-weight: bold; */
}

p {
	font-size: 15px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align:justify;
	padding: 0px 10px 0px 0px;
	line-height: 1.7em;
}

h1{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#6e2585;
	letter-spacing: 1px;
	font-weight:400;
	padding-bottom:20px;
}

/*--h2{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#8E75A6;
	/*-- color: #3d91a5;
	text-align:justify;
	font-weight:400;
	padding-bottom:5px;
}--*/

h2{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3d91a5;
	text-align:justify;
	font-weight:400;
	padding: 5px 0px 5px 0px;
}


h3{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d91a5;
	text-align:left;
	font-weight:400;
	padding: 5px 0px 8px 0px;
}

img {
	border-style: none;
}

.list{
	padding: 0px 5px 0px 60px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


ul p{

}

hr {
	width: 300px;
	padding:10px 0px;
}



/*--------------- MAIN LAYOUT -------------------*/

#header {
	margin: 0 auto;
	height:126px;
	width:100%;
	min-width:1014px;
}

#header-wrap {
	margin: 0 auto;
	width: 1014px;
	height: 126px;
}

#logo{
	float:left;
	width: 203px;
	padding-top: 16px;
}

#logo img{	
	float: left;
	width: 203px;
	height: 91px;
}

#tel{
	float:right;
	text-align:right;
	margin-top: 56px;
	width: 600px;
	font-family: 'PT Serif', serif;
	font-size: 28px;
	font-style:italic;
	text-align:right;
	color:#674c7f;
}

#navigation{
	clear: both;
	margin: 0 auto;
	background-color: #674c7f;
	background-image: url(../img/nav_bg.png);
	height: 57px;
	min-width: 1014px;
}

#menu-buttons {
	margin: 0 auto;
	height: 55px;
	width: 1014px;
}

#menu-button {
	float:left;
}

#photo_bg{
	background-image:url(../img/fern-bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin: 0 auto;
	min-width: 1014px;
	height: 557px;
	padding-top: 45px;
	width: 100%;
	clear: both;
}

#photo-ribbon{
	width:208px;
	height:204px;
	position:absolute;
	z-index:600;
	left: 796px;
	top: 0px;
	background-image:url(../img/ribbon/photo-ribbon-main.html);
	background-position:top center;
	background-repeat:no-repeat;
	border: 0;
}

#title{
	background-image:url(../img/title-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0 auto;
	min-width: 1014px;
	height: 80px;
	padding-top: 45px;
	width: 100%;
	clear: both;
}

#title-desc {
	width:1014px;
	text-align: center;
	margin: 0 auto;
}

#title-desc h1{
	font-family: 'PT Serif', serif;
	font-size: 30px;
	font-style:italic;
	color:#d0d0d0;
	text-align: left;
	line-height:1.2em;
}

#title-desc p{
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	text-align:justify;
	padding: 0px 10px 0px 0px;
	line-height: 1.4em;
	color:#FFF;
}

.bodyBG {
	background-image: url(../img/body_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}


#gel_desc {
	width:1014px;
	padding-top: 35px;
	text-align: center;
	margin: 0 auto;
}

#gel_desc p{
	font-family: 'PT Serif', serif;
	font-size: 28px;
	font-style:italic;
	color:#d0d0d0;
	text-align: center;
	line-height:1.4em;
	padding: 0 25px;
}


#content-wrap {
	margin: 0 auto;
	clear: both;
	width: 1014px;
	padding: 60px 0 80px 0;
}

#content {
	float:left;
	width: 530px;
	float:left;
}

#content-employment {
	float:left;
	width: 655px;
	float:left;
}

#employment-list {
	float:right;
	width: 350px;
	background-color: #e9e9f5;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px 40px;
	clear: right;

}

#employment-list p{
	text-align:justify;
	line-height:normal;
	line-height: 1.6em;
	font-size:13px;
}

#employment-list h2{
	padding: 0px 10px 0px 0px;
	line-height: 1.9em;
	font-size:15px;
	color: #484848;;
	text-align: left;
}


#right-content {
	float:right;
	width: 382px;
	background-color: #e2e2f2;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 35px 45px;
}

#grey-box {
	float:right;
	width: 252px;
	background-color: #e9e9f5;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px 30px;
	margin-top: 8px;
	background-image: url(../img/box-fern.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#grey-box h2{
	padding: 0px 10px 0px 0px;
	line-height: 1.9em;
	font-size:15px;
	color: #484848;
}

#grey-box p{
	padding: 0px 10px 10px 0px;
	line-height: 1.6em;
	font-size:14px;
	text-align: left;
}


#grey-box ul{
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.bullet-arrow{
	background-image: url(../img/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin-bottom: 8px;
	padding-left: 15px;
}

#downloads {
	float:right;
	padding: 30px 0px 0px 0px;
	width: 310px;
	clear: right;
}

#downloads-img{
	float:left;
	padding: 7px 10px 0px 0px;
	height: 130px;
}


#downloads h2{
	padding: 0px 10px 0px 0px;
	line-height: 1.9em;
	font-size:14px;
	color: #3d91a5;
}

#downloads p{
	padding: 0px 10px 0px 0px;
	line-height: 1.6em;
	font-size:13px;
}


/*-- #right-content p{
	text-align:justify;
	line-height:normal;
} --*/

#content-jobs{
	clear:both;
	float:left;
	width: 1014px;
}

#services{
	clear:both;
	background-color: #ebebeb;
	padding: 50px 0px 50px 0px;
	background-image: url(../img/services_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-width: 1014px;
}

#services-wrap {
	margin: 0 auto;
	width: 1014px;
}

#service-item{
	float:left;
	width: 233px;
}

#service-item p{
	line-height:1.4em;
	font-size:14px;
}

#footer {
	height:372px;
	padding-top: 48px;
	clear: both;
	min-width: 1014px;
	background:url(../img/footer_bg.jpg) top center no-repeat;
	background-color:#a5a5a5;	
}

/*--#footer-repeat{

	height:420px;
	min-width: 1014px
	background-image: url(../img/footer_bg_repeat.png);
	background-repeat:repeat-x;
	background-position:top;

}--*/

#footer-wrap{
	width:1014px;
	margin:0 auto;
}

#footer-content{
	width:232px;
	float:left;
	color:#383839;
	font-family:"source sans pro";
}

#footer-content h4{
	font-weight:700;
	font-size:18px;
	padding-bottom: 20px;
}

#footer-content p{
	font-size:14px;
	line-height: 1.7em;
}

#footer-content a{
	color:#383839;
}

#footer-content ul{
	list-style-type:disc;
	padding: 0 0 0 32px;
	margin: 0px;
}

#footer-content li{
	margin-bottom: 8px;
}


#copyright{
	height: 72px;
	background-color:#452362;
	color:#867099;
	clear: both;
	min-width: 1014px;
}

#copyright-wrap{
	margin: 0 auto;
	width: 1014px;
}

#links {
	float:left;
	padding-top: 18px;
}

#links p{
	font-size:12px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

#links a:link {color:#867099;}      /* unvisited link */
#links a:visited {color:#867099;}  /* visited link */
#links a:hover {color:#FFF;}  /* mouse over link */


#text{
	float:right;
	padding-top: 18px;
	text-align: right;
}

#text p{
	font-size:12px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	color:#867099;
}

/*------ FORM (contact page) ------*/

/*--
textarea {
	padding: 6px;
	font-family:"Source sans pro", sans-serif;
	font-size: 16px;
	resize: vertical;
}


.input {
	margin-bottom:5px;
	padding: 8px;
	background-color: #F2F2F2;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	width:455px;
	font-family: "source sans pro", sans-serif;
	font-size: 16px;
	color:#666;
} --*/


textarea {
	padding: 6px;
	font-family:"Source sans pro", sans-serif;
	font-size: 16px;
	resize: vertical;
}


.input {
	margin-bottom:10px;
	padding: 8px;
	background-color: #F2F2F2;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	width:500px;
	font-family: "source sans pro", sans-serif;
	font-size: 16px;
	color:#666;
}


/*--------------- MAIN CLASSES -------------------*/

.clear{both;}
.bold{
	font-weight:700;
}
.italics{font-style:italic;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.floatR{float:right;}
.floatL{float:left;}
.push {clear:both;}
.padding-right {padding-right:26px}
.padding-bottom{
	padding-bottom: 10px;
}
.links-space{padding-right:10px;}

.divider {
	border:thin;
	border-right-style:solid;
	border-color:#9380a4;
}

.image-holder{
	width: 1002px;
	height: 364px;
	margin: 0 auto;
	background-color: #e2e2f2;
	padding: 6px;
	background-image:url(../img/ribbon/photo-ribbon2.html);
	background-position: top right;
	background-repeat: no-repeat;
}

.bullet{
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 18px 8px;
	padding-left: 40px;
	margin-bottom: 8px;
}

.footer-padding{
	padding-right:28px;
}

.divider-padding{
	margin:25px 0px;
}

.testimony{
	color:#51376b;
	font-family:Times New Roman, Times, serif;
	font-style:italic;
}

.purple{
	color:#9860B0;
}

.blue{
	color: #3d91a5;
}

.img-job{
	border:medium;
	border-style:solid;
	border-color:#FFC;
}

.highlight img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 1;
opacity: 1;
}

.highlight:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.7;
opacity: 0.7;
}


/*--------- Button Design ----------*/

.btn {
	cursor: hand; 
	cursor: pointer;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	box-shadow:inset 0px 1px 0px 0px #e6cafc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b37be8), color-stop(1, #6b498a) );
	background:-moz-linear-gradient( center top, #b37be8 5%, #6b498a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37be8', endColorstr='#6b498a');
	background-color:#b37be8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #8d60a3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10.5px;
	font-weight:700;
	padding:7px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #8628ce;
}

.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b498a), color-stop(1, #b37be8) );
	background:-moz-linear-gradient( center top, #6b498a 5%, #b37be8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b498a', endColorstr='#b37be8');
	background-color:#6b498a;
}

.btn:active {
	position:relative;
	top:1px;
}
