/* Written by Jeff McNeil - New Spin Design, Inc. */

/*Color Chart: 

bright teal: a2f0f3
pink: ff308d

*/

@import '_reset.css'; 


/* [][][][][][][][][] - STRUCTURE - [][][][][][][][][] */

body {
	background: #fff url(../images/grad1.png) repeat-x 0 150px;
	color: #222;
	font-family: Helvetica, Serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.45;
}

ul {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

ul.plain {
	list-style: none;
	margin: 0;
}

ul.plain li {
	margin: 1em 0 1.8em 0;
	text-align: center;
}


ul ul {
	list-style: circle;
}

ul li {
	padding: .2em 0;
}

ol {
	list-style: decimal; margin-left: 2em
}

ol li {
	margin-bottom: .4em;
	line-height: 1.3;
}

ol li strong {
	font-size: 120%;
	color: #111;
}

.clearfix { clear: both }

#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 2em 0 0 0;
}

abbr, acronym { border: 0 }

a, #maincopy a:visited { color: #fff; }

a:visited { color: #ccc; }



/* [][][][][][][][][] - HEADER - [][][][][][][][][] */

#header {
	padding-top: 5px;
	background: #dfdfdf;
	border-bottom: 1px solid #000;
}






/* [][][][][][][][][] - FEATURE - [][][][][][][][][] */

#featurewrapper {
	background: #000 url(../images/bg11.jpg) 100% 0;
	overflow: hidden;
}

#feature {
	width: 920px;
	padding: 20px;
	margin: 0 auto;
	height: 80px;
	padding-top: 30px;
	overflow: hidden;
}


/* [][][][][][][][][] - MAIN CONTENT - [][][][][][][][][] */



#mainwrapper {
	
}

#maincopy {
	padding: 0 34% 0 0;
	margin: 0;
}


/* [][][][][][][][][] - THE LATEST - [][][][][][][][][] */

#sidebar {
	color: #666;
	float: right;
	width: 27%;
	line-height: 1.4;
	background: #eee;
	border: .2em solid #ccc;
}

#sidebar ul {
	list-style: none;
	margin: 0;
}


#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 .6em0 ;
	color: #888;
	background:;
	padding: .75em 1em;
	border-bottom: 2px solid #ccc;
	background: #ddd url(../images/icon_page.gif) no-repeat 227px 50%;
}

#sidebar h3 {
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	padding-bottom: .5em;
	line-height: 1.1;
}

.contentwrapper {
	padding: 5px 12px;
}

#sidebar h3 a {
	color: #50a6a9;
	text-decoration: none;
}

#sidebar h3 a:hover {
	text-decoration: underline;
	color: #009ea4;
}

#sidebar h4 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: .25em 0;
	margin: 0;
	font-size: 90%;
}	

#sidebar .post {
	padding: .5em;
	border-bottom: 2px solid #ccc;
	margin: .5em;
}




/* [][][][][][][][][] - CONTACT FORM - [][][][][][][][][] */

.vcard {
	float: left;
	width: 260px;
	margin: 76px 50px 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #777;	
	padding: 16px 25px;
	font-size: 1.4em;
	line-height: 1.3;
	color: #555;
}

.vcard a {
	font-size: .7em;
	text-decoration: none;
	margin: 0;
	}
	
#mypanel form {
	width: 550px;
	margin-left: 350px;
	text-align: right;
}

#mypanel h3 {
	margin-bottom: 1em;
	padding-bottom: .2em;
	color: #111;
}

form input {
	color: #333;
	font-size: 1.2em;
}
#mypanel form label.radio input {
	display: block;
	width: 22px;
	margin: 0 auto 4px auto;
}


#mypanel form label.radio:hover {
	background: #ccc;
}

#mypanel form label strong {
	background: url(../images/icon_star.gif) no-repeat 0 0 ;
	padding-left: 8px;
}

#mypanel form td span.required {
	background: url(../images/icon_star.gif) no-repeat 0 0 ;
	padding-left: 8px;
	font-size: .8em;
	font-weight: bold;
	margin-left: 7px;
	color: #555;
	white-space: nowrap;
}

