@charset "utf-8";
/*
--- General Info

CSS: Layout & Styles

Author: Jahdy Lancelot

Site: Undefined

Date: Undefined

--- Color Palette

	: # ;
	: # ;

*/

/****** Reset ******/

* {
	margin: 0;
	padding: 0;
	}


/******* End *******/
.clear {
	clear: both;
}

.off {
	display: none;
}

.nobullet      { list-style:none;list-style-image:none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body {
	background-color: #EEF4FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	/*color: #264574;*/
	color: #49648e;

}

a, a:active, a:visited {
	color: #0e2547;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin-left: 10px;
	color: #264574;
}

h1 {
	font-size: 1.2em;
	color: #264574; 
}

/* HEADER *********************************/
/*
Layout
*/
#wrap {
	width: 850px;
	height: 560px;
	margin: 0 auto;
	font-size: 100%;
	position: relative;
	}

.logo {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	width: 195px;
	height: 93px;
	float: left;
	margin: 50px 0 30px 50px;
}

.logo img {
	display: none;
	border: none;
}

#header {
		width: 301px;
		height: 100% !important;
		float: left;
		font-size: .9em;
		background: url(../images/navBG.jpg) no-repeat top left;
		position: relative;
		font-family:Verdana, Geneva, sans-serif;
		letter-spacing: -.8px;
}

#header .nav {
	margin: 80px 20px 0 0;
	text-align: right;
}

#header ul li {
	/*font-weight: bold;*/
	/*color: #0e2547;*/
	color: #aaa8a8;
}

#header li {
	clear: both;
}

#header .nav li a,
#header .nav li .a {
	float: right;
	text-decoration: none;
	width: 20em;
	display: block;
	margin-bottom: 1.5em;
}

#header a:link,
#header a:visited,
#header .a {
	color: #264574;
	/*color: #aaa8a8;*/
}

#header a:hover, 
#header a:active {
	color: #5c80b6;
}

#header .contact {
	color: #aaa8a8;
	text-align: center;
	margin: 30px 0 0 0;
	font-size: .9em;
	height: 5em;
	display: none;
}

.home #content-area {
	background: url(../images/homeBG.jpg) #fff no-repeat top left;
}

.home ul {
	margin-left: 40px; 
	width: 200px;
}

.home ul a {
	text-indent: 0;
}

.services #content-area {
	background: url(../images/servicesBG.jpg) #fff no-repeat top left;
}

.services a.distancer {
	margin-top: 40em;
	display: block;
}

.services a.quick-link {
	width: 238px;
	height: 30px;
	border: 1px dashed #c00;
	background: #EEF4FB;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
}

.profile #content-area {
	background: url(../images/profileBG.jpg) #fff no-repeat top left;
}

.news #content-area {
	background: url(../images/newsBG.jpg) #fff no-repeat top left;
}

.contact #content-area {
	background: url(../images/contactBG.jpg) #fff no-repeat top left;
}

.index #content-area {
	background: url(../images/indexBG.jpg) #fff no-repeat top left;
}

#content-area {
	float: left;
	width: 549px;
	position: relative;
	height: 100% !important;
	background: #fff;
}

#content-area .text-area {
	height: 340px;
	margin: 160px 20px 10px 10px;
	overflow: auto;
	position: relative;
}

#content-area a {	
	color: #3f3fff;
}

p { 
	line-height: 1.5em;
	margin: 10px 10px 1.2em 10px;
}

#content-area ul {
	margin-left: 8px;
	margin-bottom: 5px;
	width: 200px;
	margin-top: 5px;
	list-style: disc;
	font-size: .9em;
}

#content-area ul ul {
	list-style: circle;
}

#content-area ul ul ul {
	list-style: disc;
}

#content-area .principal {
	width: 235px;
	float: left;
	display: block;
	margin-left: 10px;
	background: #F5F8FA;
	position: relative;
}

#content-area .principal li {
	margin-bottom: 5px;
}

#content-area .list {
	margin-left: 20px;
}

#content-area .name {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	padding: 10px;
	display:block;
}

#footer {
	padding: .6em 0 0 0;
	font-size: .8em;
}

.copyright {
	float: left;
	width: 25em;
}

#jahdy-link {
	display: none;
}

.j:link, .j:active, .j:visited {
	text-decoration: none;
	color: #EEF4Fc;
	cursor: pointer;
	height: 18px;
	background: url(../images/j.gif) no-repeat top right;
	padding-right: 24px;
	display: block;
	float: right;
	width: 10em;
	text-align: right;
}

.j:hover, .j p:hover {
	text-decoration: none;
	color: #c00;
	background-position: bottom right;
}
/*
Typography & Styles
*/

/* CONTENT-AREA ***************************/
/*
Layout
*/



/*
Typography & Styles
*/

/* FOOTER *********************************/
/*
Layout
*/



/*
Typography & Styles
*/
