@CHARSET "ISO-8859-1";


/* Colors by Paletton
	

#####  Color Palette by Paletton.com
#####  Palette URL: http://paletton.com/#uid=73t2A0k++NAttZOLv+V+WuK+5ob


*** Primary color:

   shade 0 = #008DD8 = rgb(  0,141,216) = rgba(  0,141,216,1) = rgb0(0,0.553,0.847)
   shade 1 = #20AFFC = rgb( 32,175,252) = rgba( 32,175,252,1) = rgb0(0.125,0.686,0.988)
   shade 2 = #06A8FF = rgb(  6,168,255) = rgba(  6,168,255,1) = rgb0(0.024,0.659,1)
   shade 3 = #00659C = rgb(  0,101,156) = rgba(  0,101,156,1) = rgb0(0,0.396,0.612)
   shade 4 = #00507A = rgb(  0, 80,122) = rgba(  0, 80,122,1) = rgb0(0,0.314,0.478)
   
   

*** Secondary color (1):

   shade 0 = #FF6A00 = rgb(255,106,  0) = rgba(255,106,  0,1) = rgb0(1,0.416,0)
   shade 1 = #FF7614 = rgb(255,118, 20) = rgba(255,118, 20,1) = rgb0(1,0.463,0.078)
   shade 2 = #FF6A00 = rgb(255,106,  0) = rgba(255,106,  0,1) = rgb0(1,0.416,0)
   shade 3 = #F56600 = rgb(245,102,  0) = rgba(245,102,  0,1) = rgb0(0.961,0.4,0)
   shade 4 = #C15000 = rgb(193, 80,  0) = rgba(193, 80,  0,1) = rgb0(0.757,0.314,0)

*** Secondary color (2):

   shade 0 = #00D7BA = rgb(  0,215,186) = rgba(  0,215,186,1) = rgb0(0,0.843,0.729)
   shade 1 = #14FBDC = rgb( 20,251,220) = rgba( 20,251,220,1) = rgb0(0.078,0.984,0.863)
   shade 2 = #00FFDC = rgb(  0,255,220) = rgba(  0,255,220,1) = rgb0(0,1,0.863)
   shade 3 = #009A85 = rgb(  0,154,133) = rgba(  0,154,133,1) = rgb0(0,0.604,0.522)
   shade 4 = #007968 = rgb(  0,121,104) = rgba(  0,121,104,1) = rgb0(0,0.475,0.408)

*** Complement color:

   shade 0 = #FF8B00 = rgb(255,139,  0) = rgba(255,139,  0,1) = rgb0(1,0.545,0)
   shade 1 = #FF9414 = rgb(255,148, 20) = rgba(255,148, 20,1) = rgb0(1,0.58,0.078)
   shade 2 = #FF8B00 = rgb(255,139,  0) = rgba(255,139,  0,1) = rgb0(1,0.545,0)
   shade 3 = #F58500 = rgb(245,133,  0) = rgba(245,133,  0,1) = rgb0(0.961,0.522,0)
   shade 4 = #C16900 = rgb(193,105,  0) = rgba(193,105,  0,1) = rgb0(0.757,0.412,0)


#####  Generated by Paletton.com (c) 2002-2014

*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

body
{
	font-family: 'Droid Sans', sans-serif;
	color: #008DD8;
	min-width: 720px;
}

a

{
	color: #00659C;
}

form
{
	background-color: #008DD8;
	color: #FFFFFF;
	width: 98%;
	font-size: 90%;
	margin: 5px;
	padding: 5px;
}
input
{
	font-size: 85%;
}

#lefty
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 250px;
	height: 100px;
}

#righty
{
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 250px;
	height: 100px;
}

#logobox 
{
	width: 100%;
	height: 270px;
	text-align: center;
}

main
{
	width: 99%;
	background-color: #FAFAFA;
}

#main
{
	width: 78%;
	border-style: solid;
	border-color: #008DD8;
	border-width: 1px;
	color: #008DD8;
	margin-left: 11%;
	margin-right: 11%;
	background-color: #FFFFFF;
	padding: 5px;
}

footer
{
	width: 100%;
	background-color: #008DD8;
}


/*From CSSWIZARDRY.com*/

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */

/*------------------------------------*\
    NAV
\*------------------------------------*/
#menuholder
{
	width: 98%;
	text-align: center;

	
	border-style: solid;
	border-width: 5px;
	border-color: #CCCCCC;
	background-color: #008DD8;
	color: #FFFFFF;
}

#menubar
	{
	    list-style:none;
	    font-weight:bold;
	    /*margin-bottom:10px;*/
	    /*float:left;*/ /* Clear floats */
	    
	    /* Bring the nav above everything else--uncomment if needed.
	    position:relative;
	    z-index:5;
	    */
	    
	    margin: 0px;
		
	    
	}
	#menubar li{
	    /*float:left;*/
	    display: inline;
	    position:relative;
	}
	#menubar a{
	    color:#fff;
	    background:#008DD8;
	    text-decoration:none;
		padding-right:5px;
	    padding-left:5px;
	}
	#menubar a:hover{
	    color:#fff;
	    background:#FF6A00;
	    text-decoration:underline;
	}
	
	/*--- DROPDOWN ---*/
	#menubar ul{
	    background: #008DD8; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	    /*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	    list-style:none;
	    position:absolute;
	    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	    text-align: left;
	    padding-left: 0px;
	    z-index: 9999;
	}
	#menubar ul li{
	    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	    /*float:none;*/
	    width: 100%;
	}
	#menubar ul a{
	    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}
	#menubar li:hover ul{ /* Display the dropdown on hover */
	    left:-10px; /* Bring back on-screen when needed */
	}
	#menubar li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	    text-decoration:underline;
	}
	#menubar li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	    text-decoration:none;
	}
	#menubar li:hover ul li:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	    background:#FF6A00;
	    width: 100%;
	    display: block;
	}
	
	/*End*/
	
