/* 
    Document   : styles
    Created on : May 26, 2012, 11:55:05 AM
    Author     : Anbuselvan
    Description:
        Purpose of the stylesheet follows.
*/
body
{
    background-image: url('/images/background.png');
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

#logo
{
    text-align: center;
    margin: 20px;
}

#menu
{
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}

#menu > ul
{
    display: inline-block;
    list-style: none outside none;
    padding: 0;
    line-height: 20px;
}

#menu > ul > li
{
    float: left;
    line-height: 26px;
    padding: 3px 10px;
    cursor: pointer;
    text-shadow: 1px 1px 1px white;
}

li > a
{
    font-size: 12pt;
    color: gray;
    text-decoration: none;
}

li > a:hover
{
    color: black;
}

li > a.ullisel 
{
    color: #6289c3;
}

#content
{
    margin: 20px auto;
    width: 1000px;
    text-align: center;
}

.content_row
{
    display: inline-block;
    margin: 20px 0px;
}

.content_row2
{
    display: inline-block;
    margin: 20px 0px;
}

.cbox
{
    float: left;
    width: 333px;
    height: auto;
}

.content_row img
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 295px;
    height: 207px;
    background-color: #e4e4e4;
    border-top: 1px solid #a4a4a4;
}

.content_row2 img
{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    width: auto;
    height: auto;
}

.content_row img.shadow
{
    display: inline-block;
    margin-top: -5px;
    padding: 0px;
    width: 295px;
    height: 25px;
    background-color: transparent;
}

.titles
{
    width: 100%;
    text-align: left;
    margin-top: -15px;
}

.title1
{
    font-weight: bold;
    font-size: 10pt;
    color: gray;
    margin: 0px 20px;
}

.title2
{
    font-size: 10pt;
    color: darkgray;
    margin: 0px 20px;
}

.title3
{
    font-weight: bold;
    font-size: 11pt;
    color: gray;
    margin: 0px 5px;
}

.title4
{
    font-size: 11pt;
    color: darkgray;
    margin: 0px 5px;
}

.title_link
{
    font-size: 10pt;
    color: #6289c3;
    margin: 0px 5px;
    text-decoration: none;
}

.title_link:hover
{
    color: blue;
}

.line
{
    text-align: center;
    margin: 40px 0px;
}

#apDiv1 {
	position:absolute;
	left:45px;
	top:16px;
	width:873px;
	height:593px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:236px;
	top:190px;
	width:518px;
	height:178px;
	z-index:1;
}
.style1 {
	color: #990033
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {font-size: 16px}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style10 {color: #990000}
.style12 {color: #CC6600}
.style15 {font-size: 12px}
.style19 {color: #009900}
.style20 {
	font-size: 18px
}
.style21 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
