/*
	 http://css-tricks.com
*/

* {
}
html {
	height:100%;
	overflow-y: scroll;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:10pt;
	color: #000;
	background-color: #fff;
	background-image: url(../images/mosaicbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	height:100%;
}
a {
	text-decoration: none;
	color:  #FF6600;
}
a:visited {
	color:  #FF6600;
}
a:active {
	color:  #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/*HEADER CONFIGS*/
h1 {
	color: #FF0000;
	font-weight:bold;
	font-size:10pt;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	color: #000000;
	font-weight:bold;
	font-size:10pt;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:left;
}
.uppercase {
text-transform:uppercase;
}

h3 {
	color: #000000;
	font-weight:bold;
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	color: #FF6600;
	font-weight:bold;
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}
/*HEADER CONFIGS*/

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;/* must be combined with nobr in html for ie5win */
}
#side_shadows {
	width: 805px;
	margin: 0 auto;
	position: relative;
	/*background-image:url(../images/shadows.png);*/
	background-image:url(../images/shadows2.png);
	background-position:top;
	background-repeat:no-repeat;
	min-height:100%;
}
html>body #side_shadows {
	min-height:100%;
	background-image:url(../images/shadows2.png);
	background-position:top;
	background-repeat:no-repeat;
}
#page-wrap {
	width: 760px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/back.gif);
	background-position:top;
	background-repeat:repeat-x;
	min-height:700px;
}
html>body #page-wrap {
	min-height:700px;
}
#page-wrap2 {
	width: 760px;
	margin: 0 auto;
	position: relative;
	/*overflow:auto;*/
}
html>body #page-wrap2 {
	background:#FFFFFF;
}
#page-wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	/*overflow:auto;*/
}
html>body #page-wrapper {
	background-image:url(../images/back.gif);
	background-position:top;
	background-repeat:repeat-x;
}

/*HEADER*/
#header {
	width: 760px;
	background: #FFF;
	margin: auto;
	/*background-image:url(../images/logobanner.jpg);*/
	height:87px;
}
#headerimages {
	width:760px;
	margin: auto;
}
#splashimage {
	height:159px;
	width:760px;
	margin: auto;
}
#splashfiller {
	width:760px;
	height:16px;
	background:#FFFFFF;
	background-image:url(../images/filler1.gif);
	background-repeat:x;
	margin: auto;
}
/*HEADER*/

/* CONTENT CONFIGS*/
#main-content {
	padding: 0 10px 100px 180px;
	/*background: #FFF;*/
	min-height:100%;
    overflow: hidden;
}
html>body #main-content {
	min-height:100%;

}

/* CONTENT CONFIGS*/
#one_column_container {
	padding: 0 10px 100px 10px;
	/*background: #FFF;*/
	height:100%;
}
#single_containter {
	padding: 0 10px 10px 10px;
	/*background: #FFF;*/
	height:100%;
}

html>body #one_column_container{
	height:100%;
}

#two_column_container {
	height:100%;
	padding: 0;
	margin: 0;
}
html>body #two_column_container {
	height:100%;
	padding: 0;
	margin: 0;
}

#imgcolumn{
	float:left;
	/*width: 410px;*/
	vertical-align:top;
	/*background: #FFF;*/
	padding: 0px 10px;
	height:100%;
	width:25%;
}
html>body #imgcolumn {
	max-height:100%;
}

#rightcolumn {
	float:left;
	/*width: 410px;*/
	/*background: #FFF;*/
	padding: 0px 0px 0px 10px;
	height:inherit;
	width:70%;
}

.rightcolumn {
	float:left;
	/*width: 410px;*/
	/*background: #FFF;*/
	padding: 0px 0px 0px 10px;
	height:inherit;
	width: 70%;
}

.rightcolumn2 {
	float:left;
	/*width: 410px;*/
	/*background: #FFF;*/
	padding: 0px 0px 0px 10px;
	height:inherit;
	width:68%;
}

.leftcolumn {
	float:left;
	/*background: #FFF;*/
	padding-bottom:20px;
	height:100%;
	width:27%;
}

.leftcolumn2 {
	float:left;
	/*background: #FFF;*/
	padding-bottom:20px;
	height:100%;
	width:30%;
}

.leftcolumn3 {
	float:left;
	/*background: #FFF;*/
	padding-bottom:20px;
	height:100%;
}

.rightcolumn3 {
	float:left;
	/*background: #FFF;*/
	padding: 0px 0px 0px 10px;
	width:50%;
	height:inherit;
}

