* { margin:0; padding:0;}
html, body { height:100%;}
body { background:#fff; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1.0625em; color:#585858;}
input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:.91em;}

.fleft {
	float:left;
	padding: 5px;
}
.fright { float:right;}
.clear { clear:both;}
.alignright { text-align:right;}
.aligncenter { text-align:center;}
.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}
p { margin-bottom:17px;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
object { vertical-align:top;}

#contacts-form label { display:block; height:28px;} 
#contacts-form label input { width:255px; padding:2px 0 3px 3px; color:#585858; background:none; border:1px solid #bfbfbf;}
#contacts-form textarea {width:330px; height:71px; padding:2px 0 2px 3px; margin-bottom:15px; color:#585858; background:none; border:1px solid #bfbfbf; overflow:auto;}
#contacts-form .col-1 { width:265px !important; margin-right:0 !important;}
#contacts-form .col-2 { width:334px !important;}

/*==================list====================*/
ul { list-style:none;}

.list1 li {
	padding:0 0 5px 28px;
	margin-bottom:2px;
	border-bottom:1px dotted #d1d1d1;
	background-image: url(../assets/marker.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.list1 li a { text-decoration:none;}
.list1 li a strong { color:#585858;}
.list1 li a:hover { color:#000; text-decoration:underline;}
.list1 li a:hover strong { color:#000;}
.list1 li.last { border-bottom:none; padding-bottom:16px;}

.list2 li {background:url(../assets/marker.gif) no-repeat left 2px; border-bottom:1px dotted #d1d1d1; padding:0 25px 5px 28px; margin-bottom:2px; overflow:hidden;}
.list2 li div { background:url(../assets/border.gif) left bottom repeat-x; width:100%; overflow:hidden;}
.list2 li a { color:#585858; font-weight:bold; text-decoration:none; float:left; background:#fff;}
.list2 li a:hover { color:#000;}
.list2 li em { float:right; font-style:normal; background:#fff; color:#9c9c9c;}
.list2 li.last { border-bottom:none; padding-bottom:15px;}

.list3 dt { font-weight:bold;}
.list3 dd { padding-bottom:10px;}

.gallery {
	position:relative;
	height:357px;
	overflow:auto;
	width: 200;
}
.gallery dt img { position:absolute; left:0; top:0;}
.gallery dd { padding:0 0 16px 421px;}

.extra-img { position:absolute; top:79px;}

/*==================other====================*/
.img-indent { margin:0 14px 0 0; float:left;}
.img-indent.alt { margin-right:10px;}
.img-box {
	width:99%;
	overflow:hidden;
	padding-bottom:20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	padding-top: 10px;
	margin-bottom: 10px;
}
.img-box img { float:left; margin:0 14px 0 0;}

.extra-wrap { overflow:hidden; }

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;}

/*==================txt, links, lines, titles====================*/
a {
	color:#6D0404;
	outline:none;
}
a:hover{text-decoration:none;}

h1 { padding:32px 0 0 0; font-size:20px; line-height:1em; text-transform:uppercase; float:left;}
h1 a { color:#bbb; text-decoration:none;}
h1 a span { color:#000;}
h2 { font-size:1.33em; text-transform:uppercase; color:#000; border-bottom:1px solid #e5e5e5; padding:0 0 6px 0; margin-bottom:19px;}
h3 { font-size:1.1em; margin-bottom:11px;}
h4 { font-size:1em; margin-bottom:11px;}
h5 { font-size:1em;}

.dept-list { float:left;}
.dept-list dt { margin-bottom:17px;}
.dept-list dd { clear:both; text-align:right;}
.dept-list dd span { float:left; padding-right:25px;}
.dept-list dd a { color:#585858;}


/*header*/
#header .flash-menu { position:absolute; left:-20px; top:0;}
#header .flash-header { position:absolute; left:-20px; top:97px;}

/*content*/
#content { padding:36px 0 38px 0; border-bottom:1px solid #efefef; margin-bottom:2px; position:relative;}
#content .indent { padding:0 25px 0 0;}
#content .section { padding:0 0 27px 0;}
#content .section1 { padding:0 0 70px 0;}
#content .section2 { padding:0 0 50px 0;}
#content .row-1 { padding-bottom:41px;}

/*footer*/
#footer {
	border-top:1px solid #efefef;
	color:#585858;
	padding:20px 0 42px 0;
}
#footer a {
	text-decoration:none;
	color: #585858;
}
#footer a:hover { text-decoration:underline;}
#footer .nav {
	font-size:1em;
	margin-left:-10px;
	padding-bottom:8px;
}
#footer .nav li { display:inline;}
#footer .nav li a {
	color:#585858;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}

/*-----custom bullet-----*/
 
li.custom {
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
 }

/*-----image shaddow-----*/
.img-shadow {
	display: block;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
} 

/*-----image shaddow left-----*/
.img-shadow-left {
	display: block;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	float: left;
} 

/*-----image shaddow right-----*/
.img-shadow-right {
	display: block;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	float: right;
} 

/*---------------contact form layout-----------------*/

.feedbackform{
	padding: 5px;
	font-size: 100%;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
margin-right: 10px; /*spacing with right column*/
font-size: 12px;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 250px;
	height: 20px;
	font-size: 100%;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 100px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* form buttons. */
	width: 80px;
	background: #e1dfe0;
	height: 30px;
	font-size: 100%;
}
.spacing {
	width: 100%;
	margin-top: 10px;
	margin-bottom:10px;
	float: none;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #D1D1D1;
}


/*header*/
#header .row-1 { height:34px; border-bottom:1px solid #efefef;}
#header .row-1 .fleft { padding:16px 0 0 0; font-size:.85em; color:#c0c1c5;}
#header .row-2 { height:62px; overflow:hidden;}
#header .row-3 img.alt { margin-right:4px;}

#header .top-links {
	float:right;
	font-size:0.85em;
	color:#000;
	padding:16px 0 0 0;
}
#header .top-links li { display:inline;}
#header .top-links li a {
	color:#F00;
	text-decoration:none;
	padding:0 6px 0 2px;
}
#header .top-links li a:hover { color:#000; text-decoration:underline;}

#header .nav { float:right; padding:20px 0 0 0; width:613px;}
#header .nav li { display:inline;}
#header .nav li a {
	float:left;
	display:block;
	border:1px solid #f1f1f1;
	border-bottom:0;
	color:#4a4949;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	font-size:.91em;
	width:99px;
	text-align:center;
	padding:10px 0 9px 0;
	margin:5px 0 0 1px;
	background-image: url(../../site/images/nav-bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .nav li a:hover {
	background:#fafafa;
	margin-top:0;
	padding:10px 0 14px 0;
	color:#898989;
}
#header .nav li a.current { background:#fafafa; margin-top:0; padding:10px 0 14px 0; color:#7a7a7a;}

/** clock  **/
.clock			{
	width:135px;
	height:30px;
	color:#F00;
	text-align:center;
	float:left;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	border-left-style: none;
}

