/***** Global Settings *****/


html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat-x #fff;
color: #2a3135;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #146ea0;
}

h1 {
padding:30px 0 15px 0;
font:2em Times New Roman, Times, serif;
}

h2 {
padding:20px 0 10px 0;
font:1.5em Times New Roman, Times, serif;
}

h3 {
font:1em Times New Roman, Times, serif;
font-weight:bold;
padding: 0 0 5px 0;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #057dc2;
}

a:hover {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

.wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#header h1 {
float:left;
display:block;
padding: 30px 0 0 0;
text-indent:-2000px;
}
	
	#header h1 a {
	width:299px;
	height:68px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#search {
float: right;
display: block;
background: url(../images/search.png) no-repeat;
color: #fff;
font-size: .75em;
text-transform: uppercase;
width: 291px;
height: 31px;
margin-top: 10px;
padding: 9px 0 0 25px;
}

#search input {
margin: 0 0 0 5px;
}

#nav {
color: #d3caac;
font-weight: bold;
font-size: 1em;
margin-top: 28px;
*margin-top: 38px;
}

#nav a {
color: #d3caac;
text-decoration: none;
}

#nav a:hover {
color: #fff;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
list-style: none;
margin: 0;
float: left;
display: block;
}

#nav li a {
padding: 10px 23px;
}

#nav li a:hover {
background: #033958;
color: #fff;
}

#nav h3 {
color:#fff;
padding: 0 27px;
font-weight: bold;
font-size: 1em;
}
	
/***** Home *****/

#flasharea {
width: 100%;
height: 286px;
background: url(../images/flasharea.jpg) repeat-x;
margin: 8px 0 0 0;
padding: 20px 0;
}

#flash {
width: 633px;
height: 286px;
float: left;
display: block;
}

#whatsnew {
background: url(../images/homehighlight.jpg) no-repeat top center;
width: 275px;
height: 286px;
float: right;
display: block;
padding: 0 21px;
}

#whatsnew h1 {
color: #fff;
padding: 33px 0 15px 0;
}

#whatsnew h3 {
padding: 20px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
}

#homecontent {
width: 100%;
background: url(../images/homecontent.jpg) repeat-x;
padding: 15px 0;
font-size: 1.1em;
line-height: 1.8em;
}

#homewhitebox1 {
/*background: url(../images/homewhitebox.jpg) no-repeat; */
width: 263px;
min-height: 150px;
height: auto;
_height: 220px;
float: left;
display: block;
margin: 0 9px 0 0;
padding: 10px 24px 0 24px;
font-size: .95em;
}

#homewhitebox2 {
/* background: url(../images/homewhitebox.jpg) no-repeat; */
width: 263px;
min-height: 150px;
height: auto;
_height: 220px;
float: left;
display: block;
margin: 0 0 0 0;
padding: 10px 24px 0 24px;
font-size: .95em;
}

#buttons {
float: right;
display: block;
width: 320px;
}

#buttons img {
padding: 0 0 3px 0;
}

/***** Sub *****/

#subpagearea {
background: url(../images/subpage.jpg) repeat-y;
width: 960px;
font-size: .93em;
margin: 0 auto;
margin-top: 16px;
*margin-top: 24px;
}

#subtext {
width: 663px;
float: left;
display: block;
padding: 0 0 10px 0;
}

#subtext img {
padding: 0 0 20px 0;
}

#sidebar {
width: 215px;
float: right;
display: block;
padding: 90px 15px 40px 0;
}

.subnav {
margin: 0 0 25px 0;
padding: 0;
list-style: none;
}

.subnav li {
margin: 0;
padding: 8px 0;
border-bottom: 1px solid #7bb5d6;
list-style: none;
}

#menu_vert {
margin-bottom: 30px;
}

ul li h3 {
font-family: arial, helvetica, sans-serif;
color: #2a3135;
}

ul li a {
text-decoration: none;
}

.subnav a {
color: #0b5a88;
text-decoration: none;
}

.subnav a:hover {
color: #2a3135;
}

#sidebar-text {
background: #eff8fb;
width: 190px;
}

#sidebar-text p, #sidebar-text h3 {
padding: 10px;
}

/***** What's New News Page *****/

.list1 {
list-style: none;
margin: 0;
padding: 0;
}

.list1 li {
margin:0;
font-weight:normal;
color: #146ea0;
padding:20px 0 10px 0;
font:1.5em Times New Roman, Times, serif;
}

.list1 li a {
text-decoration: underline;
}

.list1 li a:hover {
text-decoration: none;
}

/***** Popup *****/

#popup {
margin: 0;
background: #fff;
}

#popuptext {
padding: 10px 40px 30px 40px;
width: 520px;
}

/***** Experience God *****/

#experience h2 {
padding-top: 0;
}

#experience .column1 {
width: 135px;
}

#experience td {
background: #eff8fb;
padding: 10px;
}

/***** Sing *****/

#sing h2 {
padding-top: 0;
}

#sing .column1 {
width: 135px;
}

#sing td {
background: #eff8fb;
padding: 10px;
}

/***** Footer *****/

#footer {
height: 84px;
background: url(../images/footer.jpg) repeat-x;
width: 100%;
color: #0b5a88;
font-size: .75em;
margin-top: 6px;
}

#f1 {
padding: 10px 0 0 0;
float: left;
display: block;
}

#f2 {
padding: 10px 0 0 0;
float: right;
display: block;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
