@charset "UTF-8";
/* CSS Document */

/* BASIC */

body{
	background: #fff url(../images/headerBkgd.jpg) repeat-x;
	color: #999999;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 1.5;
	border-bottom: 10px solid #e31937;
}
 
h1{
font-weight: normal;
margin: 0px;
padding:0px;
color: #e31937;
font-size: 35px;
line-height: normal;
}

h2{
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
color: #666666;
font-size: 22px;
line-height: normal;
border-bottom: dashed #eaeaea 2px;
}

h3 {
	font-weight:25px;
	color: #666666;
	font-weight:bold;
	margin:0;
	padding:0px;
}

.desc{
font-family: palantino, georgia;
font-style: italic;
color: #333333;
font-weight: normal;
padding-top: 5px;
width: 150px;
}

img {
	border:0;
}

.thumbnail {
	border: 1px solid #CCCCCC; 
	margin: 2px; 
	padding: 4px;"
}

.thumbnail:hover {
	border: 1px solid #666666; 
	margin: 2px; 
	padding: 4px;"
}

a:link, a:visited{
	color: #e31937;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.copyright a:link, .copyright a:visited {
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#333;
}

.copyright a:hover {
	color:#333;
	text-decoration:underline;
}

/* END BASIC */




/* FORM */
form {
	width:250px;
	font-size:12px;
	margin-left:50px;
}

label {
	clear:both;
}

input, select, textarea {
	border:1px solid #999999;
	margin-bottom:2px;
}

input:hover, select:hover, textarea:hover{
    border:1px solid #000;
	margin-bottom:2px;
}

.button {
    border: 1px solid #000;
    background: #e31937;
	color:white;
	padding:2px;
}
.button:hover {
    border: 1px solid #000;
    background: white;
	color: #e31937;
	padding:2px;
	font-weight:bold;
}

.required {
	color:#FF0000;
}

.error_strings{ 
	font-size:13px; 
	color:#e31937;
	font-weight:normal;
	margin:0;
	padding:0;
}

.error_strings ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type: square;
}

#services {
	clear:none;
	float:right;
	margin:0px;
	padding:0px;
	text-align:right;
}


/* END FORM */



/* STRUCTURE */

#shell {
	margin:auto;
	padding:0;
	width: 800px;
	height:auto;
	text-align:left;
}

#header {
	height:160px;
}

#logo {
	float:left;
	height:140px;
	width:140px;
	background: #e31937;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#logo img {
	position:relative;
	top: 60px;
	left:10px;
}

#slogan {
	float:right;
	width:400px;
	margin-top:70px;
	text-align:right;
	color:#333;
	font-size:20px;
	font-style:italic;
}

#content {
	background:#fff;
	border:1px #999999;
	margin:0px 0px 5px 0px;
	padding:10px;
	z-index:-100;
}


.copyright {
	clear:both;
	width:100%;
	color:#333;
	font-size:11px;
	font-style:italic;
	margin: 10px 0px;
	padding:10px;
	border-top: dashed #eaeaea 2px;

}

.trademark {
	position:relative;
	bottom:5px;
	font-size:12px;
	font-style:normal;
}


/* END STRUCTURE */


/* CONTACTS */
#contacts {
	width:250px;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding: 20px 0px 10px 20px;
	margin:0px 0px 10px 10px;
	border-left: dashed #eaeaea 2px;
	border-right: dashed #eaeaea 2px;
	border-bottom: dashed #eaeaea 2px;
	line-height:180%;

}

#contacts h1 {
	color: #e31937;
	font-size:16px;
	font-weight:bold;
}

#contacts h2 {
	font-size:15px;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	margin:0;
	border:0;
}

/* END CONTACTS */



/* CLIENT BTN */

#clientBtn {
	position:absolute;
	top:0;
	right:100px;
	
}

#clientBtn a:link, #clientBtn a:visited {
	font-size:12px;
	color:white;
	padding: 5px 10px;
	text-decoration:none;
	background: #e31937;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#clientBtn a:hover {
	font-size:12px;
	color: #000;
	background:#fff;
	text-decoration:none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

/* END CLIENT BTN */


/* MENU */

#menu {
	height:35px;
	float:right;
	text-align:left;
	margin-top:11px;
	width:600px;
	z-index:1000;
}

#menu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left;
}

#menu ul {display:inline-block;} 

#menu li {
	margin:0; 
	padding:0; 
	list-style:none;
}

#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul.level1 {margin:0 auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu ul.level1 {background:none;}
#menu ul.level2 {
	background: #e31937 ; 	
	border:1px solid white;
	border-bottom: 8px solid #e31937;
}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {
	display:block; 
	font-size:14px;
	font-weight:normal;
	color:#000; 
	line-height:25px; 
	text-decoration:none;
	padding:0 15px;
}

#menu ul ul li a {
	display:block; 
	font-size:10px;
	font-weight:bold;
	color:white; 
	line-height:25px; 
	text-decoration:none;
	padding:0 20px;
}

#menu ul.level1 li.level1-li a.level1-a {
	float:left;
}

#menu ul li:hover > ul {visibility:visible; left:0; top:25px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px;}


#menu a:hover ul {left:0; top:25px;}

#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover,
#menu li a.fly:hover {background-color:#e31937; color:white;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {background-color:white; color:#000;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}


/* END MENU */


/* STAFF  */

.staff 
{
	clear: both;
	width: 100%;
	height: 220px;
	margin:0;
}

.staff img {
	margin-right:20px;
}

.staff h1{
font-weight: normal;
padding-top:10px;
color: #e31937;
font-size: 20px;
line-height: normal;
}

.staff h2{
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 0;
color: #666666;
font-size: 16px;
line-height: normal;
border:0;
}

.staff h3{
font-size:12px;
margin: 10px 0px;
padding:0;
}

.staff p {
	font-size:12px;
	font-style:italic;
	margin:0; 
	padding:0;
}

/* END STAFF  */

/* SITE MAP */
.site {
	list-style-type:none;
}

.site a:link, .site a:visited {
	color:#333333;
}

.site li{
	font-size:110%;
	font-weight:bold;
	color:#333333;
}

.site ul {
	list-style-type: disc;
}

.site ul li {
	font-size:90%;
	color:#666666;
}

.site ul li ul li {
	font-weight:75%;
}

/* SITE MAP END */
