﻿/*Major color : 123F6E */
/*Minor color : FDB812 */
/* slave color :FDB812 */



.OneColumn-Third
{
    width:33%;
    padding:5px;
}

.TwoColumn-Third
{
    width:66%;
    padding:5px;
}

OneColumn-Two
{
    padding:5px;    
    width:50%;
}




body
{
    background-image:url(/Content/Site/images/BG.png);
    background-color:#D8D8D8;
    background-repeat:repeat-x;
    margin:0px;
    font: 13px/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
}


ul , li 
{
    margin:0px;
    list-style: none;
     padding:0px;
}

.header
{
    height:90px;padding-top:30px;
}

.mainMenu
{
    overflow:visible;z-index:500;padding:0px;
}

.FixedContent
{
    background-color:White;overflow:hidden;min-height:450px;margin-top:10px;
}

.MainContent
{
    background-color:White;overflow:hidden;min-height:450;margin-top:10px;
}

.SiteFooter
{
    height:90px;margin:10px;padding-top:10px;padding-left:10px;padding-right:10px; 
    background:#FDB812 url(/Content/Site/images/footer.jpg);background-position:bottom;background-repeat:repeat-x;color:White;
}

.backColor1
{
    background-color:#123F6E;
}

.backColor2
{
    background-color:#FDB812;
}

.fontColor1
{
    color:#123F6E;
}

.fontColor2
{
    color:#FDB812;   
}

.searchBox
{
    width:140px;height:20px;border:none;color:White;
}

.container_12
{
    background-color:White;
    overflow:hidden;
}

h1
{
    /*text-shadow: #ccc 1px 1px;*/
    font-family:Rockwell;
    font-weight:normal;
}

h1			{ font-size: 1.85em; }

h2			{ font-size: 1.5em; }

h3			{ font-size: 1.35em; margin-bottom: 0.5em; }



h2
{
    text-shadow: #ccc 1px 1px;
    font-family:Liberation Sans ;
    font-weight:bold;

}
h3
{
    font-weight:bold;
    color:#123F6E;
    font-family:Liberation Sans ;
}

a{
    text-decoration:none;
}

img
{
    border : none;
}

.large
{
    width:100%;
}

.long
{
    height : 400px;
}

.meduim
{
    width:50%;
}

.short
{
    width:100px;
}

ul.menu
{
    position: relative;
    margin: 0;
    height:20px;
    padding:5px 0px 5px 0px;
}

ul.menu li
{
    list-style: none;
    display:inline;
    padding:5px 10px 5px 10px;
}

ul.menu li a
{
    font-weight: bold;
    text-decoration: none;
    color: White;
    font-family:Verdana;
    font-size:1em;
}

ul.menu li a:hover
{
    text-decoration: none;
    
    
}

ul.submenu
{
    padding:0;
    margin:0px auto;
    width:200px;
    list-style:none;
}
ul.submenu li
{
    border-bottom:1px dotted #F4F4F4; 
    padding:5px;
    font-weight:normal;
    
}

ul.submenu li:hover
{
    color:White;
}
ul.submenu li:hover a
{
    color:White;
}
ul.submenu li a
{
    text-decoration: none;
    color: Black;
    width:100%;
    font-size:small;
}

ul.submenu li a:hover
{
    text-decoration: none;
    color:White;
}


#portfolio
{
    margin : 0px;
    padding:0px;
}

/* BRANCHS PAGE 
----------------------------------------------------------*/
.table_row_1
{
    background-color : White;
    text-align:center;
}

.table_row_2
{
    background-color : #EBEBEB;
    text-align:center;
}


/* CONTACT FORM
----------------------------------------------------------*/
#Contact label
{
    width: 200px;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 0pt;
    text-align: right;
    float: left;
}


.field-validation-error
{
    color:Red;
    width:100%;
       
}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style:none;padding:0px;margin:0px; }
ul.dropdown li                      { text-align:center; font-weight: bold; zoom: 1; background: url(/Content/Site/images/MenuBG.jpg); padding:5px; min-width:80px;background-position:right;background-repeat:no-repeat;}
ul.dropdown a:hover		            { color: #FAB615; }
ul.dropdown a:active                { color: #FAB615; }
ul.dropdown li a                    { display: block; padding: 3px;
	 								  color: White; }
ul.dropdown li.hover,
ul.dropdown li:hover                {  position: relative;background: #FAB615; color:White }
ul.dropdown li.hover a              {  color: White;}
ul.dropdown li:hover a              {  color: White;}


/*background: #F3D673; color: black;*/

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 140px; visibility: hidden; position: absolute; top: 100%; list-style:none; }
ul.dropdown ul li 					{ font-weight: normal; background: #FAB615; color: #000; padding:2px;
									  border-bottom: 1px dotted #E5E5E5;  float: none;  }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{  width: 95%; display: inline-block; color:White } 
url.dropdown ul li:hover            { background: #FDB812; font-weight:bold;}
ul.dropdown li ul li:hover a        {  color: White;background-color:#123F6E;}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
/*
portfolio
*/
.portfolio { margin-left: -31px; }
/* .two-thirds .portfolio { width:630px; } stupid IE (version 7 only)  */

.portfolio-item {
	float:left;
	margin: 0 0 22px 31px;
	overflow:visible;
    width:210px;
}
.portfolio-item h4, .portfolio-item p {
	margin: 0 0 .65em;
	padding: 0;
}
.portfolio-image {
	width: 200px;
	height: 125px;
	border: 1px solid #D3D3D3; padding: 5px; background: #fff;
	}
.portfolio-description {
	clear:left;
	padding: 3px;
	overflow:visible;
}

.portfolio-spliter {
	float:left;
	width:700px;
	height:5px;
}


.hr { 
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	height: 3px;
	float:none;
	color:White;
	background: transparent url("../images/hr-bg.gif") repeat-x 0 0; 
}

.featuredContent	{ margin: 0 0 1.5em; }
.featuredItem		{ clear: left; margin: 0 0 1.5em 0; }
.featuredImg 		{ margin-right: 15px; float:left;}
.featuredImg img 	{ width: 148px; }

a.img, div.img 			{ border: 1px solid #D3D3D3; padding: 5px; background: #fff;}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .headline span, .title span {
	display: block;
	color: #8F8F8F;
	font-size: 0.6em;
	font-family: serif;
	margin: -0.1em 0 0;
}



a img, img
{
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
text-decoration: none;
}