﻿/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}


/* ========================== General Styles ========================== */


body {
	background: #cbc9be url("images/bg_body.jpg") no-repeat top center;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#666C6B;
	font-weight:300;
	line-height:1.5em;
}

#wrapper {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top:20px;
	position: relative;
	text-align: left;
	width: 800px;
}

a {
	color: #5a80b0;
	text-decoration: none;
}


.headerContainer {
	border-bottom: 1px solid #f0efee;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

/*
.headerContainer h3, .headerContainer img {
	bottom: 0;
	color: #a7aaaf;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	left: 5px;
	width:400px;
}*/

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	color:#5a80af;
}


h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

h4, span {
	font-weight: bold;
}


img.left {
	float: left;
	margin-right: 15px;
}

/*
p, li {
	color: #8b8986;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 12px;
}*/


ul {
	list-style: none;
	list-style-position: outside;
}


/* ========================== Main Content Styles ========================== */
#mainContent {
	background: url("images/bg_mainContent.png") no-repeat bottom left;
	float: right;
	padding: 0px 8px 70px 37px;
	width:564px;
}


/* ========================== Header Styles ========================== */
#header 
{
	position:relative;
}
#ribbon{
	position:absolute;
	background:url(images/ribbon.png);
	top:0;
	left:-63px; 
	width:650px;
	height:80px; 
}

#header h1
{
	font-family:Times New Roman, Times, Serif;
	text-align:center;
	letter-spacing:10px;
	font-size:40px;
	
	margin-top:20px;
	color:#fff;	
}


/* ========================== Profile Section Styles ========================== */
#profile {
	margin-bottom: 35px;
	overflow: hidden;
	padding-top: 90px;
	width: 453px;
}

#profile img {
	margin-top: -8px;
}

/* ========================== Social List Styles ========================== */
.social li {
	float:left;
	margin-right: 2px;
	text-indent: -9999px;
}

.social li a {
	background: url("images/icons_social.png") no-repeat top left;
	display: block;
	height: 20px;
	width: 20px;
}

.social li a[title="Linkedin"] {
	background-position: -20px 0;
}

.social li a[title="Twitter"] {
	background-position: -40px 0;
}

/* ========================== Divisions Styles ========================== */
.divisions li {
	margin-bottom: 35px;
	width:500px;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: left;
	left: 6px;
	position: absolute;
	top: 0;
	width: 192px;
}

/* ========================== Main Navigation Styles ========================== */
#mainNav {
	margin: 130px 0 70px 0;
}

#mainNav li {
	margin-bottom: 0;
	text-align: right;
}

#mainNav li a {
	background: url("images/bg_mainNav.jpg") no-repeat bottom right;
	color: #a7aaaf;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
	line-height: 43px;
	padding-right: 22px;
	text-transform: uppercase;
	width: 170px;
}

#mainNav li a.active {
	background: url("images/bg_mainNav_active.png") no-repeat top right;
	color: #5a80af;
	font-size: 16px;
	height: 54px;
	line-height: 52px;
}

#mainNav li a.last {
	background-image: none;
}

#mainNav li a:hover {
	text-decoration: none;
}

/* ========================== Twitter Box Styles ========================== */
#twitter {
	background: url("images/bg_twitter.png") no-repeat top left;
	height: 299px;
	margin-left: 20px;
	padding: 30px 25px 0 25px;
	width: 122px;
}

#twitter h3
{
	margin-top:0px;
	margin-bottom:5px;
}

#twitter li 
{
	font-family:Tahoma;
	font-size: 12px;
	line-height:15px;
	margin-bottom: 12px;
	color: #fff;
}

/*------------------------------SLIDER-----------------------------*/

.fadeWrapper{

	position:relative;
	width:626px;
	height:402px;
}

.fadeHolder{
	width:547px;
	height:445px;
	position:absolute;
	top:12px;
	left:12px;
}

.imageHolder{
	width:531px;
	height:450px;
	position:absolute;

}

.sliderContainer{
	width:530px;
	height:399px;
	background-color:#f2f2f1;
	padding:5px;
	border:1px solid #c1c1c1;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:527px;
	height:400px;
	padding:0px;
	overflow:hidden;
	border:1px solid grey;
	text-align:center;
}

ul.wrapper  {
    display: block;
    padding:0px;
    margin: 0px;
    list-style: none;
}

.wrapper li {
    display: block;
    float: left;
    padding: 0;
}

.imageHolder {
	float:left;
	display:inline;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:410px;
}

.black{
	width:450px;
	height:400px;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	background-color:transparent;
}

.imgInfo{
	background-image:url(images/trans.png);
	width:450px;
	height:130px;
	z-index:99;
	position:absolute;
	bottom:-130px;
	left:0px;
	padding-left:10px;
	color:#fff;
	text-align:left;
	font-size:13px;
	padding-bottom:10px;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}

.imgInfo h3{
	text-shadow:none;
	color:#fff;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}