﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Global */

html { 	}
body { background-color:#000000; } 


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight:bold; color:  #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h1 img, h3 img, h4 img, h5 img, h6 img  { margin:0; }


/* text Elements */


p 			{ color:#000; font-size:12px; line-heighth:150%;}
p .left 	{ margin:1.5em 1.5em 1.5em 0; padding:0 }
p .right 	{ margin:1.5em 0 1.5em 1.5em; padding:0 }

a			{  }
a:link		{ color:#00f; }
a:visited	{ color:#0f0; }
a:active	{ color:#000; }
a:focus		{ color:#666; }
a:hover		{ color:#f00; }

blockquote	{ color:#000; font-size:12px; }

strong		{ font-weight:bold; }
em			{ font-style:italic; }


/* Lists */

ul			{  }
ol			{ list-style:decimal;  }

ul li		{ color:#000; font-size:12px;  }
ol li		{ color:#000; font-size:12px;  }

d1			{  }
dt			{  }
dd			{  }

/* Tables */

table 		{ width:100%;  }

.center {   margin-left: auto;  margin-right: auto; }
 
tr			{  }
.odd		{ background-color:#eee;  }
.even		{ background-color:#fff;  }
 
th			{ font-weight:bold;  }
thead, th 	{ background:#ccc  }

tbody		{  }

th, td, caption		{  }
caption				{  }

tfoot		{  }
.tfooter	{ background-color:#ccc; text-align:center; font-style:italic;  }

caption		{ background:#efefef;  }

/* Miscellanous */

sup, sub		{ line-height:0;  }

abbr, acronym	{ border-bottom:1px dotted #666;  }
address			{   }
del				{ background:#FFCECE; color:#f00;  }

code, pre		{  background-color:#FF9; padding:2px 0px;  margin:4px 25px;
					font-family:"Courier new", Courier, monospace; font-size:12px; }

/* Containers */


#wrapper	{  width:900px; margin:0px auto; background-color:#000628; }

#top		{ background-color:#000000; width:100%; padding:20px 0: ; overflow:hidden; background-image:url('../images/SinKTopBG.jpg');  }

	#logo			{ margin: 10px 0 10px 10px; float:left; }

	#social-media			{ float:right; margin: 20px 10px 0 0; font-family:Arial, Helvetica, sans-serif;  }
	#social-media p			{ color:#ffffff; font-size:12px; margin: 4px 10px 4px 0px; text-align:center; }
	#social-media ul img		{ width:36px; height:36px; margin:5px 3px;  }
	#social-media ul li		{ display:inline;  }
	
#topnav		{ background-color:#333333; clear:both; font-family:Arial, Helvetica, sans-serif }
#topnav	ul	{ width:100%; float:left; margin:0px; background-color:#333333; 
				border-bottom:3px #cccccc solid;}
#topnav ul li		{ display:inline; }
#topnav ul li a		{ float:left; padding:10px 20px; }

#topnav a:link 		{ color:#ffffff;text-decoration: none; }
#topnav a:visited 	{ color:#ffffff;text-decoration: none; }
#topnav a:active 	{ color:#ffffff;text-decoration: none; }
#topnav a:hover 	{ color:#ffffff;text-decoration: none;  background-color:#CC0001; }
#topnav a:focus		{ color:#ffffff; text-decoration: none;}
#topnav a:			{ text-decoration: none;  }

		
#banner	{  }

#subbanner			{ width:100%; height:20px; background-color:#333333; padding:10px 0; overflow:hidden; border-top:3px #cccccc solid;  }
#subbanner h3		{ margin: 0 0 0 10px ;color:#ffffff; font-size:16px; font-weight:bold; text-align: center;
					line-height:100%; font-family:Arial, Helvetica, sans-serif; 	 }

#content-wrapper	{ clear:both; width:100%; float:left; margin:0px; background-color:#333333; background-image:url('../images/main_BG2.jpg')    }

#content		{ float:left; width:650px; padding:20px; font-family:Arial, Helvetica, sans-serif; }
#content p		{ color:#FFFFFF; font-size:16px;margin:10px 0; line-height:150%; }
#content h1		{ color:#FFFFFF; padding: 10px; margin:0 0 20px 0; font-size32px; border-bottom:1px #FFFFFF solid; }
#content h2		{ color:#FFFFFF; padding: 10px; margin:0 0 20px 0; font-size26px; border-bottom:1px #FFFFFF solid; }

#content img	{ padding:8px; border:2px #888888 solid; margin:8px; }
#content a:link 	{ color:#FF9933;text-decoration: none; }
#content a:visited 	{ color:#FF9933;text-decoration: none; } 
#content a:active 	{ color:#FF9933;text-decoration: none; } 
#content a:hover 	{ color:#CC0001;text-decoration: none;  }
/* #content a:focus	{ color:#FF9933; text-decoration: none;} */

#content a:			{ text-decoration: none;  }

			


#rightside		{ padding:20px; margin-left:675px; font-family:Arial, Helvetica, sans-serif; }
#rightside h2	{ color:#FFFFFF; font-size:18px; margin:20px 0 10px 0; }
#rightside p	{ color:#FFFFFF; font-size:14px;  margin:10px 0; line-height:120%; }
#rightside img	{ padding:3px; border:2px #888888 solid; margin:3px; }

#rightside a:link 	{ color:#FF9933;text-decoration: none; }
#content a:visited 	{ color:#FF9933;text-decoration: none; }  
#rightside a:active 	{ color:#FF9933;text-decoration: none; }
#content a:hover 	{ color:#CC0001;text-decoration: none;   } 
/* #rightside a:focus	{ color:#ffffff; text-decoration: none;} */
*/
#rightside a:			{ text-decoration: none;  }


#leftnav	{  }

#leftside	{  }

#footer		{ width:100%; clear :both;  background-image:url('../images/SinKTopBG.jpg');  background-color:#000000;  border-top:3px #cccccc solid; 
				padding:10px 0; font-family:Arial, Helvetica, sans-serif; }
#footer p	{ color:#FFFFFF; font-size:14px;  margin:10px 10px; line-height:100%; text-align:center; vertical-align: middle; }
#footer img	{ vertical-align: middle;}


#box1	{  }

#box2	{  }

#box	{  }

#box4	{  }

#box5	{  }

#box6	{  }

/* Forms */

form 		{ text-align:left; margin:20px;  }

label, submit, input, textarea { color:white; border:0; padding:0; margin:0; background:none;  }

label		{float:left; width:150px; text-align:right; display:block; margin-top:5px;  }

input, textarea		{ border:1px #fff solid; margin-left:10px; padding:5px;  }

input				{ width:280px; margin-bottom:16px;  }

textarea			{ width:280px; height:150px; margin-bottom:16px;  }

select				{   }

.submit				{ width:90px; height:25px; margin-left:150px; font-size:12px; }


#contact-form ol	{list-style-type:none;   }






/* br					{ clear: left;  }  */


/* Miscellaneous2 */


/* Miscellaneous3 */


