/*======================================*
** template_css.css
** ------------------------------------------------------------*
** Created: 18 June, 2006
** Design: Abliss Indoxyl Blue
** Author: Paul Potnuru (IndoxylDesigns)
** Website: www.indoxyldesigns.com
**======================================*/



/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;	
	font-size: 93%;
	margin: 0;
	color: #000000;
	background-image:url(images/bg_page.gif)
}

a#top {
	display: block;
	text-decoration: none;
	font-size: 24px;
	border-bottom: 0;	
}

a {
	text-decoration: none;
	border-bottom: thin dashed #FF6600;
	color: #FF6600;
}

a:hover {
	text-decoration: none;
	border-bottom: thin solid #FF6600;
	color: #FF6600;
}
	

/*------------------------------------------------------------*
**  Container
**----------- -------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border-color: #FF6600;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	width: 760px;
	background: url(images/header.gif) no-repeat center;
	height: 110px;
	color: #FF6600;
}

#header h1 {
	font-size: 30px;
	padding: 20px 0 0 15px;
	line-height: normal;
	font-style: italic;
	margin: 0;
}


#headercontent {
	height: 61px;
}


img.x
{
	border-width: 0px;
	position:relative;
	right:-631px;
	z-index:1;
}
/*------------------------------------------------------------*
**  Top Bar
**------------------------------------------------------------*/

#top_bar_top {
	height: 17px;
	background: transparent;
	color: #fff;
	text-align: center;
	font-size: 90%;
	margin: 0 auto;
	width: 100%;
}

#top_bar_bottom {
	height: 49px;
	width: 100%;
	background: url(images/topbar_blue.gif) repeat-x;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	color: navy;
}


#top_bar_bottom i {
	color: green;
	background-color: transparent;
}


/*------------------------------------------------------------*
**  Top Menu (The one in the header)
**------------------------------------------------------------*/

#menu {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
}
      
#menu ul {
	margin:0;
	padding: 0 10px 0 50px;
	list-style:none;
	float: right;
}

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

#menu a:link, #menu a:visited {
	float:left;
	margin:0;
	padding:0 5px 0 4px;
	text-decoration: none;
	border-bottom: thin solid #143dad;
}

#menu a:link span, a:visited span {
	float:left;
	background-color: #30539c;
	display:block;
	padding:5px 15px 4px 6px;
	color: #FF6600;
	font-weight: bold;
}


/* This Commented Backslash Hack hides CSS rule from IE5-Mac \*/
    #menu a span {float:none;}
/* End IE5-Mac hack */
    
#menu a:hover span {
	background-color: #003366;
	background-position:100% -42px;
	color: #FF6600;

}
    
#menu a:hover{
	background-position:0% -42px;
}


/*------------------------------------------------------------*
**  Container for the Two Content Boxes
**------------------------------------------------------------*/	  
 
#box_container {
	margin: 15px auto 0 auto;
	width: 760px;
	float: none;
	
}

/*------------------------------------------------------------*
**  Content Box - Left
**------------------------------------------------------------*/	  


#box_left {
	float: left;
	width: 524px;
	padding: 0;
	margin: 0;
}


#box_left_top {
	background: url(images/box_left.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 25px;
}

.content {
	padding: 0 15px 0 15px;
	text-align: left;
	border: 3px solid #143dad;
	background-color: #FFFFFF;
}

.content .heading {
	font-size: 200%;
	color: #003399;
	border-bottom: 1px solid #003399;
	width: 100%;
	display: block;
	background-color: transparent;
}


#box_left_footer {
	width: 100%;
	background: url(images/box_left_footer.gif) no-repeat bottom left;
	height: 25px;
	line-height: 10px;
}
	
/*------------------------------------------------------------*
**  Content Box - Right
**------------------------------------------------------------*/


#box_right {
	float: left;
	width: 233px;
	padding: 0;
	margin-top: 25px;
	border-right: 3px solid #003399;
	border-top: 3px solid #003399;
	border-bottom: 3px solid #003399;
	background-color: #003399;
	color: #FF6600;
	}

#box_right .content {
	width: 200px;
	margin: 0;
	background-color: #003399;
	border-color: #003399;
	
}

#box_right_footer {
	width: 100%;
	height: 10px;
	background: url(images/box_right_foote.gif) transparent no-repeat top right;
	line-height: 10px;
	margin: 0;
}

#box_right_top {
	background: url(images/box_righ.gif) transparent no-repeat top right;
	margin: 0;
	padding: 0;
	height: 27px;
	color: #000000;
}

/*------------------------------------------------------------*
**  Content Box - Full
**------------------------------------------------------------*/	  


#box_full {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
}


#box_full_top {
	background: url(images/box_full.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 25px;
}

.content {
	padding: 0 15px 0 15px;
	text-align: left;
	border: 3px solid #143dad;
	background-color: #FFFFFF;
}

.content .heading {
	font-size: 200%;
	color: #003399;
	border-bottom: 1px solid #003399;
	width: 100%;
	display: block;
	background-color: transparent;
}


#box_full_footer {
	width: 100%;
	background: url(images/box_full_footer.gif) no-repeat bottom left;
	height: 25px;
	line-height: 10px;
}
	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	clear: both;
	float: none;
	margin: 25px 0 0 0;
	width: 100%;
	padding: 5px 0 5px 0;
	color: #333333;
	font-size: 105%;
	font-weight: bold;
	height: 75px;
}

#footer a {
		color: #333333;
}

