/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #111111;
	background: url(images/bg.jpg); 
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	color: #c20201;
	background: url(images/h1.jpg) no-repeat;
}
h2 {
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	background: url(images/gray.jpg) no-repeat;
}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
}

#container {
	width: 960px;
	margin: auto;
	background: url(images/container_bg2.jpg) repeat-y;
}
#header {
	height: 136px;
	background: url(images/header3.jpg) no-repeat;
}
#site_title {
	padding-top: 60px;
	padding-left: 550px;
	height: 38px;
	color: #c20201;
	font-weight: bold;
	font-size: 14px;
	}
.menu{
	float: left;
	width: 960px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding-left: 20px;
	list-style: none;
	text-align: center;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	padding: 8px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100px;
}

.menu li a:hover, .menu li .current{
	color: #ffffff;
	background: url(images/link_hover.jpg) center no-repeat;
}
#header_pic {
	height: 200px;
	width: 900px;
	margin-left: 20px;
	z-index: 1;
}
#slogan {
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 35px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #c20201;
	}
#slogan p{
	padding-right: 35px;
	padding-top: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #222222;
	}
#slogan_text {
	float: right;
	text-align: right;
	width: 250px;
	padding-right: 35px;
	padding-top: 5px;
	font-size:12px;
	color: #222222;
}
#content {
	width: 960px;
}
#content a:link, #content a:visited {
	color: #c20201;
	font-weight: bold;
}
#content a:active, #content a:hover {
	color: #4d4948;
	font-weight: bold;
}
#content a.img:link, #content a.img:visited {
	color: #4d4948;
	font-weight: bold;
}
#content a.img:active, #content a.img:hover {
	color: #c20201;
	font-weight: bold;
}

#top {
	float: left;
	width: 580px;
	margin-top: 10px;
	padding-left: 40px;	
	text-align: justify;
}
#top2 {
	float: left;
	width: 880px;
	margin-top: 10px;
	padding-left: 40px;	
	text-align: justify;
}
#left {
	float: left;
	width: 570px;
	margin-left: 40px;
	margin-top: 0px;
	text-align: justify;
}
#left span {
	color: #c20201;
	font-weight:bold;
}
#middle {
	float: left;
	width: 300px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
}
#right {
	float: right;
	margin-right: 40px;
	width: 270px;
	margin-top: 10px;
	text-align: justify;
}
#right img {
	padding-left: 0px;
}
#right h2{
	#margin-top: 10px;
}
#right h3 {
	text-align: left;
}
#bottomleft {
	float: left;
	width: 900px;
	margin-left: 30px;
	margin-top: 0px;
	text-align: justify;
}
#footer {
	clear: both;
	width: 921px;
	margin-left: 18px;
	margin-top: 10px;
	height: 60px;
	background: #171717;
}

.footer_left {
	float: left;
	width: 440px;
	height: 40px;
	padding-top: 20px;
	padding-left: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer_left a:link, .footer_left a:visited { color: #fff; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #cc6; text-decoration: none; }
.footer_right a:link, .footer_right a:visited { color: #fff; text-decoration: none; } 
.footer_right a:active, .footer_right a:hover { color: #ccc; text-decoration: none; }

.footer_dot {
	float: left;
	width: 1px;
	height: 60px;
	background: url(images/dot.gif) repeat-y;
}
.footer_right {
	float: right;
	padding-top: 2px;
	width: 250px;
	height: 50px;
	color:#FFFFFF;	
}


.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #ffffff; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #444444;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: -200px; /* means the pop-up's top is 50px away from thumb's top */
	left: 130px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : 100px;
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #171717;
width: 800px;
margin-left:25px;
z-index: 10;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #171717; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #444;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: url(images/link_hover2.jpg) no-repeat;
#background: #c20201; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
