/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #000000; }
body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.125em;
}
ol { margin-bottom: 1.3em; margin-left: 0; color: #000000; }
ol li { background: none; padding: 0; }
ul { margin-bottom: 1.3em; margin-left: 17px; color: #000000; }
li ul { margin: 0; }
li ul li { margin: 0.25em 0 0 0; }
li { line-height: 1.65em; margin-top: 0.25em; margin-bottom: 0.25em; padding-left: 5px;  }
p { margin-bottom: 1.3em; font-size: 1em; line-height: 1.65em; }
strong { font-weight: bold; }
h1 { font-size: 1.834em; margin-top: 4px; color: #c0000d; line-height: 2em; font-weight: bold; }
h2 { font-size: 1.167em; margin-top: 4px; color: #c0000d; line-height: 1.75em; font-weight: bold; }
h3 { font-size: 1.167em; margin-top: 4px; color: #c0000d; line-height: 1.75em; font-weight: bold; }
h4 { color: #000000; font-size: 1.084em; margin-top: 4px; line-height: 1.75em; }
h5 { color: #000000; font-size: 1.084em; margin-top: 4px; line-height: 1.75em; }
a:link { text-decoration: none; color: #c0000d; border: none; }
a:active { text-decoration: none; color: #c0000d; border: none; }
a:visited { text-decoration: none; color: #c0000d; border: none; }
a:hover { text-decoration: underline; color: #c0000d; border: none; }
a img { border: none; }
table { margin: 0 0 1.3em 0;}
blockquote {
    margin:0 0 0 20px;
    color: #999999;
    border-left: 2px solid #c0000d;
    padding-left: 15px; 
}
hr { background: #000000; border: none; height: 1px; margin: 0 0 10px 0; }
fieldset { padding: 15px; margin-top: 10px; border: 1px solid #000000; }
legend { font-size: 1.167em; color: #c0000d; line-height: 1.75em; font-weight: bold; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.imageBorder, .imageFloatRightBorder, .imageFloatLeftBorder{
	border:solid 3px #c0000d;
}
.imageFloatRight, .imageFloatRightBorder{
	float:right;
	margin:0 0 15px 15px;
}
.imageFloatLeft, .imageFloatLeftBorder{
	float:left;
	margin:0 15px 15px 0;
}
.imageFloatRightBorder, .imageFloatLeftBorder, .imageBorder{
	padding:2px; }
.floatleft { float: left; margin: 0 10px 10px 0; }
.floatright { float: right; margin: 0 0 10px 10px; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.submit { border: 1px solid #999999; background: #cccccc; color: #000000; padding: 1px 5px 1px 5px; font-size: .834em; cursor:pointer !important;  }
.submit:hover { border: 1px solid #999999; background: #999999; color: #ffffff; padding: 1px 5px 1px 5px; font-size: .834em; cursor:pointer !important;  }
.required { color: #c0000d; font-weight: bold; }
.block { display: block; }
.hidden { display: none; }
.submitButton { margin-top: 15px; }
.bottommargin { margin-bottom: 1.3em; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#homepage { background: url(../images/bg.gif) repeat-x top #ffffff; }
#intpages { background: url(../images/bg2.gif) repeat-x top #ffffff; }

#outside_container {
	width: 940px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#header {
	background: url(../images/header.gif) no-repeat top left;
	width: 940px;
	height: 64px;
	padding: 66px 0 0 0;
	position: relative;
}

#nav {
	width: 940px;
	font-size: 1.167em;
}

#nav ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	position:relative;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 10;
}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	width: 86px;
	display: inline-block;
	line-height: 1.33em;
	height: 51px;
	padding: 13px 0 0 20px;
	color: #ffffff;
}

#nav a:hover { background: url(../images/nav-over.gif) repeat-x top; text-decoration: none; cursor: pointer !important; }

#nav .dir ul {
	display: none;
	position: absolute;
	/*top:0;*/
	top: 32px;
	left:0;
	z-index:100;
	height:auto;
	line-height:normal;
	font-size: .917em;
    /*padding: 32px 0 0 0;*/
	padding: 0;
}
#nav li:hover > ul,
#nav li.hover > ul{
	display:block;
	z-index:101;
}
#nav .dir ul li {
	background: none;
	text-align: left;
	display:block;
	position:relative;
	z-index:102;
}
#nav .dir ul li a:link,
#nav .dir ul li a:active,
#nav .dir ul li a:visited {
	background: #c0000d;
	text-transform: capitalize;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.33em;
	padding: 5px 20px 5px 20px;
	width: 130px;
	display:block;
	height: auto !important;
}
#nav .dir ul li a:hover {
	color: #ffffff;
	background:#3013b2;
}

#nav .dir .dir ul {
	/*display: none;*/
	position: absolute;
	/*top:0;*/
	top: 0px;
	left:170px;
	z-index:900;
	height:auto;
	line-height:normal;
	font-size: .917em;
    /*padding: 32px 0 0 0;*/
	padding: 0;
}

#nav .dir .dir ul li {
	background: none;
	text-align: left;
	display:block;
	position:relative;
	z-index:102;
}
#nav .dir .dir ul li a:link,
#nav .dir .dir ul li a:active,
#nav .dir .dir ul li a:visited {
	background: #c0000d;
	text-transform: capitalize;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.33em;
	padding: 5px 20px 5px 20px;
	width: 130px;
	display:block;
	height: auto !important;
}
#nav .dir .dir ul li a:hover {
	color: #ffffff;
	background:#3013b2;
}


#home a:link, #home a:active, #home a:visited {
	width: 61px !important;
	display: block;
	float: left;
	line-height: 1.33em;
	height: 42px !important;
	padding: 22px 0 0 20px !important;
	color: #ffffff;
}

#nav2 {
	position: absolute;
	top: 130px;
	right: 20px;
	z-index: 99;
	width: 280px;
	height: 31px;
	background: url(../images/2ndnavbg.png) no-repeat top;
	font-size: .917em;
	padding: 0 0 0 5px;
}

#nav2 ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#nav2 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav2 a:link, #nav2 a:visited, #nav2 a:active {
	margin: 7px 7px 0 7px !important;
	display: block;
	float: left;
	color: #ffffff;
}

#nav2 a:hover { text-decoration: underline; cursor: pointer !important; }

#nav2 .dir ul {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index:100;
	height:auto;
	line-height:normal;
	font-size: .917em;
	padding: 30px;
}
#nav2 li:hover > ul,
#nav2 li.hover > ul{
	display:block;
	z-index:101;
}
#nav2 .dir ul li {
	background: none;
	text-align: left;
	display:block;
	position:relative;
	z-index:102;
}
#nav2 .dir ul li a:link,
#nav2 .dir ul li a:active,
#nav2 .dir ul li a:visited {
	background: #c0000d;
	text-transform: capitalize;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.33em;
	padding: 5px 20px 5px 20px;
	width: 100px;
	display:block;
	height: auto !important;
	margin: 0 !important;
}
#nav2 .dir ul li a:hover {
	color: #ffffff;
	background:#000000;
}

