/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	font: 13px/24px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #000;	
	text-align: center;
	background-color:#eeeeee;
	background-attachment:fixed;
	color:#000;
	height:100%;
}

/* links */
a:link, a:visited {
	background: inherit;
	color: #036;
    text-decoration: none;
}
a:hover {
	color:#09F;
}
#sidebar ul li a {
	padding:5px 5px 5px 0;
	text-decoration:none;
	display:block;
	font-size:11px;
	width:145px;

}
#sidebar ul li a:hover {
	color:#09F;

}


/* headers */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #036;
}
h1 { font-size: 16px; }
h2 { color:#49A732; font-size: 14px; }
h3 { color:#49A732; font-size: 11px; font-weight: bold; margin:0; }

#main h1 {
	padding: 10px 0 0px 5px;
	margin: 0 0 10px 10px;
   	border-bottom: 1px solid #f2f2f2;
}	
#sidebar h1, #rightbar h1 {
	padding: 5px 0px 5px 5px;
	margin: 5px 0 5px 0;
	font-size:14px;
	text-transform:uppercase;
	color:#49A732;
	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #000;
}
ul span, ol span {
	color: #666666;
}
#main ul li {
	list-style:url(../img/bullet.gif);
	padding-bottom:10px;
	}

/* IMAGES */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}
#rightbar .button {
	background:none;
    border: 0px solid #E4E4E4;
	padding: 8px;
	margin-left:8px;
}
.button:hover {
	cursor:pointer;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
.scales {
	background-image:url(../img/eo_scales.png);
	background-repeat:no-repeat;
	height:178px;
	width:115px;
	position:absolute;
	z-index:999;
	top: 0px;
	right:200px;
}
.eo_insurance {
	background-image:url(../img/eo_Logo.png);
	background-repeat:no-repeat;
	height:76px;
	width:400px;
	position:absolute;
	z-index:999;
	top: 25px;
	right:285px;
}
.photos {
	background:url(../img/photo_group.png) no-repeat;
	height:189px;
	left:163px;
	position:absolute;
	top:140px;
	width:500px;
	z-index:99;
}
.login {
	background-image:url(../img/login_button.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:710px;
	padding-top:40px;
	z-index:99999;
	width:148px;
	height:34px;
}
.login:hover {
	cursor:pointer;
}
	
	

code {
  	margin: 5px 0;
  	padding: 15px 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
 	 /* white-space: pre; */
  	background: #FAFAFA;
  	border: 1px solid #f2f2f2;  
  	border-left: 3px solid #036;
}
acronym {
  	cursor: help;
  	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 5px 5px 32px;
  	background: #FAFAFA url(../img/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #036;
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px 5px;
	border:1px solid #eee;
	font-size: 1em;
	color:#777;
}
textarea {
	width:350px;
	padding:4px 5px;
	font-size: 1em;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
    padding: 2px 5px;
}

/* ----------------------------------
    Layout
------------------------------------- */
#wrap {
	margin: 0 auto;
	margin-top:0px;
    width: 900px;
	text-align: left;
	background-color:#FAFAFA;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#content-wrap {
	clear:both;
    margin: 0; padding:0;
	width: 900px;
}
#header {
	position: relative;
	background:#036;
	height: 110px;
	border-bottom:10px solid #ccc;
	padding:10px;
	}	

#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #CCC;
	text-transform: lowercase;
	background-image:url(../img/MGA_logo.png);
	width:125px;
	height:75px;
	background-repeat:no-repeat;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 30px;
	left: 20px;
}
#header h1#logo:hover {
	cursor:pointer;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 55px; left:50px;
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;
}

/* main column */
#main {
	float: left;
	margin-left: 0px;
	padding: 160px 0 0 5px;
	width: 55%;
	}
#main_full {
	padding: 5px 0 0 5px;
	width: 100%;
	height:100%;

}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: .9em;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0px;	
	padding: 0px;
	display: inline;
	height:100%;
	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-left: 10px;
	text-decoration: none;
	background-position:top right;
}
#sidebar ul.sidemenu li {
	background-image:url(../img/sidebar_hr.gif);	background-repeat:no-repeat;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
	color:#036;
}


/* rightbar */
#rightbar {
	float: right;
	font-size:11px;
	width: 25%;
	padding: 0px 0 0 0;
	margin: 0;
}
#rightbar p {
	padding:0px;
	margin-top:-10px;
	line-height:18px;
	}

/* footer */
#footer {
	clear: both;
	border-top: 4px solid #ccc;
	text-align: right;	
	height: 40px;
    font-size: .9em;
	width:900px;
	margin:0 auto;
	padding:0;
	background-color:#036;
	color:#CCC;
	
}

#footer a { text-decoration: none;
	color:#999;
	padding:0; margin:0;
	}
#footer a:hover { text-decoration: none;
	color:#09F;
	}

/* LEFT SIDE MENU */
#menu {
	clear: both;
	margin: 0; 
	padding: 0px;
		
}
#menu ul {
	position: relative; 
	bottom: 0px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
	height:27px;
	background-color:#ccc;
		
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: 0px;
	float: left;
	color: #808080;
	padding: 5px 10px;
	text-decoration: none;
	background: #CCC; url(../img/menudivide.gif) repeat-y right top; 
	border-bottom: 0px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
	color:#72A545;
}
#menu ul li#current a{
	color: #333;
	background-color: #; 
	border-bottom: 4px solid #3791D7;
}

/* Alignment classes */
.float-left   { float:left;}
.float-right  { float:right; }
.align-left   { text-align:left; }
.align-right  { text-align:right; }
.align-center { text-align:center;	}

/* display classes */
.clear  { clear:both; }
.block  { display:block; }
.hide   { display:none; }	
.blue   { color:#3791D7; }

/* menu sideboxes */

.box {
	width:495px;
	height:auto;
	background-image:url(../img/trans_bg.png);
	z-index:999999;
	margin-left:170px;
	display:block;
	position:absolute;
	top:150px;
	cursor:move;
	padding:5px;
	}
.box_inner {
	width:455px;
	height:auto;
	max-height:400px;
	background-color:#fff;
	z-index:999999;
	margin:40px 10px 10px 10px;
	padding:10px;
	overflow:auto;
	cursor:text;
	}
*html .box_inner {
	height:400px;
	}
	
.box_inner p{
	font-size:13px;
		}
.box_inner a{
	font-size:11px;
	font-weight:normal;
	color:#006;
	}
.box_inner a:hover{
	cursor:default;
	color:#00F;}
.close {
	background-image:none;
	background-color:#000;
	padding:0px;
	margin-right:5px;
	width:20px;
	height:20px;
	border:none;
}
.close:hover {
	cursor:pointer;
}
.hide {
	display:none;
}
.left {float:left;}
.right {float:right;}
.highlight { background-color:#FFC;}