@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, p, ul, ol  { 
	margin : 0 20px; padding : 1em 0; 
}


/*LINKS*/
a:link {
	color: #11096c;
	text-decoration: none;
}

a:visited {
	color: #110982;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a:active, a:focus {
	color: #11096c;
	text-decoration: none;
	
}


body {
	
	/*
		Background Shorthand:
		element {
			background: #fff url(image.png) no-repeat 20px 100px fixed;
		}
		
		Background Default:
		element {
			background-color: transparent; 
			background-image: none; 
			background-repeat: repeat;
		  	background-position: top left; 
		  	background-attachment: scroll;
		}
	*/
	
	background: #fff url(images/bodybg.gif) repeat-x ;	
	
	
	/*
		Font Shorthand:
		element {
	  		font: normal normal normal inhert/normal inherit;
		}
		
		Font Default:
		element {
			font-style: normal;
			font-variant:normal;
			font-weight: normal;
			font-size: inherit;
			line-height: normal;
			font-family:inherit;
		}
	*/
	font: normal 76%/160% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color:#11096c;
	text-align:center;
}


div#container{
	background: url(images/shadow.png);
	background-repeat: repeat-y; 
	width: 990px;
	margin: 0 auto;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;	
	text-align: left;
}


/* BRANDING  BEGIN*/

div#branding{
	background: url(images/header.png);
	background-repeat: no-repeat;
	height:450px;
	position:relative;
	width:99.2%;
	z-index:1;
}

div#branding ul#navigation{
	list-style: none;
}

div#branding li#button1, div#branding li#button2, div#branding li#button3, div#branding li#button4, div#branding li#button5{
	position: absolute;
}

div#branding li#button1 a, div#branding li#button2 a, div#branding li#button3 a, div#branding li#button4 a, div#branding li#button5 a{
	display: block;
	width: 122px;
	height: 72px;
	background-color: #ffff00;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 520%;
	text-align: center;
	font-weight: bold;	
}

div#branding li#button1 a:hover, div#branding li#button2 a:hover, div#branding li#button3 a:hover, div#branding li#button4 a:hover, div#branding li#button5 a:hover,
div#branding li#button1 a.active, div#branding li#button2 a.active, div#branding li#button3 a.active, div#branding li#button4 a.active, div#branding li#button5 a.active{ 
	background-color: #11096c;	
	color: #ffff00;
	text-decoration: none;
}

div#branding li#button1{
	top: 186px;
	left: 289px;
}

div#branding li#button2{
	top: 186px;
	left: 422px;
}

div#branding li#button3{
	top: 186px;
	left: 555px;
}

div#branding li#button4{
	top: 186px;
	left: 692px;
}

div#branding li#button5{
	top: 186px;
	left: 827px;
}

div#branding h1{
	background: url(logo.gif) no-repeat;
	height:70px;
	right: 33px;
	top: 44px;
	position:absolute;
	width:125px;
	z-index:3;
}

div#branding h1 a{
	display:block;
	height:70px;
	text-indent:-9999px;
	width:125px;
}

/* BRANDING  END*/


div#content{
	background: #fff url(images/maincontbg.gif);
	background-repeat: repeat-x;	
	overflow: hidden;
	width: 99.1%;
}


div#content_main{
	float: right;
	display: inline;
	width: 75%;	
	min-height: 350px;
	height: auto !important;
	height: 350px;	
}

div#content_sub{
	width: 227px;
	height: 100%;
	float: left;
}

div#downloads{	
	background: url(box_footer.gif) no-repeat 0% 100%;
	height: 100%;
	
}

div#content_sub div#downloads h2{
	width: 220px;
	height: 30px;
	background: url(downloads.gif) no-repeat;
	text-indent:-9999px;
	margin: 0;
	padding: 0;	
}

div#content_sub div#downloads ul{
	width: 100%;
	list-style: none;
	background: url(box_loop.gif) repeat-y;
	margin: 0;
	padding: 0;
}

div#content_sub div#downloads ul li{
	background: url(pointer.gif) no-repeat 13px 3px;
	height: 30px;
	text-align: right;
	line-height: 220%;
}

div#content_sub div#downloads ul li a{
	display: block;
	padding-right: 4px;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #888486;
	font-size: 13px;	
	text-transform: uppercase;
	line-height: 250%;
}

div#content_sub div#downloads ul li ul{
	background: none;
}

div#content_sub div#downloads a.active{
	color: #8e8ebf;
	font-size: 13px;
	font-weight: bold;
}

div#content_sub div#downloads a:hover, div#content_sub div#downloads a.active{
	background-color: #66ccff;
	color: #fff;
	text-decoration: none;
}

html > body div#content_sub div#downloads a:hover, html > body div#content_sub div#downloads a.active{
	border-top: 1px solid #888486;	
}

div#site_info{
	background: url(images/footer.gif) no-repeat;
	background-position: -8px 0px;
	width: 1000px;
	margin: 0 auto;	
}


ul#inner{
	list-style-position: inside;
}


/*contact*/
#book_form{
	margin : 15px;
}

#book_form  input, #book_form textarea{ float : right; width : 350px; border : 1px solid #bab8c6; margin-top: 5px; }
#book_form textarea{height: 80px; width : 350px;}
#book_form   img { width : 160px; border : 1px solid #bab8c6; }
#book_form fieldset input:hover, #book_form fieldset textarea:hover  { border-color : #000; }
#book_form fieldset input:active, input:focus, #book_form fieldset textarea:active { border-color : #000; }
#book_form label, book_form#label span { display : block; padding-bottom : .25em; }
#book_form label { float : left; width : 100%; }
#book_form label span { float : left; width : 42%; text-align : right; }
#book_form form div {clear:both; margin-bottom:20px; padding:10px 0px; text-align:center; }

/*
#book_form p{
	  margin: 15px; 
}
*/

/* =fieldset */

#book_form fieldset {

height : 300px; 
padding : 20px; 
background : url(images/fieldset.png) repeat-x; 
overflow : hidden;
position: relative;
border: none;
margin-right: 40px;
}


em.required_fields{
	color:red;
}

#book_form form input.button{
width: 100px;
background-color : #333353;
border : 2px double #054b7f; 
border-top-color : #054b7f;
font : bold 92% Tahoma, Verdana, Arial, sans-serif; 
color : #fff;
text-transform : uppercase;
}


div#error_mesg ul{
	list-style: none;
}

div#cont_info{
	position: absolute;
	top: 200px;
	text-align: left;
}


table#theform td{
	padding: 4px;
}

/*contact end*/
