/**************************************************
* Title:  Default Style Sheet
* Client: NIAI <niai.com>
* Target Spec: CSS-2
* Last Updated: 2007-11-04
* Author: brianwebb.org
***************************************************/

body{
    color: #FFF;
    margin: 0;
  	padding: 0;
	  background: #173567 url(../images/background_rpt.gif) repeat-x;
  	text-align: center;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;    
}

#main {
	width: 100%;
}

#content{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height:70px;
}

#footer
{
	padding-top:10px;
	text-align:center;
	font-size:smaller;
	color:#FFFFFF;
}

#logo{
    width: 352px;
    height: 73px;
    /*background: url(../images/nia_logo.gif) no-repeat;*/
    /*text-indent: -999999px;*/
    margin: 20px 0 0 25px;
    float: left;
}

#mainMenu{
    padding: 15px 50px 0 0;
    /*left: 150px;
    position: relative;*/
    width: 330px;
    float:right;
}

#mainMenu a{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999999px;
}

#mainMenu #home, 
#mainMenu #home_on{
    background: url(../images/home_off.gif) no-repeat;
    width: 75px;
    height: 72px;
    float: left;
}

#mainMenu #about,
#mainMenu #about_on{
    background: url(../images/about_off.gif) no-repeat;
    width: 77px;
    height: 72px;
    float: left;
}

#mainMenu #people,
#mainMenu #people_on{
    background: url(../images/people_off.gif) no-repeat;
    width: 83px;
    height: 72px;
    float: left;
}

#mainMenu #contact, 
#mainMenu #contact_on{
    background: url(../images/contact_off.gif) no-repeat;
    width: 95px;
    height: 72px;
}

/* The styles below are hover styles for the main menu */
#mainMenu #home a:hover{ background: url(../images/home_on.gif); }
#mainMenu #about a:hover{ background: url(../images/about_on.gif); }
#mainMenu #people a:hover{ background: url(../images/people_on.gif); }
#mainMenu #contact a:hover{ background: url(../images/contact_on.gif); }

/* The styles below are "active" styles for the main menu */
#mainMenu #home_on{ background: url(../images/home_on.gif); }
#mainMenu #about_on{ background: url(../images/about_on.gif); }
#mainMenu #people_on{ background: url(../images/people_on.gif); }
#mainMenu #contact_on{ background: url(../images/contact_on.gif); }




/*********[ Home Page Styles ]**********/
#subHeader a{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999999px;
}

#quoteBlock{
    width: 240px;
    height: 100px;
    font-size: 11px;
    font-style: italic;
    color: #fff;
    margin: 40px 0 0 40px;
    float: left;  
    
}

#btnGetQuote{
    width: 228px;
    height: 97px;
    background: url(../images/buttonGetQuote.gif) no-repeat;
    float: left;
    margin: 50px 0 0 0px;
    
}

#btnPayPremium{
    width: 223px;
    height: 96px;
    background: url(../images/buttonPayOnline.gif) no-repeat;
    float: left;  
    margin: 50px 0 0 0;
}

#btnServices{
    width: 228px;
    height: 97px;
    background: url(../images/buttonServices.gif) no-repeat;
    float: left;
    margin: 50px 0 0 0;
}


#mainBody{
    clear: both;
}

#assocMenu{
    float: left;
}

#assocMenu ul li{
    display: block;
    text-align: right;
    width: 247px;
    height: 61px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#assocMenu .activeItem{
    background: #FFF url(../images/assoc_block_indic.gif) no-repeat center left;
}

#assocMenu .activeItem a{
    color: #173567;
}

#assocMenu .activeItem a:hover{
    text-decoration: underline;
    color: #999;
}

#assocMenu ul li h2{
    font-size: 22px;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
    padding: 25px 0 0 0;
    letter-spacing: 1px;
    font-family: Verdana;
}

#assocMenu ul li a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 22px 2px 0 0;
    width: 100%;
    height: 100%;
    right: 8px;
    position: relative;
}

#assocMenu ul li a:hover{
    color: #999;
    text-decoration: underline;
}


#mainContent{
    display: block;
    background: #FFF url(../images/main_bl.gif) no-repeat bottom left;
    width: 700px;
    height: 450px;
    margin: 0 0 50px 247px;
    padding: 0;
    position: relative;
    top: 25px;
}


