/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

@import url(layouts.css);

@import url(components.css);

@import url(modules.css);

@import url(navigation.css);

@import url(misc.css);

@import url(forms.css);



/* #######################  GENERAL SETTINGS ############################ */

html{height:100%;}



body{

margin:0px;

height:100%;

font-family:arial;

font-size: 0.8em;

color: #666;

background-color:#fff;

}

a
{
  font-weight:bold;
}

/*  Heading Formatting */

h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}

h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}

h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #fff;}

h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}

h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}

h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}





/* Clears Divs */

.clr{clear: both;}



/* #######################  END GENERAL SETTINGS ############################ */

.mainContainer

{

  width:950px;

}



.logo_one

{

  float:left;

}



.footer

{

  background: #003f5e;

  height:20px;

}



.copy

{

  color:#FFF;

  font-size:10px;

  position:relative;

  top:4px;

  font-weight:bold;

}



.copy a

{

  color:#FFF;

  text-decoration:none;

}



.copy a:link

{

  color:#FFF;

  text-decoration:none;

}



.copy a:visited

{

  color:#FFF;

  text-decoration:none;

}



.copy a:hover

{

  color:#458bca;

  text-decoration:none;

}



.top_bar

{

  background: #003f5e;

  height:30px;

}



.Container

{

  background-image: url(../images/body.jpg);

}



.Container_left

{

    float:left;

    text-align:left;

    padding-left:15px;



    width:600px;

    position:relative;

}



.Container_right

{

    float:left;

    width:330px;

    position:relative;

    top:-26px;

    z-index:1000000;

}



.head_right

{

    color:#FFF;

    font-weight:bold;

    position:relative;

    top:2px;

    float:left;

}



.main_menu

{

    position:relative;

    text-align:center;

	height: 30px;

top:-2px;

left:20px;
z-index:1000;

}



.main_menu a:link

{

outline:none;

}



.mainlevel{

	color: #FFFFFF;

	font-weight: bold;

	padding-left: 30px;
	
	padding-right: 20px;

	text-decoration: none;

}

.mainlevel:hover{

	text-decoration:underline;

}