/*--------------------------------------------------------
   AUTHOR:  	Boutros AbiChedid - Blue Olive Online LLC 
   				All Rights Reserved
   START DATE:  July 5, 2010
   PURPOSE: 	Stylesheet for the screen, projector 
   				and handheld media.
   				Blue Olive Online NEWEST Website. 
 --------------------------------------------------------*/
 
/*************** Master Reset - This is not set in stone.  ***************/
/* The beauty of this reset is that all browsers will display the same */
html, div, span, ul, ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input  { 
	margin: 0;
	padding: 0; 
}

body {
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { 
	font-weight: normal; 
	font-style: normal; 
}

img { 
	border: none; 
}
caption,th { 
	text-align: left; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/************ Header Section ************/
.header{
	width:980px;
	height:171px;
	background: #0D1F29 url(../images/header_back.jpg) no-repeat left;
	color: inherit;
}

/* don't display for screen */
.header h1 {
	display: none;
}

/************ Main Section ************/
body{
	background:url(../images/background.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto auto auto;
	color:#6c7b81;
	background-color: inherit;
}
body.not_index{
	background: url(../images/background1.jpg) repeat-x top;
}
a, a:link{
	color:#f36d21;
	text-decoration:none;
	background-color: inherit; 
}
a:visited {
	color: #f00;
	background-color: inherit;
} 
a:hover { 
	color: #808080; 
	background-color: inherit;
	text-decoration: none;
}
h1{
	color:#4cb4e6;
	background-color: inherit;
	font-size:24px;
	font-weight:bold;
	padding:15px 0 15px 0;
	margin:0px;
	clear:both;
}
h2{
	color:#4cb4e6;
	background-color: inherit;
	font-size:18px;
	font-weight:bold;
	padding:15px 0 15px 0;
	margin:0px;
	clear:both;
}
h3{
	color:#4cb4e6;
	background-color: inherit;
	font-size:16px;
	font-weight:bold;
	padding:15px 0 15px 0;
	margin:0px;
	clear:both;
}
p{
	padding:5px 0 5px 0;
	margin:0px;
	text-align:justify;
	line-height:19px;
}
.wrap{
	width:980px;
	margin:auto;
}
.name{
	padding:30px 0 10px 0;
	float:left;
	margin-left: 15px;
}

/* CSS background property 
When using the shorthand property the order of the property values are:
•background-color
•background-image
•background-repeat
•background-attachment
•background-position
It does not matter if one of the property values are missing, as long as the ones that are present are in this order.
*/

/***** Error when Javascript is disabled *****/ 
/* Another way to style the error message. This works on all browsers. 
Remember to test IE on the server for some weird reason IE does not work locally.(
I think this has to do with the jquery library being disable locally)  */
div.error {
	background: #fff6bf url(../images/exclamation.png) no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color: inherit;
	padding: 5px 20px 5px 45px;
	margin:0 auto;
	width: 650px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
div.error span { 
	font-size: 115%;
	font-weight: bold;
}

div.error1 {
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color: inherit;
	padding: 5px 20px 5px 45px;
	margin:0 auto;
	width: 650px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
div.error1 span { 
	font-size: 115%;
	font-weight: bold;
}

/************ Menu ************/
#menu{
	width:840px;
	float:right;
	text-align:right;
	padding:15px 10px 0 0;
	margin:0;
}
#menu ul{
	display:block;
	list-style:none;
	margin:0;
}
#menu ul li{
	display:inline;
	padding:0;
	margin:0;
}
#menu ul li a{
	width:100px;
	height:33px;
	display:block;
	padding:0;
	margin:0 1px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background-color: inherit;
	font-size:14px;
	line-height:32px;
}
#menu ul li.selected a{
	width:100px;
	height:33px;
	display:block;
	padding:0;
	margin:0 1px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background-color: inherit;
	font-size:14px;
	line-height:32px;
	background:url(../images/menu_button.gif) no-repeat center;
}
#menu ul li a:hover{
	background:url(../images/menu_button.gif) no-repeat center;
}
/************ Index header section ************/
.index_header{
	width:100%;
	overflow:hidden;
	margin:4px 0 0 10px;
	padding:0;
	height:341px;
}
.box1{
	width:100%;
	overflow:hidden;
	margin-bottom:-165px;
}
.box1 img{
	float:left;
	padding:0;
	display:inline;
	margin:16px 0 0 48px;
	border: 5px solid #176990;
}
.center_text{
	width:480px;
	height:330px;
	float:left;
	display:inline;
	margin:20px 0 0 10px;
}
.center_text p{
	color:#fff;
	background-color: inherit;
	line-height:21px;
	text-indent:0;
	font-size:14px;
}
.index_header_title{
	font-size:31px;
	color:#fff;
	padding:0 0 10px 0;
	background-color: inherit;
}
.index_header_title span{
	font-weight:bold;
	color:#4cb4e6;
	background-color: inherit;
}
.index_icons {
	width:470px;
	overflow:hidden;
	margin:6px 0 0;
	padding:0 0 0 5px;
}
.index_icons img{
	border: 0;
	width: 106px;
	height: 135px;
}
.index_icons li{
	width:106px;
	float:left;
	overflow:hidden;
	padding:0 12px 0;
	text-align:center;
}