#flash {
	width: 940px;
	z-index: 0;
}

#content {
	background: url(../images/contentbg.gif) no-repeat top center;
	margin: 0;
	padding: 25px 0 25px 0;
	width: 940px;
	display: inline-block;
}

.homecolumn1 {
	float: left;
	width: 276px;
	padding-right: 25px;
}

.intcolumn1 {
	float: left;
	width: 190px;
	padding-right: 25px;
	min-height:10px;
	height:auto !important;
	height:10px;
}

.homecolumn2 {
	float: left;
	width: 613px;
	padding-left: 25px;
	min-height:250px;
	height:auto !important;
	height:250px;
	border-left: 1px solid #666666;
}

.intcolumn2 {
	float: left;
	width: 699px;
	padding-left: 25px;
	border-left: 1px solid #666666;
	min-height:250px;
	height:auto !important;
	height:250px;
}

.homecolumn1 p, .homecolumn2 p, .intcolumn1 p, .intcolumn2 p { font-size: .917em; }

#footer {
	background: url(../images/footerbg.gif) repeat-x top #000000;
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: .917em;
	color: #ffffff;
}

.footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.gif) no-repeat top;
	padding: 15px 0 0 70px;
	height: 200px;
}

.gray { color: #666666; }
.gray a:link, .gray a:active, .gray a:visited {color: #666666; }
.gray a:hover {color: #666666; }


/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */


/* Contact Form */

ol.contact {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

li.contact {
	text-transform: none;
	font-size: 1em;
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
}

.contant label {
	margin: 0 0 10px 0 !important;
}

.contact input {
	width: 350px;
	display: block;
	margin: 8px 0 0 0 !important;

}

.contact select {
	width: 250px;
	display: block;
	margin: 8px 0 0 0 !important;
}

.contact textarea {
	width: 352px;
	display: block;
	margin: 8px 0 0 0 !important;
}

#submit {
	width: 75px;
}

/* END STRUCTURE */


