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

/* Reset DO NOT EDIT */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100.01%; vertical-align:baseline; background:transparent}
body{line-height:1}
textarea{overflow:auto}
input{border:0px solid white; margin:0; padding:0}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, q:before, q:after{content:""; content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse; border-spacing:0}

/* Important Layout Elements */
body {background: white; font-size: 13px; line-height:1.4; font-family:arial,sans-serif; color: #707070;}
html,body {height: 100%;}
.container {width: 960px; margin: 0 auto; min-height: 100%;}
a:link {color: #2aa6f5; text-decoration: underline;}
a:active {color: #2aa6f5; text-decoration: underline;}
a:visited {color: #2aa6f5; text-decoration: underline;}
a:hover {color: #2aa6f5; text-decoration: underline;}
hr {background: #cfcfcf; height: 1px; border: 0px solid white;}

/* Typography */
h1 {}
h2 {color: #2aa6f5; font-size: 22px; margin: 10px 0;}
h3 {font-style:italic; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; margin: 0 0 10px;}

/* Top */
#top {background: #2aa6f5; height: 92px; border-bottom: 1px solid #179df3;}
#logo {float:left; width: 165px; height: 78px;}
#details {float:right; color:white; font-size: 15px; text-align: right; margin-top: 15px;}

/* Navigation */
#nav {background: url(i/nav-bg.png); height: 49px;}
#nav li {float: left; margin: 14px 20px 14px 0; font-size: 15px; font-weight: bold;}
#nav a {text-decoration: none; color: #707070;}
#nav a:hover {text-decoration: underline;}
#nav a.active {color: #2aa6f5;}
#search-form {float: right;}
#search {height: 34px; width: 210px; background: white; border: 1px solid #dedede; margin: 7px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; color:#707070;}
#search-submit {height: 34px; width: 66px; margin-left: 5px; background: #2ca7f6; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer;}

/* Statement */
#statement {border-bottom: 1px solid #cfcfcf; width: 960px; margin: 0 auto; padding-top: 15px;}
#statement p {width: 530px; margin: 30px 0; font-size: 19px; text-align: left; line-height: 1.7}
#statement img {float: right; margin-top: -226px;}

/* Content */

#content {clear:both; width: 960px; margin: 0 auto; min-height: 100%;}

	/* homepage */
	#left_1 {width: 460px; margin: 0 10px 0 0; float: left;}
	#left_1 li {font-weight: bold; font-size: 14px; line-height: 1.6;}
	#right_1 {width:460px; float: right; margin: 0 0 20px 10px; text-align: right;}
	
	/* topic, video, about, quote, testimonial page */
	#left_2 {width: 700px; float: left; margin: 0 10px 20px 0;}
	#right_2 {width: 220px; float: right; text-align: right; margin: 0 0 0 10px;}
	
	/* contact page */
	#contact label { height: 26px; line-height: 26px; width: 155px; font-size: 1.3em; font-weight: bold; }
	#contact input, #contact textarea, #contact select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
	#contact input:focus, #contact textarea:focus, #contact select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
	#contact input.submit { cursor: pointer; background:#2ca7f6; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
	#contact fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
	#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
	
	/* Style for the error message */
	.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('i/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }
	#succsess_page h1 { background: url('i/success.gif') left no-repeat; padding-left: 23px;}

/* Footer */
#footer {clear: both; background: #2aa6f5; height: 78px; border-top: 1px solid #179df3; color: white; margin-top: -78px; position: relative;}
#copyright {float: left; padding: 20px 0;}
#copyright a, #links a {color: white; text-decoration: underline;}
#links {float: right; padding: 20px 0;}

