* { margin: 0; padding: 0; }




html {
	overflow-y: scroll;
} 

p {
	margin-bottom: 10px;
}

ul {
margin-left: 30px;
}

#index{
background-color: #000000;
margin:0 auto;
text-align:center; /* for IE */ 
font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 62.5%;

}


#admin{
background-color: #eee;
margin:0 auto;
text-align:center; /* for IE */ 
}


#inner {
background-color: #00395a;
background-image: url(../../../images/background.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
margin:0 auto;
text-align:center; /* for IE */ 
}



/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 860px;
   height:169	px;
   margin: 0 auto;
/*    border: 1px solid red; */
   background-image: url(../../../images/header_background.png);	   
}

#header h1{
   float: left;
   width: 704px;
   height:101px;
   margin: 5px 0 17px 65px;
}


#header h1 a{
   display: block;
   width: 704px;
   height:101px;
   text-indent: -9999px;
}



.main_navigation{
	padding-bottom:5px;
}

.top_index {
	height:20px;
}


#bodyContainer {
width:886px;
background-color: #fff;
font-family: Helvetica, "HelveticaNeue-Light", "HelveticaNeue", Arial, sans-serif;
font-size: 13px;
line-height: 1.2em;
color:#000000;
}



#leftNavigation {
float: left;
width:250px;
margin: 0;
padding: 10px 10px 10px 10px;
background: url(../../../images/navigation/left_nav_gradient.png) repeat;


}



#mainBody {
/*
padding: 20px 20px 0 20px;
margin-top: 15px;
margin-left: 261px;
background: #fff;
width:585px;
border: 1px solid red;
*/
margin-left: 270px;
background-color: #fff;
padding: 10px 15px 10px 10px;
}



div#wrapper_home { 
	width:886px;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */ 
}

div#wrapper_inner { 
	width:884px;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */ 
	
}

div#wrapper_admin { 
	width:860px;
	padding-top: 50px;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */ 
}

div#wrapper_small { 
	width:500px;
	padding-top: 100px;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */ 
}





.main_graphics{
	padding-bottom:5px;
	height: 221px;
		text-align: center;
}

#footer {
	padding-bottom: 25px;
	position: relative;
}

.footer_left {
    float:left;
    width:440px;
    position: relative;
    }
.footer_right {
    float:right;
    width:440px;
    position: relative;
    }

#footer a {color: #000; text-decoration: none; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
#footer a:hover {color: #000; text-decoration: underline; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}

td {
	font-family: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	color: #195273;
}

hr{
  	border: 0;
  	width: 100%;
	background-color: #000;
	color: #000;
	height: 1px;  
}

.grey_highlight{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

a {color: #195273; text-decoration: none; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
a:hover {color: #195273; text-decoration: underline; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}



a.green_arrow {
	background-image: url(http://images.octaviaconsulting.com/icons/bullet_go.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
	}
a.green_arrow_back {
	background-image: url(http://images.octaviaconsulting.com/icons/bullet_back.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
	}

a.header:link {color: #fff; text-decoration: none; font-weight: bold; font-family:Verdana,Arial, Helvetica; font-size: 10px;}
a.header:visited {color: #fff; text-decoration: none; font-weight: bold; font-family:Verdana,Arial, Helvetica; font-size: 10px;}
a.header:active {color: #fff; text-decoration: none; font-weight: bold; font-family:Verdana,Arial, Helvetica; font-size: 10px;}
a.header:hover {color: #fff; text-decoration: underline; font-weight: bold; font-family:Verdana,Arial, Helvetica; font-size: 10px;}


a.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:none;	
}

a.footer:hover{
	text-decoration:underline;
}


#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:none;
	width:886px;
	margin: 0px auto;

}



.alert {
	background: #fff6bf url(http://images.octaviaconsulting.com/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f00;
	text-decoration:none;
}

.alert_green {
	background: #C5FFB8 url(http://images.octaviaconsulting.com/icons/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #82CE76;
	border-bottom: 2px solid #82CE76;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#267123;
	text-decoration:none;

	}

.action { font-family: Verdana,Arial, Helvetica; font-size: 10px; font-weight: normal; color: red;}

.form_input { font-family:Verdana,Arial, Helvetica; font-size: 10px; font-weight: normal; color: #000000; background: #F4F4F4; } 
.form_submit { font-family:Verdana,Arial, Helvetica; font-size: 10px; font-weight: normal; color: #000000; } 

/*15 pixels rounded corners */
.roundedcornr_box_809589 {
   background: #ffffff;
}
.roundedcornr_top_809589 div {
   background: url(../../../images/rounded/roundedcornr_809589_tl.png) no-repeat top left;
}
.roundedcornr_top_809589 {
   background: url(../../../images/rounded/roundedcornr_809589_tr.png) no-repeat top right;
}
.roundedcornr_bottom_809589 div {
   background: url(../../../images/rounded/roundedcornr_809589_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_809589 {
   background: url(../../../images/rounded/roundedcornr_809589_br.png) no-repeat bottom right;
}

.roundedcornr_top_809589 div, .roundedcornr_top_809589, 
.roundedcornr_bottom_809589 div, .roundedcornr_bottom_809589 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_809589 { margin: 0 15px; }

/*10 pixels rounded corners */
.roundedcornr_box_466697 {
   background: #ffffff;
}
.roundedcornr_top_466697 div {
   background: url(../../../images/rounded/roundedcornr_466697_tl.png) no-repeat top left;
}
.roundedcornr_top_466697 {
   background: url(../../../images/rounded/roundedcornr_466697_tr.png) no-repeat top right;
}
.roundedcornr_bottom_466697 div {
   background: url(../../../images/rounded/roundedcornr_466697_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_466697 {
   background: url(../../../images/rounded/roundedcornr_466697_br.png) no-repeat bottom right;
}

.roundedcornr_top_466697 div, .roundedcornr_top_466697, 
.roundedcornr_bottom_466697 div, .roundedcornr_bottom_466697 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_466697 { margin: 0 10px; }


-->