/* CSS Document */

/*--------------------------------------------------------
Basic styles for entire new site

	author:		Kevin deLeon
	email:		kdeleon@cfcc.edu or kevin.deleon@gmail.com
	website:	http://cfcc.edu
---------------------------------------------------------*/

/*-------------------------------
Styles being set for all pages
---------------------------------*/

body, p, li, td, th, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, dt {font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
        background-color: #333;
/*	background: #ccc url(/images/mainBG.jpg) repeat-x; */
}

a {
	color: #21428F;
	text-decoration: underline;
}
a:link {
	color: #21428F;
	text-decoration: underline;
}
a:visited {
	color: #7490D2;
	text-decoration: underline;
}
a:hover {
	color: #656565;
	text-decoration: none;
}

hr {
	margin: 4px 0 4px 0;
}

/*---------------------------------------------
Skip navigation - technique taken from http://webaim.org/techniques/css/invisiblecontent/
----------------------------------------------*/
#skipnav a, #skipnav a:hover, #skipnav a:visited
	{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
 
#skipnav a:active
	{
	position:static;
	width:auto;
	height:auto;
	color: #fff;
	} 

/*---------------------------------------------
styles the header nav, and for the 
Search Box at the top
----------------------------------------------*/

#header {
	position: relative;
	width: 950px;
	height: 40px;
	padding-top: 4px;
	margin: 0 auto;
	}
	
#headernavigation {
	position: relative;
	float: left;
	margin: 0;
	color: #fff;
	font-weight:bold;
	height: 40px;
	background-image: url(images/ray.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 522px;
}

#headernavigation ul li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	float: left;
	padding-top: 18px;
}

#headernavigation ul li a { 
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#headernavigation ul li a:hover { 
	color: #000;
	background-color: #eee;
	font-weight:bold;
	text-decoration: none;
}
#iconmenu ul li {
	display: inline;
	list-style-type: none;
	float: right;
}
#iconmenu {
	height: 30px;
	margin-top: 6px;
	margin-right: 6px;
	float: right;
	width: 35%;
}
#iconmenu li{
	background-image: none;
}

#search {
	position: relative;
	float: right;
	padding: 0px;
	margin: 0;
	padding-top: 10px;
}

.goButton {
	vertical-align: middle;
}

.goButton a:active {
	background: url(/images/goPress.gif);
	vertical-align: middle;
}

.searchField {
	vertical-align: middle;
}

.searchLabel { display: none;}

/*---------------------------------------------------------------
styles for the main white box Container.
Centers everything. Contains the left column, and right column.
----------------------------------------------------------------*/

#mainContainer {
	position: relative;
	width: 950px;
	text-align: left;
	background: #fff;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-------------------------------------------
This is styling for the footer
--------------------------------------------*/
#footer {
	position: relative;
	margin-top: 1px;
	width: 950px;
	padding: 0px;
	text-align: left;
	color: #fff;
	background-color: #000000;
	clear: both;
	height: 55px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	font-size: 9px;
}
.footerimg {
	display: block;
	padding-right: 10px;
	float: right;
	border: 0px;
	}
#footercol1 {
	width: auto;
	float: left;
	padding: 8px;
}
#footercol2 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 32%;
	margin: 5px;
	float: left;
}
#footercol3 {
	float: right;
	width: 30%;
	height: auto;
	padding: 12px;
}
#footer a {
	color: #7490D2;
	text-decoration: underline;
}
#footer a:link {
	color: #7490D2;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/*----------------------------------------------
Form styles from Old Site Per Ivan
-----------------------------------------------*/
input.input1 {
	font-size: 12px;
	color: #21428F;
	background-color: #f7f7f7;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #adadac;
	border-left: none;
}
textarea.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21428F;
	background-color: #f7f7f7;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #adadac;
	border-left: none;
}
select.select1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21428F;
	background-color: #f7f7f7;
}
table.table1 {
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ebebeb;
}

label.contactForm {
	float: left;
	width: 15em;
}

/* feed icon style by http://www.feedicons.com/code/ */
 .feed {
  margin-left: 3px;
  padding: 0 0 2px 19px;
  background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
}
/*  */
#tooltip{
	position:absolute;
	padding:2px 5px;
	color:#FFF;
	display:none;
	background-color: #21428f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*  */