#main-left-sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	bottom: 0;
	padding: 10px 10px 0px 0px;
	min-height:100%;
}
html>body #main-left-sidebar {
	min-height:100%;
}
#main-left-column {
	float:left;
	top: 0;
	width: 469px;
	bottom: 0;
	padding: 10px 10px 50px 10px;
	/*background:#FFFFFF;*/
	background-image:url(../images/back.gif);
	background-position:top;
	background-repeat:repeat-x;
	clear:right;
}

#main-left-column2 {
	padding: 10px 10px 50px 10px;
	/*background:#FFFFFF;*/
	background-image:url(../images/back.gif);
	background-position:top;
	background-repeat:repeat-x;
}


#main-right-column {
	float:right;
	top: 0;
	width: 250px;
	bottom: 0;
	padding: 10px 10px 100px 10px;
	border-right: 1px solid #ffffff;
	background:#eee;
}

#main-right-column2 {
	top: 0;
	bottom: 0;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #ffffff;
	background:#eee;
}
/* CONTENT CONFIGS*/

/*DIVIDERS*/
#dotdivider {
	margin: 10px 0;
	height:1px;
	background-image:url(../images/1x2h.gif);
	width:100%;
	clear:both;
}
#soliddivider {
	margin: 10px 0;
	height:2px;
	background-image:url(../images/filler2.gif);
	width:100%;
}
/*DIVIDERS*/

/*MENU HORIZONTAL*/
#menu {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}
#menu ul {
	list-style-type:none;
}
#menu a {
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	padding:0.4em 19px 0.5em 19px;
}
#menu a:hover {
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	text-decoration:none;
	color:#FF6600;
}
#menu a:active {
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	text-decoration:none;
	color:#FF6600;
}
#menu li {
	display:inline;
}
.menucontainer {
	margin: auto;
	width:760px;
	height:23px;
	background-color:#000000;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
}
/*MENU HORIZONTAL*/

/*MENU VERTICAL*/
#menuVertical {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 10px;
	margin:0px;
	font-size:11px;
}
#menuVertical li {
	list-style-type:none;
	text-indent:0.5em;
	display:inline;
	width:155px;
}

#menuVertical a {
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	color:#000000;
	margin:0px;
	width:155px;
	padding:0.3em 0.2em 0.3em 0.2em;
	text-decoration:none;
	display:block;
}

#menuVertical .highlighted{
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	background: #EFEFEF; /*url("images/hover.gif") left center no-repeat;*/
	color:#FF6600;
	text-decoration:none;
}

#menuVertical a:hover{
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	background: #EFEFEF; /*url("images/hover.gif") left center no-repeat;*/
	color:#FF6600;
	text-decoration:none;
}
#menuVertical a:active {
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	background: #EFEFEF; /*url("images/hover.gif") left center no-repeat;*/
	color:#FF6600;
	text-decoration:none;
}


/*MENU VERTICAL*/

/*FOOTER*/
#footer {
	background: #6666FF;
	/*margin: 0 auto 5px auto;*/
	z-index: 2;
	bottom:0px;
	position: fixed;
}
#footer p {
	color: 000000;
}
#footer a {
	color: #000000;
	border-bottom: 1px dotted white;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-style: solid;
}
#footercontainer {
	width: 760px;
	background-color: #FFFFFF;
	z-index: 2;
	bottom:0px;
	position: absolute;
	margin-left:20px;
	padding:4px;
}
#footercontainer .footer {
	color: #737373;
	font-size:8pt;
	font-family:Arial;
	padding:4px;
}

#footercontainerindex {
	width: 780px;
	background-color: #FFFFFF;
	/*z-index: 2;*/
	bottom:0px;
	/*position: fixed;*/
	padding-bottom:10px;
}
#footercontainerindex .footer {
	color: #737373;
	font-size:8pt;
	font-family:Arial;
	padding-top:5px;
	padding-bottom:10px;
}
#bottom_fade {
	width: 805px;
	height: 125px;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	background: url(../images/bottom-fade.png) bottom center repeat-x;
}
/*FOOTER*/

/*EXTRAS*/

img {
	border: 0;
}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.highlight {
	color: #FF0000;
}
.readmore a {
	color:#FF0000;
	text-decoration:underline;
}
.readmore a:hover {
	color:#FF0000;
	text-decoration:none;
}
.caption_italic {
	font-style:italic;
	font-weight:normal;
}