/************ Main Content ************/
.main_content{
	width:980px;
	clear:both;
	padding:0 0 30px 0;
	background:#fff url(../images/main_content_back.jpg) no-repeat center top;
	color: inherit;
}
.left_side{
	width:430px;
	float:left;
	padding:20px 0 0 40px;
}
.right_side{
	width:440px;
	float:left;
	padding:20px 0 0 30px;
}
.both_sides{
	width:890px;
	float:left;
	padding:20px 10px 0 45px;
}
span.left{
	float:left;
	display:block;
}
a.view{
	float:right;
	text-decoration:none;
	color:#f36d21;
	background-color: inherit;
}
img#arrow {
	margin: 0;
	padding:5px;
	border:1px #e2e2e2 dotted;
	width: 800px;
	height: 400px;
}

/************ Image border styling ************/
.photo {
	margin: 10px;
	position: relative; /* THIS IS IMPORTANT FOR IT TO WORK */
	float: left;
}
.pin span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute; /* THIS IS IMPORTANT FOR IT TO WORK */
	top: 4px;
	left: 410px;
	background: url(../images/pin.png) no-repeat;
}
.clip span {
	width: 20px;
	height: 41px;
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
	background: url(../images/paper_clip_small.png) no-repeat;
}

/************ Services ************/
.success img{
	float:left;
	width:400px;
	height: 200px;
	padding: 5px;
	margin-top: 0;
	border: 1px dotted #e2e2e2;
}
.left_side ul li {
	list-style: disc;
	padding: 0 0 5px 0;
	margin-left: 20px;
	text-align:justify;
}
.left_side ol li{
	padding: 0 0 5px 0;
	margin-left: 20px;
	text-align:justify;
}
.services_list{
	float:left;
	padding:0px;
	width:425px;
}
.services_list ol {
	list-style: decimal;
	padding: 0 0 0 10px;
	margin:0 0 0 15px;
}
.services_list ol li{
	padding: 0 0 5px 0;
	line-height:19px;
	list-style-position:outside;
	font-weight:bold;
	background-color: inherit;
	color:#5aa4d4;
	text-align:justify;
}
.services_list ol li span{
	color:#6c7b81;
	background-color: inherit;
	font-weight: normal;
}

/************ Resources ************/
.left_col{
	width:290px;
	float:left;
	padding:10px 0 0 40px;
}
.center_col{
	width:290px;
	float:left;
	padding:10px 0 0 20px;
}
.right_col{
	width:290px;
	float:left;
	padding:10px 0 0 20px;
}
.center_col ul li, .right_col ul li , .left_col ul li{
	list-style: circle;
	padding: 0 0 7px 0;
	margin-left: 20px;
}

#social img{
	width: 22px;
	height: 22px;
	padding:0 0 0 5px;
}

/************ Testimonials ************/

.testimonials{
	float:left;
	width:400px;
	clear:both;
	padding:0 0 10px 5px;
	font: normal 11px 'Trebuchet MS', Verdana, sans-serif;
} 

/* This scroll does not work in Opera? Could not find a solution. */
.scroll{
	height: 500px; 
	overflow:auto; /* 'auto' indicates that vertical and/or horizontal scrollbars will be						
	 		 	 added only if they are necessary.*/
}
.testimonials img{
	float:left;
	width:31px;
	height:31px;
}
.testimonials p{
	width:340px;
	float:left;
	padding:0 0 0 15px;
	text-indent: 0;
}

/************ Portfolio ************/

.portfolio{
	float:left;
	width:440px;
	clear:both;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
}
.portfolio img{
	float:left;
	width:130px;
	padding: 2px;
	border: 1px solid #c9c9c9;
}
.portfolio p{
	width:280px;
	float:left;
	padding:0 0 0 15px;
}

/************ Contact ************/
.contact_form{
	float:left;
	padding:10px 0 20px 0;
}
.form_row{
	width:360px;
	clear:both;
	padding:12px 0 12px 0;
}
label.contact{
	width:85px;
	float:left;
	font-size:14px;
	text-align:right;
	padding:4px 15px 0 0;
	color: #868788;
	background-color: inherit;
}
input.contact_input{
	width:250px;
	height:21px;
	float:left;
	font-size:13px;
	margin:3px 0 0 0;
	padding:3px 0 0 5px;
}
textarea.contact_textarea{
	float:left;
	font-size:13px;
	margin:3px 0 0 0;
	padding:2px 0 0 5px;
}
.submit_clear {
	width:80px;
	cursor:pointer;
	float:right;
	margin-right: 15px;
	color:#000;
	background-color:#e2eff4;
	padding:2px;
}
input, textarea, select{
	border:1px solid #98cdec;
	color:#000;
	padding:3px;
	background-color: #e2eff4;
}
/* this property does not work for the buggy IE6, but that's OK */
input:hover, textarea:hover, select:hover{
	border:1px dashed #000;
	color:#4CB4E6; 
	background-color: #fff;
}
/* for this declarations IE behaves differently than Mozilla, Safari, Google chrome, and Opera */ 
input:focus, textarea:focus, select:focus{
	border:1px solid #518b10;
}
.employee_box_left{
	float:left;
	width:200px;
	line-height:25px;
	margin:10px 0 0 0;
}
.employee_box_right{
	float:left;
	width:200px;
	line-height:25px;
	margin:10px 0 0 20px;
}
.employee_box_left p img, .employee_box_right p img {
	padding: 2px;
	border: 1px solid #98cdec;
	width: 175px;
	height: 168px; 
}

