/* -----BASE.CSS------ */
/* THE DE ANGELIS GROUP*/
/* --BOX MODEL LAYOUT- */
/* -----copyright----- */
/* -----carterdea----- */

/* -------COLORS------ 
white = #fff
grey = #dcdada
light blue= #ADF5FC
med blue = #336699
dark blue = #003366
*/

/* ------GLOBAL------- */
*{
	margin:0;
	padding:0;
	border:0;
}

html{
	height: 100%;
}

body{
	font:80%/140% helvetica,arial,verdana,sans-serif;
	color:#333;
}

/* ------LAYOUT------ */
#wrapper{
	position:relative;/*so that the nav is positioned relativ to this*/
	width:600px;
	margin:0 auto;
	padding:0;
}

#logo{
}

#tag{
	display:none;
}

#nav{
	position:absolute;
	top:25px;
	right:0px;
	text-align:right;
	/*padding:5px 0 10px;*/
}

#main{
	padding:10px 20px;
}

#right,#center,#left,#right2{
	width:168px;
/*	float:left;	*/
	padding:15px;
/*	border:1px solid #aaa;	*/
}

#left2,#right2{
	padding:15px;
}

#left,#left2,#center{
	float:left;
}

#right,#right2{
	float:right;
}

#left2{
	width: 370px;
}

.clear{
	clear:both;
	line-height:0%;
	padding: 0;
	margin: 0;
}

#footer{
	margin:0 0 10px 10px;
	font-size:80%;
}

#popup h2{
	padding-top: 10px;
	color: #333;
	line-height: 160%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* ----BACKGROUND---- */
body{
	background:#000;
}

#header{
	background:url(../images/header.gif) no-repeat top left;
}

#wrapper{
	background:#e2e2e2;
}

#bottom{
	background:url(../images/bottom.jpg) repeat-y top center;
	border:1px solid #ccc;
	height:1%;/*for some reason this makes the background work in ie7*/
}

#bottom2{
	background: url(../images/bottom2.jpg) repeat-y top center;
	border: 1px solid #ccc;
	height: 1%;
}

#bottom3{
	background: #fff;
	border: 1px solid #ccc;
}
/* --------NAV------- */
#nav ul{
	font-family:"times new roman",times,georgia,serif;
}

#nav li{
	text-transform:uppercase;
	border:1px solid #ccc;
	background:#fff;
	padding:3px 10px;
	font-size:100%;
	display:inline;
	margin-right:4px;
}

#nav a{
	padding:11px 0;
	color:#336699;
	text-decoration:none;
}

#nav a:hover{
	text-decoration:underline;
}

#current_page{
	color:#666;
}

/* -------TEXT------- */
p{
	margin-bottom:10px;
}

blockquote{
	font-style: italic;
/*	background: url(../images/quote.gif) no-repeat top left;*/
}

.description{
	font-size: 85%;
}

#main p{
	font-size:95%;
	/*padding-bottom:5px*/
}

.quote{
	margin:10px 5px 0 10px;
	padding:5px 10px 0;
	border-left:1px solid #ddd;
}

.quotee{
	font-size: 90%;
	font-weight: bold;
	text-align:right;
	margin:0 15px 10px 0;
}

#copyright{
	padding-bottom:10px;
}
/* -----HEADINGS----- */
#main h1{
	margin-top:15px;
}

h1,h2,h3{
	font:100%/100% "times new roman",times,georgia,serif;
	color:#336699;
 	padding-bottom:3px;
	margin-bottom:2px;
}

h1{
	font-size:150%;
}

h2{
	font-size:130%;
	padding-bottom:7px;
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
}

h3{
	font-size:110%;
}

/* ------FORMS------- */
form{
	margin-top:10px;
}

label,input,textarea{
	display:block;
	float:left;
	margin-bottom:3px;
}

input,textarea,button{
	border:1px solid #aaa;
	width:200px;
}

input:focus,textarea:focus,input:hover,textarea:hover{
	background:#fff;
	border-top:1px solid #555;
	border-left:1px solid #555;
}

label{
	width:120px;
	font-size:110%;
	text-align:right;
	padding-right:10px;
}

.required{
	font-size:70%;
	color:#666;
}

br{
	clear:left;
}

input{
	padding:2px;
	font-size:1.2em;
	font-size:100%;
}

textarea{
	position:relative;
	left:0px;
	width:230px;
	height:150px;
	font:110%/130% helvetica, arial, sans-serifs;
	padding:3px;
}

#privacy{
	font-size:80%;
	margin:0 0 5px 132px;
	line-height:80%;
	text-align:left;
}

#submit{
	color:#666;
	position:relative;
	left:130px;
	width:100px;
	padding:3px 0;
	cursor:pointer;
	font-weight:bold;
	background: #eee;
}

#submit:hover{
	color:#000;
	background:#fff;
	border-top:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #999;
}

#submit:active{
	background:#eee;
	border-top:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #333;
}

/*for some reason, this kept peeking through*/
#submited{
	display:none;
}

#submit img{
 	padding:0;
	margin:0 3px -4px -3px;
}
/* ------LISTS------- */
ol{
	font-weight:bold;
	margin-left:10px;
}

/*ul{
	font-size:90%;
	font-weight:normal;
	list-style-type:disc;
	margin-left:10px;
}*/
/* ------LINKS------- */
a{
	color:#25589b;
}

a:hover{
	color:#2987c8;
}

#video {/*was video but js made me change it*/
	position:absolute;
	top:225px;
	left:0px;
	padding:5px 7px;
	background:#222;
	color:#eee;
}

#video:hover{/*was video but js made me change it*/
	background:#333;
	color:#fff;
}
/* ------IMAGES------ */
.middle_pictures{
	float:left;
/*	margin-top:-10px; */
	padding:0;
}

#handshake{
	float:left;
	margin:15px 15px 15px 5px;
	padding:2px;
	background:#fff;
	border:1px solid #666;
}

#center img{
	margin:5px 0 0 0;
	padding:2px;
	background:#fff;
	border:1px solid #666;
}

/*-----Multibox------*/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
