/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


body
{
	background: white none repeat scroll 0 0;
	color:  			#666;
	font-family: arial,sans-serif;
	font-size: 11pt;
}

h1
{
	font-size: 16pt;
	color: #333;
	padding: 15px 0px 10px 0px;
}

h2
{
	font-size: 14pt;
	color: #444;
	padding: 10px 0px 3px 0px;
}

h3
{
	color: #C34873;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

p
{
	padding: 5px 0px 5px 0px;
}

a
{
	color: #317B9E;
}

ol
{
	list-style: decimal;
	list-style-position: inside;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

a:visited
{
	color: #3A6F88;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#header
{
	padding: 0px;
	background: #323232;
}

#header a
{
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header #logo #logoContact
{
	position: absolute;
	left: 600px;
	top: 43px;
	color: #eee;
}

#header #userInfo
{
	position: absolute;
	left: 175px;
	top: 15px;
	/*z-index: 1;*/
	font-size: 12pt;
	color: #fff;
}

#header #userInfo a, #header #logoContact
{
	color: #47B3E6;
}

#header #ourContact
{
	position: absolute;
	left: 15px;
	top: 157px;
	/*z-index: auto;*/
	color: #eee;
}

#notice
{
	border: 1px dashed #ccc;
	padding: 10px;
	margin-bottom: 10px;
	color: #00BE00;
	font-size: 12pt;
}

div#login
{
	position: absolute;
	z-index: 99;
	left: 200px;
	top: 10px;
	padding: 15px;
	border: 1px solid #111;
	background: white;
	color: #111;
	width:150px;
}

#header #menu
{
	position: absolute;
	left: 170px;
	top: 90px;
	
	font-size: 13pt;
}

#header #menu a, #header #menu .selected_menu
{
	margin-left: 5px;
	margin-right: 5px;
}

#header #menu li, #header #userInfo li
{
	display: inline;
	padding: 0px 5px 0px 5px;
}

#header #menu a
{
	color: #FFEDA3;
}

#header #menu a.selected
{
	color: #FFD52C;
}

#header #menu a:hover
{
	text-decoration: underline;
}



#whole
{
	width: 950px;
}

#left
{
	float:left;
	position:relative;
	width: 200px;
	font-size: 11pt;
}

#center
{
	float:left;
	position:relative;
	width: 700px;
}

#sidebar, #container
{
	padding: 15px;
}

#sidebar
{
	font-size: 10pt;
}

#sidebar h3
{
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 3px 0px;
	border-top: 1px solid #F5ACBB;
	font-size: 10pt;
	font-weight: normal;
	color: #9E112A;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar p
{
	padding: 0px;
}

#container
{
	border-left: 1px solid #eee;
}

#footer
{
	clear: both;
	text-align: center;
	width: 800px;
	color: #777;
	font-size: 11pt;
	padding: 50px 20px 15px 20px;
}

.highlight
{
	font-weight: bold;
}

.secondary
{
	color: #999;
}

.errorExplanation, .errorExplanation h2
{
	color: #FF6464;
}

.fieldWithErrors
{
	float: left;
}

.field, .field1
{
	padding: 5px 0px 5px 0px;
}

.field1
{
	float: left;
	margin-right: 30px;
}

.field .input, .field1 .input
{
	color: #333;
}


.list
{
	font-size: 10pt;
	border-top: 1px solid #ddd;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}

.list h1
{
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.list ul
{
	padding: 0px 0px 0px 0px;
}

.list li
{
}

ul.bullet
{
	list-style: disc;
	list-style-position: inside;
}

ul.bullet li
{
	padding: 5px;
}

table.data td
{
	padding: 3px 20px 3px 0px;
}


.info
{
	color: #9E112A
}

div.spacer
{
	clear: both;
	height: 1px;
}

div.box
{
	padding: 0px 10px 5px 10px;
	border: 1px solid #ccc;
}

div.box h3
{
	text-align: center;
	padding: 5px 0px 10px 0px;
	font-size: 12pt;
}

.presentation li
{
	padding: 0px 0px 5px 0px;
}

/* About Us / Team */
#about_content h1 {
}
#about_content img {
	float:left;
	padding-right:15px;
	padding-top:15px
}
#about-content p {
	font-size: medium;
}
