body 
{
    font-family: Verdana, Calibri, Arial;
    line-height: 16px;
    font-size: 10px;
    color: White;
    background-color: #231f20;
    margin: 0px 0px 0px 0px;
}

table
{
    font-family: Verdana, Calibri, Arial;
}

TD
{
    font-size: 10px;
}

UL
{
    list-style-image: url(/Images/bullet.jpg);           
}


UL.none
{
    list-style-type: disc;
    list-style-image: none;
}

INPUT
{
    font-size: 10px;
}

H1
{
    font-size: 16px;
    font-weight: bold;
    color: #c1be69;
    line-height: 20px;
}

H2
{
    font-size: 11px;
    font-weight: bold;
    color: #c1be69;
    line-height: 20px;
}

H2.phoneNumber
{
    font-size: 14px;
    font-weight: bold;
    color: #c1be69;    
    margin: 5px 2px 0px 0px;
    text-align: center;
}

H3
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;    
}

.FloatLeft
{
    float: left;
}

#MainBackground
{
    
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

#MainContent
{
    width: 825px;
    background-color: Black;
}

#Footer
{
    width: 825px;
    height: 50px;
    background-image: url(footer_slice.jpg);
    vertical-align: middle;
    line-height: 55px;
    position: relative;
    top: 5px;
}

#Header
{
    width: 825px;
    height: 85px;
    background-image: (header_background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    vertical-align: middle;
    line-height: 85px;
}

#HeaderButtons
{
    float: right;
    height: 65px;
    line-height: 65px;
    vertical-align: middle;
    padding-top: 20px;
}

#GraphicHolder
{
    text-align: left;
    padding: 0px 0px 0px 0px;
    height: 200px; 
    border: solid 1px #000000;   
}

#NavigationHolder
{
    height: 58px;
    float: none;
}


#SolutionLeftMenu
{
    float: left;
    width: 177px;  
    text-align: center;
    padding-top: 10px;
    padding-left: 1px; 
    background-color: #2f3437;
    min-height: 300px;     
}


#SolutionContent
{
    float: right;
    width: 612px;    
    text-align: left;    
}
    
    
.menuItem
{
    background-image: url(m3.jpg);
    background-position: top left;
    border-right: solid 1px #cccccc;
    height: 25px;
}

.selectedMenuItem
{
    background-image: url(m3_over.jpg);
    background-position: top left;
    color: White;
    border-right: solid 1px #cccccc;
    height: 25px;
}

.subMenuItem
{
    background-image: url(m3_over.jpg);
    background-position: top left;
    height: 25px;
    text-align: left;
    padding: 2px 5px 2px 5px;
    font-weight: normal;    
    color: White;
}

.navigationMenuHeader
{
    background-image: url(header_slice.jpg);
    background-position: top left;
    color: #c1be69;
    font-weight: bold;
    padding-left: 5px;
}

.moduleItem
{
    background-color: Black;
    color: White;
    font-weight: bold;
    font-size: 10px;
    padding: 1px 5px 1px 5px;
}

.moduleItemOver
{
    background-image: url(header_slice.jpg);
    background-position: top left;
    color: #c1be69;
    font-weight: bold;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
}

.solutionMenu
{
    border-bottom: solid 1px #494e50; 
    border-top: solid 1px #2f3437; 
    border-left: solid 1px #2f3437;
    border-right: solid 1px #2f3437;
    font-weight: bold;
    color: White;
    padding-left: 5px;
}

.solutionMenuOver
{
    border-bottom: solid 1px #eeeeee; 
    border-top: solid 1px #eeeeee; 
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    background-image: url(menuOverSlice.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    font-weight: bold;
    color: Black;
    padding-left: 7px; 
    cursor: pointer;  
}

#recentProject
{
}

#recentProjectOver
{
    cursor: pointer;
}

.quick_menu_ov
{
	background: #fcf595;
	border: solid 1px #eeeeee;
	background-image: url(menuOverSlice.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	padding-left: 5px; 
	padding-right: 2px;
	cursor: hand;
	
}

.quick_menu_out
{
	background: transparent;	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px; 
	padding-right: 3px;
	cursor: auto;	
}

A:visited.quick
{
	color: #555555;
	text-decoration: none;
}
A:link.quick
{
	color: #555555;
	text-decoration: none;
	font-size: 11px;
}
A:hover.quick
{
	color: #000000;
	text-decoration: none;
}

A:visited
{
	color: #c1be69;
	text-decoration: none;
	font-size: 10px;
}

A:link
{
	color: #c1be69;
	text-decoration: none;
	font-size: 10px;
}

A:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}

A:visited.white
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

A:link.white
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

A:hover.white
{
	color: #CCCCCC;
	text-decoration: none;
}
