/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
     Defaults
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

* {
	min-height:1px;
}

body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #4c4c4c;
	background: #dee0e7;
	font-family: veranda, Arial, sans-serif;
	font-size: 80%;
	line-height: 115%;
}

div {
	border:0pt none;

	margin:0pt;
	padding:0pt;
}

/* 
------------------ */
h1,h2,h4,h5 {
	padding-top: .3em;
	padding-bottom: .3em;
	display: block;
	margin: 0px;
}

h1{
	
	font-size: 200%;
	line-height: 125%;
	color: #416693;
}

h2{
	font-size: 1.5em;
	line-height: 135%;
	color: #598066;
}
h3{
	color: #416693;
	line-height: 125%;
	
	padding-top: .3em;
	display: block;
	margin: 0px;
}

h4{
	display: inline;
	color: #416693;
}

p{
	font-size: 1.1em;
	line-height: 170%;
	padding-bottom: .8em;
}

li{
		line-height: 200%;
}


a{
	font-weight: bold;
	text-decoration: none;
	color: #416693;
}
a:visited{
	color: #416693;
}
a:hover{
	color: #4c4c4c;
	text-decoration: underline;
}



input, textarea{
	background: #F9F9F9;
}

img{
	border: 0px;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
     Classes
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

.title{
	display: inline;
	line-height: 120%;
	color:#022463;
	font-weight: bold;
	padding-right: .5em;
	}
	
.centered{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.clearb{
	clear: both;
}

.clearl{
	clear: left;
}

.clearr{
	clear: right;
}

.floatl{
	float: left;
	padding-right: 4px;
}

.floatr{
	float: right;
	padding-left: 4px;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
        Page Header 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/

#head {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	left: 0px;
	top: 0px;
	
	background-color: #FFFFFF;
	
	height: 100px;
	position: relative;
}

#head #logo{
	
	float: left;
	clear: left;
	display: inline;
	min-width: 200px;
	padding-top: 5px;
	
	}

#head #logo #trial{

	padding-left: 20px;
	text-decoration: none;
	border:0;

}

#head p {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	float: right;
	top: 0px;
	right:20px;
	color: black;
}


#head #login {
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
	clear: right;
	float: right;
	
	right: 20px;
	display: block;
	position: absolute;
	min-width: 200px;
	min-height: 75px;
	color: #022463;
	font-size: 90%;
}

#head #login label
{
	padding-right: 5px;
	color: #416693;
}

#head #login #submit{

}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    Navigation Menu 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/

#nav{

	background-color: #416693;
	
	border-bottom-color: #022463;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #022463;
	border-top-width: 1px;
	
	height: 3em;
	
	position: relative;
	
	z-index: 1;

	}

#nav ul {

	border-bottom-color: #022463;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	
	width:100%;
	
	background-color: #416693;	
	color: #999999;	
	
	list-style: none;
	text-decoration: none;
	
	line-height: 1;
	letter-spacing: 0px;
	
	position: absolute;
	}

#nav a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 13px 18px 15px 18px;
	color: white;
	}
	
#nav a:hover{
	text-decoration: underline;
	}

#nav li {
	line-height: 110%;
	display: block;
	float: left;
}

#nav li ul { /* second-level lists */
	border-bottom-style: solid;                         
	border-bottom-color: #022463;                         
	border-bottom-width: 1px;                         
	
	border-right-color: #022463;                         
	border-left-color: #022463;                         
	
	border-right-width: 1px;                         
	border-right-style: solid;                         
	border-left-style: solid;                         
	border-left-width: 1px;       

	width: 18em;
	min-width: 18em;                         
	
	display: block;
	position: absolute;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #416693;
	text-align: left;
	line-height: 140%;
}

#nav li ul a {
	color: white;
	padding: 10px;
	line-height: 130%;
	}
	
#nav li ul li {
	width: 18em;
	}

#nav li ul a:hover {
	color: white;
	}
	
#nav li:hover, #nav li.sfhover {
	background-color: #8baf95;
	color: white;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */                                                        
	color: white;                                                                                                    
	left: auto;
	
}



/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    Content 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/

#content {
	padding-right: 30px;
	padding-left: 28px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
   Showcase Bar 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/

#showcase {

	
	margin-right: auto;	
	margin-left: auto;
	
	clear: left;
	
	width: 1001px;
	
	overflow: hidden;
	
	background-color: #416693;
	color: white;
	text-decoration: none;
	background-image: url(/images/curves/showc-back-new.gif);
}


#showcase a {
	color: white;	
	text-decoration: none;
	}


#showcase ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style:  none;
	cursor: pointer;
}


#showcase li {
	border-color: #416693;
	border-style: solid;
	border-width: 1px;
	height: 65px;

	display: inline;
	float: left;
	
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 10px;
	
	width: 30%;
	line-height: 100%;
}


#showcase ul li:hover, #showcase ul li.sfhover {
	background-color: #8baf95;
	border-color: #022463;
	border-style: solid;
	border-width: 1px;
	color: white;
}


#showcase img {
	margin-right: 10px;
	
	border-style: solid;
	border-color: black;
	border-width: 1px;
	
	display: inline;
	float: left;
	
}

#showcase h1{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	display: inline;
	font-size: 115%;
}

#showcase h2{
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 120%;
}

#showcase h3{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	float: right;
	font-size: 80%;
	text-decoration: none;
}

#showcase span.curvetop{
	font-size: 0px;
	word-spacing: 0px;
	line-height: 0px;
	letter-spacing: 0px;
	display: block;
	width:auto;
	height: 8px;
	background-image: url(/images/curves/showc-top-new.gif);
}
span.curvebot{
	word-spacing: 0px;
	line-height: 0px;
	font-size: 0px;
	letter-spacing: 0px;
	display: block;
	width: 1001px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/curves/showc-bot-new.gif);

}




/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
   Footer
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/
                                                          
#footer {
	display: block;
	text-align: center;
	width:100%;
	min-width: 750px;
	line-height: 5.00;
	color: #999999;

}
div.Columns1-right p {
	font-size: 1em;
}


