
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - one COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#content-container-admin-master{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding:0px;
	width:880px;
	border:1px solid #818181;
	/*background:url(../../images/bg-content-side.png) repeat-y right;*/
	background-color:#ffffff;
	position:relative;
	}


#content-container-one-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding:15px;
	width:850px;
	border:1px solid #818181;
	/*background:url(../../images/bg-content-side.png) repeat-y right;*/
	background-color:#ffffff;
	position:relative;
	}


#content-container-one-column .withBorder, #content-main-one-column .withBorder
{
    width:95%;
    line-height:1.3em;
    padding:3px 3px 3px 3px;
    border: solid 1px #b8b8b8;
    border-collapse:collapse;
    
}	
#content-container-one-column .withBorderwithPadding,  #content-main-one-column .withBorderwithPadding
{
    line-height:1.5em;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    padding-top:2px;
    border-left: solid 1px #b8b8b8;
    border-right: solid 1px #b8b8b8;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
    border-collapse:collapse;
    margin-left:12px;
    
}	
#content-container-one-column .withBorderwithPaddingwide
{
    line-height:1.7em;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    border-left: solid 2px #999999;
    border-right: solid 2px #999999;
    border-top: solid 2px #999999;
    border-bottom: solid 2px #999999;
    border-collapse:collapse;
    margin-left:12px;
    
}	

#content-container-one-column #divGV table
{
    width:100%;
    line-height:1.3em;
    padding:0px 0px 0px 0px;
    border-style:none;
    
}
#content-container-one-column #gvNolunteerList
{
    width:95%;
    line-height:1.3em;
    padding:3px 3px 3px 3px;
    border: solid 1px #b8b8b8;
    border-collapse:collapse;
    
}
#content-container-one-column table th
{
    background-color:#eaeaea;
   
}
#content-container-one-column #loginTable
{
    background-color:#eaeaea;
    border:solid 1px #b8b8b8;
    width:300px;
   
}
.TWHT  {font-weight:bold;}
.TRED { padding-left:4px; vertical-align:top;}
.withBGBig 
{
    background-color:#f7f7f7;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - two COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	border:1px solid #818181;
	background-color:#ffffff;
	position:relative;
	}

#content-main-two-column {
	width:590px;
	float:left;
	background-color:White;
	padding:20px;
	
	}
#content-main-two-column table 
{
    width:95%;
    line-height:1.4em;
    border: solid 1px #b8b8b8;
    border-collapse:collapse;
    padding:5px 5px 5px 5px;
    
}	

#content-side-two-column 
{
    
    padding:10px 0px 0px 5px;
	width:243px;
	float:right;
	margin-right:0px;
	background-color:#EDEDED;
	border-left:dashed 1px #b8b8b8;
	}
#content-side-two-column table
{
    width:100%;
    line-height:1.3em;
    
}	

