
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#E1E2E3  url(imgs/bg.jpg) repeat-x scroll center top;
}

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* reset ends */


/* Background-Styles */

body {
	margin:0px; padding:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:13px;
	line-height:19px;
}
#main {
	padding-bottom: 10px;
	margin-top: 5px;
}
#main .container {
	background-repeat:no-repeat;
}

.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


/* 	Header-Styles */


#navigation {
margin-top:10px; 
background:#000  url(imgs/menu-bg.png) repeat-x scroll;
height: 25px;
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
}

ul#menu {
	padding-top: 2px;
	left:0px;
	width:950px;
}

ul#menu li {
	display:inline;
	margin-left: 10px;
	margin-right: 50px;

}

ul#menu li a {
	text-decoration:none;
	color:#777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	
}
ul#menu li a.active, ul#menu li a:hover {
	/*color:#007DE2 ; */
	color:#000; 
}

#banner {
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
}

/* Sections-Styles */
#sections {
width: 948px;
height: 210px;
margin: 20px 10px;
margin:0 auto;
background: #eff0f1;
border: 1px solid #e4e4e4;
}

#sections .section {
width: 310px;
height: 200px;
float: left;
margin: 5px 0;
}
#sections #directory {
margin-left: 10px; display: inline;
}
	
#sections .section h2 {
text-decoration:none;
color:#777;
margin: 10px 20px 10px;
font-size:22px;
padding: 0 0 5px;
border-bottom: 1px dotted #222;
}

#sections .section p {
margin: 0 20px;
line-height: 1.5em;
}
#sections .section p.text {
height: 9em;
overflow: hidden;
}

#sections .section p.more  a{
color:#0096FF;
}
#sections a {
text-decoration:none;
color:#777;
}

/* other-sections-Styles */

#other-sections {
width: 948px;
margin: 20px 10px;
margin:0 auto;
background: #eff0f1;
border: 1px solid #e4e4e4;
}

#other-sections .section {
float: left;
margin: 5px 0;
}
#other-sections #prime {
margin: 0px 0px 40px 10px;
display: inline;
}
	
#other-sections .section h2 {
text-decoration:none;
color:#0096FF;
margin: 10px 0px 10px 10px;
font-size:22px;
padding: 0 0 5px;
border-bottom: 1px dotted #222;
}

#other-sections .section h3 {
text-decoration:none;
color:#000;
margin: 10px 20px 5px;
font-size:18px;
}


#other-sections .section p {
margin: 0 20px;
line-height: 1.5em;
}

#other-sections .section p.more  a{
color:#fff;
font-weight: bold;
background: #0096FF;
padding: 3px;
text-decoration: none;
}



/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:30px;
	letter-spacing:-1px;
}

h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#007DE2;
	text-decoration:none;
}
small a {
	color:#007de2;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#007de2;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #fff;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#000;
	border:1px solid #fff;
	color: #fff;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin-top: 5px;
	color: #aaa;
	font-weight: bold;
}


/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }



/* 	Form-Styles   */

#contact-area {
	width: 600px;
	margin	: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 3px 2px 2px 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #DFDFDF;

}

#contact-area textarea {
	height: 80px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #007DE2;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 115px;
	background: #E4E4E4;
	border: 1px solid #888;
	font-size: 1.4em;
}

#contact-area input.submit-button:hover {
	background: #007DE2;
	border: 1px solid #007DE2;
	color: #fff;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}



