/* Start of CMSMS style sheet 'Ocean : Ocean' */
/* --------------------------------------------------
    Global
   -------------------------------------------------- */

    body
    {
        text-align: left;
        min-width: 960px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #494949;
        font-size: 14px;
        margin: 0 auto;
        border: 0;
        padding: 0;
       
        background: #e3e3e3 url(uploads/Ocean/bg_page.png) repeat-x top;
    }

/* --------------------------------------------------
    cufon - do not delete!
   -------------------------------------------------- */

    .cufon
    {
    /* nothing needed here, move along... */
    }

/* --------------------------------------------------
    Utils
   -------------------------------------------------- */
   
    dfn 
    {
	display: none;
	overflow: hidden;
    }
    .accessibility, hr 
    {
	position: absolute;
	top: -999em;
	left: -999em;
    }
    .clear
    {
	clear: both;
    }   
	.clear:after
	{
	    content: ".";
	    height: 0px;
	    visibility: hidden;
	    display: block;
	    clear: both;
	}
    
/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

    p
    {	
	font-size: 1.2em;
	line-height: 1.2em;
    }
    h1 
    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;	
	font-weight: normal;
	letter-spacing: 1px;
	padding: 15px 10px 5px 10px;
	margin: 0;
            line-height: 35px;
            border-bottom: 1px dotted #cccccc;
    }
    h2
    {

       
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
           line-height: 23px;
           font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:1.8em;
	border-bottom: 1px dotted #cccccc;
    }

   h2 a {line-height:1.4em;}

    h3
    {
           font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #ff9933;
            border-bottom: 1px dotted #cccccc;
	font-size: 1.2em;
    }
    h4
    {
	font-size: 1.2em;
	color: #1F496C;
    }
    h5
    {
	color: #006e8d;
    }
    a
    {
       color: #1F496C;
       text-decoration: none;
    }
    a:hover
    {
    text-decoration: underline;
    }
    /* Custom */
    #contentHeading h1
    {
	margin: 0;
	padding: 0;
	color: #006e8d;
    }
    /* Homepage headings */
    .boxFeaturedContentMain h2
    {
        margin-top: 0;
    }
    .boxSubContentLeft h3, .boxSubContentRight h3
    {
        margin-top: 0;
    }
    #footerContent a
    {
	color: #fff;
	text-decoration: none;
width:300px;
    }
    li
    {
	font-size: 1.3em;
    }
	
