/* BEGIN CSS OF SITE LAYOUT */
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:"Verdana", Arial, Helvetica, sans-serif;
background-image:url('../images/icons/bg_tile.png');
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#ffffff;
}

#topsection{
background: white;
height: 72px; /*Height of top section*/
background: white;
border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:black;
}

#topsection2{
background: white;
height: 30px; /*Height of "middle" top section*/
background: white;
border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:black;
}

#topsection3{
font-family: "Arial", Verdana, Helvetica, sans-serif;
font-size: 75%;
background: white;
height: 20px; /*Height of "bottom" top section*/
background: white;
border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:black;
vertical-align: middle;
}

#topsection3 a{
color: black;
text-decoration:none;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}
#topsection2 h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 210px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
height: 1000px;
width: 190px; /*Width of left column in pixel*/
margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
background: white;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:black;
}

#rightcolumn{
float: left;
height: 1000px;
width: 210px; /*Width of right column*/
margin-left: -212px; /*Set left margin to -(RightColumnWidth)*/
background: white;
border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:none;
border-width:2px;
border-color:black;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 75%;
}

#footer a{
color: #FFFFFF;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
/* END CSS OF SITE LAYOUT */

/* BEGIN CSS OF ACCORDION MENU */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../scripts/accordionmenu/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.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(../scripts/accordionmenu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.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 blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
/* colorz: white; */

}

/* END CSS OF ACCORDION MENU */

/* Begin CSS for JonDesign's SmoothGallery 2.0 */ 
#myGallery1
{
width: 460px;
height: 345px;
text-align: left;
margin: 0 auto;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

/* End CSS for JonDesign's SmoothGallery 2.0 */
