/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a{
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

.main p, .main2 p{
    color: #84effd;
    line-height: 22px;
    padding-bottom: 10px;
}

body {	
	background: url(images/bg_repeat.jpg);
        background-repeat: repeat-y;
        background-position: center;
        background-color: #024bda;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#back{
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#content{
	margin: 0 auto;
	width: 1019px;
	text-align: left;

}

#main_top{
    background: url(images/main_top.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 12px;
}

.main{
width: 1019px;
margin: 0 auto;
clear:both;
background: url(images/main_bg.png);
padding-bottom: 10px;
}

.main2{
width: 981px;
margin: 0 auto;
clear:both;
padding: 20px;
background: url(images/main_bg.png);
margin-top: 20px;
}

#header {
	width: 1019px;
}

#logo {
height: 60px;
text-align: left;
width: 770px;
padding-left: 185px;
padding-top: 90px;
padding-bottom: 60px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}

#logo H1 {
 margin: 0px;
 padding: 0px;
}

#menu
{
width: 1019px;
height: 52px;
padding-left: 92px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #ffffff;
	text-align: center;
        font-weight: normal;
	text-decoration: none;
	width: 166px;
	height: 32px;
        display: block;
        float: left;
	padding-top: 20px;
	margin-right: 1px;
        background: url(images/menu_bg.png);
        background-repeat: no-repeat;
        background-position: left top;

}

 .action, #menu a:hover{
	width: 166px;
        height: 32px;
	color: #000000;
	background: url(images/menu_hov.png);
        background-repeat: no-repeat;
        background-position: left top;
}


.main .read{
    background: url(images/read.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: right;
    height: 20px;
    padding-top: 2px;
}

.main2 .read{
    text-align: right;
    height: 20px;
    padding-top: 2px;
}

.read a{
    font-size: 14px;
    text-decoration: none;
    padding-right: 18px;
    color: #ffffff;
}

.main2 .read a{
    font-size: 12px;
}

#blog_col{
    background: url(images/col_bg.png);
    background-repeat: repeat-y;
    background-position: center;
}

#col1_1, #col1_2, #col1_3{
    width: 250px;
    float: left;
    padding-left: 44px;
    padding-right: 44px;
}

h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #99f2fc;
    font-weight: bold;
    padding-bottom: 20px;
}

#blog_col2{
    background: url(images/main_bg2.png);
    background-repeat: repeat-y;
    background-position: center;
}

.col2_1, .col2_2{
    width: 450px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main2 ul{
    list-style: none;
    padding-left: 10px;
}

.main2 ul li{
    background: url(images/ls.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 20px;
    padding-bottom: 4px;
}

.main2 ul li a{
    font-weight: bold;
    text-decoration: none;
    color: #002d7e;
}

.main2 ul li a:hover{
    color: #ffffff;
}

.main_bot{
    background: url(images/main_bot.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 8px;
}

#footer_bg{
    	background: url(images/footer.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
}

#footer {
	height: 50px;
	width: 1019px;
	clear: both;
        margin: 0 auto;
	padding-top: 30px;

}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