/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
   
    #masthead
    {
  text-align: center;
	margin: 0 auto;
        padding: 0;
	width: 96em;
	height: 85px;
        color: #0000;

  background: #000 url(uploads/images/logo2.jpg) no-repeat  left top;


    }
        /* I know this is horrible, but Safari/Chrome are 1px out */
        @media screen and (-webkit-min-device-pixel-ratio:0)
        {
            #masthead
            {
                height: 115px;
            }
        }
        #masthead x:-moz-any-link, x:default
        {
            height: 115px;
        }
	#mastheadLeft
	{
	    float: left;
	    margin-left: 20px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
            #mastheadLeft img
            {
                border: 0;
            }
	#mastheadRight
	{
	    float: right;
	    margin-right: 20px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    padding-top: 25px;
	}
    #navMain
    {
	margin: 0 auto;
	width: 960px;
    }
    #navSub
    {
        margin: 0 auto;
        width: 960px;
        height: 38px;
    }
    #contentHeading
    {
	text-align: left;
	width: 920px;
	margin: 0 auto;
        padding: 20px;
        padding-bottom: 0;
    }
    #contentWrapper
    {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0;
     
    }  
    #contentMain
    {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
            background-color: #fff;
    }
    /* HACK: IE6 doubles the right margin. */
    * html #contentMain 
    {
	margin-right: 10px;
    }
    /* Full-width content page, no child pages */
    #contentMainFullWidth
    {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
    }
    /* Two column content page, no children */
    #contentLeftNoChildren
    {
        float: left;
        width: 640px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-right: 10px;
        background-color:#fff;
        padding-left: 15px;
        padding-right: 15px;
      
}
        /* HACK: IE6 doubles the left margin. */
        * html #contentLeftNoChildren 
        {
            margin-left: 10px;
        }
    #contentRightNoChildren
    {
        float: left;
        width: 270px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 0px;
                 background:  url(uploads/Ocean/content0.gif) repeat-x   top;   
                    background-color: #F3F1E9;
       padding-left: 5px;
   padding-right: 5px;
    }
        /* HACK: IE6 doubles the right margin. */
        * html #contentRightNoChildren 
        {
            margin-right: 10px;
        }
    /* Two column content page, with children */
    #contentLeftWithChildren
    {
        float: left;
        width: 480px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
  
      }
        /* HACK: IE6 doubles the margins. */
        * html #contentLeftWithChildren 
        {
            margin-left: 0;
            margin-right: 10px;
        }
    #contentRightWithChildren
    {
        float: left;
        width: 200px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles margins. */
        * html #contentRightWithChildren 
        {
            margin-left: 10px;
            margin-right: 10px;
        }
   .blocк_core-menu a {color:#fff;}     
.blocк_core-menu ul 
{

list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:12 64px;


}

.blocк_core-menu li 
{
            border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
display:inline;
list-style-image:none;
list-style-type:none;
list-style-position:outside;
text-align:center;
}

.blocк_core-menu a 
{
display:inline;
padding:5px 5px;
text-align:center;
font-size: 1 em;
}


.clearfix li {
font-size:1.2em;
line-height:1.5em;
}

.clearfix ul li {
font-size:1em;
line-height:1.5em;
}


/* --------------------------------------------------
    Homepage content boxes
   -------------------------------------------------- */

    .boxFeaturedContentLeft
    {
        float: left;
        width: 610px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
        /* HACK: IE6 doubles the left margin. */
        * html .boxFeaturedContentLeft 
        {
            margin-left: 10px;
        }
    .boxFeaturedContentMain
    {
        width: 610px;
    }
    .boxSubContentLeft
    {
        float: left;
        width: 275px;
        padding: 10px;
        min-height: 15px;
        margin-right: 10px;
        margin-top: 20px;
        background: #e3e3e3 url(uploads/Ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxSubContentRight
    {
        float: left;
        width: 275px;
        padding: 10px;
        min-height: 15px;
        margin-left: 10px;
        margin-top: 20px;
        background: #e3e3e3 url(uploads/Ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxNewsRight
    {
        float: right;
        width: 290px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
        /* HACK: IE6 doubles the right margin. */
        * html .boxNewsRight 
        {
            margin-right: 10px;
        }
    #footerWrapper
    {
	text-align: center;
	width: 100%;
        min-height: 30px;
	margin: 0 auto;
        border-top: 2px solid #ccc;
 
  background-color:#000;
    }
	#footerContent
	{
	    width: 100%;
            margin: 0 auto;
            padding: 10px;
	    font-size: 1.1em;

color:#fff;
	}
#privacy_policy{padding-right: 160px;float: right; width:200px;}
#privacy_policy a { color:#1F85B5; }

#privacy_policy  a:hover
    {
    text-decoration: underline;
    }



   
/* --------------------------------------------------
    Main Navigation
   -------------------------------------------------- */
   
    #navMain ul
    {
	list-style: none;
	margin: 0;
	padding: 0;
        float: left;
    }
	#navMain li
	{
	    float: left;
	    padding: 0;
	    font-size: 1.0em;
	    font-weight: bold;
            background: #006e8d url(uploads/Ocean/nav_main_bg_off.gif) repeat-x bottom;
            margin-right: 2px;
	}
	    #navMain li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0 15px;
		line-height: 2.3em;
		color: #494949;
		border: 0;
	    }
	    #navMain li a
	    {
		display: block;
		float: left;
		text-decoration: none;
		padding: 0 15px;
		line-height: 2.2em;
		color: #fff; 
	    }
		#navMain li a:hover
		{
		    background: url(uploads/Ocean/nav_main_bg_on.gif) repeat-x bottom;
		}
	    #navMain li.currentpage
	    {
		background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
		color: #494949;
	    }
            #navMain li.activeparent
            {
                background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                color: #494949;
            }
                #navMain li.activeparent a
                {
                    background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                    color: #494949;
                }
                    #navMain li.activeparent a:hover
                    {
                        background: #fff url(uploads/Ocean/nav_main_bg_active.gif) repeat-x;
                        color: #494949;
                    }

/* --------------------------------------------------
    Sub Navigation
   -------------------------------------------------- */

    #navSub ul
    {
        list-style: none;
	margin: 0;
	padding: 0;
        margin-top: 4px;
        float: left;
    }
        #navSub li
	{
	    float: left;
	    padding: 0;
	    font-size: 1.1em;
            margin-right: 10px;
            font-weight: bold;
	}
            #navSub li a
            {
                text-decoration: none;
                color: #494949;
            }
                #navSub li a:hover
                {
                  text-decoration: underline;
                }
            #navSub li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0;
		color: #494949;
		border: 0;
                
	    }

/* --------------------------------------------------
    Tables
   -------------------------------------------------- */
   
    table
    {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        font-size: 1.1em;
        border-collapse: collapse;
    }
	.cellHeading
	{
	    text-align: left;
	    border: 0;
	    color: #000;
	    background-color: #dfe8f6;
	    font-weight: bold;
	}
	td
	{
	    text-align: left;
	    border-bottom:1px solid #CCCCCC;
               padding:5px;
	}
	.cellBold
	{
	    color: #1f437c;
	    font-weight: bold;
	    background-color: #dfe8f6;
	}
	.cellAlt
	{
	    background-color: #f6f9fe;
	}
	.cellAlignCentre
	{
	    text-align: center !important;
	}

/* --------------------------------------------------
    Forms
   -------------------------------------------------- */

    input
    {
	background: #f5f5f5 url(uploads/Ocean/bg_form.gif) repeat-x top left;
	border: 1px solid #666;
	padding-left: 5px;
	margin-bottom: 6px;
    }

/* --------------------------------------------------
    Search
   -------------------------------------------------- */

    .search-input
    {
	margin-right: 2px;
    }
    .search-button
    {
	
    }

/* --------------------------------------------------
    News
   -------------------------------------------------- */
   
    /* Summary */
    .NewsSummary
    {
	margin-bottom: 5px;
        border-bottom: 1px dotted #cccccc;
    }
        /* Homepage */
        .boxNewsRight .NewsSummary
        {
            padding: 10px;
        }
	.NewsSummaryPostdate
	{
	    color: #666;   
	}
	.NewsSummaryLink
	{
	    font-size: 1.2em;
	}
	.NewsSummaryCategory
	{
	    color: #666; 
	}
	.NewsSummaryAuthor
	{
	    color: #666; 
	}
	.NewsSummarySummary
	{
	    font-size: 1em;
	    line-height: 0;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryContent
	{
	    font-size: 1.2em;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryExtra
	{
	    
	}
	.NewsSummaryField
	{
	    
	}
    /* Detail */
    .NewsPostDetailDate
    {
	
    }
    h3.NewsPostDetailTitle
    {
	
    }
    hr.NewsPostDetailHorizRule
    {
	
    }
    div.NewsPostDetailCategory
    {
	
    }
    div.NewsPostDetailAuthor
    {
	
    }
    div.NewsPostDetailContent
    {
	
    }
    div.NewsPostDetailExtra
    {
	
    }
    div.NewsPostDetailPrintLink
    {
	
    }
    div.NewsPostDetailReturnLink
    {
	
    }
    div.NewsDetailField
    {
	
    }
    
/* --------------------------------------------------
    Slideview homepage widget
   -------------------------------------------------- */

    /* Preloader stuff, do not modify! */
    .svwp
    {
        width: 50px;
        height: 20px;
        background: #fff;
    } 
        .svwp ul
        {
            position: relative;
            left: -999em;
        }
    .slideViewer
    { 
        position: relative;
        overflow: hidden; 
        margin: 0;
        padding: 0;
        background: #fff;
    }
     /* Your list of images */
    .slideViewer ul
    { 
        position: relative;
        left: 0;
        top: 0;
        width: 1%;
        list-style-type: none;
        margin: 0; 
        padding: 0;
    }
        .slideViewer ul li
        {
            float:left;
        }
    /* For the text pop-up */
    .slideViewer span.typo
    { 
        padding: 6px; /* do not modify padding */
        background: #fff;
        color: #494949;
        font: bold 12px Arial;
    }
    .thumbSlider
    { 
    overflow: hidden;
    width: 1%;
    background: #fff;
    }
        .thumbSlider ul
        { 
        list-style-type: none;
        margin: 0; 
        padding: 0;
        }
            .thumbSlider ul li
            { 
                float:left;
                margin: 0;
            }
        .thumbSlider a
        {
            color: #fff;
            text-decoration: none;
        }
            .thumbSlider a img
            {
                border: 0;
                display: block;
                padding: 0;
            }
        .thumbSlider p.tmbrdr {
            /* the border above -not around- each thumb */
            /* width, height and top values are dynamically added by the script. Do not modify. */
            position:relative; 
            left: 0;
            font-size: 0.01em;
            left: 0;
            margin: 0;
            padding: 0;
        }
        a.left, a.right
        {
            /*the left and right buttons (links)*/
            background: transparent; /* could be any color  */
            color: #ff0000;
            font: bold 16px Arial;
            overflow: hidden;
        }
        a.left span, a.right span
        {
        }
        a.left img, a.right img
        {
            border: 0;
        }
        a.l_dis, a.r_dis
        {
            background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
            cursor: default;
        }
        a.l_dis span, a.r_dis span
        {
            display: none;
        }
            a:focus
            {
               
            }

.submit input {
font-size:1.4em;
}

img{  border: 0;}

img.frame {
background-color:#EAEAEA;
border:1px solid #DDDDDD;
padding:4px;
}


.frame_pano
{
background-color:#EAEAEA;
border:1px solid #DDDDDD;
padding:4px;
}

.bottom a {color:#fff;}

#banner {
	height:276px;
	background:#a99472 url(../images/bannerbg.gif) left top repeat-x;
	border:1px solid #bab5aa;
	padding:14px 12px 12px 12px;
}

#bannerleft {
	width:500px;
	float:left;
}

#bannerright {
	width:350px;
	float:right;
}

#bodycontainer {
	width:900px;
	margin:12px 0px 26px 0px;
	background-image: url(../images/bodycontainer.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bannerheading {
	display:block;
	font:22px Georgia, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:10px 0px 10px 0px;
}
.subheading {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#905007;
	display:block;
	padding:0px 0px 5px 0px;
}
/*bloga*/
.bloga { width:200px; float:left; margin:0; padding:20px 2px;}
.bloga p { font: normal 11px Arial, Helvetica, sans-serif; color:#5f5f5f; padding:5px; margin:0; line-height:1.8em;}
.bloga img.normmal { float:left; margin:5px 5px; padding:0;}
/* END_bloga*/


.post ul.controls {
clear:both;
}
.post ul.controls li {
display:inline;
margin-left:1em;
}
.post ul li {
line-height:1.5em;
margin-bottom:1em;


text-align:justify;
}

}
.contentarea {
padding-top:1.3em;
}

div.row div.formw {
float:right;
text-align:left;
width:40%;
}

textarea{width:400px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

/* End of 'Ocean : Ocean' */

