@import url("reset.css");


/* Basics
----------------------------------------------------------------------------------------------------*/

body { 
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color:#FFF;
	color:#595959;
}

a:link, a:visited {color:#C00; text-decoration:none}
a:hover, a:active {color:#999}

hr {
	border: 0 #e0e0e0 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-top:10px;
	margin-bottom:20px;
}

img {display:block}

/* Global Containers
----------------------------------------------------------------------------------------------------*/

#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {font-family:Georgia, "Times New Roman", Times, serif; margin:0; padding:0; line-height:1.2; font-weight:normal}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 17px;}
h5 {font-size: 16px;}
h6 {font-size: 15px;}


/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: square;}

li {margin-left: 15px;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	margin-right: 0px;
}


/* Classes
----------------------------------------------------------------------------------------------------*/

.fl {float:left; display:inline; margin-right:10px; }
.fr {float:right; display:inline; margin-left:10px; }
.nom {margin:0!important}
.clear {clear:both}
.cl {clear:left}
.cr {clear:right}
.home {background:#fefefe url(ImagesTemplate/bg-head.png) repeat-x}
.banner {background:#fefefe url(ImagesTemplate/banner-home.jpg) top no-repeat; height:100%;}
.sub {background:#fefefe url(ImagesTemplate/bg-headsub.png) repeat-x}
.first {margin-left:0; border-left:0!important}
.last {margin-right:0; border-right:0!important}
.red {color:#C00}
.small {font-size:85%}
.serif {font-family:Georgia, "Times New Roman", Times, serif}
.serifib {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold}
.thirdcolumn, .middlecolumn {width:196px; display:inline; float:left; background-color:#e2e2e2; padding:10px; margin-top:15px;}
.middlecolumn {margin-left:35px; margin-right:35px}
.ComboBoxDropDown_Default
{	
	border: 1px solid #626262;
	background: #fff;
	width: 100%;
	text-align: left;
}

/* IDs
----------------------------------------------------------------------------------------------------*/

#logo {
	float:left;
	display:inline;
	margin: 20px 20px 20px 0;
	height: 48px;
	width: 281px;
}

#welcome
{
	float:right;	
	height:20px;		
	margin-top:15px;
	font-size:12px;	
	display:inline;
}

#menu {
	float:right;
	display:inline;
	height:20px;
	width:620px;
	list-style:none;
	margin-top:55px;
	text-transform:uppercase;
	font-size:10px;
}

#menu li {
	float:right;
	display:inline;
	width:auto;
	padding:0 20px;
	margin:0;
	border-left:1px solid #ccc;
	text-align:center;
}

#feature {
	clear:both;
	height:310px;
	width:323px;
	padding-top:30px;
}

#bannersub {
	clear:both;
	width:100%;
	height:51px;
	margin-bottom:0px;
}

#homeleft {
	float:left;
	display:inline;
	width:323px;
}

#lefthighlight {
	background-color:#e0e0e0;
	padding:15px;
	margin:0;
}

#homeright {
	float:left;
	display:inline;
	width:610px;
	margin-left:32px;
}
#footerbg {
	width:100%;
	text-align:center;
	height:40px;
	background-image:url(ImagesTemplate/bgfooter.png);
	clear:both;
}
#footer {
	clear:both;
	width:980px;
	margin:auto;
	padding-top:5px;
	font-size:10px;
	text-align:left;
}
#footer a:link, #footer a:visited {color:#555}
#footer a:hover, #footer a:active {color:#C00}

a.tt{
    position:relative;
    z-index:24;
    color:#BBB;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }
a.tt:hover{ z-index:2;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-5px; right:0px; padding:10px;
	width:250px; color: #BBB; 	
    text-align: right;
}

#subleft {
	float:left;
	display:inline;
	width:720px;
	margin-left:15px;
	margin-top:15px;
	vertical-align:top;
}

#subleft h1 {
	color:#a9a9a9;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#subright {	
	display:inline;
	width:172px;
	vertical-align:top;
	padding:8px;
	background:#e2e2e2 url(ImagesTemplate/subrbg.jpg) bottom left no-repeat;
	display: table-cell;
	text-align:center;
	margin-left:44px;
	margin-bottom:10px;
}

#subright h5 {padding:10px}

