@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0px;
}

body  {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #005B99;
	background-image: url(../_images/headertest2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
div#container {
	width: 1020px;
	margin: 0 auto;
} 
.home img {
	text-align: center;
}

ul#navigation {
	list-style: none;
	margin:0;
	padding:0;
	text-align: left;
	
}
#navigation li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

#navigation a{
	line-height: 60px;
	color: #FF0;
	text-decoration:none;
	font-size: 20px;
	width: 127px;
	font-family: Cambria, Georgia, "Times New Roman", serif;
}
#navigation a:link {
	line-height:60px;
	background-repeat:repeat-x;
}

#navigation a:hover {
	text-decoration:underline;
	color:#FF6;
	line-height:60px;
	background-repeat:repeat-x;
}
#body_home #nav_home a , #body_about #nav_about a, #body_contact #nav_contact a, #body_photos #nav_photos a, #body_adults #nav_adults a,#body_videos #nav_videos a{
	color:#FF0;
	line-height:60px;
	background-repeat:repeat-x;
	text-decoration: underline;
}
.homepage-box a  {
	color: #600;
	text-decoration: none;
	font-size: 18px;
}

#masthead img {
	margin-left:60px;
	margin-top: 15px;
}

div#content {
	margin: 0;
	color: #fff;
}
div#masthead {
	margin: 0;
	height: 445px;
	padding-top: 10px;
	/*background-color: #600;*/
	background-image: url(../_images/masthead_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	position: relative;
}

div#mainContent {
	margin: 1em 21em 0 0;
	border-right: 1px dotted #71C6FF;
}

div#mainContent h2{
	color:#FF6;
	font-family:Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.8em;
	padding-top: 5px;
	letter-spacing: 0.1em;
}
div#mainContent img{
	float: right;
	padding: 0 0 0 8px;
}
div#mainContent .about {
	margin: 0 20px 20px 20px;
}
div#mainContent .about h2 {
	padding-bottom: 15px;
}
#body_home div#mainContent .about p{
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
}
div#mainContent #programs h2 {
	padding-bottom: 15px;
}
div#mainContent #programs {
	border-top: 1px dotted #71C6FF;
	/* [disabled]margin: 20px; */
	margin-left: 20px;
}
div#mainContent #benefits h2 {
	padding-bottom: 15px;
}
div#mainContent #benefits {
	margin: 20px;
	border-top: 1px dotted #71C6FF;
	height: 150px;
	padding-bottom: 20px;
}
div#mainContent #benefits ul {
	width: 49%;
	font-size: 1.4em;
	font-style: italic;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	color: #FF6;
	float: left;
	list-style: none;
}
div#mainContent #benefits ul li {
	padding-left: 16px;
	background-image: url(../_images/taeguk.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#mainContent #programs .homepage-box{
	float: left;
	width: 45%;
	margin-top: 10px;
}

#body_about .homepage-box{
	float: left;
	width: 45%;
	padding: 10px;
	background-color: #005B99;
	margin-right: 10px;
	margin-top: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00416C;
	border-bottom-color: #00416C;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00416C;
	border-left-color: #00416C;
}

div#mainContent #programs .homepage-box p {
	font-size: 1.1em;
	line-height: 1.3;
	height: 400px;
}
.instructors #container #content #mainContent .about p {
	font-size: 81.25%;
	line-height: 1.22 em;
	font-style: normal;
}


/*div#mainContent #programs .homepage-box img {
	float:left;
	margin-right:5px;
	}*/
#sidebar {
	float: right;
	width: 20em;
	margin-top: 1em;
	
}
#sidebar img {
	margin: 0 0 20px 0;
}
#sidebar a img {
	border-style: none;
}
#sidebar p {
	font-size: 100%;
	line-height: 1.22em;
	padding: 10px 0 0 10px;
}
#sidebar a {
	color: #600;
	text-decoration: none;
	padding-left: 10px;
}
#sidebar h3 {
	background: #86C7FD repeat-y left top;
	padding: 5px;
	color: #FF110D;
	font-size: 90%;
	-moz-border-radius: 0 10px 0 10px ;
}
#sidebar #news , #sidebar #events{
	border: 1px solid #86C7FD;
	padding: 0 0 10px 0;
	width: 19em;
	-moz-border-radius: 0 10px 10px 10px;
}

