/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 5px;
	background: #B0B0B0 url(../images/bg.jpg);
	background-repeat:repeat;
	font: normal .81em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	}

h1, h2, h3 {
	color: #194C58;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #29ABE2;
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
	color:#A2998A;	
}

img {
	border: 1px solid #333333;
}

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

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {

}

.boxed .title {
	padding: 10px 15px;
	background: #006699;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #333333;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: 'Nobile', sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/banner.jpg);
	
}

#header h1, #header h2 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 115px 0 0 20px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(../images/img3.gif) repeat-y;
	border-top: 3px solid #444D3E;
}

#content {
	float: right;
	width: 497px;
	padding-right: 1px;
	background: url(../images/csuc-seal-light.gif) center 40px no-repeat hidden;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
		
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #333333;
}


#menu a:hover {
	background: #29ABE2;
	color: #FFFFFF;
}

#menu a.csuc:hover {
	background: #990000;
	color: #FFFFFF;
}

#menu a.ni:hover {
	background: #0067B1;
	color: #FFFFFF;
}

#menu a.ninational:hover {
	background: #003846;
	color: #FFFFFF;
}

#menu .active a {
	background: #A2998A;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #333333;
	font-size: 1em;
	color: #444D3E;
		
}

#footer a {

	color: #CCCCCC;
	text-decoration: none;

}

#footer a:hover {

	color:#29ABE2;
	text-decoration:none;

}

#legal {
	float: right;
}

.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}`

#tip7-title { text-align: left; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; }

.resize {
width: 158px;
height : auto;
}

.left {
  float:left;
  position:static;
}

#top_nav {
  color:#555555;
  font-size:1.25em;
  font-weight:bold;
  padding-bottom:6px;
  padding-left:4px;
  padding-right:4px;
  padding-top:8px;
  left:12%;
}


