﻿body { font-family:Arial, Verdana, Helevetica; font-size:12px; color: #003366; }
img { border:none; }
input, select, textarea { font-family:Arial, Verdana, Helevetica; font-size:12px; }

#dvContainer
{
	width:780px;
	margin:0 auto;	
}


/* general styles */

.green
{
    background-color:#d4e6c2;    
}

.blue
{
    background-color:#d1d7e1;    
}

.ltblue
{
    background-color:#e7eaef;    
}

a{color:#669933;text-decoration:none;}
a:hover{color:#003366;text-decoration:underline;}

h1
{
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #003366;
    margin-bottom: 10px;
}



h2
{
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #003366;
    margin-bottom: 8px;
    margin-top:20px;
}

h3
{
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #003366;
    margin-bottom: 5px;
}

h3 span
{
    display:inline-block;
    background-position: right bottom;
    background-image: url(/Assets/Images/chev-right-blue.gif);
    background-repeat: no-repeat;    
    padding-right:20px;    
}



ul.greenchev
{
    margin:0px;   
    padding:0px;
}

ul.greenchev li
{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-bottom:3px;
}

ul.greenchev li a
{
    text-decoration: none;
    color: #003366;
    background-position: left center;
    background-image: url(/Assets/Images/bullet-green.gif);
    background-repeat: no-repeat;
    display:block;
    padding-left:10px;
}

ul.greenchev li a:hover
{
    text-decoration:underline;
}


ul.pipedelim
{
	margin:0px;
	padding:0px;	
}

ul.pipedelim li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background-image: url(/Assets/Images/bg-nav-sep.jpg);
	height: 27px;
	padding-top: 3px;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
}

ul.pipedelim li a
{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	height: 27px;
	margin-right:1px;
	width:30px;
	text-align:center;
}

ul.pipedelim li:hover
{
    background-color:#e7eaef;   
}

ul.pipedelim li.selected
{
    background-color:#d1d7e1;   
}



em.searchmatch
{
    color:Red;
    
}


/* Page header elements */

#dvTop
{
	height: 119px;
	background-image: url(/Assets/Images/bg-top.jpg);
	overflow: hidden;
	background-position-y: top;
	background-repeat: no-repeat;
}

#dvTop .rowa img {margin-top:10px;margin-bottom:20px;}
#dvTop .rowb {}

#dvTop ul
{
	margin:0px;
	padding:0px;	
}

#dvTop ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background-image: url(/Assets/Images/bg-nav-sep.jpg);
	height: 27px;
	padding-top: 3px;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
}

#dvTop ul li a
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:inline-block;
	padding-left:12px;
	padding-right:12px;
	height: 27px;
	margin-right:1px;
}

#dvTop ul li a:hover
{
	background-image: url(/Assets/Images/bg-nav-over.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#dvFeatureBar
{
	margin-top:1px;
}

#dvFeatureBar div span input
{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#dvFeatureBar div span input.txt
{
	border:1px solid navy;
	height:18px;	
	margin:0px;
	width:171px;
	margin-right:5px;
	padding:2px;
}


#dvFeatureBar .deep
{
	height:178px;	
}

#dvFeatureBar .deep span
{
	display:block;
	padding-top:140px;	
	padding-left:20px;
}

#dvFeatureBar .shallow
{
	height:92px;	
}

#dvFeatureBar .shallow span
{
	display:block;
	padding-top:50px;	
	padding-left:20px;
}









/* Mid template elements */

#dvContent
{
	margin-top: 1px;
	background-image: url(/Assets/Images/bg-content.jpg);
	background-repeat: repeat-x;
	padding:20px;
	clear:both;
	float:none;
}

#dvContent .cola
{
    width:490px;
    display:inline-block;
    float:left;
}

#dvContent .colb
{
    float:right;
    width:240px; 
}

#dvContent .colb div.container
{
    width:220px;    
    padding:10px;
    margin-bottom:5px;
}

#dvContent .colb div.container table
{
    margin-bottom:5px;
}

#dvContent .colb div.container a.course
{
    display: block;
    text-decoration: none;
    color: #003366;
    margin-bottom: 5px;
    background-position: left 5px;
    background-image: url(/Assets/Images/bullet-green.gif);
    background-repeat: no-repeat;
    padding-left:10px;
}

#dvContent .colb div.container a.course:hover
{
    text-decoration:underline;    
}















/* Page footer elements */

#dvCourseFooter
{
	margin-top: 20px;
	border-top:1px dotted #003366;
	border-bottom:1px dotted #003366;
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, Helevetica;
	font-size:10px;	
	clear:both;
	float:none;
}

#dvCourseFooter a
{
	display:inline-block;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	color:#003366;
	text-decoration:none;
}

#dvCourseFooter a:hover
{
	color:#003366;
	text-decoration:underline;
}

#dvCourseFooter a img
{
	display:block;
	margin-bottom:5px;
}

#dvCourseFooter a img span
{
	display:block;
}

.genfooter
{
    margin-top: 1px;
	border-bottom:1px dotted #003366;
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, Helevetica;
	font-size:10px;	    
}

.genfooter ul
{
    margin:0px;
    padding:0px;
}

.genfooter ul li
{
    list-style:none;
    margin:0px;
    padding:0px;
    display:inline;
}

.genfooter ul li a
{
    text-decoration:none;
    color:#003366;
    display:inline-block;
    margin-right:10px;
}

.genfooter ul li a:hover
{
    text-decoration:underline;
}
