﻿*{
	margin: 0;
	padding: 0;
	font-family: arial;
}
body{
	background: #FFF; /*url(/images/bg.gif) repeat-x; */
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;	
	color: black;
	/*margin-bottom: 25px;*/
}
html{
	/*Overflow-y: scroll;*/
}
a img { border: 0px; }
img{
	position: relative;
	z-index: 2;
}
.Clear{
	clear: both;
}
.Header{
	width: 960px;
	margin: auto auto;
	padding: 10px;
}
.Header a.company { font-size: 30px; color: #000; font-weight: bold; text-decoration: none; }
.Header a.company:hover { text-decoration: underline; }
.MainWrapper{
	background-image: url(../images/shadows.png);
	width: 992px;
	margin: auto auto;
	padding-top: 14px;
	margin-top: -8px;
}
.Main{
	background: #FFF; /* #e1e1f0 url(/images/MainBg.jpg) bottom no-repeat;  */
	/*min-height: 500px;*/
	width: 960px;
	margin: auto auto;
	padding-top: 10px;
}
.ContentContainer{
	padding: 0 15px 15px 15px;
}

.Bottom{
	height: 18px;
	width: 992px;
	margin: auto auto;
	background-image: url(../images/shadows_bottom.png);
}
/*---Text Styling---*/
.TopNavigation{
	height: 71px;
	width: 980px;
	background-image: url(../images/nav_bg.png);
	margin-left: -2px;
}
.TopNavigation ul{
	list-style: none;
	float: right;
}
.TopNavigation ul li{
	float: left;
	margin-top: 2px;
	background: #00548B; /* #293289; */
}
.TopNavigation ul li a:link,
.TopNavigation ul li a:visited {
	display: block;
	line-height: 37px;
	padding: 0 15px 0 15px;
	margin: 5px 0 5px 0;
	border-right: 1px solid #a3a2d2;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.TopNavigation ul li a:active,
.TopNavigation ul li a:hover{
	color: #a3a2d2;
}
.TopNavigation ul li a.last{
	border: none;
}
/*---Text Styling---*/
.Content{
	color: #595959;
}
.Content a{
	color: #5d94ba;
}
.Content a:hover{
	text-decoration: none;
}
.Content p{
	margin-bottom: 8px;
}
.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5,
.Content h6{
	color: #5d94ba;
	margin-bottom: 8px;
}
.Content h1 span,
.Content h2 span,
.Content h3 span,
.Content h4 span,
.Content h5 span,
.Content h6 span{
	color: #224a6d;
}
.Content ul,
.Content ol{
	margin-left: 25px;
	margin-bottom: 8px;
}
.Content ul li,
.Content ol li
{
    margin-bottom: 3px;
}
.ContentBox{
	width: 928px;
	margin: auto auto;
		position: relative;
}
.ContentBox >.Content{
	background: transparent url(../images/ContentBox_bg.png);
	padding: 0 10px 0 10px;
	min-height: 400px;
}
/*---Home Page Stuff---*/

.HomeBox{
	background: transparent url(../images/HomeBox_bg.png);
	width: 417px;
	height: 100px;
	padding: 5px 15px 15px 15px;
}
.HomeTextBox{
	background: transparent url(../images/HomeTextBox_bg.png);
	height: 49px;
	border-right: 1px solid #343399;
	float: left;
	width: 200px;
}
.HomeTextBox input{
    border: none;
    margin: 1px;
    width: 192px;
    font-size: 16px;
    padding: 3px;
}
.HomeTextBox span{
	line-height: 21px;
	color: white;
	font-weight: bold;
	padding-left: 8px;
}

/*---Members Stuff---*/

.MembersRight{
    float: right;
    width: 740px;
}
.MembersRight >.ContentBox{
	width: 100%;
	margin: auto auto;
	position: relative;
}
.ContentBox >.Content{
	background: transparent url(../images/ContentBox_bg.png);
	padding: 0 10px 0 10px;
	min-height: 400px;
}

.MembersNav{
    width: 175px;
    float: left;
}
.MembersNav > div
{
    background: transparent url(../images/ContentBox_bg.png);
    padding: 4px;
}
.MembersNav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}
.MembersNav ul li{    
    margin: 0;
    padding: 0;
}
.MembersNav ul li a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 3px 0 3px 5px;
    border-bottom: 1px dashed #5d94ba;
    color: #224a6d;
}