/*#sidebar h4 {
	margin: 15px 0 0 10px;
	}*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.tournament div#mainContent img {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 25px;
}

.tournament div#mainContent p {
	padding-top: 25px;
}


.tournament div#mainContent {
	padding: 25px 25px 0 25px;
}


.tournament div#mainContent p span{
	font-weight: bold;
}
.tournament #masthead {
	border-top:50px solid #600;
	background:url(../_images/dojang.jpg) no-repeat 25px center;
	border-bottom: 1px dashed #71C6FF;
}

.tournament #sidebar a img{
	margin-top: 25px;

}
.tournament div#mainContent p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.tournament div#mainContent p.last {
	margin-bottom: 25px;
	padding-bottom: 15px;

}
#body_contact div#mainContent #trialprogram{
	margin: 0 20px 20px 20px;
}
#body_contact div#mainContent #trialprogram h2{
	margin: 0px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
#body_contact div#mainContent #trialprogram li {
	background: url(../_images/taeguk.gif) no-repeat left 50%;
	list-style: none;
	padding-left: 15px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.42em;
	color: #fff;
}
#body_contact #trialprogram h3 {
	color: #FF6;
	margin-top: 15px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
#body_contact div#mainContent #trialprogram ul {
	margin-bottom: 15px;
}
/*#body_contact #masthead  p{
	padding: 0 0 0 600px;
}*/
#body_contact div#mainContent #trialprogram p {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3em;

}
#body_contact #masthead #address {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	padding-top: 25px;
	/* [disabled]background-color: #600; */
}
#body_contact #masthead #address p {
	color: #F7D619;
	font-size: 125%;
	font-style: italic;
	/* [disabled]padding: 0 0 0 650px; */
}
#body_contact #masthead img {
	float:left;
	padding-right: 25px;
}
#body_photos #container #content{
	margin: 50px 0 0 0;
	border-style: none;
	height: 100%;
}
#body_photos #container {
	height: 100%;
}
form {
	width:19em;
}
fieldset {
margin: 1.5em 0 0 0;
padding: 0;
border:none;
}
legend {
	margin-left: 1em;
	color: #333;
	font-weight: bold;
}
fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: 1em;
}
fieldset.submit {
border-style: none;
}
label {
	display:block;
	}
.programs div#mainContent .about p{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #FFF;
}
.programs div#mainContent {
	margin-left:10em;
}

.programs h2 {
	margin-top:25px;
	margin-bottom:0;
	padding-bottom:0;
	}

/*.programs h3 {
	margin:25px 0 15px 0;
}*/

.programs ul {
	list-style:none;
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}
.programs .about li{
	background: url(/_images/taeguk.gif) no-repeat left center;
	padding-left:18px;
	color: #FFF;
}
#body_photos #container #content a img {
	border: none;
	padding: 20px;
}
#body_videos #container #content a img {
	border: 5px solid #FFF;
	/* [disabled]padding: 20px; */
	margin: 20px;
}

a img {
	border: none;
}

h2 {
	font-family:Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 2em;
	font-variant:small-caps;
}
#body_home #container #content #mainContent .about img {
	padding-bottom: 25px;
}

#sidebar #events h4 {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	color: #E54221;
	background-image: url(../_images/header.png);
	height: 275px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-top: -100px;
	margin-left: -100px;
}
#container img.special {
	float: right;
	margin-top: 125px;
	margin-right: 30px;
}

#body_about #mainContent .about p {
	font-size: 1.1em;
	line-height: 1.3;
	color: #FFF;
}
#body_about .homepage-box h3 {
	color: #FF6;
}
#body_photos #masthead {
	height: 0px;
}
#body_videos #masthead {
	height: 0px;
}


#body_about #masthead {
	height: 0px;
}

#body_adults #masthead {
	height: 0px;
}

#body_children #masthead {
	height: 0px;
}

#body_families #masthead {
	height: 0px;
}

#body_teens #masthead {
	height: 0px;
}
img.trial_program {
	padding-top: 20px;
	padding-left: 50px;
}
#mainContent .about h3 {
	color: #6F0;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F0;
	margin-bottom: 15px;
	margin-top: 25px;
}
h1 a {
	display: block;
	height: 275px;
}
#content p {
	letter-spacing: .05em;
}

#body_videos h3 {
	color: #6F0;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F0;
	margin-bottom: 10px;
	margin-top: 25px;
}#body_videos #content div {
	margin-top: 20px;
	margin-left: 20px;
	/* [disabled]width: 400px; */
}
#body_home #sidebar #intro {
	margin: 30px;
}

#intro a {
	padding: 0px;
}
#masthead p {
	/* [disabled]position: absolute; */
	/* [disabled]top: 250px; */
	/* [disabled]left: 580px; */
	color: #F00;
	/* [disabled]background-image: url(../_images/link_icon.gif); */
	/* [disabled]background-repeat: no-repeat; */
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	/* [disabled]text-decoration: underline; */
	/* [disabled]background-position: left; */
	width: 338px;
}
#masthead p a {
	color: #F00;
}

