﻿/*Major color : 123F6E */
/*Minor color : FDB812 */
/* slave color :FDB812 */

body
{
    background-image:url(/Content/Site/images/BG.png);
    background-color:#D8D8D8;
    background-repeat:repeat-x;
    margin:0px;
    color:#4C4C4C;
    font-family : Helvetica, Arial,sans-serif;
    font-size : 0.8em;
    
    /*font: 13px/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}



@font-face {
	font-family: BBCNassim;
	src: url('LateefRegOT.ttf');
}

@font-face {
	font-family: BBCNassim;
	font-weight: bold;
	src: url('LateefRegOT.ttf');
}

@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('Delicious-Bold.otf');
}

h1          { font-family : Delicious, sans-serif; font-weight:bold }
h2          { font-family : Delicious, sans-serif; font-weight:bold }
h3          { font-family : Delicious, sans-serif; }

h1          { font-size: 1.7em; }
h2			{ font-size: 1.5em; color:#123F6E; }
h3			{ font-size: 1.3em; margin:1em 0; border-bottom:1px solid #CCCCCC ; color:#123F6E;padding:5px 0; }


.OneColumn-Third
{
    width:33%;
    padding:5px;
}

.TwoColumn-Third
{
    width:66%;
    padding:5px;
}

OneColumn-Two
{
    padding:5px;    
    width:50%;
}


.label
{
    color : #666666;
    font-weight:bold;
}

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;
}


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 						{   min-width: 140px; visibility: hidden; position: absolute; top: 100%; list-style:none; }
ul.dropdown ul li 					{   font-weight: normal; background: #FAB615; color: #000; padding:5px; min-width:200px;
									    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: #123F6E; }
ul.dropdown li ul li:hover a        {   color: White;}

/* 
	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: both; margin: 0 0 1.5em 0; }
.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;
}


.editor-label
{
    padding:5px 0px;
}

.editor-field
{
    padding:5px 0px;
}


/* custom list styles */
	
	/* numbered list with styling */	
	ol.number-pad 						{ padding: 3px 5px 5px 22px; border-left: 1px solid #E9E9E9;
										  background: #fff url("../images/bullets/ordered-background.gif") repeat-y 0 0; }
	ol.number-pad ol, ol.number-pad ul	{ background: none; margin-left:18px; }
	ol.number-pad  li 					{ padding-left: 10px; border-bottom:1px dotted #D6D6D6; }
	
	/* list with image, title and description */
	ul.post-list 		{ margin-left:0; }
	ul.post-list li		{ margin: 0 0 1em; padding: 0; background: none; border-bottom: 1px dotted #D6D6D6; font-size: 85%; }
	ul.post-list li img	{ float: left; margin: 0 8px 1em 0; border: 1px solid #C6C6C6; }
	ul.post-list li a {
		display: block;
		font-weight:bold;
		margin-bottom: .3em;}
	
	/* horizontal lists */
	ul.horizList { margin: 0 0 1em; }
	ul.horizList li {
		display: inline;
		margin: 0;
		padding: 0;
		background: none;}
		
	/* socail network horizontal list (used in footer) */
	ul.socialLinks {
		height: 25px;
		margin: 1em 22px -16px;}
	ul.socialLinks li a {
		display: block;
		float: right;
		height: 24px;
		overflow: hidden;
		padding: 0 3px 0 2px;}
	ul.socialLinks li a:hover, ul.socialLinks li a:active {
		height: 29px;
		margin-top: -5px;
}


.calendar {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E30024), color-stop(1, #B90000));
background-image: -moz-linear-gradient(center top, #E30024 0%, #B90000 100%);
background-color: #B90000;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
width: 37px;
height: 37px;
float: left;
border-color: #A80000;
color: white;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-bottom-left-radius: 4px 4px;
}
.button {
display: block;
position: relative;
border: 1px solid;
text-align: center;
font-size: 12px;
text-decoration: none;
}

.button {     
    font-family: sans-serif;
    display: inline-block;
    line-height: 1em;
    padding: 6px 13px;
    margin:0 .6em 1.5em 0;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    /*Border radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*Background*/
    background-color: #133f6e; /*Fallback*/
    background: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(.2, #2371C5),
                    color-stop(1, #133f6e)
                );
    background: -moz-linear-gradient(
                    center top,
                    #2371C5 20%,
                    #133f6e 100%
                );
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                        inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                        0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                    inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                    0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}
.button.small { padding:2px 10px; font-size:0.9em;}
.button.large { padding:7px 16px; font-size:1.4em;}
.button.xl { padding:9px 20px; font-size:1.8em;}

