/*------------------------------  Html Tags ------------------------------*/ 
/*------------------------------  Html Tags ------------------------------*/ 
/*------------------------------  Html Tags ------------------------------*/ 
/*------------------------------  Html Tags ------------------------------*/ 

/* CSS RESET */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:100;}
li{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:100;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
body {font:13px/1.231 'Trebuchet MS', Helvetica, sans-serif;}
table{font-size:inherit;font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


/*--------------- Body ---------------*/
/*--------------- Body ---------------*/


* { margin: 0; padding: 0; outline: 0 }

body {
	background: #8d8d8d url(../img/bg.png) repeat-x;
	font: 15px/130% 'Trebuchet MS', Helvetica, sans-serif; 
	color: #000; 
	text-align: justify;
	font-weight: 300;	
}

#mainright img, #righttop, #rightmiddle, #rightbottom { 
	behavior: url(../img/iepngfix.htc) 
}

/* End Body */

/*--------------- Links ---------------*/
/*--------------- Links ---------------*/
a, a:visited {	
	color: #0000f3;
	text-decoration: underline;
	font-weight: 900;
	
}
a:hover {
	color: #fff;
	text-decoration: underline;
	
}

#txt a {
	margin-left:20px;
}

#rightmiddle a, #rightmiddle a:visited, #rightmiddle a:hover {
	color:#FFFFFF;
}

strong {
	font: 15px/130% 'Trebuchet MS', Helvetica, sans-serif; 
	color: #000; 
	text-align: justify;
	font-weight: 700;	
	
}

/* End Links */

/*--------------- Headers ---------------*/
/*--------------- Headers ---------------*/
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
	
}
h1 {
	line-height:31px;
	font-size: 30px;
	padding:0px 0px 15px 0px;
	color:#FFFFFF;	
	font-weight: 100;
}
h2 {
	font-size: 1.4em;
	padding:0px 0px 5px 0px;
	color: #000;
	font-weight: 100;
	

}
h3 {
	font-size: 1.2em;
	line-height:25px;
	padding:0px 0px 5px 0px;
	color: #FFFFFF;
	font-weight: 100;
}
h4 a {
	font-size: 1.2em;
	padding:0px 0px 5px 0px;
	color: #FFFFFF;
	font-weight: 100;
}

/* End Headers */

/*--------------- Paragraph ---------------*/
/*--------------- Paragraph ---------------*/
p { 
	padding: 0px 0px 7px 0px;
	text-align:justify;
}

/* End Paragrapgh */


/*--------------- Lists ---------------*/
/*--------------- Lists ---------------*/

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: circle;}

li {list-style:square;}

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* End Lists */

/*--------------- Images ---------------*/
/*--------------- Images ---------------*/
img#pics {
	margin: 2px 2px 2px 2px;
	border: double black;
}

img#right {
	border: none;
}

img#border {
	
}



/* End Images */

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../image/quote.gif) no-repeat 15px 15px;
}

/*--------------- Login ---------------*/
/*--------------- Login ---------------*/
#logincontainer #username {
	width: 217px;
	background: #c7dfea url(../img/login_ico.gif) 5px 3px no-repeat;
	border: 1px solid #83bbd4;
	padding: 3px 0 0 20px;
	height: 18px;
	color: #13506c;
}

	

#logincontainer #password {
	width: 217px;
	background: #c7dfea url(../img/password_ico.gif) 5px 3px no-repeat;
	border: 1px solid #83bbd4;
	padding: 3px 0 0 20px;
	height: 18px;
	color: #13506c;
}
	
#logincontainer {
	text-align:center;
}

#logincontainer p {
	text-align:center;
}

#logincontainer a {
	color:#000000;
}

#login {
	width:600px;
	background:#fff;
	border-bottom: thick #333333 solid;
	border-left: thick #666666 solid;
	border-right: thick #999999 solid;
	border-top: thick #CCCCCC solid;
	margin: 20px auto 0px auto;
	padding:10px 20px 0px 20px;
}

