/*
Author: iDesign Studios
Author URL: http://www.idesignstudios.com/
Description: Web Development (Coding) by iDesign Studios
*/

/* CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Lists, etc.
06 - Forms

*/


/* 01 - Main Styles
--------------------------------------------- */

* {
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C0D2EC;
	color: 00000;
}
html, body {
	height: 100%;
}
h1,h2,h3 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #C80008;
}
h4,h5,h6 {
	margin-top: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #C80008;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 1px dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 0px;
	width: 100%;
	border-color: #555555;
	margin-bottom: 15px;
}

/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/bk_container_content.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 800px;
	/* For Sticky Footer - 1 of 3
	keeps footer at bottom of screen or content (whichever is lower) */
	min-height: 100%;
	height: auto !important; /* mini-hack for IE6 */
	height: 100%; /* mini-hack for IE6 */
	margin: 0 auto -170px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	margin: 0px auto 0px auto;
	padding: 20px 20px 0px 20px;
	width: 760px;
	height: 260px;
	background-image: url(../images/bk_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_client {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_client.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_ftp {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_ftp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_main {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_news {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_news.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_what {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_what.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav_who {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_who.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nav {
	margin: 0px;
	padding: 15px 0px 7px 8px;
}
.nav_tab {
	margin: 0px 2px 0px 1px;
}
.nav_bttn_login {
	margin: 0px 10px 5px 32px;
}
.nav_bttn_ftp {
	margin: 0px 5px 5px 5px;
}
#logo {
	margin: 0px;
	padding: 67px 38px 0px 0px;
	width: 722px;
	height: 138px;
	text-align: right;
}
	
#container_content {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 800px;
}
#content {
	margin: 0px 0px 0px 20px;
	padding: 30px 25px 0px 25px;
	width: 500px;
	float: left;
}
#sidebar {
	margin: 0px 20px 0px 0px;
	padding: 30px 20px 40px 20px;
	width: 170px;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	vertical-align: text-top;
}
#sidebar ul {
    margin: 10px 10px 10px 15px;
    padding: 0px;
}
#sidebar li {
    margin: 0px;
    padding: 0px;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/bk_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	text-align: center;
	color: #687280;
	clear: both;
	/* For Sticky Footer - 2 of 3
	keeps footer at bottom of screen or content (whichever is lower) */
	height: 170px;
}
#footer_logo {
	margin: 0px;
	padding: 10px 70px 0px 0px;
	height: 90px;
	text-align: right;
}
#footer_nav {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#footer_nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#footer_nav li{
    display:inline;
    margin:0;
    padding:0;
    }

#footer_copyright {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	clear: both;
}
#push {
	/* For Sticky Footer - 3 of 3
	keeps footer at bottom of screen or content (whichever is lower) */	
	height: 170px;
	clear: both;
}
#progress {
	margin: 20px auto 20px auto;
	padding: 20px;
	background-color: #EDF4FC;
	text-align: center;
	width: 500px;
}

/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.sidebar:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.sidebar:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sidebar:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.sidebar:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer_nav:link {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #687280;
}
a.footer_nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #687280;
}
a.footer_nav:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #687280;
}
a.footer_nav:active {
	text-decoration: none;
	font-weight: bold;
	color: #687280;
}

a.footer_copyright:link {
	text-decoration: none;
	color: #687280;
}
a.footer_copyright:visited {
	text-decoration: none;
	color: #687280;
}
a.footer_copyright:hover {
	text-decoration: underline;
	color: #687280;
}
a.footer_copyright:active {
	text-decoration: none;
	color: #687280;
}

a.footer:link {
	text-decoration: none;
	color: #687280;
}
a.footer:visited {
	text-decoration: none;
	color: #687280;
}
a.footer:hover {
	text-decoration: underline;
	color: #687280;
}
a.footer:active {
	text-decoration: none;
	color: #687280;
}



/* 04 - Classes
--------------------------------------------- */
.imgborder {
	margin: 0px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border: #e69229;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border: #e69229;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 10px 10px;
	display: inline;
	border-width: 1px;
	border-style: solid;
	border: e69229;
}
img.alignleft {
	padding: 4px;
	margin: 0px 10px 10px 0px;
	display: inline;
	border-width: 1px;
	border-style: solid;
	border: e69229;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.indent {
	padding: 30px 0px 0px 40px;
}
.highlight {
	color: #e69229;
}

/* 05 - Lists, etc.
--------------------------------------------- */

/* 06 - Forms
--------------------------------------------- */

#form_container {
	padding-left: 50px;
}

label{
	float: left;
	width: 120px;
}

radio{
	float: left;
	width: 15px;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}

.boxes{
	width: 1em;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
	clear: left;
}
#nav_resource {
	margin: 0px;
	padding: 0px;
	height: 253px;
	background-image: url(../images/bk_header_res.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
