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

body {
	font-family: 'Dosis', sans-serif; 
	color:#333333;
	margin:0px;
	background-color:#FFFFFF;
	height:100%;
	margin-bottom:1px;
}

/*@font-face {
    font-family: 'StMarieThin';
    src: url('../fonts/StMarie-Thin-webfont.eot');
    src: url('../fonts/StMarie-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/StMarie-Thin-webfont.woff') format('woff'),
         url('../fonts/StMarie-Thin-webfont.ttf') format('truetype'),
         url('../fonts/StMarie-Thin-webfont.svg#StMarieThin') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

#banner_arg {width:100%; height: 120px; background-color:#FFFFFF; color:#000000; position:absolute; top:0; left:0; z-index:5001;}
#banner_logo {width:750px; height:70px; position:absolute; top:20px; left:50px;}
#banner_text {width:750px; height:20px; position:absolute; top:75px; left:50px;}

hr {height: 0; border-style: dotted; border-width: 1px 0 0 0;border-color:#FF6600;}

#dropdown {width:500px; height:auto; position:absolute; left:50px; top:120px;}
/*ANIMATED COLLAPSE ELEMENTS*/
.collapse {width:500px; height:auto;}
.dropdown_box {width:460px; height:auto; padding:20px; background-color:#333333; color:#FFFFFF;}

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

.orange {color:#FF6600;}


h1 {font-size:40px; line-height:50px; margin:3px 0 0 0; font-weight:200; letter-spacing:2px;}
h3 {font-weight:normal; font-size:23px; line-height:25px; margin:0; letter-spacing:2px; color:#FF6600; text-align:left;}
h4 {font-weight:normal; font-size:13px; line-height:20px; margin:0; letter-spacing:2px; color:#FF6600;}
h5 {font-weight:normal; font-size:30px; line-height:20px; margin:0; letter-spacing:2px; color:#FF6600; text-align:right;}
h6 {font-weight:normal; font-size:13px; line-height:20px; margin:0; letter-spacing:2px;}
p {font-family: 'Glegoo', serif; font-size:11px; line-height:24px; margin:0 0 10px 0; color:#CDCDCD;}


h6 a:link, h6 a:visited {color:#333333; text-decoration:none;}
h6 a:hover, h6 a:active {color:#FF6600; text-decoration:none;}

h4 a:link, h4 a:visited {color:#CDCDCD; text-decoration:none;}
h4 a:hover, h4 a:active {color:#FF6600; text-decoration:none;}

a:link, a:visited {color:#FF6600; text-decoration:none;}
a:hover, a:active {color:#FFFFFF; text-decoration:none;}