#non {
	width:600px;
	background:#fff;
	border-bottom: thick #333333 solid;
	border-left: thick #666666 solid;
	border-right: thick #999999 solid;
	border-top: thick #CCCCCC solid;
	margin:0px auto 0px 25px;
	padding:10px 20px 0px 20px;
}


/* Login */


/*------------------------------  LAYOUT  ------------------------------*/ 
/*------------------------------  LAYOUT  ------------------------------*/ 
/*------------------------------  LAYOUT  ------------------------------*/
/*------------------------------  LAYOUT  ------------------------------*/ 
#wrapper {
	
	width: 940px;
	margin: 0px auto 0px auto;
	
	display: block;
	position: relative;	
}

.toggler {
	margin: 3px auto 10px auto;
	padding: 3px 3px 3px 9px;
	width: 660px;
	background:url(../img/accbar.png) no-repeat;
	cursor: pointer;
}
h3 .toggler {
	cursor: pointer;
	color:#FFFFFF;
}

.toggler1 {
	margin: 3px auto 10px auto;
	padding: 3px 3px 3px 9px;
	width: 660px;
	background:url(../img/accbarsmall.png) no-repeat;
	cursor: pointer;
}
h3 .toggler1 {
	cursor: pointer;
	color:#FFFFFF;
}

.element{
	margin:0 20px 0 20px;
}

#headerwrapper{
	
	width:100%;
}

#header {
	
	width:900px;
	margin:auto;
	height: 155px;
	background:#fff url(../img/logo.png) center no-repeat;	
	color: #fff;	
	clear: both;	
	margin:auto;	
}

#content {
	
	clear: both;	
	float: left;	
	width: 900px;						
	padding: 0px 0 0px 0; 	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* Fixes posityion of logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', Helvetica, sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* Fixes position of slogan*/
	top: 148px; left: 150px;		
}

#indexvideos {
	float:left;
	width:620px;
}

/*--------------- Navigation ---------------*/
/*--------------- Navigation ---------------*/

#nav {
	clear: both;	
	margin:auto;
	width:900px;
	height:20px;
		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 30px 0 0 215px;
	height: 20px;
	padding: 0px 0 0 0;					
}
#nav ul li {
	float: left;
	margin: 0; 
	padding: 0px 0 0 21px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 0px 0 5px;
	color: #FFFFFF;
	font:20px 'Trebuchet MS', Helvetica, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;
	margin: 1px 0px 0px 0px;
	padding: 0 0px 0 5px;
}

/* End Navigation */

/*--------------- Main ---------------*/
/*--------------- Main ---------------*/
#mainleft {
	float:left;
	width:660px;

	display: inline;
	 
}
#mainright {
	float:right;
	width:250px;

	position: relative;
	display: inline;
	_clear: both;
}



#righttopp {
	background:url(../img/repspace_r1_c1.png) repeat-y;
	height:21px;
}

#rightmiddle {
	color: #fff;
	padding:0px 20px 0px 20px;
	background:url(../img/repspace_r2_c1.png) repeat-y;
	text-align:center;
	height:auto;
}

#rightmiddle h3 {
	color: #fff;
	margin:0px;
	line-height: 1.2em; 
	padding: 0px;
}

#rightmiddle p {
	text-align:center;
}

#rightbottom {
	background:url(../img/repspace_r4_c1.png) no-repeat;
	height:25px;
}

#mainbottom {
	width:500px;
	padding: 0 0 0 0;
}
/* End Main */


/*--------------- Footer ---------------*/
/*--------------- Footer ---------------*/
#footer {
	clear: both;
	width: 900px;
	margin:auto;
	padding: 5px 0 0px 0;		
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.95em;
	color: #fff;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #777; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* End Footer */

/*--------------- alignment classes ---------------*/
/*--------------- alignment classes ---------------*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/*--------------- display and additional classes ---------------*/
/*--------------- display and additional classes ---------------*/
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


