@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


html,body {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #e4e7ec;
	line-height: 16px;
}

h1 {
	color: #333333;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: lighter;
}

h2 {
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
}

h3 {
	color: #333333;
	font-size: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h3 a {
	text-decoration: none;
}

img {
	border: 0px;
}

p {
	padding-top: 10px;
	padding-bottom: 15px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}




/* Page Layout */

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height : auto;
	height : 100%; /* IE treats as min-height */
	min-height : 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 34px;
}

#logobar {
	width: 660px;
	height: 100px;
	margin-bottom: 10px;
	float: left;
}


#chatbox {
	width: 200px;
	height: 75px;
	padding-top: 25px;
	float: left;
}

/* Global Navigation */

#global_nav {
	width: 860px;
	height: 30px;
	float: left;
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#global_nav ul {
	display: block;
}

#global_nav li {
	height: 30px;
	padding-left: 2px;
	padding-right: 28px;
	float: left;
	list-style-type: none;
	display: block;
}

#global_nav li a {
	height: 24px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
	display: block;
	outline:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}

#global_nav .active a {
	color: #000000;
}

#global_nav a:hover {
	color: #000000;
}

.nav_number {
	float: right;
}




#left_content {
	width: 150px;
	height: 100%;
	float: left;
	padding-right: 10px;
	margin-top: 30px;
}


#left_content li {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_content li li {
	background-image: none;
}

#left_content li ul{
	list-style-type: none;
	padding-top: 8px;
	border: 0px;
}

#left_content li ul a {
	font-size: 10px;
}

#left_content li ul li {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

#left_content li a {
	color: #4a4a4a;
	text-decoration: none;
	display: block;
	height: 16px;
	font-size: 12px;
	padding-top: 3px;
	text-align: left;
}

#left_content li a:hover {
	color: #000000;
	text-decoration: underline;
}

#left_content li .active a {
	color: #000000;
	text-decoration: underline;
}







#right_content {
	width: 700px;
	height: 100%;
	float: left;
	margin-top: 24px;
}

#right_content ul {
	padding-left: 20px;
	list-style-image: url(../images/styles/bullet.gif);
}

.port_img {
	border: 5px solid #D0D0D0;
	padding: 0px;
}

#footer {
	width: 860px;
	height: 40px;
	padding-top: 10px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}




/* Styles the website forms */


.border {
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	height:20px;
	width:320px;
	padding-top: 3px;
	padding-left: 2px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#fff;
	}
	
textarea:hover {
	background-color:#fff;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:320px;
	}
	
.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(../images/styles/form_button.jpg);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(../images/styles/form_button_over.jpg);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}