@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	color: #999999;
	line-height:18px;
	background:url(../images/background.gif);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
	
h2, h3 {
	color:#3399cc;
	font-style:italic;
}
hr {
	border-top:1px dashed #3399cc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:95%;
	padding:10px 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#666;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#F00;
}

td {
	border-top:1px dotted #ccc;
	border-right:1px dotted #ccc;
}

table {
	border:1px dotted #ccc;
	border-top:none;
	border-right:none;
}

.title {	
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#666666;
}
.publish {
	font-style:italic;
	font-size:11px;
	margin-top:-15px;
}
.img { border:1px solid #CCC;
}

.latestnews {
	margin-left:10px;
}
.tbllatestnews, .tbllatestnews td {
	border:none;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 1000px;
	background:url(../images/bg_content.png) repeat-y;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/

#maincontent {
	padding:20px 30px 20px 30px;	
	width:1000px;
}
.sidebar1 {
	float: right;
	width: 320px;
	padding: 10px 50px 0 0;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}

/* ~~ inner page content classes ~~ */
#leftnavicontainer {
	float:left; clear:both;
}
.leftnavi {
	float: left;
	width: 250px;
	margin: 10px 0;
	background:url(../images/side-bar-design.gif) no-repeat;
	clear:both;
}

.leftnavititle {
	width:100%; padding:40px 0 0 5px;
}
#innercontent {
	width: 700px;
	float: right;
	padding: 20px 50px 0 0;
	margin:0;
}

#innercontent img{
	padding: 0;
	margin-left:10px;
}

#innercontent h1 {
	font-size:13px;
	color:#c1272d;
	font-style:italic;
	padding-top:10px;
}

/* ~~ header classes ~~ */
.banner {
	margin:10px 0 0 30px;
	width: 765px;
	float: left;
}

.icons {
	float: right;
	width: 150px;
	padding: 10px 0 0 0;
}

.menuholder {
	width:950px;
	float:left;
	margin: -5px 0 10px 0;
}

/* ~~ top navigation menu classes ~~ */
#nav, .nav, #nav .nav li { 
	width:950px;
	height:30px;
	margin: 0 0 0 30px;
}

#nav li {
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding:0px 34px 0px 34px; 
	border-top:1px #ddd solid; 
	border-right:1px #ddd solid; 
	border-bottom:1px #ddd solid; 
	position:relative;
	line-height:32px;	
	background-image: url(../images/menu_bar.jpg);
}
#nav li.firstmenu {
	border-left:1px #ddd solid; 
}
#nav li ul.first {
	left:-60px; 
	top:100%;
}
#nav li, #nav li a {
	color:#7d7d92; 
	text-decoration:none;
}
#nav .nav li { 
	width:120px; 
	text-indent:-10px; 
	line-height:30px; 
	border:1px #ddd solid;
	background:#fff;
}	
#nav li a {
	display:block; 
	width:inherit; 
	height:inherit;
}
ul.nav { display:none; }
#nav li:hover > a, #nav li:hover { 
	color:#000; 
	background:#fff; 
}
li:hover > .nav { 
	display:block; 
	position:absolute; 
	width:100px; 
	top:-1px; 
	left:40px; 
	z-index:1000; 
	/*border:1px #000 solid; */
} <!--AFTER DISPLAY IS THE IE GHOST HOVER FIX -->
li:hover { 
	position:relative;
	z-index:2000; 
} <!--IE7 Z-INDEX BUG FIX, MUST FALL AFTER DISPLAY RULE -->

/* ~~ tab classes ~~ */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 31px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	background: #ddd;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 0px 20px 0 20px;
	/*border: 1px solid #fff;*/
	outline: none;	
}
ul.tabs li a:hover {
	background: #eaeaea;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #ccc;
	clear: both;
	float: left; 
	width: 95%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px 10px 20px 10px;
}

.tab_content h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1em;
}
.tab_content h3 {
	color: #0083CA; font-size:13px; font-weight:bold;
}
.tab_content h4 {
	font-weight: bold;
	padding-top: 10px;
	font-size: 0.9em;
}
.tab_content img {
	float: left;
/*	margin-bottom:20px;*/
}

/* ~~ media center classes ~~ */
.list {
	padding:20px 20px 30px 30px;
}

.list li {
	margin-left:10px;
}

.list a {
	color:#004b91;
}

.list a:hover {
	color:#F00;
}
.about_dob{ text-align:justify; border-bottom:#CCCCCC 6px solid; margin-top: 38px}
.about_dob_desc{ width: 500px; float: left}