/***************************************
Project: Strategic Assesment Center
By: Jorsek Softwares
****************************************/

/*******GENERAL TAGS*******/
body {
	margin:0px auto;
	padding:0px;
	width: 838px;
	color: #333333;
	background: #BECAD6 url('images/background.jpg') repeat-x center top; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:160%; 
	font-size:70%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a, strong a {

	text-decoration:none;
	outline: none;
	color:#000;
}
a:visited {
	color: #FF9900;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 10px 0px 14px;
	padding:10px;
}

/***HEADER TAGS***/
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
h2, h3, h4, h5 { font-weight: normal; display: block; margin: 0px; padding: 0px;}
h2, h2 a, h3, h4, h5 { color: #556D85; font: 20px Georgia, serif; text-decoration: none; }
h2 a:hover { text-decoration: underline; }
h3, h4 { font-size: 17px; }
h4 { margin: 10px 0px -4px 0px; }
h5 { margin: 10px 0px -4px 0px; font-size: 14px; font-style: italic;  }

/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 15px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}

blockquote {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #fff;
  border-top: 1px solid #b0c1d3;
  border-bottom: 1px solid #b0c1d3;
  margin: 10px 45px;
  background-image: url(images/quote_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote span {
     display: block;
     background-image: url(images/quote_bottom.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
/* color: #69c; */



/***VICAR LAYOUT SETTING***/
#vicar_sz {
	width: 838px;
	margin: 0 auto;
	background: url('images/bg.png') repeat-y center top;
}

/***MAIN***/
#main {
	width: 750px;
	margin: 0 auto;
	height: auto;
}

/***NAVIGATIOn***/
#nav {
	background: #556D85;
	height: 48px;
	width: auto;
	border-bottom: 7px solid #fff;
	text-align: right;
	padding-right: 10px;
	font: 14px/17px helvetica, "Courier New", Courier, monospace;
}

#nav a {
	color: #fff;
}

#nav ul{
	padding: 15px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

#nav ul li{
	display: inline;
}

#nav ul li a{
	color: #fff;
	padding: 3px 12px 3px 12px;
	margin: 0;
	text-decoration: none;
}

#nav ul li a:hover{
	background: #7A8DA0;
}


/***HEADER***/
#header {
	width: auto;
	height: 215px;
	background: #0099cc url('images/header.png') no-repeat center top;
}


#header .quote_box{
	position:absolute;
	margin-left:300px;
	margin-top:0px;
	padding:50px;
	width:300px;
	height:106px;
/* 	border:1px solid red; */
	background: transparent url('images/png_box_quote.png') no-repeat left top;
}


.blue_ribbon_box {
	margin-top: 10px;
	background: #CED9E3;
	border-top: 10px solid #B0C1D3;
	border-bottom: 10px solid #B0C1D3;
	min-height: 50px;
	width: auto;
	text-align: center;
	padding:5px 10px;
}

/***CONTENT***/
#content {
	width: 700px;
	margin: auto;
	padding-top: 15px;
}

#content a {
	color:#4171a2;
	cursor:pointer;
}

/***FOOTER***/
#footer {
	background: #CED9E3;
	border-top: 10px solid #B0C1D3;
	width: auto;
	text-align: center;
	margin-top: 20px;
	min-height: 50px;
}

#footer a{
	color: #000;
}