.employee_box_left img, .employee_box_right img {
	width: 14px;
	height: 14px;
	display:inline;
}

/************ FAQ Page ************/

.right_side ul li {
	list-style: disc;
	padding: 0 0 5px 0;
	margin-left: 20px;
}
.right_side ol li{
	padding: 0 0 5px 0;
	margin-left: 20px;
}

dt {
	font-weight:bold;
	font-size: 110%;
	padding: 5px 0;
	color:#4cb4e6;
	background-color: inherit;
}
dd {
	padding: 0 15px 5px 0;
	text-align:justify;
}
dd p {
	padding-bottom: 5px;
}

/************ Footer ************/
.footer{
	width:100%;
	background:#fff url(../images/footer_back.jpg) repeat-x top;
	color: inherit;
}
.footer_content{
	width:980px;
	margin:auto;
	padding:0 0 30px 0;
}
.footer_col1{
	width:285px;
	float:left;
	padding:0 0 0 30px;
}
span.email{
	background:url(../images/icon_email.gif) no-repeat left;
	padding:0 0 0 30px;
	height:26px;
	line-height:24px;
	display:block;
}
span.phone{
	background:url(../images/icon_phone.gif) no-repeat left;
	padding:0 0 0 30px;
	height:26px;
	line-height:24px;
	display:block;
}
.footer_info{
	float:left;
	padding:2px 0 10px 0;
}
p.info{
	width:230px;
	float:left;
	padding:0 0 0 10px;
}
p.info_contact{
	width:325px;
	float:left;
	padding:0 0 0 10px;
}
span.orange{
	color:#f36d21;
	background-color: inherit;
	float:left;
}
span.blue{
	color:#58a2d3;
	background-color: inherit;
	font-size:13px;
}
.footer_copyrights, .browser_support{
	clear:both;
	border-top:1px solid #e2e2e2;
	color:#000;
	background-color: inherit;
	padding:4px 0;
	line-height:18px;
}
.footer_copyrights img {
	width: 185px;
	height: 48px;
}
.browser_support img {
	margin: 0;
	padding:0 2px 0 0;
	border:0;
	width: 20px;
	height: 19px;
}
.footer_col2{
	width:370px;
	float:left;
	padding:0 0 0 30px;
}
img.border {
	padding: 2px;
	border: 1px solid #98cdec;
}
.favorites_box{
	float:left;
	padding:3px 0 3px 0;
}
.favorites_box img{
	width: 32px;
	height: 32px;
	padding:0 10px 0 0;
	float:left;
}

p.favorites{
	width:300px;
	float:left;
	padding:0 0 0 10px;
	margin:0px;
	text-indent: 0px;
}
.footer_col3{
	width:185px;
	float:left;
	padding:0 0 0 30px;
}
.footer_links{
	float:left;
	padding:0;
}
.footer_links ul {
	list-style:none;
	padding:0;
	margin:0;
}
.footer_links ul li{
	padding:6px 0;
	margin:0;
	width:150px;
	border-bottom:1px solid #e2e2e2;
}
.footer_links ul li a, .footer_links ul li a:link{
	text-decoration:none;
	padding:0;
	font-size:12px;
	margin:0;
	color:#6c7b81;
	background-color: inherit;
}
.footer_links ul li.selected a{
	color:#000;
	background-color: inherit;
	font-weight:bold;
}
.footer_links ul li a:hover {
	color:#000;
	background-color: inherit;
}

/************ General ************/

.boldit {
	font-weight:bold;
}
.larger {
	font-size:120%;
}
.smaller {
	font-size:80%;
}
.black {
	color:#000;
	background-color:inherit;
}
.red {
	color:red;
	background-color:inherit;
	font-size: 90%;
}
.orange{
	color:#f36d21;
	background-color: inherit;
}
.center {
	text-align: center;
	margin: 5px auto;
}
.right {
	text-align: right;
	margin: 0;
	padding: 0 25px 0 0;
}
.smallcaps {
	font-variant: small-caps;
}
.clearboth {
	clear:both;
}
.underline {
	text-decoration: underline;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #C5C7D2;
}
.handcursor{
	cursor:pointer;
}
p{
	text-indent: 12px;
}
.paddingtop{
	padding-top: 17px;
}
.margintop{
	margin-top: 17px;
}

.marginleft{
	margin-left: 35px;
}
.noindent {
	text-indent: 0;
}
