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


body {
	background-color: #F5F5F5;
	background-image: url(../images/layout/logo-bkgd.png);
	background-repeat: no-repeat;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #999;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}

p {
	margin-top: 0px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 115px;
	padding-top: 25px;
	position: relative;
	width: 775px;
}

.content-bkgd{
	background-image: url(../images/layout/folder-side.png);
	background-repeat: repeat-y;
	margin-left: 150px;
	width: 850px;
}

#folder-side {
	background-image:url(../images/layout/folder-tab.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	bottom:-6px;
	color:red;
	height:330px;
	left:-1px;
	line-height:100%;
	position:absolute;
	width:61px;
}

#folder-side img {
	padding-left: 11px;
}

.tail {
	position:relative;
	background-image: url(../images/layout/folder-bottom.png);
	margin-bottom: 25px;
	width: 850px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 10px;
	margin-left: 210px;
	margin-top: -30px;
	z-index:1;

}


/*** NAVIGATION ***/

.nav {
	background-image: url(../images/layout/nav-bkgd.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%
}

.nav ul {
	margin: 0px 0px 0px 165px;
	padding: 5px 0px 0px 100px;
}


.nav li {
	float:left;
	list-style: none;
	padding-right: 25px;
}

.nav a:link,
.nav a:visited,
.nav a:active {
	color: #E7BFC0;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}

.nav li.current_link a:link,
.nav li.current_link a:visited,
.nav li.current_link a:active,
.nav a:hover {
	color: #FFF;
}

/*** LINKS ***/

a:active,
a:visited,
a:link {
	color: #BF1B21;
}

h2 a:active,
h2 a:visited,
h2 a:link {
	text-decoration: none;
	color: #333;
}

h2 a:hover {
	text-decoration: underline;
	color: #BF1B21;
}

/*** HOME PAGE ***/

.home-first {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin-left: 200px;
	margin-bottom: 50px;
	padding-top: 20px;
}

.home-second {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin-left: 250px;
	margin-bottom: 50px;

}

.home-third {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin-bottom: 50px;

}

.home-fourth {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 350px;
	padding: 15px;
	position: absolute;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index: 4;
}

.home-fourth p {
	color: #BF1B21;
	padding: 0px;
	margin: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.home-img {
	position: relative;
	margin-bottom: -25px;
	margin-top: 20px;
	padding: 0px;
	z-index: 3;

}

.home:active,
.home:visited,
.home:link {
	text-decoration: none;
}

.home:hover {
	color: #DF0509;
}



/*** TEAM ***/

.team td {
	padding-right: 25px;
	padding-bottom: 25px;
}


/*** CONTACT ***/

.contact td {
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 8px;
}


/*** ACCENTS ***/

.accent {
	border: 1px solid #CCC;
	color: #BF1B21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
}

.accent p {
	margin-top: 8px;
	padding-right: 25px;
}

.accent img {
	padding-right: 20px;
}

.accent ul {
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
}

.testimonial {
	color: #BF1B21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



/*** IMAGES ***/

.imagespacert {
	float: right;
}

.imagespacelt {
	float: left;
	padding-right: 15px;
}

.photo {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
	padding-top: 12px;
}



/*** STICKY FOOTER ***/


#footer {
	background-color: #CCC;
	padding-top: 40px;
	padding-left: 16px;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 110px;
	clear:both;
}

.address {
	border: #FFF 1px solid;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	margin-left: 250px;
	text-align: center;
	width: 600px;
}

.address a:link,
.address a:visited,
.address a:active {
	color: #333;
	text-decoration: none;
}

.address a:hover {
	color: #BF1B21
}

.separater {
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*** TRASPARENCY ***/

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

