﻿
/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: url(../../../Media/Default/Images/back-gradient.jpg);
	background-repeat: repeat-x;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	background-color: #efefef;
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}


p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#layout-main-container
{
	background-color: #FFFFFF;
	float:left;
	clear:both;
	padding-bottom:20px;
}

.pageContent
{
	border-color: #E4E4E4 #CCCCCC #BBBBBB;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	width:100%;
	float:left;
	background-color:#fff;
}

#layout-wrapper
{
	margin: 20px auto 0;
	margin-top: 0px;
	width: 960px;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4b6c9e;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px; /*min-height: 420px;*/
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px; /*min-height: 200px;*/
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: #3a4f63;
	width: 100%;
}

div.menu
{
	padding: 4px 0px 4px 8px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.title
{
	display: block;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

#Header
{
	width: 958px;
	height: 170px;
	float: left;
	/*background: url(../../../Media/Default/Images/BannerFadeNew.jpg);
	background-repeat: repeat-x;*/
}

#headerImg
{
	width: 400px;
	height: 100%;
}

#headerContent
{
	width: 545px;
	height: 100%;
}

a.tabs
{
	height: 35px;
	width: 140px;
	background-image: url("../../../Media/Default/Images/topTab.png");
	background-color: #fff;
	padding-left: 1px;
	display: block;
	text-decoration: none;
}

a.tabs:hover
{
	height: 35px;
	width: 140px;
	background-image: url("../../../Media/Default/Images/topTabHover.png");
	background-color: #fff;
	padding-left: 1px;
	display: block;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.fboxes
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(../../../Media/Default/Images/post-bg.png) repeat-x scroll left bottom;
	border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC; /*border-style:solid; border-width:1px;*/
	margin-bottom: 15px;
}

.fix
{
	display: block;
}

.fboxdividers
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../../../Media/Default/Images/morefootbg.gif) repeat-y scroll left bottom;
	background-color: #FFFFFF;
	border-color: #E4E4E4 #CCCCCC #BBBBBB;
	border-style: solid;
	border-width: 1px;
	margin: 20px auto 0;
	width: 960px;
	float: left;
}

.fboxes .fbox
{
	display: inline;
	float: left;
	width: 318px;
}


.fboxcopy
{
	padding: 20px 10px;
}

.fboxcopy a img
{
	border: none;
}

#slider ul, #slider li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider li
{
	height: 170px;
	overflow: hidden;
	width: 360px;
}
span#prevBtn
{
}
span#nextBtn
{
}

.sliderText
{
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 335px;
}

#prevBtn, #nextBtn
{
	display: block;
	width: 30px;
	position: absolute;
	top: 170px;
}
#nextBtn
{
	left: 865px;
}
#prevBtn
{
	left: 635px;
}
#prevBtn a, #nextBtn a
{
	display: block;
	width: 100px;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(../../../Media/Default/Images/nav-default.png) repeat-x;
}

#prevBtn a:hover, #nextBtn a:hover
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(../../../Media/Default/Images/nav-default.png) repeat-x;
}
#nextBtn a
{
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 15px;
}
#prevBtn a
{
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 15px;
}
a.readMore
{
	padding-top: 10px;
	float: right;
	font-size: .9em;
	text-decoration: none;
	color: #bd090a;
	font-weight: bold;
}

#sidebar
{
	width: 190px;
	color: #ff0000;
	float: left;
	padding-top: 25px;
}

#sidebarDiv
{
	width: 10px;
	float: right;
	background: url(../../../Media/Default/Images/gray_border.gif);
	height: 100%;
}

#splashContent
{
	/*width:700px;*/
	float: right;
	padding: 10px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	height: 250px;
}

#indexContent
{
	width: 450px;
	padding-right: 10px;
}

#curOpenViewMore
{
	float: right;
	color: #11285E;
	font-weight: bold;
}

.viewMore
{
	text-decoration: none;
	color: #11285E;
	font-weight: bold;
	font-size: .9em;
	margin-top: 5px;
}

#subPageContent
{
	width: 915px;
	float: right;
	padding: 10px;
	background-color: #fff;
}
.tab
{
	padding: 50px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}


#logo
{
	background: url(../../../Media/Default/Images/nailogo.jpg);
	width: 170px;
	height: 56px;
}

h2.subHeader
{
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#cForm
{
	border-right: 1px solid #ccc;
	height: 100%;
}

#cFormInfoText
{
	padding: 10px;
}

#cFormImage
{
	padding: 10px;
}

img.imgStyle
{
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
}

ul.curOpenList li a
{
	list-style: none;
	font-size: .9em;
	padding-bottom: 5px;
	color: #11285E;
	text-decoration: none;
}


ul.curOpenList li.curOpenListCity
{
	list-style: none;
	font-size: .9em;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #000;
	font-weight: bold;
}

#curOpening
{
	padding-right: 5px;
}



.testimonialValue
{
    font: 1.3em "Arial", "Helvetica", sans-serif;
}
 
.testimonial
{
    margin:0 auto;
    width:80%;
 
   border-top:none !important;
   background: transparent url(../../../Media/Default/Images/quote.png);
   background-repeat: no-repeat;
   background-position:0 0; 
   font-style: italic; 
   border:none;
   margin-top:10px;
   border-bottom:1px solid #efefef;
}
 
.testimonial p
{
   padding: 0 50px; 
}

.page
{
	padding-left:10px;