@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,
body,
form
{
    height:100%; /* gives layout 100% height */
    overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

body
{
	color:#333333;
	font-family: verdana, sans-serif;
	font-size: 0.6875em; /* 11px/16=0.6875em */
	line-height: 1.7;
}

body.background
{
background: #8995a0 url(images/background-body.jpg) repeat-x;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #065496;
	font-weight:bold;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

h1
{
	color: #184568;
	font-size: 1.5em; /* 24px/16=1.5em */
}

h2
{
	color: #000;
	font-size: 1.125em; /* 18px/16=1.125em */
}

h3
{
	color: #184568;
	font-size: 0.8125em; /* 13px/16=0.8125em */
}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

#cmsWrapper
{
    height:100%; 
    margin: 0 auto;
    padding: 0;
    width: 960px;    
}


#container
{    
    width:926px;
    background: url(Images/background-shadow.png) repeat-y; 
    float: left;
    padding:0 18px 0 16px;
}

/*************************************
    *** Header Section  ***
*************************************/
#header
{
    clear: both;
    width:926px;
    float:left;
}

/*  Begin Header Left Side  */
#header .left
{
    float:left;
    width:500px;
}
/*  End Header Left Side    */

/*  Begin Header Right Side */
    #header .right
{
    color:#06569a;
    float:right;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:12px;
    padding:20px 20px 0px 0px;
    width:360px;
}



/*  End Header Right Side   */

.logo
{
    height:138px;
    margin:0px 0px 0px 5px;
}

#RSStext
{
    background: url(Images/rss.gif) no-repeat right;
    color:#f47a40;
    float:right;
    font-family :Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    text-align:right;
    padding:0px 20px 0px 0px;

}

#increaseTextSize
{
    clear:both;
    float:right;
    font-family :Verdana, Arial, Helvetica, Sans-Serif;
    padding:20px 0px 0px 0px;
    height:23px;
}

#increaseTextSize .minus
{
    vertical-align:middle;
    padding-left:10px;
}

#increaseTextSize .plus
{
    vertical-align:middle;
}

.minus
{
    padding-left:20px;
}

.plus
{
    padding-left:5px;
}


/*************************************
   ***  End Header Section  ***
*************************************/


/*************************************
    *** Navigation Section  ***
*************************************/
#navigation
{
    clear:both;
    background: transparent url(../../Files/Images/nav-bg.jpg) no-repeat 0 0;
    height:42px;
    margin:0;
    width:926px;
    padding:0;   
}

/*************************************
    *** End Navigation Section   ***
*************************************/


/*************************************
    *** Banner Section  ***
*************************************/
#banner
{
    clear: both;
    float: left;
    width:926px; 
    padding:0;      
}

/*   Begin Banner Left Side  */
#banner .left
{
    float: left; 
    width:926px;
}
/*   End Banner Left Side    */

/*   Begin Banner Right Side */
#banner .right
{
    display:none;
}

/*   End Banner Right Side   */

/*************************************
    *** End Banner Section   ***
*************************************/


/*************************************
    *** Content Section ***
*************************************/
#content
{
    float: left;
    width:926px;
    padding:0;
}

/*********************************
*   Begin Title Section
*********************************/
#title
{
    display:none;
}

/*   Begin Title Left Side  */
#title .left
{
    display:none;
}
/*   End Title Left Side    */

/*   Begin Title Right Side */
#title .right
{
    display:none;
}
/*   End Title Right Side   */


/*********************************
*    End Title Section
*********************************/

/*********************************
*   Begin Content Large Column
*********************************/
#largeColumn
{

}

/*   Begin Content Large Row1  */
#largeColumn .row1
{

}

#largeColumn .row1 .left
{

}

#largeColumn .row1 .middle
{

}

#largeColumn .row1 .right
{
    
}

/*   End Content Large Row1  */

/*   Begin Content Large Row2  */

#largeColumn .row2
{

}

#largeColumn .row2 .left
{

}

#largeColumn .row2 .middle
{

}

#largeColumn .row2 .right
{
}
/*   End Content Large Row2  */

/*   Begin Content Large Row3  */
#largeColumn .row3
{

}

#largeColumn .row3 .left
{
    
}

#largeColumn .row3 .middle
{
    display:none;
}

#largeColumn .row3 .right
{
    display:none;
}
/*   End Content Large Row3  */

/*********************************
*  End Content Large Column
*********************************/

/*********************************
*   Begin Content Small Column
*********************************/
#smallColumn
{

}

/*   Begin Content Small Row1  */
#smallColumn .row1
{

}
/*   End Content Small Row1  */

/*   Begin Content Small Row2  */
#smallColumn .row2
{

}
/*   End Content Small Row2  */

/*   Begin Content Small Row3  */
#smallColumn .row3
{

}
/*   End Content Small Row3  */

/*********************************
*  End Content Small Column
*********************************/

/*********************************
*  Begin Bottom
*********************************/
#bottom
{
    display:none;
    clear: both;
    float: left;
}
/*********************************
*  End Bottom
*********************************/

/*************************************
    *** End Content Section ***
*************************************/

/*************************************
    *** Footer Section  ***
*************************************/
#footer
{
    font-size:11px;
    width:926px;
    background: url(Images/background-shadow.png) repeat-y; 
    float: left;
    padding:12px 17px 0 17px;
}

#footer a
{
    font-weight:normal;
}

#footer .footerGray
{
    height:40px;
    margin-top:15px;
    text-align: center; 
}


.footerNav
{
    text-align: center;
}

#footer .left ul
{
    text-align: center;
}

#footer .left ul li
{
    display:inline;
}

#footer .right
{
}
/*************************************
    *** End Footer Section  ***
*************************************/

.blueContent p
{
    font-size:11px;
    padding:0 6px 15px 0;
    line-height:13px;
    margin:0;
}
.blueContent
{
    background:transparent url(images/banner-small-blueOutline.jpg) no-repeat scroll 0 0;
    height:152px;
    width:303px;
}

.blueContent .photo
{
    float:left;
    padding:6px 6px 0px 6px;
    width:161px;
    border:0;
}

.blueContent .content
{
    float:left;
    width:130px;
    padding:0;
}

.blueContent .content h2
{
    margin:11px 0;
}

 

h1.whitney
{
    color: #333;
	font-size: 24px; 
    font-weight:bold;
    text-transform: uppercase;
}

/*************************************
    *** RSearch Bar BUTTON  ***
*************************************/

#header .sf_searchSubmit

{
    background: url(Images/search.gif) no-repeat;
    border:none;
    color:#fff;
    display:inline-block;
    height:23px;
    font-size:9px;
    padding:4px 10px 4px 10px;
    text-decoration:none;
    width:56px;
}

.submitBtn2 {
	background-color:#065597;
	color:#FFF;
	padding:5px 10px 5px 8px;
}




#largeColumn .row2 {font-size:11px;}
