/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 
 * {
margin:0;
padding:0;
}

body {
text-align:center; /*center hack*/
background-color: #ffffff;
font-family: Tahoma, Trebuchet, Arial, sans-serif;
font-size: 76.1%;
color: #000;
}
#wrap {
width: 100%; 
min-width: 760px;
margin-top: 5px;
text-align:left;
/*background-image: url(../images/floridablue_bg.jpg);
background-repeat: repeat-y;*/
background-color: #FFFFFF;
overflow: hidden;
}

/* HEADER */
#headcontainer {
width: 100%;
height: 94px;
background-image: url(/templates/FloridaBlue/images/headbg.jpg);
background-repeat: repeat-x;
position: relative;
}
#header {
width: 315px;
height: 94px;
margin-left: 2px;
/*position: absolute;
top: 20px;
left: 4px;*/
background-image: url(/templates/FloridaBlue/images/headleft2.jpg);
background-repeat: no-repeat;
}
#headright{
width: 431px;
height: 94px;
float: right;
background-image: url(/templates/FloridaBlue/images/headright.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}
	#header .pathway {visibility: hidden;}
	#header h1{
	width: 254px;
	height: 24px;
  position: absolute;
  top: 20px;
  left: 4px;
  background-image: url(/templates/FloridaBlue/images/floridablue_title.jpg);
  background-repeat: no-repeat;
  }
	#header h1 a { 
  display: block;
  margin: 0px;
  padding: 0px;
  height: 24px;
  width: 254px;
  text-indent: -1000px; 
  overflow: hidden;
  }
#headnav {
width: 300px;
position: absolute;
right: 0px;
top: 64px;
font-size: 1.3em;
color: #FFF;
}
/* END HEADER */

/* BODY */		
#main-body {
float:left;
width: 100%;
}
#sidebar-2 {
float:right;
width: 25%;
overflow: hidden;
margin-left: -3px;
/*margin-right: 2px;*/
}
#sidebar-2 .inside{
}
/* CONTENT BEGIN*/
#content {
float: right;
margin-left: -160px;
width: 100%;
overflow: hidden;
/*padding: 5px;*/
position: relative;
z-index: 1;
}

#content .inside {
padding: 20px;
margin-left: 160px;
line-height: 1.7em;
}

#content ul {
	margin:5px 0px 10px 25px;
}

.contentheading, .componentheading {
	font-weight:bold;
	font-size:1.4em;
	color:#6807AF;
}


/* CONTENT END*/
/* NAVIGATION */
#navigation {
width: 154px;
padding: 0px;
margin-left: 2px;
background-image: url(/templates/FloridaBlue/images/floridablue_navbg.jpg);
background-repeat: repeat-y;
float: left;
position: relative;
z-index: 15;
}
#navigation .navinside {
width: 154px;
background-image: url(/templates/FloridaBlue/images/floridablue_navheadpurple.jpg);
background-repeat: no-repeat;
background-position: top left;
}
.moduletable-nav {
/*padding-left: 0px;
margin: 0;*/
color: #666666;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 1.1em;
}
.moduletable-nav td {
/*padding-top: 5px;*/
/*padding-left: 5px;*/
}
.moduletable-nav a{
color: #6600cc;
text-decoration: none;
display: block;
width: 147px;
padding: 2px 0px 2px 5px;
margin: 2px 0px 0px 1px;
}
.moduletable-nav a:hover{
color: #ffffff;
background: #9c33e8;
}

.moduletable-login {
color: #666666;
padding-left: 5px;
padding-top: 15px;
}

.moduletable-login h3{
 color:#1A4997;
 font-sze:12px;
}

.button {
	margin: 5px 0px 5px 25px;
}

#purplebar {
width: 154px;
height: 15px;
margin-top: 8px;
padding: 0;
font-size: 1px;
background-image: url(/templates/FloridaBlue/images/floridablue_purplebar.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}
/* END NAVIGATION */

/* MIDDLE CONTENT */

/* END MIDDLE CONTENT */


/* FEATURES MODULE */
.moduletable-features {
/*width: 260px;*/
background-image: url(/templates/FloridaBlue/images/floridablue_rightlightBG.jpg);
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
/*float: right;*/
}

.moduletable-features h1{
display: block;
margin: 0px;
padding: 10px 10px 0px 10px;
font-family: "Trebuchet MS", sans-serif;
font-size: 1.2em;
color:#6807AF;
}

.moduletable-features p{
display: block;
margin: 0px;
padding: 5px 10px 5px 10px;
font-family: "Trebuchet MS", sans-serif;
font-size: 1.1em;
}
.moduletable-features ul{
margin-left: 80px;
padding-bottom: 10px;
}

/* SPONSORS MODULE */
.moduletable-sponsors	{
/*width: 260px;*/
background-image: url(/templates/FloridaBlue/images/floridablue_rightblueBG.jpg);
/*background-repeat: repeat-y;*/
margin: 0px;
padding: 0px;
/*float: right;*/
}
.moduletable-sponsors h3{
/*width: 260px;*/
height: 21px;
margin: 0px;
padding-top: 2px;
padding-left: 5px;
background-image: url(../images/floridablue_rightblueHead.jpg);
background-repeat: repeat-x;
color: #FFF;
font-family: Arial;
font-weight: bold;
font-size: 1.2em;
}

.moduletable-sponsors p {
display: block;
margin: 0px;
padding: 25px;
color: #666666;
font-size: 2em;
}

/* FOOTER */
#footer {
clear:both;
width: 100%;
height: 36px;
background-image: url(/templates/FloridaBlue/images/floridablue_footerBG.jpg);
background-repeat: repeat-x;
background-position: left top;
color: #FFF;
padding: 3px;
margin: 0px;
font-size: .9em;
/*line-height: 1.4em;*/
}

#footer table td{
	text-align:center;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#6807AF;
}

#footer .footerlinks {
		line-height: 1.5em;
		}
