@charset "utf-8";
/* CSS Document TGOH*/

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url('../images/wood2_bg.jpg');
	background-repeat:repeat;
}

#affiliation_box {
	margin-top:0px;
	margin-right:20px;
}

#affiliation_box img{
	margin-bottom:20px;

}

#logo_box {
	float:left;
	width:100px;
}

#mission_box {
	margin-left:10px;
	margin-top:20px;
	float:left;
	width:540px;
}

#nav_box {
	float:right;
	height:35px;
	width:860px;
	margin-top:60px;
	font-size:16px;
	
}

#nav_box a {
	color:#333333;
	text-decoration:none;
}

#nav_box a:hover {
	color:#666666;
}

#nav_box ul {
	list-style:none;
}

#nav_box ul li {
	display:inline;
	padding-left:24px;
	padding-right:24px;
}

#newsletter_box {
	margin-left:10px;
	margin-bottom:20px;
	margin-top:10px;
	float:left;
	width:100%;
}


#note_mission {
	background-image:url('../images/note_bg-2.png');
	height:300px;
	margin-top:20px;
}

#note_cdic {
	background-image:url('../images/notecdic_bg.png');
}

#note_getinvolved {
	background-image:url('../images/notegetinvolved_bg.png');
}

#note_wresource {
	background-image:url('../images/notewresource_bg.png');
}

#note_trafficking{
	background-image:url('../images/notetrafficking_bg.png');
}

#note_trescue {
	background-image:url('../images/notetrescue_bg.png');
}

#note_equipping {
	background-image:url('../images/noteequipping_bg.png');
}

#profile_box, #staff_box {
	margin-top:10px;
	width:590px;
	border:solid 1px #aaaaaa;
	background-color:#eeeeee;
	float:left;
}

#staff_box {
	margin-bottom:10px;
}



.content {
	float:left;
	width:926px;
	color:#dddddd;
	background-image:url('../images/content_side_bg.png');
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:30px;
	padding-right:20px;
}

.content_top {
	float:left;
	width:980px;
	height:30px;
	background-image:url('../images/content_top_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
}

.content_bottom {
	float:left;
	width:980px;
	height:20px;
	background-image:url('../images/content_bottom_bg.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.error {
	font-size:11px;
	color:red;
}

.footer {
	width:960px;
	float:left;
	text-align:center;
	font-size:11px;
}

.header {
	width:960px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.header_bottom {
	width:960px;
	float:left;
	background-image:url('../images/tgoh_banner_logo-3.png');
	background-repeat:repeat-x;
	background-position:top left;
}

.header_top {
	width:960px;
	height:20px;
	margin-bottom:5px;
	background-image:url('../images/pattern2.png');
	background-repeat:repeat-x;
	background-position:top left;	
}

.left_column {
	width: 620px;
	float:left;
	padding-left:10px;
	padding-right:20px;
	/*border-right:solid 1px #ffffff;*/
}

.note_box {
	width:260px;
	height:270px;
	margin-left:0px;
	margin-right:10px;
	margin-top:30px;
	float:left;
	background-repeat:no-repeat;	
}

.program_box {
	height:300px;
}

.right_column {
	width:270px;
	float:right;
}

.side_box {
	float:left;
	width:210px;
	color:#111111;
	margin-top:40px;
	padding-left:25px;
	padding-right:25px;
	padding-top:50px;
	padding-bottom:40px;
	background-image:url('../images/side_bg.png');
	background-repeat:repeat;
}

.textbox1 {
	background: transparent url('../images/textbox_bg.jpg') no-repeat;
	color : #747862;
	height:15px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}

.wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	
}

