/*
	Website		WIS Inspection Services
	Author		Jason Smith
	Date		June 2010
=============================================== */

/* TYPOGRAPHY: =Basics */

body {
	font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times, Times New Roman, serif;
}


/* TYPOGRAPHY: =Headings */

h1 {
	color: #475EA0;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 20px 30px 0px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0px 10px;
	color: #336699;
}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0px 0px;
	color: #336699;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0px 0px;
}


/* TYPOGRAPHY: =Paragraphs */

p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 0;
	margin: 10px 0;
}

/* TYPOGRAPHY: =Lists */

ul {
	list-style: square;
	padding-left: 1em;
	margin: 1em;
	font-size: 1.4em;
}

	ul li {
		font-size: 1em;
		line-height: 1.6em;
		margin: 1em;
		padding-left: 2px;
	}
	ul li p{
		font-weight: normal;
		color: #277F26;
		padding: 0;
		display: inline;
	}
	
ol {
	list-style: decimal outside;
	padding-left: 1em;
	margin: 1em;
	font-size: 1.4em;
	line-height: 1.4em;
}

	ol li {
		list-style: decimal;
		margin: 1em;
	}
	
dl {
	margin-bottom: 1em;
	text-align: center;
}

	dl dt {
		color: #000;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4em;
	}
	
	dl dd {
		color: #000;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 1em;
	}
	
/* TYPOGRAPHY: =Forms */

form label,
form .label {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	width: 150px;
	margin: 4px; 
}
    .text_label
    {
        padding: 4px 10px 0 0;
        float: left;
        text-align: right;
    }

form legend {
	color: #000;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

form input,
form textarea {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 4px; 
	margin: 4px 0;
	color: #3a3a3a;
	background: #f0f3f9;
	border: 1px solid #FFE337;
}
    input[type="text"], input[type="password"]
    {
        width: 200px;	
	}
	input[type="text"]:focus, input[type="password"]:focus, form textarea:focus
    {
    background-image: none;
    background-color: #ffffff;
    }

form .button {
	outline: 0;
	cursor: pointer; cursor: hand;
	margin: 4px 0px 0px 168px;
	width: 70px;
}
    form .button:hover
    {
        background-color: #fff;
    }
    form .button:selected
    {
        outline: #000 dashed 1px;
    }

form p 
{
    font-size: 1em;
    padding: 1px;
    margin: 0;
}
  
span.error 
{
    color: Red;
    font-size: 0.9em;
}
	
/* TYPOGRAPHY: =Links */

a {
	color: #b08606;
	font-weight: bold;
	outline: 0;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#FFC200;
}

a:focus {
	outline: 0;
}

/* TYPOGRAPHY: =Variants */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* TYPOGRAPHY: =Quotes */

blockquote {
	display: block;
	margin: 15px auto;
	padding: 0 60px;
	width: 280px;
	border: 1px dashed #ccc;
}
	.content #left blockquote p.quote {
	font-size: 1.8em;
	line-height: 1.8em;
	padding: 10px;
	border: none;
	}
	
