body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/background_blue.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;/*  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p, ul, li, tr, td {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #144262;
}

a img { border: none; }


a:link {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #306e9a;
	padding-right: 0px;
	padding-left: 0px;

}
a:visited {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	color: #306e9a;
	padding-right: 0px;
	padding-left: 0px;

}
a:hover {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #a51529;
	padding-right: 0px;
	padding-left: 0px;

}



.twoColFixRtHdr #inner { 
padding: 10px 14px 14px 14px;

}

.twoColFixRtHdr #inner_slide { 
padding: 10px 14px 14px 2px;

}

.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #144262;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixRtHdr #container_home { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #144262;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #header { 
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #nav_top { 
	width: 900px;
	background: #144262 url(../images/bar_blue.gif); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #nav_bar { 
	width: 900px;
	height: 34px;
	background: #144262 url(../images/bar_blue.gif); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 680px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}

.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 685px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #ffffff url(../home_gallery/images/backgr_nav.png);
} 

.twoColFixRtHdr #mainContent2 { 
	margin: 0 0 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #ffffff;
	border-left: 1px solid #144262;
} 

.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
}
.space { /* this class can be used to add space on your page */
	height: 130px;
	backgroud: #ffffff;
}

.title { /* this class can be used to float an element left in your page */
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #a51529;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*nav_top*/

.mattblacktabs2{
width: 100%;
overflow: hidden;
border-bottom: 0px solid #000000; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs2 ul{
margin: 0;
padding: 0;
padding-right: 0px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

.mattblacktabs2 li{
display: inline;
margin: 0;
}

.mattblacktabs2 li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 13px; /*padding inside each tab*/
border-left: 1px solid #e3e5e5; /*right divider between tabs*/
color: #ffffff;
background: #144262 url(../images/bar_blue.gif); /*background of tabs (default state)*/
}

.mattblacktabs2 li a:visited{
color: #ffffff;
text-decoration: none;
}

.mattblacktabs2 li a:hover, .mattblacktabs2 li.selected a{
background: #43566f; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #ffffff;
text-decoration: none;
}

/* right nav HOME*/

.rightblue{
	margin: 1px 0;
	padding: 0;
	/*width: 215px; width of menu*/
	height: 450px;
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
}

.rightblue a {
	
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	position: relative;/* To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px;
	text-decoration: none;
}	

.rightblue ul{
	list-style-type:none;
	margin: 0;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 30px;
}
	
.rightblue li a {
	
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	margin-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
    text-decoration: none;
}	
	
.rightblue li a:link, .rightblue li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.rightblue li a:hover{
	color: #d8e6ef;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

.title_bar_blue {

        width: 100%;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        border-bottom: solid #d2d6d6 1px;
        color: #144262;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        background-color: #c1d5e1;
        background-repeat: no-repeat;
}

.title_bar_darkblue {

        width: 100%;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        border-bottom: solid #d2d6d6 1px;
        color: #c1d5e1;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        background-color: #144262;
        background-repeat: no-repeat;
}


/* accordion menu*/

.glossymenu{
margin: 1px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #ffffff url(../images/glossyback.jpg) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: #144262;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 20px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #144262;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #eeeeee;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #c7cdd1;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana, Helvetica, sans-serif;
color: #144262;
text-decoration: none;
padding: 7px 0;
padding-left: 25px;
}

.glossymenu div.submenu ul li a:hover{
background: #ffffff;
color: #144262;
}

/* end of accordion*/

