/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
}

#wrapper2 {
	width: 920px;
	border: 10px solid #FFFFFF;
	margin: 0px auto;
}

#extra1 {
	width: 940px;
	height: 60px;
	margin: 0px auto;
	background: url(/img/homepage04.gif) no-repeat left top;
}

/** HEADER */

#header {
	width: 920px;
	height: 116px;
	margin: 0px auto;
}

.content-wide #header {
	height: 130px;
}

/** LOGO */

#logo {
	float: left;
	width: 306px;
	height: 116px;
	background: url(/img/homepage03.jpg) no-repeat left top;
}

.content-wide #logo {
	height: 130px;
	background: url(/img/subpage2_03.jpg) no-repeat left top;
}

#logo h1 {
	display: ;
	color: white;
	align: center;
	padding-left: 20px;
	padding-top: 20px;
}

#logo p {
	display: ;
	color: white;
	padding-left: 22px;

}

/** MENU */

#menu {
	float: right;
	width: 610px;
	height: 116px;

}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 4px 10px;
	/** background: url(/img/subpage1_03.gif) no-repeat left center; */
	text-decoration: none;
	font-size: 1.2em;
	color: #656565;
	font-weight: bold;

}

#menu li.first a {
	background: none;
}

#menu img {
	display: block;
	float: left;
}

/** PAGE */

#page {
	width: 920px;
}

/** CONTENT */

#content {
	float: right;
	width: 610px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 306px;
}

/** FOOTER */

#footer {padding: 15px; text-align: center;}

.footernavtext_home {
    font-size: 11px;
    font-family: Trebuchet MS1,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
}

.footernavtext_home a {
	padding: 3px 4px 3px 4px;
}
.footernavtext_home a:link {text-decoration: none; color: #fff;  }
.footernavtext_home a:visited {text-decoration: none; color: #fff;}
.footernavtext_home a:hover {text-decoration: none; color: #fff; background-color: #fff; color: #9D9D9D; }
.footernavtext_home a:active {text-decoration: none; background-color: #fff; color: #9D9D9D; }
.footernavtext.activetab_home a{text-decoration: none; background-color: #fff; color: #9D9D9D; }

/** BOX1 */

#box1 {
	float: left;
	width: 335px;
	padding: 4px 16px 10px 16px;
}

/** BOX2 */

#box2 {
	float: right;
	width: 220px;
	padding-left: 12px;
}



/** BOX3 */

#box3 {
	padding-top: 36px;
	padding-bottom: 36px;
	padding-right: 20px;
	margin-left: 20px;
}

/** BOX4 */

#box4 {
	padding: 20px 30px 20px 30px;
}

/** BOX5 */

#box5 {
	padding: 10px 40px 0px 40px;
	min-height: 400px;
}

.formtitle{ font-size: 1.3em; font-weight: 600; margin-bottom: 8px; color: #656565;}
.formitem{ width: 176px; padding: 0px;  }
.formitem li { list-style-type: none; font-size: 1.1em; font-weight: 900; }
.formitem input{ width: 180px; }
.formitem textarea {width: 180px; height: 80px;}
.submitbtn{ text-align: left; padding-bottom: 8px; font-size: 16px;}
.cancelbtn{ margin-left: 9px; }


.login{ margin-left: 20px; margin-bottom: 15px; margin-top: 10px; width: 260px; height: 150px;}
.logintitle{ font-size: 1.3em; font-weight: 600; color: #656565;}
.loginbtn{ float: left; margin: 5px 20px 0px 0px;}
.logintxt{ font-weight: 600; font-size: .9em; padding-top: 12px; text-decoration: none;}
.topinput{ margin-bottom: 3px; width: 160px;}
.btminput{ margin-bottom: 3px; width: 160px;}


<input name="somename" type="text" style="width:100px; height:100px;">

/*splash page*/
#mainsplash{ width: 638px; height: 292px; background: #000 url('/images/splash.gif') no-repeat; margin: 150px auto auto auto; font-family: Trebuchet MS1, Helvetica, sans-serif; line-height: 13px; font-size: .6em; color: #6D6D6D; }   /*Navigation Color subtabs on select*/    #gs .gs #gslink,                { background-color: #fff; color: #0F75BC; }

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/img/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding-top: 7px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #656565;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #D4D4D4;
}

.text2 {
	color: #557400;
}

.text3 {
	text-align: center;
	color: #6E889A;
	text-transform: none;
}

/** LISTS */

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

.list1 li {
	margin: 0px 0px 1px 0px;
	padding: 4px 10px;
	background: url(/img/homepage15.gif) repeat left top;
}

.list1 li.light {
	background: url(/img/homepage16.gif) repeat left top;
}

.list1 a {
	font-size: 10px;
	color: #8C8C8C;
}

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

.list2 li {
	padding: 5px 0px;
	background: url(/img/homepage11.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #739D00;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #4B4B4B;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: url(/img/homepage02.gif) repeat-x left top; }
.bg2 { background: url(/img/homepage05.jpg) no-repeat left top; }
.bg3 { background: #FFFFFF url(/img/subpage2_01.gif) no-repeat left bottom; }
.bg4 { background: url(/img/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(/img/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(/img/subpage2_02.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(/img/homepage11.gif) repeat-x left bottom;
}

/** JUMPMENU */

#jumpmenu {
	margin: 25px 33px 0 30px;
	padding-bottom: 16px;
	background: url(/img/subpage1_02.gif) repeat-x left bottom;
}

#jumpmenu label {
	display: block;
}

#jumpmenu1 {
	width: 100%;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/** SEARCH */

#search {
	padding: 15px 33px 50px 30px;
}

#search label {
	display: block;
}

#input1, #submit1 {
	float: left;
}

#input1 {
	width: 195px;
	margin-right: 10px;
	padding: 3px 0px;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#submit1 {
	margin-top: 5px;
}

