﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 675px;
	margin: 10px auto;
	color: #F2F2F7;
}
#masthead {
	text-align: center;
	width: 673px;
	border-top: 1px solid #dcdcdc;
	background-color: #FFFFFF;
	background:#FFFFFF;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 490px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	color: #000000;
}
#interviewhead a {
	background-position: center;
	border-style: none;
	color:red;
	padding: 8px;
	padding-left: 13px;
	
	border: 1px solid #fff;
	background-color: #fff;
}
#interviewhead  a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	
	    background-color:	#FFFFFF;

}
#masthead h3 {
	float: left;
	width: 300px;
	height: 75px;
	margin-top: 0px;
	border: none;
	color: #000000;
	font-family: Calibri;
	font-style: oblique;
	padding-left: 15px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
}
#masthead h4 {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}

 .round_span3 {
        float:left;
        background: #ccc;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 3px;
    }
 
    .round_span2 {
        background: #ccc;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 2px;
    }
 
    .round_span1 {
        background: #ccc;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 1px;
    }


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	background-position: center;
	border-style: none;
	color:black;
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left: 13px;
	
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url('../images/Home.png');
	background-repeat: no-repeat;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #FF2222;
	
}
#content h2 {
	color: #FF2222;
	background-image: url('../images/Black.png');
	background-color:#fff;
	background-repeat: no-repeat;
}
#content img {
	outline: black;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #FF2222;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	border-style: none none none none;
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