.tdwithBG 
{
    background-color:#DEDEDE;
    padding-left:15px;
    border-top:solid 2px #C4C4C4;
    
   
}
.thwithBG 
{
    background-color:#DEDEDE;
    padding-left:15px;
    border-bottom:solid 2px #C4C4C4;
    
   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - mail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.content-main-mail
{
    width:inherit; 
    height: 305px;
    font-size:0.85em;
    font-weight:bold;
    float:left;
    line-height:1.3em;
    position:relative;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button {
    	cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../../images/btnBG.gif) repeat-x left top;
}
.txtBox 
{
    border:1px solid #666666;
    font-family:Verdana, Arial, Helvetica, sans-serif;}
.txtBoxMulti
{
    border:1px solid #666666;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:0px 0px 0px 90px;
    }
.dropDownList	
{
   font-size:1em; 
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
.label
{
   font-size:0.85em;  
   font-weight:bold;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - TABLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tableStyle
{
    border-spacing:0.5em;
    
    padding:0.2em 0.2em 0 0.2em;
}
.GridViewTableHeaderStyle
{
    font-weight:bold;
    background-color:#336699;
    color:White; 
    height:18px;

    }
.GridViewTableRowStyle
{
    padding: 0 0.5em 0 0.5em;
}
.GridViewTableRowStyleAlt
{
    background-color:#eaeaea;
}
#rightAlign 
{
    float:right;
    margin-right:5px;
}	
.GridViewTableStyle 
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#333333;

}

p {
	margin:10px 0;
	}
.indent
{
    margin-left:12px;
}
.summary 
{
    margin: 15px 50px 0px 50px;
    font-weight:bold;
    line-height:1.5em;
    font-family: Verdana, Arial,Helvetica,sans-serif;
}
p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
.withBGColor
{
    background-color:#E5F0FA;
    padding:0 0 0 12px;
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size:0.9em;
    width:80%;
}
.withBGColorRed
{
    background-color:#E5F0FA;
    padding:0 0 0 12px;
    font-family: Verdana, Arial,Helvetica,sans-serif;
    color:red;
    font-size:0.9em;
    width:80%;
}
.withOutline{
    border: 1px solid #b8b8b8;
    padding:1em 1em 1em ;
    width:600px;

}	
.withBorder{
	border:1px dashed black;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	
	

}
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-color:#F3F3F3;

}



hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	

.emp{
color:#ff0066;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}
.subTitle{
color:#696969;
text-decoration:underline;
font-weight:bold;
font-size:11px;
margin-left:12px;
}

.venuInfo{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-color:#f7f7f7;
margin-left:12px;
padding-left:5px;

}
.red 
{
    color:Red;
    
}
.error 
{
    color:Red;
    font-weight:bold;
    background-color:#e5e5e5;
    height:25px;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.5em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 , #welcome h2{
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h2.italic {
	font-size:1.1em;
	font-style:italic;
}

h4 {
	font-size:1.0em;
	
}

h5 {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:17px;
	color:#333333;
}

h6 {
	font-size:1em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#980000;
	text-decoration:underline;
}

a:visited {
	color:#980000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information
{
    height:87px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
    display:block;
    color:#336699;
	font-size:.85em;
	position:relative;
    width:880px;
    
}
#top-information-left
{
    height:87px;
    display:block;
	position:relative;
    width:521px;
	background-image:url(../../images/title_01.gif);
	float:left;
    
}
#top-information-right {
	height:87px;
	/*color:#999999;*/
	color:#336699;
	font-size:.85em;
	position:relative;
	width:359px;
	background-image:url(../../images/title_02.gif);
	font-weight:bold;
	display:block;
	float:right;
	}
#top-information-right a 
{
   color:#336699; 
   text-decoration:none;
}
#top-information-right a:hover 
{
   color:#980000; 
   text-decoration:underline;
}
	
#top-information-nmsc2009 
{
    display:block;
	text-align:right;
	position:absolute;
	right:60px;

	top:.8em;
	height:2em;
	width:300px;
	padding:0 1px 0 0;
	font-size:1.2em;
	}	
#top-information-home 
{
    display:block;
	text-align:right;
	position:absolute;
	right:180px;

	top:.8em;
	height:2em;
	width:90px;
	padding:0 1px 0 0;
	font-size:1.2em;
	}
	

#top-information-login 
{
    display:block;    
	text-align:right;
	/*border-left:1px dashed #CACACA;
	border-bottom:1px dashed #CACACA;*/
	position:absolute;
	top:.8em;
	right:3px;
	height:2em;
	width:60px;
	padding:0 1px 0 0;
	font-size:1.2em;
	}


#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#nav
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
    display:block;
    color:#336699;
	position:relative;
    width:880px;
    height:2.6em;
    background-color:#E1ECF8;
}
#nav-chapter {
	/*color:#999999;*/
	color:#336699;
	position:relative;
	width:330px;
	font-weight:bold;
	display:block;
	float:right;
	padding:.6em 0 0 0px;
	border-right: solid 1px #000000;
	height:2.6em;
	

	}

#nav-main {
	background-color:#051526;
	margin-left:auto;
	margin-right:auto;
	width:521px;
	padding:.4em 0 0 0px;
	position:relative;
	font-weight:bold;
	float:left;
}

#nav-main div {
	
	width:25%;
	height:2.6em;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1.1em 0;
}
* html #nav-main tr {height:2.6em;}

/*netscape*/
#nav-main .item 
{
    
	padding:0 10px 0 5px;
    width:130px;
    height:2.6em;
    text-align:center;
	border-width:1px 0 0 1px; 
	border-bottom-style:none;
	border-right:solid 1px #ffffff;
	/*border-style:solid; */
	border-color:#FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

* html  #nav-main .item 
{
    background-color:#051526;
    padding:0 10px 0 5px;
    width:130px;
    text-align:center;
    
    }

#nav-main .selected , .item:hover{
	/*background-color:#FF9900; */
	background-color:#051526;
	color:#ffffff;
	background-image:url(../../images/main_tab_bg.gif);
}
/*

#nav-main .item:hover 
{
    color:#051526;
	text-decoration:underline;
	background-attachment:fixed;
	width:154px;
	height:2.6em;
	background-image:url(../../images/main_tab_bg.gif);
}
*/
#nav-main .item:visited ,
#nav-main .item:selected {
    background:none;
}

/*#nav-main table {border-right:1px solid #FFFFFF;}
#nav-main table table {border-right:none;}*/
#nav-main table {border:none;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Chapter Main NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main-chapter {
	background-color:#294E75;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	padding:.4em 0 0 0px;
	position:relative;
	font-weight:bold;
}

#nav-main-chapter div {
	
	width:25%;
	height:2.6em;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1.1em 0;
}
* html #nav-main tr {height:2.6em;}

