/* CSS Document */

* { margin: 0px; padding: 0px; }


body {
    font-size: 13px;
    background: #000000;
    font-family: Arial, Helvetica, Tahoma, Lucida Grande, Verdana;
    color: #dddddd;
    margin: 0;
    padding: 0px 0 0 0;
	}

/* ----- Width of page ----- */
#page_width {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
	}
	
/* ----- Outer page container and border ----- */
#page_container {

	}
	
/* ----- Image within head at top of page ----- */
#header {
	background: #000000 url(../images/header.gif) no-repeat top center;
	height: 170px;
	}
	
/* ----- Top navigation bar ----- */
#top_nav {
    padding: 150px 0 0 0px;
	text-align:center;
	text-transform:uppercase;
	font-size: 11px;
	}


#top_nav a, 
#top_nav a:visited {  
	text-decoration: none; 
	border-bottom:none;
	color: #ffffff; 
	margin-right: 10px;
	}

#top_nav a:hover, 
#top_nav a:active  { 
	color:#ee1000;
	border-bottom: none; 
	margin-right: 10px;
	}

/* ----- Lcontent container ----- */
#content_container {
	}

/* ----- content column ----- */
#content {
	margin: 0 ;
	padding: 20px 0 20px 0;
	min-height: 250px;
	}
	
* html #content { /* fixes the ie 3px float bug */
    height: 1%;
    position: relative;
    overflow: visible;
    left: -3px;
    margin-right: -3px;
	}

#home_page {
	background: url(images/home.jpg) no-repeat top;
	height: 280px;
	}

#home_content {
	text-align: left;
	margin: 0px 50px;
	}
/* ----- footer container to hold links and credits ----- */
#footer_container {
	font-size: 10px;
    text-align: center;
	background: #000000 url(../images/footer.gif) no-repeat top center;
	height: 170px;
	clear: both;
	}
	
/* ----- footer image links ----- */
#footer_links {
	margin: 0px auto 0px auto;
	padding: 105px 0 0 0;
	font-size: 10px;
    text-align: center;
	}

/* ----- footer link for page creator ----- */
#footer_creater {
    padding: 0;
	margin: 0;
    color: #ffffff;
	text-align: center;
	margin: 40px auto 0 auto;
	}
	
#footer_creater a, 
#footer_creater a:visited {
    color: #ffffff;
    text-decoration: none;
	}
#footer_creater a:hover, 
#footer_creater a:active{
    color: #ee1000;
	}

/*----Content text syles-------------------------------------------------------------*/

img{border: none;}

hr { margin: 10px 0px 10px 0px; }

a img:hover, a img:active {
	border-bottom: none;
	border-bottom-style: none;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	}
	
a, 
a:visited {
color: #ff6600; 
text-decoration: none; }

a:hover, 
a:active {
	color: #999999; 
	text-decoration: none;
	}
	
a:hover.img, 
a:active.img {
	text-decoration: none;
	border-bottom: none;
	}

#content a,
#content a:visited  {
	color: #ff6600;
	text-decoration: none;
	}

#content a:hover,
#content a:active {
	color: #ee1000;
	text-decoration: none;
	}

#content abbr, acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
	}

#content address {
	font-style: normal;
	}

h1, h2, h3, h4, h5, h6 {
	color: #ddd;
	font-family: Century Gothic, Arial, Tahoma, Lucida Grande, Verdana;
	margin: 0 0 1em 0;
	letter-spacing: -1px;
	}

h1 {
	font-size:197%;
	font-weight:normal;
	}
	
h1.bottom-slogan {
	font-size:167%;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	padding: 0.5em 0 0 0;
	color: #333;
	}

h2 {
	color: #ee1000;
	font-size:167%;
	font-weight: normal;
	}

h3 {
	color: #ff4400;
	font-size:123.1%;
	font-weight:normal;
	border-top: 3px double #333;
	border-bottom: 3px double #333;
	margin: 1em 0;
	padding:15px 0;
	}

h4 {
	color:#FF6600;
	font-size:15px;
	font-weight:normal;
	padding-bottom:0;
	}

h5 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	}

p {
	line-height: 1.3em;
	margin-bottom: 7px;
	}

#content ul {
	list-style: square;
	margin: 1em 0;
	}
	
#content ul li {
	list-style: square;
	margin: 2px 0px 2px 20px;
	}
#content ol li {
}	

/* ----------------------------- Portfolio Style */
#portfolio_logo {
	display				: block;
	margin				: 0px 40px;
	}

#portfolio_logo ul{
	list-style			: none;
	}

#portfolio_logo ul li{
	display				: block;
	float				: left;
	margin				: 0 10px 8px 0;
	}

	
#portfolio_logo a:hover img, #portfolio_logo a:active img{ 
	background			: #333333 none repeat scroll 0%;
	border				: 1px solid #999999;
	filter				: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity		: 1;
	text-decoration		: none;
	}
	
#portfolio_logo ul li img {
	border				: 1px solid #999999;
	padding				: 5px;
	max-width			: 150px;
	}
	

/* ------------------------------ Form Layout and Design */

fieldset{
border: 1px solid #252525;
background: none;
padding: 10px;
}

fieldset p {
font-size: 10px;
}

legend{
color: #aaaaaa;
font-size: 12px;
font-weight:bold;
}

input.text, textarea {
	background: #dddddd;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #333333;
	border-right: 1px solid #222222;
	border-top: 1px solid #333333;
	color: #333333;
	margin-bottom: .7em;
	padding: 8px;
	width: 300px;
}

select {
	background: #dddddd;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #333333;
	border-right: 1px solid #222222;
	border-top: 1px solid #333333;
	color: #333333;
	margin-bottom: .7em;
	padding: 8px;
	min-width: 315px;
}

label {
	display: block;
	padding-top: 8px;
	padding-bottom:0px;
	text-align:left;
	width:300px;
}

textarea {
	margin-bottom: 1.5em;
	width: 300px;
	font-size: 11px;
}

label, input, select, textarea {
display:block;
margin-bottom:4px;
}
.clearleft {
clear: left;
}

img.center{text-align:center;}

button {
	font-family: arial;
	font-size: 10px;
	text-align:left;
	font-weight: bold;
	color: #999999;
	background: url(../images/design_button.gif) no-repeat;
	width: 90px;
	height: 21px;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	}

button:hover {
	color: #ff6600;
	}