﻿html { overflow-y: scroll;}
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 11px;
	background: #eee;
	}
h1 { 

    font-size: 15px; 
    font-weight: bold; 
    color: #000000; 
    }
#Content {
	width:900px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#fff;
	}
#InnerContent {
min-height: 600px;
background: url(../images/daddybg.jpg) repeat-x;
}

#InnerContent a { color: #47AFD2; text-decoration: none; }
#InnerContent a:hover { color: #47AFD2; text-decoration: underline; }

.div1 {background-color: #fff; width: 50%; float:left; text-align: left;}
.div2 {background-color: #fff; width: 49%; float:left; padding: 50px 10px 0 0; color: #389CCE; font-size: 1.8em; text-align: right;}

.l1 {background-color: #fff; width: 30%; float:left; text-align: left;}
.l2 {background-color: #fff; width: 70%; float:left;}


#arr {
background: url(../images/rightflow.png) no-repeat;
height: 85px;
position: inherit;
}
.bigblue {color: #47AFD2; font-size: 1.4em; font-weight: bold;}
.medblue {color: #47AFD2; font-size: 1.4em; font-weight: bold;}
.medblue2 {color: #47AFD2; font-size: 1.5em; font-weight: bold;}
.medgrey {color: #666; font-size: 1.4em; font-weight: bold;}
.bluelink {color: #47AFD2;}
.formbutton {padding: 2px; border: solid 1px #666;}
.formbutton2 {padding: 2px; border: solid 1px #666;}
.formbutton3 {padding: 2px; border: solid 1px #666; margin-right: 10px;}
.normallink {color: #000;}
.button{
	background:url(../images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
.submit{
		background:url(../images/add.gif) no-repeat 10px 8px;
		text-indent:35px;
		display:block;
	}
.submit2{
		background:url(../images/lens.gif) no-repeat 10px 8px;
		text-indent:35px;
		display:block;
	}
.submit3{
		background:url(../images/plus.gif) no-repeat 10px 8px;
		text-indent:35px;
		display:block;
	}

#navigation {
	height: 41px;
	/*padding: 0 0 0 5px;*/
	background: url(../images/navBG.jpg) repeat-x;
	text-align: center;
}
#nav, #nav ul, #nav ul li ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*background: url(../images/navBG.jpg) no-repeat;*/
}

#nav a {
    font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-right: 2px solid #ffffff;
	margin: 10px 0;
	padding: 3px 20px
}
#nav a:hover, #nav a.active {
	color: #4d4d4f
}
#nav li {
    float: left;
}
#nav li ul {
    position: relative;
    width: 10em;
    left: -999em;
	z-index: 1003
}
#nav li:hover ul {
    left: auto
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
	width: 350px
}
#nav li ul li {
	background-color: #6dc6f1;
	border-bottom: solid 1px #51bdf1;
	display: block;
	margin: 0;
	padding: 4px 20px
}
#nav li ul li a {
	display: block;
	margin: 0;
	padding: 0;
	border-right: none
}
#nav li ul li:hover {
	background-color: #3197C8
}
#nav li ul li a:hover {
	color: #ffffff !important;
	color: #4d4d4f
}
#nav li ul li {
	width: 155px;
	margin: 0
}
#nav a.noBord {
	border-right: none
}

#headnav {
background: url(../images/navBG.jpg) repeat-x; 
line-height: 41px; 
text-align: center; 
color: #fff;
font-size: 1.1em;
margin-bottom: 2px;
}
#headnav a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 15px
}
#headnav a:hover, #headnav a.active {
	color: #fff;
	text-decoration: underline;
}

ul{
    margin: 0 auto;
}
ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
}
#footer {
background: url(../images/footBG.jpg) repeat-x; 
line-height: 30px; 
text-align: center; 
color: #fff;
text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	color: #fff;
	
}
#footer a:hover, #footer a.active {
	color: #fff;
	text-decoration: underline;
}
