
/*////////////////////////////
//   GLOBAL
////////////////////////////*/	

*, html { padding: 0; margin: 0; }
	
body {
	background: url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 24px;
	}
	
.clear { clear: both; }
.bold { font-weight:bold; }
.userlist { max-height:150px; overflow:scroll; }
.latlng { font-weight:bold; font-size:x-small; }
a { color: #eea200; text-decoration: underline; }
a:hover { text-decoration: none; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	
	
	
/*////////////////////////////
//   GLOBAL PAGE LAYOUT
////////////////////////////*/	

#container { margin: 0 auto; width: 860px; padding: 0 20px 20px 20px; }
#wrapper { margin: 0 auto; width: 860px; }


/*////////////////////////////
//   HEADER
////////////////////////////*/

#header {
	margin-top: 13px;
	}
	
#header h1 {
	display: none;
	}
	
#header span {
	width: 236px;
	height: 62px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	cursor: pointer;
	}
	
#header ul {
	float: right;
	margin-top: 26px;
	}
	
#header li {
	display: inline;
	margin-left: 15px;
	}
	
#header li a {
	color: #444444;
	}	
	
	

/*////////////////////////////
//   MASTHEAD - HOMEPAGE ONLY
////////////////////////////*/

#masthead {
	width: 860px;
	height: 188px;
	background: url(images/masthead_bg.jpg) no-repeat;
	padding-top: 50px;
	margin-bottom: 40px;
	}
	
#masthead h2 {
	font-size: 13px;
	line-height: 36px;
	padding-left: 8px;
	}
	
#masthead h2 a {
	line-height: 72px;
	padding-left: 20px;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	}
	
#masthead h2 a:hover {
	text-decoration: underline;
	}
	
	

/*////////////////////////////
//   MAIN - HOMEPAGE ONLY
////////////////////////////*/

#main {
	width: 860px;
	padding-bottom: 50px;
	}
	
#main h3 {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: #dfe7b5 1px solid;
	float: left;
	}
	
#main p {
	clear: left;
	}
		
#main #send, #alert {
	width: 234px;
	float: left;
	margin-right: 19px;
	padding: 15px 20px 0 20px;
	background: url(images/main_bg.gif) repeat-x;
	}
	
#main #track {
	width: 234px;
	float: left;
	padding: 15px 20px 0 20px;
	background: url(images/main_bg.gif) repeat-x;
	}
		
#main #send span { 
	background: url(images/1-message.jpg) no-repeat;
	width: 230px;
	height: 155px;
	margin: 10px 0;
	float: left;
	}
	
#main #alert span {
	background: url(images/2-alerts.jpg) no-repeat;
	width: 230px;
	height: 155px;
	margin: 10px 0;
	float: left;
	}
	
#main #track span {
	background: url(images/3-tracking.jpg) no-repeat;
	width: 230px;
	height: 155px;
	margin: 10px 0;
	float: left;
	}
	
	
	
/*////////////////////////////
//   CONTENT
////////////////////////////*/

#buffer { padding-top: 25px; }

#content {
	padding-top: 20px;
	border-top: #FFD67F 1px solid;
	min-height: 500px;
	}

#content h2.error {
	color:red;
	text-align:center;
}
	
#content #mainbody {
	width: 545px;
	margin-right: 40px;
	float: left;
	}

#content #mainbody h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 25px 0;
	}

#content #mainbody p {
	margin-bottom: 40px;
	}
	
#content #mainbody p span {
	font-size: 10px;
	color: #777777;
	line-height: 18px;
	}

#content #sidebar {
	float: left;
	width: 275px;
	}
	
#content #signup_button {
	background: url(images/create_account_icon.gif) no-repeat left #dfe7b5;
	border-bottom: #cbd598 1px solid;
	margin-bottom: 20px;
	}
	
#content #signup_button p {
	margin-left: 32px;
	}
	
#content #signup_button p a {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

#content #signup_button p a:hover {
	text-decoration: underline;
	}

#content #presentation {
	background: url(images/main_bg.gif) repeat-x;
	padding: 15px 18px 0 18px;
	margin-bottom: 40px;
	}
	
