/* ------------------------------------ reset ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 2; background: #fff; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/*----------------------[ Typography ]-----------------------------*/
/* 
   The line-heights and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; } /* IE width*/
html>body{ font-size:12px;}/* Other browsers*/
   
body { 
  color: #222; 
  font-family: Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Georgia, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.4em; }
h2 { font-size: 1.8em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.6em; line-height: 1; margin-bottom: 0.2em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; line-height:1.5; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 0.5em; }

ul, ol      { margin:0 1.5em 0.5em 1.5em; }
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #009; border-bottom:1px solid #009; }
a           { color: #009; text-decoration: none; border-bottom:1px dashed #009; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#666; text-decoration:line-through; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left		{ float:left; }
.right		{ float:right; }
/*----------------------------------------------------------------------------*/
body{
	background-color: #8f8e8e ;/*#fff;#e2e2e2;*/
	margin-top:10px;
	margin-bottom:10px;
}

#wrap {
	width:790px;
	text-align:left;
	background:#fff;
	margin:0px auto;
	padding:10px;
	border:1px solid #111;
	padding-bottom:0;
}

.clearfix {
	clear:both;
	margin-bottom:55px;
}


/* header , logo + navigation*/
#header {

	height:121px;

	background-color:#000066;
	background:url(images/banner.jpg) repeat;
	position:relative;
}

#logo{
	position:absolute;
	top:37px;
	left:25px;
}

#logo a{
	color:#fff;
	text-decoration:none;
	border:none;
}

#nav {
	position:absolute;
	top:80px;
	right:10px;

	padding:0px;
	/*<!--background-color:#060e38;-->*/
	border:0px solid #535a7a;
	list-style-type:none;
}
#nav ul{
	margin:5px;
	list-style:none;
}

#nav li {
	float:left;
	font-weight:700;

}
#nav a {
	display:block;
	text-align:center;
	color:#fff;
	font-family: Arial, sans-serif;
	text-decoration:underline;
	border:none;
	margin-right:10px;
	margin-left:10px; 
}
#nav a:hover {
	color:#7b83a5;	
}

#nav .current {
	color:#7b83a5;	
}

/* content */

#content {
	margin:0 auto;
}

.main-col{
	width:580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	padding:5px;
}

.side-col{
	width:190px;
	padding:5px;
	float:left;
}

img{
	border:0px solid #999;
	padding:0px;
	background-color:#ccc;
	margin:10px;
	margin-top:0;
}

/* footer */
#footer {

	margin:0px auto;
	color:#000;
	border-top:1px solid #111;
	height:25px;
	padding-top:5px;

	
}

/* Special*/
/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; } 

/**/