@import url(tripoli.base.css);

*,body{
	font-size:11px;
	line-height:1.5em;
}

h1{
	font-size:110%;
}

h2{
	font-size:120%;
	margin-bottom:5px;
}

h3{
	font-size:130%;
}

body {
	background: white url(/img/paper.jpg);
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	color: #333;
}
html,html body,body {height:100%;width:100%;}


#header, #top,#main,#footer{
	width:100%;
}

#main{
	background:transparent url(/img/border-top.gif) repeat-x top left;
}
#top{
	position:relative;
	background:#060000;
	color:white;
	height:300px;
	background: #060000 url(/img/curtain.jpg) no-repeat center top;
	
}

#top img{
	position:absolute;
	left:800px;
	top:-40px;
}

#header{
	height: 135px;
	padding-bottom:1px;
	background:transparent url(/img/border-bottom.gif) repeat-x bottom left;
	
}

#top .contentWrapper{
	padding:30px;
}

#top h2{
	font-size:32px;
	color:white;
	margin: 0px 0 15px 0;
	font-weight:normal;
}

#top h3{
	color:#ddd;
	margin: 0px 0 15px 0;
	font-weight:normal;
}

#top p{
	color:#aaa;
	font-size:14px;
	margin: 15px 0;
	font-weight:normal;
	width:500px;
}

#footer{
	background:#060000;
	color:white;
	
}


.contentWrapper{
	width:960px;
	margin: 0 auto;
	padding:20px;
}

#logo {
	text-indent: -9999em;
	background:transparent url(/img/ee.png) no-repeat 0px 0px;
	height:100px;
}

.clear {
	clear:both;
}

.col{
	width:280px;
	margin-right:50px;
	float:left;
}
.col.right{
	margin-right:0;
}

.col.two{
	width:610px;
}

.col.three{
	width:960px;
	margin-right:0;
}

.alert {
    background:#FFF6BF url(/img/famfam/exclamation.png) center no-repeat scroll ;
    background-position: 15px 50%; /* x-pos y-pos */
    border-bottom:2px solid #FFD324;
    border-top:2px solid #FFD324;
    color:#111111;
    font-size:11px;
    margin:0 auto 20px auto;
    padding:5px 20px 5px 45px;
    text-align:left;
}

.info,.message {
    background:#F1F7FF url(/img/famfam/information.png) no-repeat scroll 15px 50%;
    background-position: 15px 50%; /* x-pos y-pos */
    border-bottom:2px solid #B5D4FE;
    border-top:2px solid #B5D4FE;
    color:#111111;
    font-size:11px;
    margin:0 auto 20px auto;
    padding:5px 20px 5px 45px;
    text-align:left;
}

.accept {
    background:#E4FAE1 url(/img/famfam/accept.png) no-repeat scroll 15px 50%;
    background-position: 15px 50%; /* x-pos y-pos */
    border-bottom:2px solid #70AA56;
    border-top:2px solid #70AA56;
    color:#333333;
    font-size:11px;
    margin:0 auto 20px auto;
    padding:5px 20px 5px 45px;
    text-align:left;
}

label{
	width:60px;
	display:block;
}
.input{
	display:inline-block;
	float:left;
	margin-right:30px;
	margin: 5px
}

.input.text input{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	background:transparent;
}