#mainContent_1{
    display: block;
    background: #FFF url(../images/main_bl.gif) no-repeat bottom left;
    width: 700px;
    height: 560px; /* big white box height */
    margin: 0 0 50px 247px;
    padding: 0;
    position: relative;
    top: 25px;
    color: #173567;
    font-size: 11px;
}

#mainContent #wrapper,
#mainContent_1 #wrapper{
    background: url(../images/main_br.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
    height: inherit;
}

#mainContent #tl,
#mainContent_1 #tl{
    width: 11px;
    height: 11px;
    background: url(../images/main_tl.gif) no-repeat;
    float: left;
}

#mainContent #tr,
#mainContent_1 #tr{
    width: 13px;
    height: 13px;
    background: url(../images/main_tr.gif) no-repeat;
    float: right;
}


.welcomeHeading{
    display: block;
    width: 683px;
    height: 86px;
    background: url(../images/welcomeHeading.gif) no-repeat;
    text-indent: -999999px;
    position: relative;
    top: 15px;
    left: 15px;
}

.welcomeHeadingText{
    position: relative;
    top: 15px;
    left: 15px;
    color:#777;
    font-size:xx-large;
}

.welcomeSubHeading{
    color: #777;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0 0px 70px;
    width: 80%;
}

.welcomeInstructions
{
	color: #777;
    font-size: 15px;
    /*font-weight: bold;*/
    margin: 15px 0 0 70px;
    width: 80%;
}

.mainLinks{
    margin: 50px 0 0 8px;
    text-align: center;
}

.mainLinks a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
}

.mainLinks a:visited{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
}

.mainLinks .link1{
    background: url(../images/lgPanel_1.gif) no-repeat;
    width: 141px;
    height: 172px;
    float: left;
}


.mainLinks .link2{
    background: url(../images/lgPanel_2.gif) no-repeat;
    width: 131px;
    height: 171px;
    float: left;
}


.mainLinks .link3{
    background: url(../images/lgPanel_3.gif) no-repeat;
    width: 138px;
    height: 171px;
    float: left;
}


.mainLinks .link4{
    background: url(../images/lgPanel_4.gif) no-repeat;
    width: 131px;
    height: 171px;
    float: left;
}


.mainLinks .link5{
    background: url(../images/lgPanel_5.gif) no-repeat;
    width: 142px;
    height: 171px;
    float: left;
}

.mainLinks .link1 a span{display: block; padding-top: 48px;}
.mainLinks .link2 a span{display: block; padding-top: 48px;}
.mainLinks .link3 a span{display: block; padding-top: 48px;}
.mainLinks .link4 a span{display: block; padding-top: 48px;}
.mainLinks .link5 a span{display: block; padding-top: 74px;}



.mainLinks .link1 a:hover{ background: url(../images/lgPanel_1_on.gif) no-repeat; }
.mainLinks .link2 a:hover{ background: url(../images/lgPanel_2_on.gif) no-repeat; }
.mainLinks .link3 a:hover{ background: url(../images/lgPanel_3_on.gif) no-repeat; }
.mainLinks .link4 a:hover{ background: url(../images/lgPanel_4_on.gif) no-repeat; }
.mainLinks .link5 a:hover{ background: url(../images/lgPanel_5_on.gif) no-repeat; }


/********[ styles for design_1 including #mainContent_1 from above ]********/
#mainContent_1 #theBody{
    width: 480px;
    float: left;
}

#mainContent_1 #theBody h2{
    font-size: 22px;
    margin-top: 10px;
    color: #888;
}

#mainContent_1 #theBody ol{
    list-style-type: upper-roman;
    margin: 10px 0 20px 43px;
}

#mainContent_1 #theBody h3{
    font-size: 17px;
    text-decoration: underline;
    margin: 0 0 10px 27px;
}

#mainContent_1 #theBody p{
    margin: 0 0 0 45px;
}

#mainContent_1 #theBody a{
    display: block;
    text-align: center;
    width: 179px;
    height: 50px;
    text-indent: -999999px;
    margin: 10px 0 0 170px;
    background: url(../images/btnGetQuoteWhite.gif) no-repeat;
}

#mainContent_1 #rightBar{
    width: 175px;
    float: right;
    margin: 0 0 0 30px;
}

