/*
-----------------------------------------------
client:   INSERT COMPANY basic style
created:  dd/mm/yyyy
author:   Kurt Krumme
version:  1.0

	Index:
	1. Global										6. Lists
	2. General Typography							7. Forms
	3. Structure									8. Links
	4. Nav											9. Misc. Styles
	5. Headings										10. Notes
----------------------------------------------- */

/* ~Global
----------------------------------------------- */
*	{
	padding:0px;
	margin:0px;
	border:0px;
	font:  12px/15px  light 'Verdana', 'Arial', 'sans serif';
	color: #4D4D4D;
	}

html body	{
	height: 100%;
	width:100%;
	background :#ffffff; 
	text-align: center;
	position: absolute;
	behavior:url("csshover.htc");
	}
	
/* ~General Typography
----------------------------------------------- */
p{
	
}

.bolded{
	font-weight: bold;
}

.heading{
	font-size:1.6em;
}

.subhead{
	font: bold 1.4em/1.5em 'Arial Narrow', 'sans serif';
	color: #166E9A;
}
	
/* ~Structure
----------------------------------------------- */
#frame{
	margin-top: 5%;
	margin-left: -450px;
	position: absolute;
	text-align:left;
	left: 540px;
	width: 900px;
	height: 540px;
	visibility: visible;
	top: -10px;
}

#main{
	top: 25%;
	left: 25%
}

#logo{
	background: url(../images/logo.jpg) no-repeat;
}

#title{
	margin: 15px 0px 15px 0px;
}

#content{
	height: 285px;
	width: 458px;
}

#nav{

}

/* ~Nav
----------------------------------------------- 
see -  css/nav.css
*/	

/* ~Headings
----------------------------------------------- */	

/* ~Lists
----------------------------------------------- */	
#content li{
	font: 10pt/11pt light  'Verdana', 'Arial', 'sans serif';
	color: #4D4D4D;
	list-style: outside url(../images/plusIcon.jpg);
	margin: 0px 0px 5px 15px;
}

#content ul{
	margin-bottom:10px;
}
/* ~Forms
----------------------------------------------- */		

.textbox{
	border: 1px solid #919191;
	width: 312px;
}

.button{
	border:  solid .5px #919191;
	background: #A8A8A8;
	color: white;
	font-size: 1em;
	width: 54px;
}
/* ~Links
----------------------------------------------- */	
a	{	
	color: #166E9A;
	}
a:link	{
	}
a:visited	{
	}
a:active	{
	}
a:hover	 {
	}

/* Miscellaneous styles
----------------------------------------------- */		
.class {
	}
#id {
	}

/* Notes
----------------------------------------------- */		