blockquote:before, blockquote:after {
	color: #030;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 280px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

/* =STRUCTURE
----------------------------------------------- */

body {
	background: #f0f3f9;
}

.header {
	width: 100%;	
}
	.banner {
		width: 1000px;
		height: 180px;
		margin: 10px auto;
	}
		.banner_left {
			width: 580px;
			float: left;
			height: 190px;
			background: #fff;
		}
		.banner_right {
			border: 2px solid #FFC200;
			width: 416px;
			height: 186px;
			float: left;
			background: #fff;
		}

.nav 
{
    background: transparent url(../img/nav_bg.gif) repeat-x scroll 0 0;
	width: 1000px;
	margin: 0 auto;
}

.content {
	margin: 0 auto;
	background: #fff;
	clear: both;
	border: 1px solid #475EA0;   
}

.footer {
	margin: 0 auto;
	width: 1000px;
	background: #F0F3F9;
	position: relative;
	clear: both;
}
	.footer p {
		padding: 20px;
		text-align: center;
		color: #698BEC;
	}


/* =NAVIGATION
----------------------------------------------- */
#nav {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}
    
    ul#nav {
    display: table;
    table-layout:fixed;
    width:100%;
    margin: 0;
    padding: 0;
    }

	#nav li {
		background: none;
		display: inline;
		float: left;
		margin: 0px auto;
		padding: 0;
		font-size: 1.4em;
		text-align:center;
	}
	
		#nav li a {
			display: block;
			height: 20px;
			overflow: hidden;
			text-decoration: none;
			padding: 10px 0px;
			color: #fff;
			/* text-indent: -5000px; */
		}
		
		#nav li a:hover {	
			color: #fff;
			display: block;
			height: 20px;
			overflow: hidden;
			/* text-indent: -5000px; */
		}
		#nav li a.selected {
			color: #fff;
			display: block;
			height: 20px;
			overflow: hidden;
			text-decoration: none;
			font-size: 1em;
			/* text-indent: -5000px; */
		}
		
		#nav #home a {
			background: transparent url(../img/home_button.gif) no-repeat scroll center top;
			width: 250px;
			text-indent: -99999px;
		}
			#nav #home a.selected, #nav #home a:hover {
				background: transparent url(../img/home_button.gif) no-repeat scroll center bottom;
				}
		
		#nav #about a {
			background: transparent url(../img/about_button.gif) no-repeat scroll center top;
			width: 250px;
			text-indent: -99999px;
		}
			#nav #about a.selected, #nav #about a:hover {
				background: transparent url(../img/about_button.gif) no-repeat scroll center bottom;
				}
		
		#nav #inspectors a {
			background: transparent url(../img/inspectors_button.gif) no-repeat scroll center top;
			width: 250px;
			text-indent: -99999px;
		}
			#nav #inspectors a.selected, #nav #inspectors a:hover {
				background: transparent url(../img/inspectors_button.gif) no-repeat scroll center bottom;
				}
		
		#nav #contact a {
			background: transparent url(../img/contact_button.gif) no-repeat scroll center top;
			width: 250px;
			text-indent: -99999px;
		}
			#nav #contact a.selected, #nav #contact a:hover {
				background: transparent url(../img/contact_button.gif) no-repeat scroll center bottom;
				}
				

/* =LOGIN FORM
----------------------------------------------- */
#login_header {
	background: transparent url(../img/login_heading3.gif) repeat-x scroll 0 0;
	width: 416px;
	height: 45px;
	text-indent: -99999px;
	margin: 0px;
}

#login_form { 
	width: 250px;
	margin: 0px auto;
	padding-left: 55px;
}
    #remember_me 
    {
        padding: 0;
    }
      
    .clear {
	    clear: both;
    }
    #login_form label,
    #login_form .label {
	    color: #000;
	    font-size: 1.2em;
	    line-height: 1.2em;
	    width: 75px;
	    margin: 4px; 
    }
        #login_form .text_label
        {
            padding: 4px 0px;
            float: left;
        }

    #login_form legend {
	    color: #000;
	    font-size: 1.6em;
	    line-height: 1.6em;
	    margin-bottom: 1em;
    }

    #login_form input,
    #login_form textarea {
	    color: #000;
	    font-size: 1.2em;
	    line-height: 1.2em;
	    padding: 4px; 
	    color: #3a3a3a;
	    background: #f0f3f9;
	    border: 1px solid #FFE337;
    }
        #login_form input[type="text"], #login_form input[type="password"]
        {
            width: 100px;	
	    }
	    #login_form input[type="text"]:focus, #login_form input[type="password"]:focus
        {
        background-image: none;
        background-color: #ffffff;
        }
    #login_form .button {
        outline: 0;
        cursor: pointer; cursor: hand;
        float: right;
        margin: 4px 55px 0px 0px;
        width: 70px;
    }
        #login_form .button:hover
        {
            background-color: #fff;
        }
        #login_form .button:selected
        {
            outline: #000 dashed 1px;
        }
