/* CSS Document */

/* Link styles*/
a:link, a:visited {color: #4D4D4D; text-decoration: underline}
a:hover, a:active {color: #F7ED72; text-decoration: underline}

/* Colour scheme 
	Red      #a13851
	Greay 	 #363636 */

#navbars {
	width: 11em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 12em;
	float: right;
	margin-top: 22px;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	margin-right: 10px;
	display: block;
	line-height: 2em;
	padding: 0px;
	}

#navbars ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navbars li {
	margin-bottom: 5px;
	display: inline;
	height: 5px;
	padding: 0px;
}
#navbars li a {
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	padding-right: 15px;
	color: #f6c900;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #f6c900;
}

#navbars li a:visited {
	color: #363636;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #f6c900;
}
#navbars li a:hover {
	color: #ffffff;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
/* Container styles */

#header {
	background-repeat: no-repeat;
	height: 164px;
	width: 750px;
	top: 0px;
	background-image: url(images/designs-with-intent.jpg);
	background-position: center;
	padding: 0px;
	margin: 0px;
}
#left {
	background-repeat: repeat-x;
	background-position: top;
	width: 190px;
	float: left;
	padding: 0px;
	height: 600px;
}
#right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 720px;
	font-size: 13px;
	line-height: 1.25em;
	float: left;
	background-repeat: repeat;
	margin: 0px;
	background-image: url(images/bg.png);
	color: #F1F6FB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer {
	font-size: 9px;
	text-align: center;
	height: 30px;
	width: 730px;
	padding: 10px;
	color: #464646;
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
}

#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container {
	margin: 0px;
	float: left;
	width: 500px;
	padding: 0px;
}


#sidebar {

	width: 11em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 12em;
	float: right;
	margin-top: 22px;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	margin-right: 10px;
	display: block;
	line-height: 1.2em;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FEF076;
	display: block;
	letter-spacing: .2em;
	}

h2 {
	font-size: 18px;
	color: #f7ed72;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	}
#image {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h3 {
	font-size: 14px;
	color: #f7ed72;
	margin-bottom: 15px;
	margin-top: 20px;
	
}
.emphasis {
	color: #f7ed72;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.subtitle {
	font-size: 18px;
	color: #BFB3F2;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding-top: 75px;
	letter-spacing: 0.15em;
	padding-right: 20px;
}
.quote {
	padding: 0px;
	float: right;
	width: 460px;
	margin: 0px;
}


/*NAVIGATION*/

#navcontainer
{
	width: 540px;
	z-index: 1;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

#navcontainer ul
{
	list-style-type: none;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

#navcontainer li a
{
	color: #F1F6FB;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px dotted #D7E8FA;
}

#navcontainer li a:hover
{
	color: #F7ED72;
	text-decoration: underline;
	border: 1px dotted #f7ed72;
}

#navcontainer li a#current
{
	color: #D7E8FA;
	border: 1px dotted #D7E8FA;
}

#navcontainer li a span {display: none}

#navcontainer li a:hover span{
	display:block;
	position:absolute;
	top: -50px;
	width:400px;
	background-color:transparent;
	color:#FFFFFF;
	text-align: left;
	padding: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 5px;
}
#photo {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
	border: 2px solid #E7EFEF;
	padding: 0px;
}
h4 {
	font-size: 14px;
	color: #f7ed72;
	margin-bottom: 15px;
	margin-top: 20px;
	float: left;
	width: 325px;
	padding: 0px;
	margin-left: 20px;
}