.Center{
    margin: auto auto;
}

.disclaimer
{
    font-size: 12px;
    font-weight: bold;
}
.Disclaimer{
    clear: both;
    font-size: 8pt;
    width: 930px;
    margin: auto auto;
    padding: 3px;
    color: #909090;
}
.tblHeader
{
    background-color: #D4E2E3;
    font-weight: bold;
    color: #5D94BA;
    padding: 3px;
}
 
.tblRow
{
    padding: 3px;
}  


div.RadGrid_Web20 .rgHeader,
div.RadGrid_Web20 th.rgResizeCol,
div.RadGrid_Web20 .rgRow td,
div.RadGrid_Web20 .rgAltRow td,
div.RadGrid_Web20 .rgEditRow td
{
    border-left-width:0;
    border-right-width:0;
}

/*add RadGrid vertical border to a specific column*/

div.RadGrid_Web20 th.LeftBorder,
div.RadGrid_Web20 .rgRow td.LeftBorder,
div.RadGrid_Web20 .rgAltRow td.LeftBorder,
div.RadGrid_Web20 .rgEditRow td.LeftBorder
{
    border-left-width:1px;
    border-right-width:1px;
}




.column-container { width: 920px; margin: 0 auto; }
.column-container .col-1 { float: left; width: 300px; }
.column-container .col-2 { float: left; width: 300px; margin-left: 10px; }
.column-container .col-3 { float: right; width: 300px; }
.clear { clear: both; }


#banner { position: relative; width: 920px; height: 330px; margin: 0 auto; background: url(../images/banner-bg.jpg) no-repeat top left; }
#banner .quote { position: absolute; left: 306px; width: 560px; top: 55px; height: 150px; color: #0177B7; font-family: Century, Arial, Sans-Serif; font-size: 26px; font-weight: bold; text-align: center; }
#banner .tag { position: absolute; left: 360px; width: 470px; top: 145px; height: 70px; color: #777777; font-family: Century, Arial, Sans-Serif; font-size: 24px; font-weight: bold; text-align: center; }
#banner .link { display: block; position: absolute; top: 230px; left: 425px; width: 350px; height: 39px; background: url(../images/download.gif) no-repeat top left; }
#banner .link span { display: none; }


.modal-fade { position: fixed; top: 0px; left: 0px; z-index: 10; }
.modal-box { position: fixed; z-index: 11; }
.modal-box .tl, .modal-box .tr, .modal-box .bl, .modal-box .br { width: 20px; height: 20px; background: url(../images/modal_tl.png) no-repeat top left; }
.modal-box .tr { background-image: url(../images/modal_tr.png); }
.modal-box .bl { background-image: url(../images/modal_bl.png); }
.modal-box .br { background-image: url(../images/modal_br.png); }
.modal-box .lm, .modal-box .rm { width: 20px; background: url(../images/modal_lm.png) repeat-y top left; }
.modal-box .rm { background-image: url(../images/modal_rm.png); }
.modal-box .tm, .modal-box .bm { height: 20px; background: url(../images/modal_tm.png) repeat-x top left; }
.modal-box .bm { background-image: url(../images/modal_bm.png); }
.modal-box .m { background: #FFF; overflow: auto; }
.modal-box .m ul { padding-left: 15px; }
.modal-box .m ul li { padding: 2px 0px; }
.modal-box .m ul li a { color: #5d94ba; }
.modal-box .m ul li a:hover { text-decoration: none; }