/*
Theme Name: BSAweb NWSC
Theme URI: http://wordpress.org/
Description: The 2012 Website Style for NWSC
Author: Byte Me
Author URI: http://www.bytemeusa.com/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/


@charset "iso-8859-1";
body {
	font-family: Tahoma, Arial;
	margin: 0;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#01418A', startColorstr='#7598C0', gradientType='0');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#01418A', startColorstr='#7598C0', gradientType='0');
	background-color: #01418A;
	background: -ms-linear-gradient(top, #7598C0 0%, #01418A 100%);
	background: -moz-linear-gradient(top, #7598C0, #01418A);
	background: -webkit-gradient(linear, left top, left bottom, from(#7598C0), to(#01418A));
	color: #242F24;
}

body img {
	border: 0px;
	text-decoration: none;
}

#wrapper {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 900px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
     -ms-border-radius:20px;
	border-radius: 20px;
	border: 1px solid;
}

#header {

}

#logoleft {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	height: 150px;
}


/*====================== styles for content area =========================*/

#content {
	margin-right: 50px;
	margin-left: 50px;
	padding: 5px;
	text-align: left;
	font-size: 1em;
}
#content ul li {
	list-style-image: url('../images/bullet.png');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/bullet.png');
	padding: 2px 0;
}
/*====================== end content area =========================*/



#delimiter {
    clear: both;
}


/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
/*============== end footer ===================*/


.title {
    font-size: 11pt;
    font-family: arial;
    font-weight: bold;
}

/*==============all site links==============*/
a:link {
	color: #01418A;
	background: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #01418A;
	background: #ffffff;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	text-decoration : none;
	color: #DE1328;
}
a:active {
	text-decoration : underline;
	background: #ffffff;
	color: #01418A;
}


/*================== general styles =================*/
hr {
	width: 98%;
	text-align: center;
	background-color: #FFFFFF;
	height: 1px;
}


/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #000000; /*black*/;
	background-color: inherit;
	font-family: Tahoma, Arial;
}
h1 {
	font-size: 1.25em;
	background-color: #FFFFFF;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .8em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}





/* ============All Menu Styles===========*/

div#navmenu {
 margin: 18px;
 text-align: left;
 height: 40px;
 width: 95%;
 background-color: #FFFFFF;
 }
div#navmenu ul {
 margin: 0px;
 padding: 0px;
 text-align: left;
 font-family:'Georgia', Verdana, Arial, Sans-Serif;
 font-size: small;
 font-weight: bold;
 color: #336699;
 line-height: 40px;
 white-space: nowrap;
 }
div#navmenu li {
 list-style-type: none;
 display: inline;
 }
div#navmenu li a {
 text-decoration: none;
 padding: 5px 5px;
 color: #336699;
 }
div#navmenu li a:link {
 color: #336699:
 }
div#navmenu li a:hover {
 font-weight: bold;
 color: #114477;
 } 