/*-------------------------------------------------
Daskala, LLC. Style Sheet
-------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f5f8fd;
	text-align: center;
	}

html { min-height: 100%; margin-bottom: 1px; }

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {text-decoration: none; padding: 1px; }
a:link { color: #0066FF; }
a:visited { color: #809ead; text-decoration: none; }
a:hover { text-decoration: none; }

/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/

#navigation {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	width: 420px;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
	text-align: left;
	}

#navigation a:link, #navigation a:visited {
	color: #000066;
	text-decoration: none;
	}

#navigation a:hover {
	color: #f5f8fd;
	}

/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

#container {
	width: 850px;
	\width: 850px;
	w\idth: 850px;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	background: #fff;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	}
	
#banner {
	background-color: #759d5a;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#content {
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 200px;
	text-align: left;
	}

#team {
	padding: 10px 25px 20px 0;
	font-size: 12px;
	line-height: 18px;
	}

#sidebar {
	float: right;
	text-align: left;
	width: 420px;
	margin-right: 40px;
	margin-top: 40px;
	}
img {
	border: 0;
}


#logo {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
}


#footer {
	clear: both;
	padding: 10px;
	margin-top: 0px;
	font-size: 9px;
	color: #abadb0;
	}

#footer a:link, #footer a:visited {
	color: #000066;
	text-decoration: none;
	}

#footer a:hover {
	color: #000066;
	background-color: #abadb0;
	}
	

/*-------------------------------------------------
TEXT
-------------------------------------------------*/



h1 {
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	margin: 20px 0 5px 0px;
	font-size: 12px;
	padding: 0;
}

h3 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 25px 0 5px 0;
}

h4 {
	font-size: 10px;
	margin: 25px 0 5px 0;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 1px;
}

small {
	font-size: 10px;
	line-height: 13px;
	}

x-small {
	font-size: 9px;
	line-height: 11px;
	}

blockquote {
	font-size: 12px;
	margin: 20px;
	}

ol, ul, li {
	margin: 0;
	padding: 0 0 0 20px;
	}

ul li {
	list-style-type: square;
	}


li {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
	}

#title_new {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-color: #abadb0;
	border-bottom-width: 1px;
	padding-bottom: 7px;
	margin-bottom: 24px;
	}

#Tabs a:link.current, #Tabs a:visited.current {
	border-bottom: 1px dotted #A1A1A1;
	background: #fff;
	color: #000;
	font-weight: bold;
}
#flash_content {
	margin-top: 30px;
	margin-left: 30px;
	width: 300px;
}