.foot_note 
{
    clear: both;
    padding-top: 10px;
    text-align: center;
}
    .foot_note > span
    {
        font-size: 1.4em;
    }

.loginlink
 {
display:block;
font-size:1.4em;
margin:20px auto;

}
    
/* =CONTENT TRIPLE COLUMN
----------------------------------------------- */

#triplecol
{
    height: 440px;
    width: 998px;
}
    #triplecol h1{
            color: #475EA0;
            margin: 20px 10px 10px 10px;
            text-align:center;
            color: #698BEC;
        }
        h1#news_header{
	        background: transparent url(../img/news_header.jpg) no-repeat scroll 0px 0px;
	        text-align:center;
	        margin: 10px;
	        color: #698BEC;
	        width: 390px;
	        height: 40px;
	        left: -30px;
	        position: relative;
	        text-indent: -9999px;
        }
	
    #triplecol img {
	    display: block;
	    margin: 10px auto;
    }
	
    #triplecol a.readmore {
        display: block;
        cursor: pointer; cursor: hand;  	
        padding: 5px 5px 15px 5px;
        text-align: right;
        font-size: 1.4em;
        text-decoration: underline;
    }

	
    #triplecol #col1 {
	    margin: 0;
	    width: 350px;
	    height: 420px;
	    padding: 10px;
	    float: left;
	    background: #fff no-repeat scroll top left;
    }
        
        #triplecol #col1 h2 
        {
            color: #B08606;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 1.6em;
            margin: 15px 0px 0px 0px;
            padding-left: 1em;
        }
    
        #triplecol #col1 p
        {
            font-size: 1.6em;
        }
        
    #triplecol #col2 {
	    margin: 0;
	    width: 350px;
	    height: 420px;
	    padding: 10px;
	    float: left;
	    background: #fff no-repeat scroll top left;
	    border-left: 1px solid #475EA0;
	    border-right: 1px solid #475EA0;
    }
    #triplecol #col3 {
	    margin: 0;
	    width: 235px;
	    height: 420px;
	    padding: 10px;
	    float: right;
	    background: #fff no-repeat scroll top left;
    }
            #triplecol #col-top 
            {
                margin: 0 auto;
                border-bottom: 1px solid #475EA0;
            }
        
 /* =CONTENT TWO COLUMN
----------------------------------------------- */

#twocol
{
    width: 918px;
    padding: 20px 40px;
}

  
#twocol #col1 {
        width: 459px;
        float: left;
        position: relative;
    }
    
#twocol #col2 {
        width: 459px;
        float: right;
        position: relative;
    }

#twocol img {
	    display: block;
	    margin: 40px 0;
    }

.clear 
{
    clear: both;
}


 /* =CONTENT SINGLE COLUMN
----------------------------------------------- */

#singlecol 
{
    width: 918px;
    padding: 20px 40px;    
}

    form #singlecol p 
    {
        font-size: 1.4em;
    }

    

 /* =ERROR PAGE
----------------------------------------------- */

.error_page
{
    width: 564px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 10px;
}


 /* =ERROR PAGE
----------------------------------------------- */


#frontpage
{
    width: 998px;
}

  
#frontpage #col1 {
        margin: 0;
	    width: 350px;
	    padding: 10px;
	    float: right;
	    background: #fff no-repeat scroll top left;
	    border-left: 1px solid #475EA0;
	    height: 620px;
    }
    
#frontpage #col2 {
        width: 577px;
        float: left;
        position: relative;
        padding: 20px;
    }
      
#frontpage h1{
            color: #475EA0;
            margin: 20px 10px 10px 10px;
            text-align:center;
            color: #698BEC;
        }
#frontpage .readmore {
        display:block;
        font-size:1em;
        margin:0 auto;
        text-align:left;
        width:330px;
    }
    
#frontpage .quote 
{
    margin-bottom: 0;
    font-style: italic;
    font-size: 1em;
    margin: 0 auto 10px;
    width: 310px;
    border: 1px solid #F0F3F9;
    padding: 5px;
}