/*netscape*/
#nav-main-chapter .item 
{
	border-bottom:0px none #FFFFFF; 
	width:176px;
    height:2.6em;
    text-align:center;
	border-right:1px solid #FFFFFF;
	/*border-style:solid; */
	color:#FFFFFF;
	text-decoration:none; border-left-color:#FFFFFF; border-left-width:1px; border-top-color:#FFFFFF; border-top-width:1px; padding-left:5px; padding-right:10px; padding-top:0; padding-bottom:0
}

* html #nav-main-chapter .item 
{
    background-color:#051526;
    padding:0 10px 0 5px;
    width:176px;
    text-align:center;
    
    }

#nav-main-chapter .selected, .item:hover{
	/*background-color:#FF9900; */
	background-color:#051526;
	color:#ffffff;
	background-image:url('../../images/main_tab_bg.gif');
}

#nav-main-chapter .item:visited, #nav-main-chapter .item:selected {
    background:none;
}

/*#nav-main table {border-right:1px solid #FFFFFF;}
#nav-main table table {border-right:none;}*/
#nav-main-chapter table {border:none;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	nav admin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
#nav-admin
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
    display:block;
    color:#336699;
	position:relative;
    width:880px;
    height:2.6em;
    background-color:#E1ECF8;
}
#nav-admin-chapter {
	/*color:#999999;*/
	color:#336699;
	position:relative;
	width:330px;
	font-weight:bold;
	display:block;
	float:left;
	padding:.6em 0 0 0px;
	border-left: solid 1px #000000;
	height:2.6em;
	

	}

#nav-admin-main {
	margin-left:auto;
	margin-right:auto;
	width:521px;
	padding:.4em 0 0 0px;
	position:relative;
	font-weight:bold;
	float:right;
}	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Committee
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#committee 
{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-color:#F3F3F3;

}
#committee h2
{
    font-size:1.2em;
	font-weight:bold;
	margin:5px 5px 5px 15px;
	
}
#committee TABLE
{
    font-size:0.9em;
    line-height:1.2em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}
/*Comittee*/
ul.blueColor 
{
    line-height:1.5em;
}
ul.blueColor li{
	margin: 0 0px 0px 5px;
	background-image:url(../../images/list-bullet-01-link.gif);
}
ul.blueColor li a:link,
ul.blueColor li a:visited {
	color:#0c447c;
	text-decoration:none;
}

ul.blueColor li a:hover {
	color:#0c447c;
	text-decoration:underline;
}

ul.blueColor li a:active {
	color:#0c447c;
}
ul.blueColor li.current {
	background-color:#E5E5E5;
}

ul.list-of-links {
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 10px 30px 0px;
}

ul.list-of-links li{
	margin: 0 0px 0px 12px;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#Head_image 
{
    display:block;
	position:relative;
	margin-top:0px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	background:#BECAD2;
	height:113px;

}
/*For chapters*/
#divMainLeftChapter 
{
    position:relative;
	height:113px;
	width:521px;
    background-image:url(../../Images/title_03_Chatper.gif);
    margin:0px 0px 0px 0px;	
    display:table-cell;
    float:left;
	}
.lblHeadChapterCSS
{
    float:right;
    margin-top:85px;
    margin-right:10px;
    position:relative;
    color:#E9F4F8;
    font-size:large;
    font-weight:bold;
    font-family: Sans-Serif, Verdana, Arial;
    
}
/*For chapters*/
#divMainLeft 
{
    position:relative;
	height:113px;
	width:521px;
    background-image:url(../../Images/title_03.gif);
    margin:0px 0px 0px 0px;	
    display:table-cell;
    float:left;
	}
#divMainRight {
	border-right:0px solid #FFF;
	height:113px;
	width:359px;
	display:table-cell;
	position:relative;
	background-image:url(../../Images/title_04.gif);
	float:right;
	}
#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	

.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#093C50 url(../../images/main_footer_bg_side.gif) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:862px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#CBD3D8;
	height:20px;
}


#footer-left {
	width:74%;
	_width:74.5%;
	position:relative;
	top:0;
	right:0;
	padding:.8em 0 0 0;
	display:table-cell;
	 float:left;
	 font-size:.8em;

}
#footer-right {
	width:25%;
	_width:25.5%;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
	display:table-cell;
	position:relative;
	float:right;
	font-size:1.0em;

}


#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#2e3dee;
}

#footer-sub a:hover {
	color:red;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}
input.button-bg
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../../images/btnBG.gif) repeat-x left top;
}
.clear {
	clear:both;
	}

.none {
    display:none;
}

/***TAB***/
#modernbricksmenu{
padding: 0px 0px 0px 0px;
width: 100%;
background: transparent;
border-bottom:4px solid #D25A0B;
height:2.25em;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color:#E5e5e5;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color:#999999; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
color:white;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
margin:0px;
padding: 0px;
width: 100%;
height: 4px;
line-height: 4px;
background: #D25A0B; /*Brown color theme*/ 
}

.hiddencol
    {
        display:none;
    }
    .viscol
    {
        display:block;
    }