#mainContent_1 #rightBar li {
    margin: 0 0 25px 0;
}

#mainContent_1 #rightBar li a{
    color: #888;
    text-decoration: none;
}

#mainContent_1 #rightBar li a:hover{
    text-decoration: underline;
}

#mainContent_1 #rightBar li #active{
    color: #173567;
    font-weight: bold;
}

#mainContent_1 #rightBar #questionBlock{
    margin: 215px 0 0 0;
}


/*************[ styles for design_2 ]***************/

a:link{ color: #FFF; }
a:visited{ color: #AAA; }
a:active{ color: #3299CC; text-decoration: none;}
a:hover{ color: #AAA; text-decoration: none;}

h1{
    font-size: 34px;
    margin: 7px 0 7px 0;
}

h2{
    font-size: 24px;
    color: #888;
    font-style: italic;
    margin: 5px 0 5px  0;
}

h3{
    font-size: 18px;
    margin: 5px 0 5px 0;
}

h4{
    font-style: italic;
    font-size: 17px;
    margin: 5px 0 5px 0;
}

h5{
    color: #CCC;
    text-decoration: underline;
    margin: 7px 0 7px 0;
}

p{
    font-size: 14px;
}

ul.list{
    list-style: square outside;
}

ul.list li{
    padding: 5px 0 5px 13px;
}


/*** single column layout ***/
.singleCol{
    margin: 33px 0 0 38px;
    width: 900px;
}


/*** 3 column layout, classes are named 1of3, 2of3, 3of3, etc ***/
.threeCol_1_3{
    margin: 30px 0 0 38px;
    width: 282px;
    float: left;
    padding-right: 25px;
}

.threeCol_2_3{
    margin: 30px 0 0 0;
    width: 282px;
    float: left;
    text-align: center;
}

.threeCol_3_3{
    margin: 30px 0 0 0;
    width: 282px;
    float: left;
    padding-left: 25px;
}


/*** 2 column layout - left wide ***/
.twoColLW_1_2{
    margin: 30px 0 0 38px;
    width: 564px;
    float: left;
    padding-right: 25px;
}

.twoColLW_2_2{
    margin: 30px 0 0 0;
    width: 282px;
    float: left;
    text-align: center;
}


/*** 2 colum layout - right wide ***/
.twoColRW_1_2{
    margin: 30px 0 0 0;
    width: 282px;
    float: left;
    text-align: center;
}

.twoColRW_2_2{
    margin: 30px 0 0 38px;
    width: 564px;
    float: left;
    padding-right: 25px;
}

/*** 2 column layout - equal column widths ***/
.twoCol_1_2{
    margin: 30px 0 0 38px;
    width: 404px;
    float: left;
    padding-right: 25px;
}

.twoCol_2_2{
    margin: 30px 0 0 38px;
    width: 404px;
    float: left;
    padding-right: 25px;
}


/*****[ styles for the vertical spike bar ]**************/
.vBar{
    
    width: 3px;
}

.vBar #top{
    width: 3px;
    height: 37px;
    background: url(../images/gradient_bar_top.png) no-repeat;
}

.vBar #mid{
    width: 3px;
    background: url(../images/gradient_bar_rpt.png) repeat-y;
    height: inherit;
}

.vBar #bottom{
    width: 3px;
    height: 34px;
    background: url(../images/gradient_bar_bottom.png) no-repeat;
}


/*** form styles ***/
.formItem{
    display: block;
    margin: 0 40px 14px 0;
    float: left;
}

.txtInput{
    width: 200px;
    height: 20px;
}

textarea{
    width: 445px;
    height: 150px;
}

.button{
    width: 200px;
    height: 26px;
    border: solid 3px #CCC;
    color: #777;
    font-weight: bold;
    font-size: 10px;
}

.tableCell
{
	padding-top:15px;
	padding-bottom: 0px;
	padding-left:15px;
	padding-right:15px;
}

.tableSingleCellRow
{
	padding-top:15px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:15px;
}

/*** Item List Styles ***/
.itemList
{
	margin-left:25px;
    list-style: square;
}

.itemListItem
{
	padding-bottom:10px;
	font-size: 14px;
	list-style-image: none;
	padding-left:5px;
}


