/* CSS Document */

body{
	background-color: #f2fbff;
	background-image: url(../images/bg_image.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-attachment: fixed;
}

img{
	border: none;
	margin: 0;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin:0px;
}
	
h2{
	color: white;
	font-weight: bold;
	font-size:12px;
}
	
h3{
	font-size: 10px;
	font-weight: bold;
}
	
p{
	line-height: 16px;
}

#MasterContainer{
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
}
	
#Container{
	width: 800px;
	height: auto;
	position: relative;
	margin: 0;
	float: left;
	background-color: #2ab9ec;
}

#Nav{
	width: 695px;
	height: 65px;
	position: relative;
	margin: 0;
	padding-left: 105px;
	float: left;
	background-color: #28B2E4;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	z-index: 1;
}

.navItem
{
	
	height:30px;
	width:200px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
	text-align:left;

}

.StaticMenu
{
	padding-right:11px;
}

.navItem a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.navItem a:hover
{
	color: #FFFF00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.navBg
{
	background-color:#29b9ed;
	background-image:url(/assets/images/dropdown_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	margin-left:-10px;
}

#Header{
	width: 800px;
	height: 200px;
	position: relative;
	margin: 0;
	float: left;
	background-color: #2ab9ec;
}
	
.contentCreate
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:left;
	float:left;
	background-color: #9BA8C8;
	width: 800px;
	height: auto;
	position: relative;
}

.contentLive
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:left;
	float:left;
	background-color: #8FB046;
	width: 800px;
	height: auto;
	position: relative;
}
.contentLearn
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:left;
	float:left;
	background-color: #E3AF15;
	width: 800px;
	height: auto;
	position: relative;
}
.contentWork
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:left;
	float:left;
	background-color: #D17057;
	width: 800px;
	height: auto;
	position: relative;
}

#Column1{
	width: 258px;
	height: auto;
	min-height: 445px;
	position: relative;
	float: left;
}
	
#Column1_text{
	width: 258px;
	height: auto;
	min-height: 445px;
	position: relative;
	float: left;
	padding: 10px;
}
	
#Column1_text h2{
	color: yellow;
	font-weight: bold;
}
	
#Column1_text span{
	color: yellow;
	font-weight: bold;
	margin-bottom: 0;
}
	
#Column1_text a{
	color: #cbff5c;
	font-weight: bold;
	text-decoration: none;
}
	
#Column1_text a:hover{
	color: #ddff94;
	text-decoration: underline;
}
	
#Column1_text li{
	color: #d7f39a;
	text-decoration: none;
	line-height: 21px;
}

#Column1_text ul li{
	color: #d7f39a;
	text-decoration: none;
	line-height: 21px;
	list-style: disc;
}

#Column1 img{
	margin: 0;
	border: none;
	float: left;
}

#Column2{
	width: 288px;
	height: auto;
	min-height: 580px;
	padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: relative;
	float: left;
}
	
#Column2 a{
	color: #cbff5c;
	font-weight: bold;
	text-decoration: none;
}
	
#Column2 a:hover{
	color: #ddff94;
	border-bottom: 1px dotted yellow;
}
	
#Column2 li{
	color: #d7f39a;
	text-decoration: none;
	line-height: 21px;
}

#Column3{
	width: 188px;
	height: auto;
	min-height: 445px;
	padding: 10px;
	position: relative;
	float: left;
	color: white;
	font-weight:bold;
	text-decoration: none;
	line-height: 21px;
}
	
#Column3 a{
	color: #CBFF5C;
	text-decoration: none;
	line-height: 21px;
	font-weight:bold
}
	
#Column3 a:hover
{
	border-bottom: 1px dotted yellow;
}
	
#FooterImg{
	width: 800px;
	height:164px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
	
#Footer
{
	text-align:center;
	height:25px;
	width:800px;
	background:black;
	color: white;
	float:left;
	padding:15px 0px 0px;
}
		
#Footer a{
	color: white;
	text-decoration: underline;
	font-weight: normal;
}



#Footer a:hover{
	text-decoration: none;
}

#footerMenuControlContainer
{
	margin:0px auto;
	width:600px;
	text-align:center;
}


#Nav {
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat-x;
display:block;
float:left;
height:65px;
margin:0px;
padding-left:105px;
position:relative;
width:695px;
}

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}


ul.AspNet-Menu li {
display:block;
width:auto;
}
#NavControl ul.AspNet-Menu li {
margin-right:25px;
}
#NavControl ul.AspNet-Menu ul {
background-color:#29B9ED;
background-image:url(/assets/images/dropdown_bg.jpg);
background-position:center bottom;
background-repeat:no-repeat;
height:auto;
margin-bottom:15px;
margin:0px;
padding-top:10px;
width:200px;
}

#NavControl ul.AspNet-Menu ul li a {
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
line-height:14px;
margin-bottom:20px;
margin-left:10px;
text-decoration:none;
width:180px;
}
#NavControl ul.AspNet-Menu ul li a:hover {
color:#FFFF00;
}

#footerMenuControlContainer ul.AspNet-Menu li{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}


.AspNet-Login-PasswordPanel, .AspNet-Login-UserPanel, .AspNet-Login-TitlePanel,.AspNet-Login-RememberMePanel,.AspNet-Login-SubmitPanel{
	height:26px;
	font-weight:bold;
}

.AspNet-Login-PasswordPanel>label, .AspNet-Login-UserPanel>label{
position:relative;
top:4px
}

.AspNet-Login-PasswordPanel>input, .AspNet-Login-UserPanel>input{
	position:absolute;
	left:92px;
	width:200px;
}

.eventListHeader
{
	padding-bottom:5px;
}

.eventListContent
{
	
	padding-bottom:8px;
}

.formLabel
{
	float:left;
	width:80px;
	text-align:right;
	padding-top:4px;
}

.formField
{
	float:left;
	width:185px;
	text-align:left;
}

.formSubmit
{
	text-align:center;
	padding-top:20px;
	float:left;
	width:100%;
}

.adminFormLabel
{
	float:left;
	width:80px;
	text-align:left;
	padding-top:4px;
	padding-right:4px;
}

.adminFormField
{
	float:left;
	width:185px;
	text-align:left;
}

.mapDisplay
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:left;
	float:left;
	background-color: #9BA8C8;
	width: 1224px;
	height: auto;
	position: relative;
}

.searchTabs .ajax__tab_outer
{
	background-color:#A7B3CF;
	color:White;
	padding:2px 5px 5px 5px;
	margin-top:10px;
	margin-right:5px;
	font-weight:bold;
	
}

.searchTabs .ajax__tab_active .ajax__tab_outer
{
	background-color:#8495BB;
	color:#CBFF5C;
		
}
 .searchTabs .ajax__tab_hover .ajax__tab_outer
{
	background-color:#8E9DC1;
	color:#E8FFB7;
}

.searchTabs .ajax__tab_panel
{
	padding:0px 5px 5px 5px;
	background-color:#8495BB;
}

#ctl00_ContentPlaceHolder1_SearchControl1_LinkButtonSearch
{
	background-color:#A7B3CF;
	padding: 2px 4px;
	border:solid 1px white;
	}
	
#ctl00_ContentPlaceHolder1_SearchControl1_LinkButtonSearch:hover
{
	background-color:#8495BB;
	padding: 2px 4px;
	border:solid 1px white;
	bottom-border: solid 1px white;
}
.ctl00_FooterMenuControl1_Menu1_4{
	padding: 0px 6px 0px 3px;
	margin-top:-1px;
	background-image: url(/assets/images/footerback.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#searchContainer
{
	padding-top:5px;
	padding-bottom:10px;
}