#mypanel form label.radio {
	text-align: center;
	line-height: 1.1;
	float: left;
	width: 88px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 10px 2px 10px;
	
}

#mypanel form label.first {
	border-left: 0;
}

#mypanel form label.last {
	border-right: 0;
}

#mypanel form table {
	width: 100%;
}

#mypanel form table td textarea {
	background-image: url(../images/icon_chat.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	font-family: 'Trebuchet MS', Arial;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
	padding: .2em;
	width: 440px;
	height: 120px;
}


#mypanel form table tr.budget td {
	font-family: helvetica;
	
}

#mypanel form table td {
	padding: .3em .5em;
	
}

#mypanel form table th {
	text-align: right;
	vertical-align: top;
	padding: .5em .5em .2em .5em;
	white-space: nowrap;
	font-size: .8em;
	width: 200px;
}

#mypanel form table th label {
	border-bottom: 1px solid #9a9a9a;
	padding: 3px 0 1px 0;
	
}

#mypanel form table input {
	font-size: 120%;
}

span.downplay {
	color: #666;
	font-size: 80%;
}

.submit {
	margin: 10px 0;
	border: 0;
	background: none;
	font-family: Georgia;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #444;
	padding: 3px 6px;
	letter-spacing: 1px;
}

input.submit:hover {
	cursor: pointer;
	background: #eee;
}



/* [][][][][][][][][] - FOOTER - [][][][][][][][][] */


.navfooter {
	margin-top: 3.5em;
	background: #333 url(../images/grad1.png) repeat-x 0 -50px;
	border-top: 1px solid #fff;
	padding: 1.7em;
	line-height: 1.3;
}

.navfooter .containerwrapper {
	padding-right: 30%;
}

.navfooter div.principal {
	color: #ddd !important;
	width: 50% !important;
}

.navfooter div.container {
	padding: 10px 2% 10px 0;
	width: 25%;
	float: right;
	margin: 3em 1% 0 1%;
	border-right: 2px solid #3a3a3a;
	font-size: 90%;
	color: #999;
	
}

.navfooter div.container a {
	text-decoration: none;
}

.navfooter div.container p {
	text-align: left;
	font-size: 1.1em;
}

.navfooter div.container img {
	border: 2px solid #222;
}

.navfooter div.container:first-child {
	border-right: 0 !important;
}

.navfooter h3 {
	margin-top: -3em;
	color: #aaa;
	text-align: center;
	margin-bottom: .6em;
	padding: 6px 0;
}



/* ------------- TEXT STYLES------------- */


h1, h2, h3, h4, h5, h6, caption {
	line-height: 1.1;
}

h1 {
	color: white;
	margin: 0;
	padding: 10px 0 15px 0;
	height: 29px;
	background: url(../images/logo_nsd.gif) no-repeat 7.5% 10px;
}

h1 span, h2#slogan span {
	position: absolute;
	top: -30em;
}

h2, caption {
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	margin: 1.2em 0 .4em 0;
	color: #666;
	padding-bottom: .1em;
	border-bottom: 1px solid #ddd;
}

h2#slogan {
	padding: 0;
	margin: 0;
	height: 111px; width: 283px;
	float: left;
	background: url(../images/txt_slogan.gif) no-repeat;
	border: 0;
}

h3 {
	color: #aaa;
	letter-spacing: 1px;
	font-size: 1.5em;
	margin: .2em 0 0 0;
	padding: 0;
	font-weight: normal;
}

h4 {
	font-size: 100%;
	color: #999; 
	margin-top: 5px;
	font-weight: normal;
}

.hide {
	display: none;
}

p {
	margin: .5em 0 .6em 0;
}

.credit, .credit a:link, .credit a:visited{
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	color: black;
}


/* ------------- FOOTER ------------- */

.copyrightwrapper {
	background: #2c2c2c;
}
.copyright {
	line-height: 1.2;
	text-align: right;
	color: #777;
	width: 160px;
	padding-left: 800px;
	font-size: .8em;
	clear: both;
	margin: 0 auto 12px auto;
}


