/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~                                          ~
~  EchoParkDesigns.com Stylesheet          ~
~  For Use With SCREEN                     ~
~                                          ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ----------------------------------------
|                                          |
|  HTML Tag Overrides - Global             |
|                                          |
------------------------------------------*/

a:link {
	color: #090;
}

a:visited {
	color: #090;
}

a:hover {
	color: #090;
}

a:active {
	color: #090;
}

body {
	background-color: #eee;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
 }
 
br.clear {
 	clear: both;
}
 
img {
 	border: 0px;
}

/* -----------------------------------------
|                                          |
|  Box Model Controls                      |
|                                          |
------------------------------------------*/

#container {
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0px auto 0px auto;
	width: 700px;
}

/* -----------------------------------------
|                                          |
|  Logo Controls                           |
|                                          |
------------------------------------------*/

#logo {
	background-color: #fff;
	height: 120px;
	margin: 0px auto 0px auto;
	padding: 5px 1px 0px 1px;
	width: 670px;
}

/* -----------------------------------------
|                                          |
|  Navigation Controls                     |
|                                          |
------------------------------------------*/

#navigation {
	background-image:  url("../images/navigation.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 3px auto 0px auto;
	padding: 0px 1px 0px 1px;
	text-align: center;
	width: 670px;
}

#navigation ul {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	list-style-type: none;
}

#navigation li {
	color: #090;
	display: inline;
	margin: 0px 0px 4px 0px;
	padding: 0px 10px 0px 10px;
	list-style-type: none;
	text-align: center;
}

#navigation li a {
	border-bottom: 2px solid #ddd;	
	color: #346;
	padding: 0px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #090;
	border-bottom: 2px solid #346;
}

/* -----------------------------------------
|                                          |
|  Blurb Controls                          |
|                                          |
------------------------------------------*/


#blurb {
	margin: 3px auto 0px auto;
	width: 670px;
}

/* -----------------------------------------
|                                          |
|  Content Controls                        |
|                                          |
------------------------------------------*/

#content {
	font-size: 12px;
	margin: 5px auto 0px auto;
	width: 670px;
}

#content h1 {
	color: #346;
	font-size: 17px;
	margin: 5px 0px 7px 0px;
	padding: 0px 10px 0px 10px;
}

#content h2 {
	color: #090;
	font-size: 14px;
	margin: 5px 0px 7px 0px;
	padding: 5px 10px 0px 10px;
}

#content h3 {
	color: #333;
	font-size: 12px;
	margin: 5px 0px 7px 0px;
	padding: 5px 10px 0px 10px;
}

#content p {
	line-height: 17px;
	margin: 5px 0px 7px 0px;
	padding: 0px 10px 0px 10px;
}

#content ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content ul li {
	line-height: 1.3em;
}

/* -----------------------------------------
|                                          |
|  Thumbnail Controls                      |
|                                          |
------------------------------------------*/

#content .thumbnail {
	border: 1px solid #090;
	float: left;
	width: 110px;
	margin: 5px 10px 20px 5px;
}

/* -----------------------------------------
|                                          |
|  Right Controls                          |
|                                          |
------------------------------------------*/

#right {
	background-image:  url("../images/right.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	font-size: 12px;
	height: 400px;
	margin: 10px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	width: 220px;
}

#right fieldset {
	border: 0px;
}

#right h1 {
	color: #090;
	font-size: 17px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

#right input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right input.button {
	padding: 2px 0px 2px 0px;
}

#right p {
	line-height: 17px;
	margin: 5px 0px 7px 0px;
	padding: 0px;
}

#right textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -----------------------------------------
|                                          |
|  Footer Controls                         |
|                                          |
------------------------------------------*/

#footer {
	background-image:  url("../images/footer.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	color: #fff;
	font-size: 10px;
	height: 50px;
	margin: 10px auto 0px auto;
	padding: 3px 0px 5px 0px;
	text-align: right;
	width: 670px;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer a:active {
	color: #fff;
}

#footer p {
	margin: 0px;
	padding: 5px 20px 0px 0px;
}