#content #presentation h3 {
	padding-bottom: 15px;
	border-bottom: #dfe7b5 1px solid;
	font-size: 13px;
	}

#content #presentation span {
	width: 227px;
	height: 155px;
	background: url(images/presentation.gif) no-repeat;
	float: left;
	cursor: pointer;
	}

#content #presentation p {
	clear: left;
	}
	
			/*/////////////////////////////////
			//   APPLICATION LINKS (SIDEBAR)
			/////////////////////////////////*/
			
			#content #presentation ul { margin-top: 20px; padding-bottom: 100px; }
			.dashboard                { padding: 5px 0 5px 24px; background: url(images/icon_dashboard.gif) no-repeat left; }
			.new_message              { padding: 5px 0 5px 24px; background: url(images/icon_newmessage.gif) no-repeat left; }
			.view_messages            { padding: 5px 0 5px 24px; background: url(images/icon_viewmessages.gif) no-repeat left; }
			.message_tracking         { padding: 5px 0 5px 24px; background: url(images/icon_tracking.gif) no-repeat left; }
			.download                 { padding: 5px 0 5px 24px; background: url(images/icon_download.gif) no-repeat left; }
			.settings                 { padding: 5px 0 5px 24px; background: url(images/icon_settings.gif) no-repeat left; }
			.logout                   { padding: 5px 0 5px 24px; background: url(images/icon_logout.gif) no-repeat left; }
			
			
			/*/////////////////////////////////
			//   DASHBOARD ICONS (MAIN)
			/////////////////////////////////*/
			
			.dash_download { padding: 0 0 10px 75px; background: url(images/icon_dl.gif) no-repeat left top; }
			.dash_send     { padding: 0 0 10px 75px; background: url(images/icon_send.gif) no-repeat left top; }
			.dash_view     { padding: 0 0 10px 75px; background: url(images/icon_messages.gif) no-repeat left top; }
			.dash_track    { padding: 0 0 10px 75px; background: url(images/icon_track.gif) no-repeat left top; }
			
			
			/*/////////////////////////////////
			//   VIEW MESSAGES LINKS
			/////////////////////////////////*/
			
			#message_links { margin: 20px 0 30px 0; }
			#message_links li { display: inline; margin-right: 10px; }
			
			

/*////////////////////////////
//   FOOTER
////////////////////////////*/

#footer {
	border-top: #FFD67F 1px solid;
	padding-top: 15px;
	}
	
#footer #copyright {
	float: left;
	}

#footer #links {
	float: right;
	}
	
#footer #links a {
	color: #444444;
	text-decoration: none;
	}

#footer #links a:hover {
	text-decoration: underline;
	}
	
	
	
/*////////////////////////////
//   CREATE AN ACCOUNT
////////////////////////////*/

input.error {
	border: red 1px solid;
	}

input {
	border: #FFD67F 1px solid;
	padding: 4px 8px;
	font-size: 14px;
	color: #444444;
	background: url(images/input_bg.gif) repeat-x;
	}
	
label {
	display: block;
	float: left;
	width: 120px;
	}
	
label span {
	color: #990000;
	}


.label {
	padding: 12px 0 12px 12px;
	width: 325px;
	}
	
.alt-1 {
	background: #FFF8EA;
	border-bottom: #ffe7bf 1px solid;
	}
	
.alt-2 {
	border-bottom: #ffe7bf 1px solid;
	}
	
.submit {
	background: #dfe7b5;
	border: none;
	border-bottom: #cbd598 1px solid;
	margin-top: 40px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	}

	

/*////////////////////////////
//   CONTACT FORM
////////////////////////////*/


.label_contact {
	padding: 12px 0 12px 12px;
	width: 450px;
	}

textarea.error {
	border:red 1px solid;
	}
	
textarea {
	border: #FFD67F 1px solid;
	padding: 4px 8px;
	font-size: 13px;
	color: #444444;
	background: url(images/input_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
select {
	border: #FFD67F 1px solid;
	padding: 4px 8px;
	font-size: 14px;
	color: #444444;
	width: 300px;
	}


		

